Searched refs:tv (Results 1 – 22 of 22) sorted by relevance
/u-boot/tools/gdb/ |
A D | serial.c | 86 struct timeval tv; in serialreadchar() local 90 tv.tv_sec = timeout; in serialreadchar() 91 tv.tv_usec = 0; in serialreadchar() 98 if ((n = select(fd + 1, &fds, 0, 0, &tv)) < 0) in serialreadchar()
|
/u-boot/configs/ |
A D | r7-tv-dongle_defconfig | 7 CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-r7-tv-dongle"
|
/u-boot/tools/ |
A D | kwboot.c | 160 struct timeval tv; in kwboot_tty_recv() local 168 tv.tv_sec = 0; in kwboot_tty_recv() 169 tv.tv_usec = timeo * 1000; in kwboot_tty_recv() 170 if (tv.tv_usec > 1000000) { in kwboot_tty_recv() 171 tv.tv_sec += tv.tv_usec / 1000000; in kwboot_tty_recv() 172 tv.tv_usec %= 1000000; in kwboot_tty_recv() 176 nfds = select(fd + 1, &rfds, NULL, NULL, &tv); in kwboot_tty_recv()
|
/u-boot/arch/sandbox/cpu/ |
A D | os.c | 311 struct timeval tv; in os_get_nsec() local 313 gettimeofday(&tv, NULL); in os_get_nsec() 314 tp.tv_sec = tv.tv_sec; in os_get_nsec() 315 tp.tv_nsec = tv.tv_usec * 1000; in os_get_nsec() 319 struct timeval tv; in os_get_nsec() 320 gettimeofday(&tv, NULL); in os_get_nsec() 321 return tv.tv_sec * 1000000000ULL + tv.tv_usec * 1000; in os_get_nsec()
|
/u-boot/arch/arm/dts/ |
A D | sun5i-a10s-r7-tv-dongle.dts | 50 model = "R7 A10s hdmi tv-stick"; 51 compatible = "allwinner,r7-tv-dongle", "allwinner,sun5i-a10s"; 67 label = "r7-tv-dongle:green:usr";
|
A D | sun5i-a10s-auxtek-t003.dts | 49 model = "Auxtek t003 A10s hdmi tv-stick"; 66 label = "t003-tv-dongle:red:usr";
|
A D | sun5i-a10s-auxtek-t004.dts | 49 model = "Auxtek t004 A10s hdmi tv-stick"; 66 label = "t004-tv-dongle:red:usr";
|
A D | sun50i-h6-orangepi-3.dts | 209 regulator-name = "vcc33-audio-tv-ephy-mac";
|
A D | omap3-beagle-xm.dts | 141 label = "tv";
|
A D | sun5i.dtsi | 202 tve0: tv-encoder@1c0a000 { 203 compatible = "allwinner,sun4i-a10-tv-encoder";
|
A D | omap3-beagle.dts | 135 label = "tv";
|
A D | sun8i-r40.dtsi | 713 compatible = "allwinner,sun8i-r40-tcon-tv"; 756 compatible = "allwinner,sun8i-r40-tcon-tv";
|
A D | sun50i-h6.dtsi | 859 compatible = "allwinner,sun50i-h6-tcon-tv", 860 "allwinner,sun8i-r40-tcon-tv";
|
A D | sunxi-h3-h5.dtsi | 160 compatible = "allwinner,sun8i-h3-tcon-tv", 161 "allwinner,sun8i-a83t-tcon-tv";
|
A D | sun50i-a64.dtsi | 427 compatible = "allwinner,sun50i-a64-tcon-tv", 428 "allwinner,sun8i-a83t-tcon-tv";
|
A D | sun8i-a83t.dtsi | 455 compatible = "allwinner,sun8i-a83t-tcon-tv";
|
A D | sun9i-a80.dtsi | 876 compatible = "allwinner,sun9i-a80-tcon-tv";
|
A D | Makefile | 488 sun5i-a10s-r7-tv-dongle.dtb \
|
/u-boot/scripts/ |
A D | get_maintainer.pl | 1151 my $tv = $typevalue[$index]; 1152 if (($tv =~ m/^([A-Z]):\s*(.*)/)) { 1165 my $tv = $typevalue[$index]; 1179 my $tv = $typevalue[$index]; 1214 my $tv = $typevalue[$i]; 1215 if ($tv =~ m/^([A-Z]):\s*(.*)/) { 1264 my $tv = $typevalue[$i]; 1265 if ($tv =~ m/^([A-Z]):\s*(.*)/) { 1306 my $tv = $typevalue[$i - 1]; 1307 if ($tv =~ m/^([A-Z]):\s*(.*)/) { [all …]
|
/u-boot/arch/mips/dts/ |
A D | sfr,nb4-ser.dts | 97 label = "NB4-SER:white:tv";
|
/u-boot/doc/device-tree-bindings/leds/ |
A D | leds-bcm6358.txt | 47 label = "white:tv";
|
/u-boot/board/sunxi/ |
A D | MAINTAINERS | 36 F: configs/r7-tv-dongle_defconfig
|
Completed in 44 milliseconds