Home
last modified time | relevance | path

Searched refs:tvout (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/device-tree/Bindings/sound/
Dnokia,rx51.txt9 - tvout-selection-gpios: GPIO for tvout selection
23 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
/freebsd-13-stable/sys/contrib/device-tree/src/arm/
HDstih407.dtsi80 sti-tvout@8d08000 {
81 compatible = "st,stih407-tvout";
83 reg-names = "tvout-reg";
84 reset-names = "tvout";
HDstih410.dtsi174 sti-tvout@8d08000 {
175 compatible = "st,stih407-tvout";
177 reg-names = "tvout-reg";
178 reset-names = "tvout";
HDste-ab8500.dtsi293 // supply for tvout; gpadc; TVOUT LDO
HDomap3-gta04.dtsi220 /* devconf1 setup for tvout pins */
HDomap3-n900.dts146 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
/freebsd-13-stable/sys/contrib/device-tree/Bindings/display/
Dst,stih4xx.txt44 - sti-tvout: video out hardware block
47 - compatible: "st,stih<chip>-tvout"
191 sti-tvout@fe000000 {
192 compatible = "st,stih416-tvout";
194 reg-names = "tvout-reg", "hda-reg", "syscfg";
195 reset-names = "tvout";
/freebsd-13-stable/contrib/ntp/ntpdc/
HDntpdc.c173 static struct sock_timeval tvout = { DEFTIMEOUT, 0 }; /* time out for reads */ variable
660 tvo = tvout; in getresponse()
1642 val = tvout.tv_sec * 1000 + tvout.tv_usec / 1000; in timeout()
1645 tvout.tv_sec = pcmd->argval[0].uval / 1000; in timeout()
1646 tvout.tv_usec = (pcmd->argval[0].uval - (tvout.tv_sec * 1000)) in timeout()
/freebsd-13-stable/sys/contrib/device-tree/Bindings/power/supply/ab8500/
HDfg.txt6 tvout, clock management and sim card interface.
/freebsd-13-stable/contrib/ntp/ntpq/
HDntpq.c357 struct sock_timeval tvout = { DEFTIMEOUT, 0 }; /* time out for reads */ variable
982 tvo = tvout; in getresponse()
2474 val = (int)tvout.tv_sec * 1000 + tvout.tv_usec / 1000; in timeout()
2477 tvout.tv_sec = pcmd->argval[0].uval / 1000; in timeout()
2478 tvout.tv_usec = (pcmd->argval[0].uval - ((long)tvout.tv_sec * 1000)) in timeout()