| /linux/drivers/input/serio/ |
| H A D | serio_raw.c | 43 struct fasync_struct *fasync; member 59 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync() 238 .fasync = serio_raw_fasync, 260 kill_fasync(&client->fasync, SIGIO, POLL_IN); in serio_raw_interrupt() 361 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in serio_raw_hangup()
|
| /linux/fs/ecryptfs/ |
| H A D | file.c | 359 if (lower_file->f_op->fasync) in ecryptfs_fasync() 360 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 440 .fasync = ecryptfs_fasync,
|
| /linux/drivers/platform/surface/ |
| H A D | surface_aggregator_cdev.c | 68 struct fasync_struct *fasync; member 125 kill_fasync(&client->fasync, SIGIO, POLL_IN); in ssam_cdev_notifier() 661 return fasync_helper(fd, file, on, &client->fasync); in ssam_cdev_fasync() 670 .fasync = ssam_cdev_fasync, 736 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in ssam_dbg_device_remove()
|
| H A D | surface_dtx.c | 181 struct fasync_struct *fasync; member 546 return fasync_helper(fd, file, on, &client->fasync); in surface_dtx_fasync() 555 .fasync = surface_dtx_fasync, 613 kill_fasync(&client->fasync, SIGIO, POLL_IN); in sdtx_push_event() 1085 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in sdtx_device_destroy()
|
| /linux/include/linux/ |
| H A D | hidraw.h | 31 struct fasync_struct *fasync; member
|
| H A D | hid-debug.h | 32 struct fasync_struct *fasync; member
|
| /linux/drivers/input/ |
| H A D | mousedev.c | 95 struct fasync_struct *fasync; member 309 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_notify_readers() 408 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync() 710 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_write() 780 .fasync = mousedev_fasync, 806 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in mousedev_hangup()
|
| H A D | joydev.c | 63 struct fasync_struct *fasync; member 109 kill_fasync(&client->fasync, SIGIO, POLL_IN); in joydev_pass_event() 157 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync() 238 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in joydev_hangup() 720 .fasync = joydev_fasync,
|
| H A D | evdev.c | 46 struct fasync_struct *fasync; member 240 kill_fasync(&client->fasync, SIGIO, POLL_IN); in __pass_event() 317 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync() 420 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in evdev_hangup() 1301 .fasync = evdev_fasync,
|
| /linux/include/sound/ |
| H A D | core.h | 447 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll); 448 void snd_fasync_free(struct snd_fasync *fasync);
|
| H A D | control.h | 112 struct snd_fasync *fasync; member
|
| /linux/drivers/char/ |
| H A D | random.c | 93 static struct fasync_struct *fasync; variable 751 kill_fasync(&fasync, SIGIO, POLL_IN); in _credit_init_bits() 1566 return fasync_helper(fd, filp, on, &fasync); in random_fasync() 1575 .fasync = random_fasync, 1586 .fasync = random_fasync,
|
| /linux/drivers/hid/usbhid/ |
| H A D | hiddev.c | 43 struct fasync_struct *fasync; member 154 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hiddev_send_event() 209 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync() 855 .fasync = hiddev_fasync,
|
| /linux/fs/ |
| H A D | file_table.c | 464 if (file->f_op->fasync) in __fput() 465 file->f_op->fasync(-1, file, 0); in __fput()
|
| H A D | ioctl.c | 376 if (filp->f_op->fasync) in ioctl_fioasync() 378 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
| /linux/drivers/tty/ |
| H A D | n_hdlc.c | 407 if (tty->fasync != NULL) in n_hdlc_tty_receive() 408 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
| H A D | n_tty.c | 231 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup() 1241 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_handle_newline() 1632 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf() 2413 if (nr && tty->fasync) in n_tty_write()
|
| /linux/sound/core/ |
| H A D | init.c | 435 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release() 436 df->disconnected_f_op->fasync(-1, file, 0); in snd_disconnect_release() 477 .fasync = snd_disconnect_fasync
|
| H A D | timer.c | 88 struct snd_fasync *fasync; member 1322 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_interrupt() 1358 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_ccallback() 1425 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_tinterrupt() 1492 snd_fasync_free(tu->fasync); in snd_timer_user_release() 2306 return snd_fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync() 2449 .fasync = snd_timer_user_fasync,
|
| H A D | control.c | 130 snd_fasync_free(ctl->fasync); in snd_ctl_release() 185 snd_kill_fasync(ctl->fasync, SIGIO, POLL_IN); in snd_ctl_notify() 2152 return snd_fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync() 2275 .fasync = snd_ctl_fasync, 2315 snd_kill_fasync(ctl->fasync, SIGIO, POLL_ERR); in snd_ctl_dev_disconnect()
|
| /linux/drivers/usb/class/ |
| H A D | usbtmc.c | 111 struct fasync_struct *fasync; member 2228 return fasync_helper(fd, file, on, &file_data->data->fasync); in usbtmc_fasync() 2283 .fasync = usbtmc_fasync, 2319 if (data->fasync) in usbtmc_interrupt() 2320 kill_fasync(&data->fasync, in usbtmc_interrupt()
|
| /linux/drivers/usb/gadget/legacy/ |
| H A D | inode.c | 129 struct fasync_struct *fasync; member 854 kill_fasync (&dev->fasync, SIGIO, POLL_IN); in ep0_readable() 1185 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync() 1936 .fasync = ep0_fasync,
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 65 fasync operation modes. You must read 1 bytes from the device. The
|
| /linux/drivers/mailbox/ |
| H A D | mailbox-test.c | 258 .fasync = mbox_test_message_fasync,
|
| /linux/fs/fuse/ |
| H A D | dev.c | 334 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock() 2508 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2555 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2572 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2713 .fasync = fuse_dev_fasync,
|