Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/tools/gdb/
H A Dserial.c87 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 Dos.c195 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 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()
/rk3399_rockchip-uboot/scripts/
H A Dget_maintainer.pl993 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 Dr7-tv-dongle_defconfig6 CONFIG_DEFAULT_DEVICE_TREE="sun5i-a10s-r7-tv-dongle"
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3066/
H A DKconfig6 MK808 is a tv stick with usb host and otg, microsd card slot, hdmi and wifi.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsun5i-a10s-r7-tv-dongle.dts51 model = "R7 A10s hdmi tv-stick";
52 compatible = "allwinner,r7-tv-dongle", "allwinner,sun5i-a10s";
68 label = "r7-tv-dongle:green:usr";
H A Dsun5i-r8.dtsi62 tve0: tv-encoder@01c0a000 {
63 compatible = "allwinner,sun4i-a10-tv-encoder";
H A Dsun5i-a10s-auxtek-t003.dts50 model = "Auxtek t003 A10s hdmi tv-stick";
67 label = "t003-tv-dongle:red:usr";
H A Dsun5i-a10s-auxtek-t004.dts50 model = "Auxtek t004 A10s hdmi tv-stick";
67 label = "t004-tv-dongle:red:usr";
H A Dsun5i-gr8.dtsi576 tve0: tv-encoder@01c0a000 {
577 compatible = "allwinner,sun4i-a10-tv-encoder";
H A DMakefile245 sun5i-a10s-r7-tv-dongle.dtb \
/rk3399_rockchip-uboot/arch/mips/dts/
H A Dsfr,nb4-ser.dts70 label = "NB4-SER:white:tv";
/rk3399_rockchip-uboot/doc/device-tree-bindings/leds/
H A Dleds-bcm6358.txt47 label = "white:tv";
/rk3399_rockchip-uboot/common/
H A Dlrz.c1559 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 DMAINTAINERS36 F: configs/r7-tv-dongle_defconfig