| /OK3568_Linux_fs/kernel/sound/core/ |
| H A D | misc.c | 161 struct fasync_struct *fasync; member 173 struct snd_fasync *fasync; in snd_fasync_work_fn() local 177 fasync = list_first_entry(&snd_fasync_list, struct snd_fasync, list); in snd_fasync_work_fn() 178 list_del_init(&fasync->list); in snd_fasync_work_fn() 180 if (fasync->on) in snd_fasync_work_fn() 181 kill_fasync(&fasync->fasync, fasync->signal, fasync->poll); in snd_fasync_work_fn() 192 struct snd_fasync *fasync = NULL; in snd_fasync_helper() local 195 fasync = kzalloc(sizeof(*fasync), GFP_KERNEL); in snd_fasync_helper() 196 if (!fasync) in snd_fasync_helper() 198 INIT_LIST_HEAD(&fasync->list); in snd_fasync_helper() [all …]
|
| H A D | init.c | 324 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release() 325 df->disconnected_f_op->fasync(-1, file, 0); in snd_disconnect_release() 366 .fasync = snd_disconnect_fasync
|
| H A D | timer.c | 86 struct snd_fasync *fasync; member 1348 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_interrupt() 1386 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_ccallback() 1456 snd_kill_fasync(tu->fasync, SIGIO, POLL_IN); in snd_timer_user_tinterrupt() 1524 snd_fasync_free(tu->fasync); in snd_timer_user_release() 2139 return snd_fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync() 2284 .fasync = snd_timer_user_fasync,
|
| H A D | control.c | 178 kill_fasync(&ctl->fasync, SIGIO, POLL_IN); in snd_ctl_notify() 1944 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync() 1992 .fasync = snd_ctl_fasync, 2018 kill_fasync(&ctl->fasync, SIGIO, POLL_ERR); in snd_ctl_dev_disconnect()
|
| /OK3568_Linux_fs/kernel/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() 261 .fasync = serio_raw_fasync, 283 kill_fasync(&client->fasync, SIGIO, POLL_IN); in serio_raw_interrupt() 384 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in serio_raw_hangup()
|
| /OK3568_Linux_fs/kernel/fs/ecryptfs/ |
| H A D | file.c | 341 if (lower_file->f_op->fasync) in ecryptfs_fasync() 342 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 422 .fasync = ecryptfs_fasync,
|
| /OK3568_Linux_fs/kernel/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 | 64 struct fasync_struct *fasync; member 110 kill_fasync(&client->fasync, SIGIO, POLL_IN); in joydev_pass_event() 158 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync() 239 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in joydev_hangup() 721 .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() 326 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync() 429 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in evdev_hangup() 1303 .fasync = evdev_fasync,
|
| /OK3568_Linux_fs/kernel/drivers/tty/vt/ |
| H A D | vc_screen.c | 81 struct fasync_struct *fasync; member 114 kill_fasync(&poll->fasync, SIGIO, fa_band); in vcs_notifier() 741 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync() 777 .fasync = vcs_fasync,
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | pc_keyb.h | 118 struct fasync_struct *fasync;
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | random.c | 89 static struct fasync_struct *fasync; variable 732 kill_fasync(&fasync, SIGIO, POLL_IN); in _credit_init_bits() 1390 return fasync_helper(fd, filp, on, &fasync); in random_fasync() 1399 .fasync = random_fasync, 1410 .fasync = random_fasync,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | file_table.c | 277 if (file->f_op->fasync) in __fput() 278 file->f_op->fasync(-1, file, 0); in __fput()
|
| H A D | ioctl.c | 581 if (filp->f_op->fasync) in ioctl_fioasync() 583 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hidraw.c | 316 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync() 483 .fasync = hidraw_fasync, 508 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | core.h | 464 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll); 465 void snd_fasync_free(struct snd_fasync *fasync);
|
| H A D | control.h | 106 struct fasync_struct *fasync; member
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | n_hdlc.c | 425 if (tty->fasync != NULL) in n_hdlc_tty_receive() 426 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
| H A D | n_tty.c | 243 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup() 1374 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_char_special() 1655 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf() 2432 if (nr && tty->fasync) in n_tty_write()
|
| /OK3568_Linux_fs/kernel/drivers/usb/class/ |
| H A D | usbtmc.c | 111 struct fasync_struct *fasync; member 2173 return fasync_helper(fd, file, on, &file_data->data->fasync); in usbtmc_fasync() 2228 .fasync = usbtmc_fasync, 2264 if (data->fasync) in usbtmc_interrupt() 2265 kill_fasync(&data->fasync, in usbtmc_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | inode.c | 122 struct fasync_struct *fasync; member 851 kill_fasync (&dev->fasync, SIGIO, POLL_IN); in ep0_readable() 1182 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync() 1933 .fasync = ep0_fasync,
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dev.c | 218 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_dev_wake_and_unlock() 2203 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2242 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2259 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2338 .fasync = fuse_dev_fasync,
|