/drivers/input/serio/ |
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()
|
/drivers/platform/surface/ |
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, 737 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in ssam_dbg_device_remove()
|
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, 614 kill_fasync(&client->fasync, SIGIO, POLL_IN); in sdtx_push_event() 1086 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in sdtx_device_destroy()
|
/drivers/input/ |
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()
|
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,
|
D | evdev.c | 47 struct fasync_struct *fasync; member 244 kill_fasync(&client->fasync, SIGIO, POLL_IN); in __pass_event() 330 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync() 433 kill_fasync(&client->fasync, SIGIO, POLL_HUP); in evdev_hangup() 1307 .fasync = evdev_fasync,
|
/drivers/tty/vt/ |
D | vc_screen.c | 81 struct fasync_struct *fasync; member 114 kill_fasync(&poll->fasync, SIGIO, fa_band); in vcs_notifier() 748 return fasync_helper(fd, file, on, &poll->fasync); in vcs_fasync() 784 .fasync = vcs_fasync,
|
/drivers/char/ |
D | random.c | 89 static struct fasync_struct *fasync; variable 732 kill_fasync(&fasync, SIGIO, POLL_IN); in _credit_init_bits() 1389 return fasync_helper(fd, filp, on, &fasync); in random_fasync() 1398 .fasync = random_fasync, 1409 .fasync = random_fasync,
|
/drivers/hid/ |
D | hidraw.c | 316 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync() 505 .fasync = hidraw_fasync, 530 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
|
/drivers/hid/usbhid/ |
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,
|
/drivers/tty/ |
D | n_hdlc.c | 426 if (tty->fasync != NULL) in n_hdlc_tty_receive() 427 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
D | n_tty.c | 244 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup() 1371 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_char_special() 1591 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf() 2388 if (nr && tty->fasync) in n_tty_write()
|
D | tty_io.c | 485 .fasync = tty_fasync, 500 .fasync = tty_fasync, 511 .fasync = hung_up_tty_fasync, 2243 retval = fasync_helper(fd, filp, on, &tty->fasync); in __tty_fasync()
|
/drivers/usb/class/ |
D | usbtmc.c | 111 struct fasync_struct *fasync; member 2216 return fasync_helper(fd, file, on, &file_data->data->fasync); in usbtmc_fasync() 2271 .fasync = usbtmc_fasync, 2307 if (data->fasync) in usbtmc_interrupt() 2308 kill_fasync(&data->fasync, in usbtmc_interrupt()
|
/drivers/usb/gadget/legacy/ |
D | inode.c | 122 struct fasync_struct *fasync; member 853 kill_fasync (&dev->fasync, SIGIO, POLL_IN); in ep0_readable() 1184 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync() 1935 .fasync = ep0_fasync,
|
/drivers/mailbox/ |
D | mailbox-test.c | 257 .fasync = mbox_test_message_fasync,
|
/drivers/pps/ |
D | pps.c | 324 .fasync = pps_cdev_fasync,
|
/drivers/net/ |
D | tun.c | 133 struct fasync_struct *fasync; member 1129 kill_fasync(&tfile->fasync, SIGIO, POLL_IN); in tun_net_xmit() 1253 kill_fasync(&tfile->fasync, SIGIO, POLL_IN); in __tun_xdp_flush_tfile() 2397 kill_fasync(&tfile->fasync, SIGIO, POLL_OUT); in tun_sock_write_space() 3380 if ((ret = fasync_helper(fd, file, on, &tfile->fasync)) < 0) in tun_chr_fasync() 3473 .fasync = tun_chr_fasync,
|
/drivers/rtc/ |
D | dev.c | 470 .fasync = rtc_dev_fasync,
|
/drivers/usb/misc/ |
D | yurex.c | 524 .fasync = yurex_fasync,
|
/drivers/net/wan/ |
D | cosa.c | 298 .fasync = cosa_fasync, 973 static struct fasync_struct *fasync[256] = { NULL, }; variable 980 return fasync_helper(inode, file, on, &fasync[port]); in cosa_fasync()
|
/drivers/infiniband/core/ |
D | uverbs_main.c | 344 .fasync = ib_uverbs_comp_event_fasync, 353 .fasync = ib_uverbs_async_event_fasync,
|
/drivers/xen/ |
D | evtchn.c | 671 .fasync = evtchn_fasync,
|
/drivers/char/ipmi/ |
D | ipmi_devintf.c | 785 .fasync = ipmi_fasync,
|
D | ipmi_watchdog.c | 913 .fasync = ipmi_fasync,
|