Searched refs:tvout (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nokia,rx51.txt | 9 - 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 D | stih407.dtsi | 80 sti-tvout@8d08000 { 81 compatible = "st,stih407-tvout"; 83 reg-names = "tvout-reg"; 84 reset-names = "tvout";
|
H A D | stih410.dtsi | 172 sti-tvout@8d08000 { 173 compatible = "st,stih407-tvout"; 175 reg-names = "tvout-reg"; 176 reset-names = "tvout";
|
H A D | ste-ab8500.dtsi | 340 // supply for tvout; gpadc; TVOUT LDO
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | st,stih4xx.txt | 44 - 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 D | ntpdc.c | 173 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 D | fg.txt | 6 tvout, clock management and sim card interface.
|
/freebsd/contrib/ntp/ntpq/ |
H A D | ntpq.c | 357 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 D | omap3-gta04.dtsi | 220 /* devconf1 setup for tvout pins */
|
H A D | omap3-n900.dts | 148 tvout-selection-gpios = <&gpio2 8 GPIO_ACTIVE_HIGH>; /* 40 */
|