Home
last modified time | relevance | path

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

12

/linux/fs/notify/
H A Dgroup.c159 return fasync_helper(fd, file, on, &group->fsn_fa) >= 0 ? 0 : -EIO; in fsnotify_fasync()
/linux/sound/core/
H A Dmisc.c145 return fasync_helper(fd, file, on, &fasync->fasync); in snd_fasync_helper()
/linux/drivers/pps/generators/
H A Dpps_gen.c52 return fasync_helper(fd, file, on, &pps_gen->async_queue); in pps_gen_cdev_fasync()
/linux/drivers/input/serio/
H A Dserio_raw.c59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync()
/linux/drivers/pps/
H A Dpps.c56 return fasync_helper(fd, file, on, &pps->async_queue); in pps_cdev_fasync()
/linux/drivers/mailbox/
H A Dmailbox-test.c92 return fasync_helper(fd, filp, on, &tdev->async_queue); in mbox_test_message_fasync()
/linux/fs/
H A Dfcntl.c1112 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper() function
1119 EXPORT_SYMBOL(fasync_helper);
/linux/drivers/usb/misc/
H A Dyurex.c348 return fasync_helper(fd, file, on, &dev->async_queue); in yurex_fasync()
/linux/drivers/rtc/
H A Ddev.c508 return fasync_helper(fd, file, on, &rtc->async_queue); in rtc_dev_fasync()
/linux/drivers/xen/
H A Devtchn.c638 return fasync_helper(fd, filp, on, &u->evtchn_async_queue); in evtchn_fasync()
/linux/drivers/tty/vt/
H A Dvc_screen.c732 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync()
/linux/drivers/hid/
H A Dhidraw.c338 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync()
/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()
/linux/drivers/char/ipmi/
H A Dipmi_watchdog.c833 result = fasync_helper(fd, file, on, &fasync_q); in ipmi_fasync()
H A Dipmi_devintf.c79 return fasync_helper(fd, file, on, &priv->fasync_queue); in ipmi_fasync()
/linux/drivers/char/
H A Dhpet.c390 if (fasync_helper(fd, file, on, &devp->hd_async_queue) >= 0) in hpet_fasync()
H A Drandom.c1552 return fasync_helper(fd, filp, on, &fasync); in random_fasync()
H A Dsonypi.c876 return fasync_helper(fd, filp, on, &sonypi_device.fifo_async); in sonypi_misc_fasync()
/linux/drivers/hid/usbhid/
H A Dhiddev.c209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync()
/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()
H A Devdev.c317 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync()
/linux/drivers/misc/mei/
H A Dmain.c949 return fasync_helper(fd, file, band, &cl->ev_async); in mei_fasync()
/linux/drivers/misc/genwqe/
H A Dcard_dev.c344 return fasync_helper(fd, filp, mode, &cdev->async_queue); in genwqe_fasync()

12