Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/notify/
H A Dgroup.c170 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
/openbmc/linux/sound/core/
H A Dmisc.c214 return fasync_helper(fd, file, on, &fasync->fasync); in snd_fasync_helper()
/openbmc/linux/fs/
H A Dpipe.c752 retval = fasync_helper(fd, filp, on, &pipe->fasync_readers); in pipe_fasync()
754 retval = fasync_helper(fd, filp, on, &pipe->fasync_writers); in pipe_fasync()
757 fasync_helper(-1, filp, 0, &pipe->fasync_readers); in pipe_fasync()
H A Dfcntl.c967 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function
974 EXPORT_SYMBOL(fasync_helper);
/openbmc/linux/drivers/input/serio/
H A Dserio_raw.c59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
/openbmc/linux/drivers/pps/
H A Dpps.c50 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
/openbmc/linux/drivers/mailbox/
H A Dmailbox-test.c93 return fasync_helper(fd, filp, on, &tdev->async_queue); in mbox_test_message_fasync()
/openbmc/linux/drivers/rtc/
H A Ddev.c499 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
/openbmc/linux/drivers/usb/misc/
H A Dyurex.c348 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
/openbmc/linux/drivers/infiniband/core/
H A 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()
/openbmc/linux/drivers/xen/
H A Devtchn.c638 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
/openbmc/linux/drivers/hid/
H A Dhidraw.c323 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
/openbmc/linux/drivers/tty/vt/
H A Dvc_screen.c748 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c661 return fasync_helper(fd, file, on, &client->fasync); in ssam_cdev_fasync()
H A Dsurface_dtx.c546 return fasync_helper(fd, file, on, &client->fasync); in surface_dtx_fasync()
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_devintf.c79 return fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
H A Dipmi_watchdog.c871 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
/openbmc/linux/drivers/char/
H A Dhpet.c406 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
H A Dsonypi.c875 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
/openbmc/linux/drivers/uio/
H A Duio.c525 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
/openbmc/linux/drivers/hid/usbhid/
H A Dhiddev.c209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
/openbmc/linux/drivers/input/
H A Dmousedev.c408 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync()
H A Djoydev.c157 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync()
/openbmc/linux/drivers/misc/mei/
H A Dmain.c922 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
/openbmc/linux/drivers/misc/genwqe/
H A Dcard_dev.c344 return fasync_helper(fd, filp, mode, &cdev->async_queue); in genwqe_fasync()

12