Searched refs:poll_fn (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/lib/ |
H A D | irq_poll.c | 174 * @poll_fn: The handler to invoke 179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() argument 184 iop->poll = poll_fn; in irq_poll_init()
|
/kernel/linux/linux-6.6/lib/ |
H A D | irq_poll.c | 174 * @poll_fn: The handler to invoke 179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() argument 184 iop->poll = poll_fn; in irq_poll_init()
|
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-poller.c | 69 void (*poll_fn)(struct input_dev *dev)) in input_setup_polling() 87 poller->poll = poll_fn; in input_setup_polling()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-poller.c | 69 void (*poll_fn)(struct input_dev *dev)) in input_setup_polling() 87 poller->poll = poll_fn; in input_setup_polling()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | input.h | 382 void (*poll_fn)(struct input_dev *dev));
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | input.h | 390 void (*poll_fn)(struct input_dev *dev));
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-cdev.c | 60 typedef __poll_t (*poll_fn)(struct file *, struct poll_table_struct *); typedef 67 struct gpio_device *gdev, poll_fn func) in call_poll_locked()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 8898 int (*poll_fn)(struct napi_struct *, int) = bnxt_poll; in bnxt_init_napi() 8901 poll_fn = bnxt_poll_p5; in bnxt_init_napi() 8906 netif_napi_add(bp->dev, &bnapi->napi, poll_fn, 64); in bnxt_init_napi()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 9386 int (*poll_fn)(struct napi_struct *, int) = bnxt_poll; in bnxt_init_napi() 9389 poll_fn = bnxt_poll_p5; in bnxt_init_napi() 9394 netif_napi_add(bp->dev, &bnapi->napi, poll_fn); in bnxt_init_napi()
|
Completed in 37 milliseconds