/Linux-v4.19/drivers/input/serio/ |
D | serio_raw.c | 46 struct fasync_struct *fasync; member 62 return fasync_helper(fd, file, on, &client->fasync); in serio_raw_fasync() 264 .fasync = serio_raw_fasync, 286 kill_fasync(&client->fasync, SIGIO, POLL_IN); in serio_raw_interrupt() 387 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in serio_raw_hangup()
|
/Linux-v4.19/fs/ecryptfs/ |
D | file.c | 355 if (lower_file->f_op->fasync) in ecryptfs_fasync() 356 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 435 .fasync = ecryptfs_fasync,
|
/Linux-v4.19/include/linux/ |
D | hidraw.h | 39 struct fasync_struct *fasync; member
|
D | hid-debug.h | 45 struct fasync_struct *fasync; member
|
/Linux-v4.19/drivers/tty/vt/ |
D | vc_screen.c | 85 struct fasync_struct *fasync; member 109 kill_fasync(&poll->fasync, SIGIO, POLL_IN); in vcs_notifier() 642 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync() 678 .fasync = vcs_fasync,
|
/Linux-v4.19/drivers/input/ |
D | mousedev.c | 98 struct fasync_struct *fasync; member 312 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_notify_readers() 411 return fasync_helper(fd, file, on, &client->fasync); in mousedev_fasync() 713 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_write() 783 .fasync = mousedev_fasync, 809 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in mousedev_hangup()
|
D | joydev.c | 68 struct fasync_struct *fasync; member 114 kill_fasync(&client->fasync, SIGIO, POLL_IN); in joydev_pass_event() 162 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync() 243 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in joydev_hangup() 722 .fasync = joydev_fasync,
|
D | evdev.c | 56 struct fasync_struct *fasync; member 257 kill_fasync(&client->fasync, SIGIO, POLL_IN); in __pass_event() 348 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync() 465 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in evdev_hangup() 1338 .fasync = evdev_fasync,
|
/Linux-v4.19/fs/ |
D | file_table.c | 274 if (file->f_op->fasync) in __fput() 275 file->f_op->fasync(-1, file, 0); in __fput()
|
D | ioctl.c | 540 if (filp->f_op->fasync) in ioctl_fioasync() 542 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | fcntl.c | 72 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 73 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
/Linux-v4.19/drivers/hid/ |
D | hidraw.c | 323 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync() 478 .fasync = hidraw_fasync, 505 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
|
/Linux-v4.19/drivers/hid/usbhid/ |
D | hiddev.c | 56 struct fasync_struct *fasync; member 167 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hiddev_send_event() 222 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync() 863 .fasync = hiddev_fasync,
|
/Linux-v4.19/drivers/char/ |
D | random.c | 407 static struct fasync_struct *fasync; variable 727 kill_fasync(&fasync, SIGIO, POLL_IN); in credit_entropy_bits() 1411 kill_fasync(&fasync, SIGIO, POLL_OUT); in account() 2021 return fasync_helper(fd, filp, on, &fasync); in random_fasync() 2029 .fasync = random_fasync, 2037 .fasync = random_fasync,
|
/Linux-v4.19/sound/core/ |
D | init.c | 339 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release() 340 df->disconnected_f_op->fasync(-1, file, 0); in snd_disconnect_release() 381 .fasync = snd_disconnect_fasync
|
D | timer.c | 78 struct fasync_struct *fasync; member 1288 kill_fasync(&tu->fasync, SIGIO, POLL_IN); in snd_timer_user_interrupt() 1325 kill_fasync(&tu->fasync, SIGIO, POLL_IN); in snd_timer_user_ccallback() 1392 kill_fasync(&tu->fasync, SIGIO, POLL_IN); in snd_timer_user_tinterrupt() 2009 return fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync() 2118 .fasync = snd_timer_user_fasync,
|
D | control.c | 192 kill_fasync(&ctl->fasync, SIGIO, POLL_IN); in snd_ctl_notify() 1782 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync() 1829 .fasync = snd_ctl_fasync, 1854 kill_fasync(&ctl->fasync, SIGIO, POLL_ERR); in snd_ctl_dev_disconnect()
|
/Linux-v4.19/drivers/usb/class/ |
D | usbtmc.c | 109 struct fasync_struct *fasync; member 1431 return fasync_helper(fd, file, on, &file_data->data->fasync); in usbtmc_fasync() 1466 .fasync = usbtmc_fasync, 1502 if (data->fasync) in usbtmc_interrupt() 1503 kill_fasync(&data->fasync, in usbtmc_interrupt()
|
/Linux-v4.19/include/sound/ |
D | control.h | 111 struct fasync_struct *fasync; member
|
/Linux-v4.19/fs/fuse/ |
D | dev.c | 331 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in queue_request() 347 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_queue_forget() 429 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in queue_interrupt() 2141 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2176 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2193 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2259 .fasync = fuse_dev_fasync,
|
/Linux-v4.19/drivers/tty/ |
D | n_hdlc.c | 546 if (n_hdlc->tty->fasync != NULL) in n_hdlc_tty_receive() 547 kill_fasync (&n_hdlc->tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
D | n_tty.c | 233 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup() 1364 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_char_special() 1645 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf() 2366 if (nr && tty->fasync) in n_tty_write()
|
/Linux-v4.19/drivers/usb/gadget/legacy/ |
D | inode.c | 119 struct fasync_struct *fasync; member 847 kill_fasync (&dev->fasync, SIGIO, POLL_IN); in ep0_readable() 1178 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync() 1915 .fasync = ep0_fasync,
|
/Linux-v4.19/Documentation/misc-devices/ |
D | lis3lv02d | 60 fasync operation modes. You must read 1 bytes from the device. The
|
/Linux-v4.19/drivers/pps/ |
D | pps.c | 330 .fasync = pps_cdev_fasync,
|