| /include/trace/events/ |
| A D | scmi.h | 39 bool poll, int inflight), 40 TP_ARGS(transfer_id, msg_id, protocol_id, seq, poll, inflight), 47 __field(bool, poll) 56 __entry->poll = poll; 62 __entry->transfer_id, __entry->poll, __entry->inflight) 67 u32 timeout, bool poll), 68 TP_ARGS(transfer_id, msg_id, protocol_id, seq, timeout, poll), 76 __field(bool, poll) 85 __entry->poll = poll; 90 __entry->transfer_id, __entry->timeout, __entry->poll)
|
| /include/linux/ |
| A D | sysctl.h | 120 static inline void *proc_sys_poll_event(struct ctl_table_poll *poll) in proc_sys_poll_event() argument 122 return (void *)(unsigned long)atomic_read(&poll->event); in proc_sys_poll_event() 139 struct ctl_table_poll *poll; member 215 void proc_sys_poll_notify(struct ctl_table_poll *poll);
|
| A D | irq_poll.h | 12 irq_poll_fn *poll; member
|
| A D | poll.h | 75 return file->f_op->poll; in file_can_poll() 80 if (unlikely(!file->f_op->poll)) in vfs_poll() 82 return file->f_op->poll(file, pt); in vfs_poll()
|
| A D | restart_block.h | 55 } poll; member
|
| A D | adb.h | 37 void (*poll)(void); member
|
| A D | posix-clock.h | 59 __poll_t (*poll)(struct posix_clock_context *pccontext, struct file *file, member
|
| A D | dma-buf.h | 421 wait_queue_head_t poll; member 427 wait_queue_head_t *poll; member
|
| A D | rfkill.h | 62 void (*poll)(struct rfkill *rfkill, void *data); member
|
| A D | ipmi_smi.h | 211 void (*poll)(void *send_info); member
|
| A D | tty_ldisc.h | 249 __poll_t (*poll)(struct tty_struct *tty, struct file *file, member
|
| A D | scmi_protocol.h | 168 u32 level, bool poll); 170 u32 *level, bool poll); 178 unsigned long rate, bool poll); 180 unsigned long *rate, bool poll);
|
| A D | hid-sensor-hub.h | 231 struct hid_sensor_hub_attribute_info poll; member
|
| A D | netdevice.h | 391 int (*poll)(struct napi_struct *, int); member 2786 int (*poll)(struct napi_struct *, int), 2794 netif_napi_add_weight_locked(dev, napi, poll, weight); in netif_napi_add_weight() 2809 int (*poll)(struct napi_struct *, int)) in netif_napi_add() 2811 netif_napi_add_weight(dev, napi, poll, NAPI_POLL_WEIGHT); in netif_napi_add() 2816 int (*poll)(struct napi_struct *, int)) in netif_napi_add_locked() 2824 int (*poll)(struct napi_struct *, int), in netif_napi_add_tx_weight() 2828 netif_napi_add_weight(dev, napi, poll, weight); in netif_napi_add_tx_weight() 2833 int (*poll)(struct napi_struct *, int), int index) in netif_napi_add_config_locked() 2852 netif_napi_add_config_locked(dev, napi, poll, index); in netif_napi_add_config() [all …]
|
| /include/linux/platform_data/ |
| A D | mv_usb.h | 21 int (*poll)(void); member
|
| /include/xen/interface/io/ |
| A D | pvcalls.h | 78 } poll; member 113 } poll; member
|
| /include/drm/ |
| A D | drm_accel.h | 28 .poll = drm_poll,\
|
| A D | drm_gem_dma_helper.h | 266 .poll = drm_poll,\
|
| A D | drm_gem.h | 454 .poll = drm_poll,\
|
| /include/media/ |
| A D | media-devnode.h | 51 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
|
| A D | v4l2-dev.h | 205 __poll_t (*poll) (struct file *, struct poll_table_struct *); member
|
| /include/sound/ |
| A D | hwdep.h | 25 __poll_t (*poll)(struct snd_hwdep *hw, struct file *file, member
|
| A D | info.h | 50 __poll_t (*poll)(struct snd_info_entry *entry, member
|
| /include/uapi/asm-generic/ |
| A D | Kbuild | 18 mandatory-y += poll.h
|
| /include/net/libeth/ |
| A D | xdp.h | 221 void (*poll)(struct work_struct *work)); 261 u32 (*poll)(void *xdpsq, u32 budget)) in libeth_xdpsq_run_timer() 268 if (poll(timer->xdpsq, U32_MAX)) in libeth_xdpsq_run_timer() 1610 #define LIBETH_XDP_DEFINE_TIMER(name, poll) \ argument 1613 libeth_xdpsq_run_timer(work, poll); \
|