Home
last modified time | relevance | path

Searched refs:tv (Results 1 – 22 of 22) sorted by relevance

/u-boot/tools/gdb/
A Dserial.c86 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 Dr7-tv-dongle_defconfig7 CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-r7-tv-dongle"
/u-boot/tools/
A Dkwboot.c160 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 Dos.c311 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 Dsun5i-a10s-r7-tv-dongle.dts50 model = "R7 A10s hdmi tv-stick";
51 compatible = "allwinner,r7-tv-dongle", "allwinner,sun5i-a10s";
67 label = "r7-tv-dongle:green:usr";
A Dsun5i-a10s-auxtek-t003.dts49 model = "Auxtek t003 A10s hdmi tv-stick";
66 label = "t003-tv-dongle:red:usr";
A Dsun5i-a10s-auxtek-t004.dts49 model = "Auxtek t004 A10s hdmi tv-stick";
66 label = "t004-tv-dongle:red:usr";
A Dsun50i-h6-orangepi-3.dts209 regulator-name = "vcc33-audio-tv-ephy-mac";
A Domap3-beagle-xm.dts141 label = "tv";
A Dsun5i.dtsi202 tve0: tv-encoder@1c0a000 {
203 compatible = "allwinner,sun4i-a10-tv-encoder";
A Domap3-beagle.dts135 label = "tv";
A Dsun8i-r40.dtsi713 compatible = "allwinner,sun8i-r40-tcon-tv";
756 compatible = "allwinner,sun8i-r40-tcon-tv";
A Dsun50i-h6.dtsi859 compatible = "allwinner,sun50i-h6-tcon-tv",
860 "allwinner,sun8i-r40-tcon-tv";
A Dsunxi-h3-h5.dtsi160 compatible = "allwinner,sun8i-h3-tcon-tv",
161 "allwinner,sun8i-a83t-tcon-tv";
A Dsun50i-a64.dtsi427 compatible = "allwinner,sun50i-a64-tcon-tv",
428 "allwinner,sun8i-a83t-tcon-tv";
A Dsun8i-a83t.dtsi455 compatible = "allwinner,sun8i-a83t-tcon-tv";
A Dsun9i-a80.dtsi876 compatible = "allwinner,sun9i-a80-tcon-tv";
A DMakefile488 sun5i-a10s-r7-tv-dongle.dtb \
/u-boot/scripts/
A Dget_maintainer.pl1151 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 Dsfr,nb4-ser.dts97 label = "NB4-SER:white:tv";
/u-boot/doc/device-tree-bindings/leds/
A Dleds-bcm6358.txt47 label = "white:tv";
/u-boot/board/sunxi/
A DMAINTAINERS36 F: configs/r7-tv-dongle_defconfig

Completed in 44 milliseconds