| /drivers/input/serio/ |
| 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()
|
| /drivers/platform/surface/ |
| 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()
|
| 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()
|
| /drivers/input/ |
| 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()
|
| 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,
|
| 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,
|
| /drivers/tty/vt/ |
| A 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/ |
| A D | random.c | 93 static struct fasync_struct *fasync; variable 751 kill_fasync(&fasync, SIGIO, POLL_IN); in _credit_init_bits() 1562 return fasync_helper(fd, filp, on, &fasync); in random_fasync() 1571 .fasync = random_fasync, 1582 .fasync = random_fasync,
|
| /drivers/hid/ |
| A D | hidraw.c | 338 return fasync_helper(fd, file, on, &list->fasync); in hidraw_fasync() 545 .fasync = hidraw_fasync, 570 kill_fasync(&list->fasync, SIGIO, POLL_IN); in hidraw_report_event()
|
| /drivers/hid/usbhid/ |
| 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,
|
| /drivers/tty/ |
| A D | n_hdlc.c | 411 if (tty->fasync != NULL) in n_hdlc_tty_receive() 412 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
|
| A D | n_tty.c | 231 kill_fasync(&tty->fasync, SIGIO, POLL_OUT); in n_tty_write_wakeup() 1249 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_tty_receive_handle_newline() 1640 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in __receive_buf() 2425 if (nr && tty->fasync) in n_tty_write()
|
| A D | tty_io.c | 469 .fasync = tty_fasync, 483 .fasync = tty_fasync, 493 .fasync = hung_up_tty_fasync, 2219 retval = fasync_helper(fd, filp, on, &tty->fasync); in __tty_fasync()
|
| /drivers/pps/generators/ |
| A D | pps_gen.c | 141 .fasync = pps_gen_cdev_fasync,
|
| /drivers/usb/class/ |
| A D | usbtmc.c | 111 struct fasync_struct *fasync; member 2232 return fasync_helper(fd, file, on, &file_data->data->fasync); in usbtmc_fasync() 2287 .fasync = usbtmc_fasync, 2323 if (data->fasync) in usbtmc_interrupt() 2324 kill_fasync(&data->fasync, in usbtmc_interrupt()
|
| /drivers/usb/gadget/legacy/ |
| A D | inode.c | 129 struct fasync_struct *fasync; member 856 kill_fasync (&dev->fasync, SIGIO, POLL_IN); in ep0_readable() 1187 return fasync_helper (f, fd, on, &dev->fasync); in ep0_fasync() 1941 .fasync = ep0_fasync,
|
| /drivers/mailbox/ |
| A D | mailbox-test.c | 258 .fasync = mbox_test_message_fasync,
|
| /drivers/pps/ |
| A D | pps.c | 346 .fasync = pps_cdev_fasync,
|
| /drivers/net/ |
| A D | tun.c | 134 struct fasync_struct *fasync; member 1074 kill_fasync(&tfile->fasync, SIGIO, POLL_IN); in tun_net_xmit() 1198 kill_fasync(&tfile->fasync, SIGIO, POLL_IN); in __tun_xdp_flush_tfile() 2364 kill_fasync(&tfile->fasync, SIGIO, POLL_OUT); in tun_sock_write_space() 3377 if ((ret = fasync_helper(fd, file, on, &tfile->fasync)) < 0) in tun_chr_fasync() 3471 .fasync = tun_chr_fasync,
|
| /drivers/rtc/ |
| A D | dev.c | 534 .fasync = rtc_dev_fasync,
|
| /drivers/usb/misc/ |
| A D | yurex.c | 530 .fasync = yurex_fasync,
|
| /drivers/infiniband/core/ |
| A D | uverbs_main.c | 358 .fasync = ib_uverbs_comp_event_fasync, 366 .fasync = ib_uverbs_async_event_fasync,
|
| /drivers/xen/ |
| A D | evtchn.c | 694 .fasync = evtchn_fasync,
|
| /drivers/char/ipmi/ |
| A D | ipmi_watchdog.c | 867 .fasync = ipmi_fasync,
|
| A D | ipmi_devintf.c | 784 .fasync = ipmi_fasync,
|