Searched refs:tv (Results 1 – 16 of 16) sorted by relevance
| /rk3399_rockchip-uboot/tools/gdb/ |
| H A D | serial.c | 87 struct timeval tv; in serialreadchar() local 91 tv.tv_sec = timeout; in serialreadchar() 92 tv.tv_usec = 0; in serialreadchar() 99 if ((n = select(fd + 1, &fds, 0, 0, &tv)) < 0) in serialreadchar()
|
| /rk3399_rockchip-uboot/arch/sandbox/cpu/ |
| H A D | os.c | 195 struct timeval tv; in os_get_nsec() local 197 gettimeofday(&tv, NULL); in os_get_nsec() 198 tp.tv_sec = tv.tv_sec; in os_get_nsec() 199 tp.tv_nsec = tv.tv_usec * 1000; in os_get_nsec() 203 struct timeval tv; in os_get_nsec() 204 gettimeofday(&tv, NULL); in os_get_nsec() 205 return tv.tv_sec * 1000000000ULL + tv.tv_usec * 1000; in os_get_nsec()
|
| /rk3399_rockchip-uboot/tools/ |
| H 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()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | get_maintainer.pl | 993 my $tv = $typevalue[$index]; 994 if (($tv =~ m/^([A-Z]):\s*(.*)/)) { 1007 my $tv = $typevalue[$index]; 1008 if (!($tv =~ m/^([A-Z]):\s*(.*)/)) { 1021 my $tv = $typevalue[$index]; 1022 if (!($tv =~ m/^([A-Z]):\s*(.*)/)) { 1056 my $tv = $typevalue[$i]; 1057 if ($tv =~ m/^([A-Z]):\s*(.*)/) { 1106 my $tv = $typevalue[$i]; 1107 if ($tv =~ m/^([A-Z]):\s*(.*)/) { [all …]
|
| /rk3399_rockchip-uboot/configs/ |
| H A D | r7-tv-dongle_defconfig | 6 CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-r7-tv-dongle"
|
| /rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3066/ |
| H A D | Kconfig | 6 MK808 is a tv stick with usb host and otg, microsd card slot, hdmi and wifi.
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | sun5i-a10s-r7-tv-dongle.dts | 51 model = "R7 A10s hdmi tv-stick"; 52 compatible = "allwinner,r7-tv-dongle", "allwinner,sun5i-a10s"; 68 label = "r7-tv-dongle:green:usr";
|
| H A D | sun5i-r8.dtsi | 62 tve0: tv-encoder@01c0a000 { 63 compatible = "allwinner,sun4i-a10-tv-encoder";
|
| H A D | sun5i-a10s-auxtek-t003.dts | 50 model = "Auxtek t003 A10s hdmi tv-stick"; 67 label = "t003-tv-dongle:red:usr";
|
| H A D | sun5i-a10s-auxtek-t004.dts | 50 model = "Auxtek t004 A10s hdmi tv-stick"; 67 label = "t004-tv-dongle:red:usr";
|
| H A D | sun5i-gr8.dtsi | 576 tve0: tv-encoder@01c0a000 { 577 compatible = "allwinner,sun4i-a10-tv-encoder";
|
| H A D | Makefile | 245 sun5i-a10s-r7-tv-dongle.dtb \
|
| /rk3399_rockchip-uboot/arch/mips/dts/ |
| H A D | sfr,nb4-ser.dts | 70 label = "NB4-SER:white:tv";
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/leds/ |
| H A D | leds-bcm6358.txt | 47 label = "white:tv";
|
| /rk3399_rockchip-uboot/common/ |
| H A D | lrz.c | 1559 struct timeval tv; in procheader() local 1560 tv.tv_sec=zi->modtime; in procheader() 1561 tv.tv_usec=0; in procheader()
|
| /rk3399_rockchip-uboot/board/sunxi/ |
| H A D | MAINTAINERS | 36 F: configs/r7-tv-dongle_defconfig
|