Searched refs:poll (Results 1 – 25 of 35) sorted by relevance
12
/u-boot/test/py/ |
A D | u_boot_spawn.py | 65 self.poll = select.poll() 66 …self.poll.register(self.fd, select.POLLIN | select.POLLPRI | select.POLLERR | select.POLLHUP | sel… 168 events = self.poll.poll(poll_maxwait)
|
/u-boot/include/net/ |
A D | sntp.h | 44 uchar poll; member
|
/u-boot/arch/mips/dts/ |
A D | linkit-smart-7688.dts | 58 mediatek,poll-link-phy = <0>;
|
A D | vocore_vocore2.dts | 72 mediatek,poll-link-phy = <0>;
|
A D | gardena-smart-gateway-mt7688.dts | 128 mediatek,poll-link-phy = <0>;
|
/u-boot/drivers/net/ |
A D | dnet.c | 174 int pkt_len, poll, i; in dnet_recv() local 178 poll = 50; in dnet_recv() 181 if (--poll == 0) in dnet_recv()
|
/u-boot/arch/arm/dts/ |
A D | meson-gxm-wetek-core2.dts | 50 poll-interval = <100>;
|
A D | rk3308-evb.dts | 23 poll-interval = <100>; 37 poll-interval = <100>;
|
A D | meson-g12b-gtking-pro.dts | 21 poll-interval = <100>;
|
A D | rk3399-nanopc-t4.dts | 40 poll-interval = <100>;
|
A D | cros-ec-sbs.dtsi | 50 sbs,poll-retry-count = <1>;
|
A D | meson-gxl-s905x-khadas-vim.dts | 36 poll-interval = <100>;
|
A D | am3517-evm-ui.dtsi | 74 poll-interval = <100>;
|
A D | exynos5800-peach-pi.dts | 231 sbs,poll-retry-count = <1>;
|
A D | am3517-evm.dts | 41 poll-interval = <100>;
|
A D | meson-gxm-khadas-vim2.dts | 64 poll-interval = <100>;
|
A D | meson-gx-libretech-pc.dtsi | 73 poll-interval = <100>;
|
A D | exynos5420-peach-pit.dts | 368 sbs,poll-retry-count = <1>;
|
A D | px30-firefly.dts | 25 poll-interval = <100>;
|
A D | meson-khadas-vim3.dtsi | 62 poll-interval = <100>;
|
A D | px30-evb.dts | 25 poll-interval = <100>;
|
/u-boot/arch/x86/include/asm/acpi/cros_ec/ |
A D | als.asl | 30 * 0: No need to poll, async notifications will indicate changes
|
/u-boot/doc/device-tree-bindings/input/ |
A D | adc-keys.txt | 12 - poll-interval: Poll interval time in milliseconds
|
/u-boot/tools/ |
A D | moveconfig.py | 1142 while self.ps.poll() == None: 1168 def poll(self): member in Slot 1187 if self.ps.poll() == None: 1190 if self.ps.poll() != 0: 1389 if slot.poll(): 1401 if not slot.poll():
|
/u-boot/scripts/kconfig/tests/ |
A D | conftest.py | 76 while ps.poll() is None:
|
Completed in 31 milliseconds
12