Searched refs:poll (Results 1 – 16 of 16) sorted by relevance
| /rk3399_rockchip-uboot/test/py/ |
| H A D | u_boot_spawn.py | 69 self.poll = select.poll() 70 …self.poll.register(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | sel… 172 events = self.poll.poll(poll_maxwait)
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | cros-ec-sbs.dtsi | 14 sbs,poll-retry-count = <1>;
|
| H A D | px3se-evb.dts | 25 poll-interval = <100>;
|
| H A D | rk3126-evb.dts | 31 poll-interval = <100>;
|
| H A D | rk3308-evb.dts | 22 poll-interval = <100>; 38 poll-interval = <100>;
|
| H A D | exynos5800-peach-pi.dts | 216 sbs,poll-retry-count = <1>;
|
| H A D | sun4i-a10-inet9f-rev03.dts | 69 poll-interval = <20>;
|
| H A D | exynos5420-peach-pit.dts | 353 sbs,poll-retry-count = <1>;
|
| H A D | sun9i-a80-cx-a99.dts | 160 * some unknown reason, so poll the GPIO for card detection. This is also what
|
| H A D | exynos5250-snow.dts | 120 sbs,poll-retry-count = <1>;
|
| H A D | tegra124-nyan.dtsi | 334 sbs,poll-retry-count = <10>;
|
| H A D | tegra20-seaboard.dts | 442 ti,poll-retry-count = <10>;
|
| /rk3399_rockchip-uboot/net/ |
| H A D | sntp.h | 45 uchar poll; member
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | dnet.c | 172 int pkt_len, poll, i; in dnet_recv() local 176 poll = 50; in dnet_recv() 179 if (--poll == 0) in dnet_recv()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | moveconfig.py | 1075 while self.ps.poll() == None: 1101 def poll(self): member in Slot 1120 if self.ps.poll() == None: 1123 if self.ps.poll() != 0: 1322 if slot.poll(): 1334 if not slot.poll():
|
| /rk3399_rockchip-uboot/ |
| H A D | README | 1133 also needs to be defined by the driver to dynamically poll
|