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