Home
last modified time | relevance | path

Searched refs:fasync (Results 1 – 25 of 42) sorted by relevance

12

/drivers/input/serio/
A Dserio_raw.c43 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 Dsurface_aggregator_cdev.c68 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 Dsurface_dtx.c181 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 Dmousedev.c95 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 Djoydev.c63 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 Devdev.c46 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 Dvc_screen.c81 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 Drandom.c93 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 Dhidraw.c338 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 Dhiddev.c43 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 Dn_hdlc.c411 if (tty->fasync != NULL) in n_hdlc_tty_receive()
412 kill_fasync(&tty->fasync, SIGIO, POLL_IN); in n_hdlc_tty_receive()
A Dn_tty.c231 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 Dtty_io.c469 .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 Dpps_gen.c141 .fasync = pps_gen_cdev_fasync,
/drivers/usb/class/
A Dusbtmc.c111 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 Dinode.c129 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 Dmailbox-test.c258 .fasync = mbox_test_message_fasync,
/drivers/pps/
A Dpps.c346 .fasync = pps_cdev_fasync,
/drivers/net/
A Dtun.c134 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 Ddev.c534 .fasync = rtc_dev_fasync,
/drivers/usb/misc/
A Dyurex.c530 .fasync = yurex_fasync,
/drivers/infiniband/core/
A Duverbs_main.c358 .fasync = ib_uverbs_comp_event_fasync,
366 .fasync = ib_uverbs_async_event_fasync,
/drivers/xen/
A Devtchn.c694 .fasync = evtchn_fasync,
/drivers/char/ipmi/
A Dipmi_watchdog.c867 .fasync = ipmi_fasync,
A Dipmi_devintf.c784 .fasync = ipmi_fasync,

Completed in 78 milliseconds

12