Home
last modified time | relevance | path

Searched refs:poll (Results 426 - 450 of 1773) sorted by relevance

1...<<11121314151617181920>>...71

/kernel/linux/linux-6.6/include/linux/
H A Dhid-sensor-hub.h230 struct hid_sensor_hub_attribute_info poll; member
H A Dring_buffer.h7 #include <linux/poll.h>
H A Drelay.h22 #include <linux/poll.h>
/kernel/linux/linux-6.6/include/media/
H A Ddvbdev.h23 #include <linux/poll.h>
H A Dvideobuf-core.h16 #include <linux/poll.h>
/kernel/linux/linux-6.6/kernel/events/
H A Dinternal.h24 atomic_t poll; /* POLL_ for wakeups */ member
34 /* poll crap */
/kernel/linux/linux-6.6/drivers/media/pci/ngene/
H A Dngene-i2c.c18 #include <linux/poll.h>
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcpuid.c29 #include <linux/poll.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_perf_types.h13 #include <linux/poll.h>
258 * (e.g. during a read() or poll()).
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_ring.c14 #include <linux/poll.h>
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dfdarray.c3 #include <poll.h>
/kernel/linux/linux-6.6/tools/gpio/
H A Dgpio-event-mon.c19 #include <poll.h>
H A Dlsgpio.c18 #include <poll.h>
/kernel/linux/linux-6.6/security/tomoyo/
H A Dsecurityfs_if.c153 * tomoyo_poll - poll() for /sys/kernel/security/tomoyo/ interface.
208 .poll = tomoyo_poll,
H A Dcommon.c226 if (head->poll) { in tomoyo_flush()
2170 * tomoyo_poll_query - poll() for /sys/kernel/security/tomoyo/query.
2427 head->poll = tomoyo_poll_log; in tomoyo_open_control()
2452 head->poll = tomoyo_poll_query; in tomoyo_open_control()
2468 head->poll = NULL; in tomoyo_open_control()
2469 } else if (!head->poll) { in tomoyo_open_control()
2470 /* Don't allocate read_buf for poll() access. */ in tomoyo_open_control()
2508 * tomoyo_poll_control - poll() for /sys/kernel/security/tomoyo/ interface.
2520 if (head->poll) in tomoyo_poll_control()
2521 return head->poll(fil in tomoyo_poll_control()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dtxring_overwrite.c22 #include <poll.h>
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_hwdep.c176 .poll = hwdep_poll, in snd_bebob_create_hwdep_device()
/kernel/linux/linux-6.6/sound/firewire/dice/
H A Ddice-hwdep.c172 .poll = hwdep_poll, in snd_dice_create_hwdep()
/kernel/linux/linux-6.6/sound/firewire/digi00x/
H A Ddigi00x-hwdep.c180 .poll = hwdep_poll, in snd_dg00x_create_hwdep_device()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-hwdep.c189 .poll = hwdep_poll, in snd_ff_create_hwdep_devices()
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-hwdep.c170 .poll = hwdep_poll, in snd_oxfw_create_hwdep()
/kernel/liteos_m/kal/posix/src/
H A Dpoll.c31 #include "poll.h"
63 PRINT_ERR("destroy poll sem failed!\n"); in DestroyPollWait()
139 PRINT_ERR("poll notify sem post failed!\n"); in PollNotify()
200 int poll(struct pollfd *fds, nfds_t nfds, int timeout) in poll() function
/kernel/linux/linux-6.6/net/atm/
H A Dpvc.c116 .poll = vcc_poll,
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dphylink.c1211 bool poll = false; in phylink_start() local
1249 poll = true; in phylink_start()
1254 poll |= pl->config->poll_fixed_state; in phylink_start()
1257 poll |= pl->config->pcs_poll; in phylink_start()
1259 poll |= pl->pcs->poll; in phylink_start()
1262 if (poll) in phylink_start()
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c234 if (head->poll) { in tomoyo_flush()
2178 * tomoyo_poll_query - poll() for /sys/kernel/security/tomoyo/query.
2435 head->poll = tomoyo_poll_log; in tomoyo_open_control()
2460 head->poll = tomoyo_poll_query; in tomoyo_open_control()
2476 head->poll = NULL; in tomoyo_open_control()
2477 } else if (!head->poll) { in tomoyo_open_control()
2478 /* Don't allocate read_buf for poll() access. */ in tomoyo_open_control()
2516 * tomoyo_poll_control - poll() for /sys/kernel/security/tomoyo/ interface.
2528 if (head->poll) in tomoyo_poll_control()
2529 return head->poll(fil in tomoyo_poll_control()
[all...]

Completed in 18 milliseconds

1...<<11121314151617181920>>...71