Searched defs:poll (Results 1 - 23 of 23) sorted by relevance

/include/linux/
H A Dblk-iopoll.h13 blk_iopoll_fn *poll; member in struct:blk_iopoll
H A Dinput-polldev.h22 * @poll: driver-supplied method that polls the device and posts
24 * @poll_interval: specifies how often the poll() method should be called.
26 * @poll_interval_max: specifies upper bound for the poll interval.
28 * @poll_interval_min: specifies lower bound for the poll interval.
42 void (*poll)(struct input_polled_dev *dev); member in struct:input_polled_dev
H A Dposix-clock.h25 #include <linux/poll.h>
55 * @poll: Optional character device poll method
93 uint (*poll) (struct posix_clock *pc, member in struct:posix_clock_operations
H A Dadb.h36 void (*poll)(void); member in struct:adb_driver
42 #define ADBREQ_SYNC 2 /* poll until done */
H A Ddma-buf.h136 /* poll support */
137 wait_queue_head_t poll; member in struct:dma_buf
141 wait_queue_head_t *poll; member in struct:dma_buf::dma_buf_poll_cb_t
H A Dhid-sensor-hub.h194 struct hid_sensor_hub_attribute_info poll; member in struct:hid_sensor_common
H A Dmailbox_controller.h38 * this to poll status of last TX. The controller must
70 * @poll: API private. Used to poll for TXDONE on all channels.
84 struct timer_list poll; member in struct:mbox_controller
H A Drfkill.h46 * @poll: poll the rfkill block state(s) -- only assign this method
62 void (*poll)(struct rfkill *rfkill, void *data); member in struct:rfkill_ops
H A Dthread_info.h40 /* For poll */
47 } poll; member in union:restart_block::__anon1034
H A Dtty_ldisc.h72 * int (*poll)(struct tty_struct * tty, struct file * file,
75 * This function is called when a user attempts to select/poll on a
77 * discipline to handle poll requests.
201 unsigned int (*poll)(struct tty_struct *, struct file *, member in struct:tty_ldisc_ops
H A Dipmi_smi.h126 /* Called to poll for work to do. This is so upper layers can
127 poll for operations during things like crash dumps. */
128 void (*poll)(void *send_info); member in struct:ipmi_smi_handlers
H A Dsysctl.h86 /* Support for userspace poll() to watch for changes */
92 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) argument
94 return (void *)(unsigned long)atomic_read(&poll->event);
113 struct ctl_table_poll *poll; member in struct:ctl_table
169 void proc_sys_poll_notify(struct ctl_table_poll *poll);
H A Dnet.h145 unsigned int (*poll) (struct file *file, struct socket *sock, member in struct:proto_ops
H A Dfs.h1496 unsigned int (*poll) (struct file *, struct poll_table_struct *); member in struct:file_operations
H A Dnetdevice.h309 int (*poll)(struct napi_struct *, int); member in struct:napi_struct
401 * insure only one NAPI poll instance runs. We also make
411 * napi_schedule - schedule NAPI poll
414 * Schedule NAPI poll routine to be called if it is not already
423 /* Try to reschedule poll. Called by dev->poll() after napi_complete(). */
1639 NETREG_DUMMY, /* dummy device for NAPI poll */
1834 /* Default NAPI poll() weight
1843 * @poll: polling function
1850 int (*poll)(struc
[all...]
/include/linux/platform_data/
H A Dmv_usb.h33 int (*poll)(void); member in struct:mv_usb_addon_irq
/include/media/
H A Dmedia-devnode.h31 #include <linux/poll.h>
47 unsigned int (*poll) (struct file *, struct poll_table_struct *); member in struct:media_file_operations
H A Dv4l2-dev.h12 #include <linux/poll.h>
67 unsigned int (*poll) (struct file *, struct poll_table_struct *); member in struct:v4l2_file_operations
H A Dsoc_camera.h130 unsigned int (*poll)(struct file *, poll_table *); member in struct:soc_camera_host_ops
/include/sound/
H A Dhwdep.h26 #include <linux/poll.h>
40 unsigned int (*poll)(struct snd_hwdep *hw, struct file *file, member in struct:snd_hwdep_ops
H A Dinfo.h25 #include <linux/poll.h>
63 unsigned int (*poll)(struct snd_info_entry *entry, member in struct:snd_info_entry_ops
/include/net/irda/
H A Dircomm_param.h135 __u8 poll; member in struct:ircomm_params
/include/net/bluetooth/
H A Dbluetooth.h28 #include <linux/poll.h>
264 poll:1, member in struct:l2cap_ctrl

Completed in 364 milliseconds