Home
last modified time | relevance | path

Searched refs:fasync_helper (Results 1 – 25 of 51) sorted by relevance

123

/Linux-v5.15/fs/notify/
Dgroup.c162 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
/Linux-v5.15/fs/
Dpipe.c744 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
746 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync()
749 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dfcntl.c991 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function
998 EXPORT_SYMBOL(fasync_helper);
/Linux-v5.15/drivers/input/serio/
Dserio_raw.c59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
/Linux-v5.15/drivers/pps/
Dpps.c50 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
/Linux-v5.15/drivers/mailbox/
Dmailbox-test.c90 return fasync_helper(fd, filp, on, &tdev->async_queue); in mbox_test_message_fasync()
/Linux-v5.15/drivers/rtc/
Ddev.c434 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
/Linux-v5.15/drivers/usb/misc/
Dyurex.c348 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
/Linux-v5.15/drivers/xen/
Devtchn.c615 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
/Linux-v5.15/drivers/infiniband/core/
Duverbs_main.c330 return fasync_helper(fd, filp, on, &file->ev_queue.async_queue); in ib_uverbs_async_event_fasync()
338 return fasync_helper(fd, filp, on, &comp_ev_file->ev_queue.async_queue); in ib_uverbs_comp_event_fasync()
/Linux-v5.15/drivers/hid/
Dhidraw.c316 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
/Linux-v5.15/drivers/tty/vt/
Dvc_screen.c741 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
/Linux-v5.15/drivers/platform/surface/
Dsurface_aggregator_cdev.c661 return fasync_helper(fd, file, on, &client->fasync); in ssam_cdev_fasync()
Dsurface_dtx.c546 return fasync_helper(fd, file, on, &client->fasync); in surface_dtx_fasync()
/Linux-v5.15/drivers/char/ipmi/
Dipmi_watchdog.c872 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
Dipmi_devintf.c79 return fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
/Linux-v5.15/drivers/char/
Dhpet.c409 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
Dsonypi.c875 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
/Linux-v5.15/drivers/hid/usbhid/
Dhiddev.c209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
/Linux-v5.15/drivers/uio/
Duio.c523 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
/Linux-v5.15/drivers/misc/mei/
Dmain.c920 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
/Linux-v5.15/drivers/input/
Dmousedev.c408 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync()
Djoydev.c157 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync()
/Linux-v5.15/drivers/misc/genwqe/
Dcard_dev.c344 return fasync_helper(fd, filp, mode, &cdev->async_queue); in genwqe_fasync()
/Linux-v5.15/drivers/misc/lis3lv02d/
Dlis3lv02d.c667 return fasync_helper(fd, file, on, &lis3->async_queue); in lis3lv02d_misc_fasync()

123