/openbmc/linux/fs/notify/ |
H A D | group.c | 170 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
|
/openbmc/linux/sound/core/ |
H A D | misc.c | 214 return fasync_helper(fd, file, on, &fasync->fasync); in snd_fasync_helper()
|
/openbmc/linux/fs/ |
H A D | pipe.c | 752 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 D | fcntl.c | 967 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 D | serio_raw.c | 59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
|
/openbmc/linux/drivers/pps/ |
H A D | pps.c | 50 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
|
/openbmc/linux/drivers/mailbox/ |
H A D | mailbox-test.c | 93 return fasync_helper(fd, filp, on, &tdev->async_queue); in mbox_test_message_fasync()
|
/openbmc/linux/drivers/rtc/ |
H A D | dev.c | 499 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
|
/openbmc/linux/drivers/usb/misc/ |
H A D | yurex.c | 348 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | uverbs_main.c | 339 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 D | evtchn.c | 638 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
|
/openbmc/linux/drivers/hid/ |
H A D | hidraw.c | 323 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
|
/openbmc/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 748 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 661 return fasync_helper(fd, file, on, &client->fasync); in ssam_cdev_fasync()
|
H A D | surface_dtx.c | 546 return fasync_helper(fd, file, on, &client->fasync); in surface_dtx_fasync()
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_devintf.c | 79 return fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
|
H A D | ipmi_watchdog.c | 871 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
|
/openbmc/linux/drivers/char/ |
H A D | hpet.c | 406 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
|
H A D | sonypi.c | 875 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
|
/openbmc/linux/drivers/uio/ |
H A D | uio.c | 525 return fasync_helper(fd, filep, on, &idev->async_queue); in uio_fasync()
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hiddev.c | 209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
|
/openbmc/linux/drivers/input/ |
H A D | mousedev.c | 408 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync()
|
H A D | joydev.c | 157 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync()
|
/openbmc/linux/drivers/misc/mei/ |
H A D | main.c | 922 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
|
/openbmc/linux/drivers/misc/genwqe/ |
H A D | card_dev.c | 344 return fasync_helper(fd, filp, mode, &cdev->async_queue); in genwqe_fasync()
|