Home
last modified time | relevance | path

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

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnokia,rx51.txt9 - tvout-selection-gpios: GPIO for tvout selection
23 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstih407.dtsi80 sti-tvout@8d08000 {
81 compatible = "st,stih407-tvout";
83 reg-names = "tvout-reg";
84 reset-names = "tvout";
H A Dstih410.dtsi172 sti-tvout@8d08000 {
173 compatible = "st,stih407-tvout";
175 reg-names = "tvout-reg";
176 reset-names = "tvout";
H A Dste-ab8500.dtsi340 // supply for tvout; gpadc; TVOUT LDO
/freebsd/sys/contrib/device-tree/Bindings/display/
H A 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/contrib/ntp/ntpdc/
H A Dntpdc.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/sys/contrib/device-tree/Bindings/power/supply/ab8500/
H A Dfg.txt6 tvout, clock management and sim card interface.
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c357 struct sock_timeval tvout = { DEFTIMEOUT, 0 }; /* time out for reads */
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()
361 struct sock_timeval tvout = { DEFTIMEOUT, 0 }; /* time out for reads */ global() variable
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-gta04.dtsi220 /* devconf1 setup for tvout pins */
H A Domap3-n900.dts148 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */