/linux-4.4.14/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-4.4.14/fs/ecryptfs/ |
D | file.c | 288 if (lower_file->f_op->fasync) in ecryptfs_fasync() 289 rc = lower_file->f_op->fasync(fd, lower_file, flag); in ecryptfs_fasync() 353 .fasync = ecryptfs_fasync, 372 .fasync = ecryptfs_fasync,
|
/linux-4.4.14/include/linux/ |
D | hidraw.h | 39 struct fasync_struct *fasync; member
|
D | hid-debug.h | 45 struct fasync_struct *fasync; member
|
D | posix-clock.h | 82 int (*fasync) (struct posix_clock *pc, member
|
D | tty_ldisc.h | 212 void (*fasync)(struct tty_struct *tty, int on); member
|
D | tty.h | 298 struct fasync_struct *fasync; member
|
D | perf_event.h | 552 struct fasync_struct *fasync; member
|
D | fs.h | 1627 int (*fasync) (int, struct file *, int); member
|
/linux-4.4.14/drivers/tty/vt/ |
D | vc_screen.c | 58 struct fasync_struct *fasync; member 82 kill_fasync(&poll->fasync, SIGIO, POLL_IN); in vcs_notifier() 589 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync() 619 .fasync = vcs_fasync,
|
/linux-4.4.14/kernel/time/ |
D | posix-clock.c | 93 if (clk->ops.fasync) in posix_clock_fasync() 94 err = clk->ops.fasync(clk, fd, fp, on); in posix_clock_fasync() 202 .fasync = posix_clock_fasync,
|
/linux-4.4.14/fs/ |
D | file_table.c | 203 if (file->f_op->fasync) in __fput() 204 file->f_op->fasync(-1, file, 0); in __fput()
|
D | ioctl.c | 509 if (filp->f_op->fasync) in ioctl_fioasync() 511 error = filp->f_op->fasync(fd, filp, on); in ioctl_fioasync()
|
D | fcntl.c | 68 if (((arg ^ filp->f_flags) & FASYNC) && filp->f_op->fasync) { in setfl() 69 error = filp->f_op->fasync(fd, filp, (arg & FASYNC) != 0); in setfl()
|
D | pipe.c | 993 .fasync = pipe_fasync,
|
/linux-4.4.14/drivers/input/ |
D | mousedev.c | 97 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() 706 kill_fasync(&client->fasync, SIGIO, POLL_IN); in mousedev_write() 776 .fasync = mousedev_fasync, 802 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in mousedev_hangup()
|
D | joydev.c | 69 struct fasync_struct *fasync; member 115 kill_fasync(&client->fasync, SIGIO, POLL_IN); in joydev_pass_event() 163 return fasync_helper(fd, file, on, &client->fasync); in joydev_fasync() 231 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in joydev_hangup() 710 .fasync = joydev_fasync,
|
D | evdev.c | 56 struct fasync_struct *fasync; member 254 kill_fasync(&client->fasync, SIGIO, POLL_IN); in __pass_event() 342 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync() 459 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in evdev_hangup() 1333 .fasync = evdev_fasync,
|
/linux-4.4.14/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-4.4.14/drivers/char/ |
D | random.c | 410 static struct fasync_struct *fasync; variable 698 kill_fasync(&fasync, SIGIO, POLL_IN); in credit_entropy_bits() 1078 kill_fasync(&fasync, SIGIO, POLL_OUT); in account() 1581 return fasync_helper(fd, filp, on, &fasync); in random_fasync() 1589 .fasync = random_fasync, 1597 .fasync = random_fasync,
|
D | rtc.c | 909 .fasync = rtc_fasync,
|
D | hpet.c | 728 .fasync = hpet_fasync,
|
D | sonypi.c | 1069 .fasync = sonypi_misc_fasync,
|
D | virtio_console.c | 1117 .fasync = port_fops_fasync,
|
/linux-4.4.14/drivers/hid/usbhid/ |
D | hiddev.c | 64 struct fasync_struct *fasync; member 175 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hiddev_send_event() 230 return fasync_helper(fd, file, on, &list->fasync); in hiddev_fasync() 856 .fasync = hiddev_fasync,
|
/linux-4.4.14/drivers/tty/ |
D | n_tty.c | 231 if (tty->fasync && test_and_clear_bit(TTY_DO_WRITE_WAKEUP, &tty->flags)) in n_tty_write_wakeup() 232 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup() 1376 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_char_special() 1660 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf() 2412 if (b - buf != nr && tty->fasync) in n_tty_write() 2514 else if (!tty->fasync) in n_tty_fasync() 2533 .fasync = n_tty_fasync,
|
D | n_hdlc.c | 564 if (n_hdlc->tty->fasync != NULL) in n_hdlc_tty_receive() 565 kill_fasync (&n_hdlc->tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
D | tty_io.c | 476 .fasync = tty_fasync, 488 .fasync = tty_fasync, 2217 retval = fasync_helper(fd, filp, on, &tty->fasync); in __tty_fasync() 2223 if (ldisc->ops->fasync) in __tty_fasync() 2224 ldisc->ops->fasync(tty, on); in __tty_fasync()
|
/linux-4.4.14/sound/core/ |
D | init.c | 337 if ((file->f_flags & FASYNC) && df->disconnected_f_op->fasync) in snd_disconnect_release() 338 df->disconnected_f_op->fasync(-1, file, 0); in snd_disconnect_release() 379 .fasync = snd_disconnect_fasync
|
D | timer.c | 76 struct fasync_struct *fasync; member 1220 kill_fasync(&tu->fasync, SIGIO, POLL_IN); in snd_timer_user_interrupt() 1256 kill_fasync(&tu->fasync, SIGIO, POLL_IN); in snd_timer_user_ccallback() 1314 kill_fasync(&tu->fasync, SIGIO, POLL_IN); in snd_timer_user_tinterrupt() 1919 return fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync() 2022 .fasync = snd_timer_user_fasync,
|
D | control.c | 188 kill_fasync(&ctl->fasync, SIGIO, POLL_IN); in snd_ctl_notify() 1696 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync() 1743 .fasync = snd_ctl_fasync, 1768 kill_fasync(&ctl->fasync, SIGIO, POLL_ERR); in snd_ctl_dev_disconnect()
|
D | pcm_native.c | 3530 return fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync() 3690 .fasync = snd_pcm_fasync, 3704 .fasync = snd_pcm_fasync,
|
D | pcm_lib.c | 1890 kill_fasync(&runtime->fasync, SIGIO, POLL_IN); in snd_pcm_period_elapsed()
|
/linux-4.4.14/include/sound/ |
D | control.h | 109 struct fasync_struct *fasync; member
|
D | pcm.h | 395 struct fasync_struct *fasync; member
|
/linux-4.4.14/fs/fuse/ |
D | dev.c | 332 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in queue_request() 348 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_queue_forget() 426 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in queue_interrupt() 2168 kill_fasync(&fiq->fasync, SIGIO, POLL_IN); in fuse_abort_conn() 2198 WARN_ON(fc->iq.fasync != NULL); in fuse_dev_release() 2215 return fasync_helper(fd, file, on, &fud->fc->iq.fasync); in fuse_dev_fasync() 2281 .fasync = fuse_dev_fasync,
|
D | fuse_i.h | 412 struct fasync_struct *fasync; member
|
/linux-4.4.14/drivers/pps/ |
D | pps.c | 270 .fasync = pps_cdev_fasync,
|
/linux-4.4.14/drivers/net/ |
D | tun.c | 150 struct fasync_struct *fasync; member 882 kill_fasync(&tfile->fasync, SIGIO, POLL_IN); in tun_net_xmit() 1501 kill_fasync(&tfile->fasync, SIGIO, POLL_OUT); in tun_sock_write_space() 2196 if ((ret = fasync_helper(fd, file, on, &tfile->fasync)) < 0) in tun_chr_fasync() 2285 .fasync = tun_chr_fasync,
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | inode.c | 122 struct fasync_struct *fasync; member 849 kill_fasync (&dev->fasync, SIGIO, POLL_IN); in ep0_readable() 1171 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync() 1886 .fasync = ep0_fasync,
|
/linux-4.4.14/Documentation/misc-devices/ |
D | lis3lv02d | 60 fasync operation modes. You must read 1 bytes from the device. The
|
/linux-4.4.14/drivers/rtc/ |
D | rtc-dev.c | 456 .fasync = rtc_dev_fasync,
|
/linux-4.4.14/drivers/usb/misc/ |
D | yurex.c | 542 .fasync = yurex_fasync,
|
D | Kconfig | 234 fasync for the counter update via a device file /dev/yurex*.
|
/linux-4.4.14/drivers/input/misc/ |
D | hp_sdc_rtc.c | 691 .fasync = hp_sdc_rtc_fasync,
|
/linux-4.4.14/drivers/net/wan/ |
D | cosa.c | 318 .fasync = cosa_fasync, 993 static struct fasync_struct *fasync[256] = { NULL, }; variable 1000 return fasync_helper(inode, file, on, &fasync[port]); in cosa_fasync()
|
/linux-4.4.14/drivers/xen/ |
D | evtchn.c | 635 .fasync = evtchn_fasync,
|
/linux-4.4.14/fs/notify/inotify/ |
D | inotify_user.c | 321 .fasync = fsnotify_fasync,
|
/linux-4.4.14/drivers/misc/mei/ |
D | main.c | 731 .fasync = mei_fasync,
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 800 .fasync = spufs_ibox_fasync, 950 .fasync = spufs_wbox_fasync, 1824 .fasync = spufs_mfc_fasync,
|
/linux-4.4.14/drivers/uio/ |
D | uio.c | 716 .fasync = uio_fasync,
|
/linux-4.4.14/fs/notify/fanotify/ |
D | fanotify_user.c | 427 .fasync = NULL,
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_devintf.c | 867 .fasync = ipmi_fasync,
|
D | ipmi_watchdog.c | 939 .fasync = ipmi_fasync,
|
/linux-4.4.14/Documentation/filesystems/ |
D | Locking | 445 int (*fasync) (int, struct file *, int); 478 ->fasync() is responsible for maintaining the FASYNC bit in filp->f_flags.
|
D | vfs.txt | 822 int (*fasync) (int, struct file *, int); 881 fasync: called by the fcntl(2) system call when asynchronous
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_dev.c | 1249 .fasync = genwqe_fasync,
|
/linux-4.4.14/drivers/misc/lis3lv02d/ |
D | lis3lv02d.c | 679 .fasync = lis3lv02d_misc_fasync,
|
/linux-4.4.14/drivers/infiniband/core/ |
D | uverbs_main.c | 461 .fasync = ib_uverbs_event_fasync,
|
/linux-4.4.14/drivers/hsi/clients/ |
D | cmt_speech.c | 1373 .fasync = cs_char_fasync,
|
/linux-4.4.14/drivers/scsi/mpt3sas/ |
D | mpt3sas_ctl.c | 3373 .fasync = _ctl_fasync, 3384 .fasync = _ctl_fasync,
|
/linux-4.4.14/kernel/events/ |
D | core.c | 4935 retval = fasync_helper(fd, filp, on, &event->fasync); in perf_fasync() 4952 .fasync = perf_fasync, 4967 return &event->fasync; in perf_event_fasync()
|
/linux-4.4.14/drivers/staging/comedi/ |
D | comedi_fops.c | 2686 .fasync = comedi_fasync,
|
/linux-4.4.14/Documentation/ |
D | IPMI.txt | 620 on the device when the pretimeout occurs. Select and fasync work on
|
/linux-4.4.14/drivers/scsi/ |
D | sg.c | 1391 .fasync = sg_fasync,
|
D | pmcraid.c | 4094 .fasync = pmcraid_chr_fasync,
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptctl.c | 2816 .fasync = mptctl_fasync,
|
/linux-4.4.14/net/ |
D | socket.c | 152 .fasync = sock_fasync,
|
/linux-4.4.14/drivers/platform/x86/ |
D | sony-laptop.c | 4252 .fasync = sonypi_misc_fasync,
|
/linux-4.4.14/arch/ia64/kernel/ |
D | perfmon.c | 2154 .fasync = pfm_fasync,
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 177 &NULL, & fasync \cr
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas_base.c | 6555 .fasync = megasas_mgmt_fasync,
|