Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/test/py/
A Du_boot_spawn.py65 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 Dsntp.h44 uchar poll; member
/u-boot/arch/mips/dts/
A Dlinkit-smart-7688.dts58 mediatek,poll-link-phy = <0>;
A Dvocore_vocore2.dts72 mediatek,poll-link-phy = <0>;
A Dgardena-smart-gateway-mt7688.dts128 mediatek,poll-link-phy = <0>;
/u-boot/drivers/net/
A Ddnet.c174 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 Dmeson-gxm-wetek-core2.dts50 poll-interval = <100>;
A Drk3308-evb.dts23 poll-interval = <100>;
37 poll-interval = <100>;
A Dmeson-g12b-gtking-pro.dts21 poll-interval = <100>;
A Drk3399-nanopc-t4.dts40 poll-interval = <100>;
A Dcros-ec-sbs.dtsi50 sbs,poll-retry-count = <1>;
A Dmeson-gxl-s905x-khadas-vim.dts36 poll-interval = <100>;
A Dam3517-evm-ui.dtsi74 poll-interval = <100>;
A Dexynos5800-peach-pi.dts231 sbs,poll-retry-count = <1>;
A Dam3517-evm.dts41 poll-interval = <100>;
A Dmeson-gxm-khadas-vim2.dts64 poll-interval = <100>;
A Dmeson-gx-libretech-pc.dtsi73 poll-interval = <100>;
A Dexynos5420-peach-pit.dts368 sbs,poll-retry-count = <1>;
A Dpx30-firefly.dts25 poll-interval = <100>;
A Dmeson-khadas-vim3.dtsi62 poll-interval = <100>;
A Dpx30-evb.dts25 poll-interval = <100>;
/u-boot/arch/x86/include/asm/acpi/cros_ec/
A Dals.asl30 * 0: No need to poll, async notifications will indicate changes
/u-boot/doc/device-tree-bindings/input/
A Dadc-keys.txt12 - poll-interval: Poll interval time in milliseconds
/u-boot/tools/
A Dmoveconfig.py1142 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 Dconftest.py76 while ps.poll() is None:

Completed in 31 milliseconds

12