Home
last modified time | relevance | path

Searched refs:uio_event_notify (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Duio_driver.h139 extern void uio_event_notify(struct uio_info *info);
/linux/drivers/uio/
H A Duio.c427 * uio_event_notify - trigger an interrupt event
430 void uio_event_notify(struct uio_info *info) in uio_event_notify() function
438 EXPORT_SYMBOL_GPL(uio_event_notify);
466 uio_event_notify(idev->info); in uio_interrupt_thread()
/linux/drivers/target/
H A Dtarget_core_user.c989 uio_event_notify(&udev->uio_info); in tcmu_unplug_device()
1131 uio_event_notify(&udev->uio_info); in queue_cmd_ring()
1194 uio_event_notify(&udev->uio_info); in queue_tmr_ring()
/linux/Documentation/target/
H A Dtcmu-design.rst156 then signaling userspace via uio_event_notify(). Once the command is
/linux/Documentation/driver-api/
H A Duio-howto.rst119 calling :c:func:`uio_event_notify()` from the timer's event
/linux/drivers/scsi/qedi/
H A Dqedi_main.c786 uio_event_notify(&udev->qedi_uinfo); in qedi_ll2_process_skb()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c2971 uio_event_notify(&cp->udev->cnic_uinfo); in cnic_chk_pkt_rings()