Home
last modified time | relevance | path

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

12

/Linux-v6.6/fs/notify/
Dgroup.c170 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
/Linux-v6.6/sound/core/
Dmisc.c214 return fasync_helper(fd, file, on, &fasync->fasync); in snd_fasync_helper()
/Linux-v6.6/fs/
Dpipe.c747 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
749 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync()
752 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
Dfcntl.c975 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function
982 EXPORT_SYMBOL(fasync_helper);
/Linux-v6.6/drivers/input/serio/
Dserio_raw.c59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
/Linux-v6.6/drivers/pps/
Dpps.c50 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
/Linux-v6.6/drivers/mailbox/
Dmailbox-test.c93 return fasync_helper(fd, filp, on, &tdev->async_queue); in mbox_test_message_fasync()
/Linux-v6.6/drivers/rtc/
Ddev.c499 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
/Linux-v6.6/drivers/usb/misc/
Dyurex.c348 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
/Linux-v6.6/drivers/infiniband/core/
Duverbs_main.c339 return fasync_helper(fd, filp, on, &file->ev_queue.async_queue); in ib_uverbs_async_event_fasync()
347 return fasync_helper(fd, filp, on, &comp_ev_file->ev_queue.async_queue); in ib_uverbs_comp_event_fasync()
/Linux-v6.6/drivers/xen/
Devtchn.c632 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
/Linux-v6.6/drivers/hid/
Dhidraw.c323 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
/Linux-v6.6/drivers/tty/vt/
Dvc_screen.c748 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
/Linux-v6.6/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-v6.6/drivers/char/ipmi/
Dipmi_watchdog.c871 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-v6.6/drivers/char/
Dhpet.c394 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
Drandom.c1538 return fasync_helper(fd, filp, on, &fasync); in random_fasync()
Dsonypi.c875 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
/Linux-v6.6/drivers/hid/usbhid/
Dhiddev.c209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
/Linux-v6.6/drivers/uio/
Duio.c525 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
/Linux-v6.6/drivers/misc/mei/
Dmain.c922 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
/Linux-v6.6/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()

12