Searched refs:hangup (Results 1 – 25 of 48) sorted by relevance
12
/linux/drivers/tty/ |
A D | ttynull.c | 46 .hangup = ttynull_hangup,
|
A D | tty_ldisc.c | 724 if (ld->ops->hangup) in tty_ldisc_hangup() 725 ld->ops->hangup(tty); in tty_ldisc_hangup()
|
A D | goldfish.c | 238 .hangup = goldfish_tty_hangup,
|
A D | ehv_bytechan.c | 610 .hangup = ehv_bc_tty_hangup,
|
/linux/include/linux/ |
A D | tty_ldisc.h | 202 void (*hangup)(struct tty_struct *tty); member
|
A D | tty_driver.h | 271 void (*hangup)(struct tty_struct *tty); member
|
/linux/Documentation/input/devices/ |
A D | yealink.rst | 34 pickup C hangup enter, backspace, escape 41 The "pickup" and "hangup" keys are symbolised by a green and red phone
|
/linux/arch/xtensa/platforms/iss/ |
A D | console.c | 132 .hangup = rs_hangup,
|
/linux/drivers/char/ |
A D | ttyprintk.c | 157 .hangup = tpk_hangup,
|
/linux/Documentation/driver-api/serial/ |
A D | tty.rst | 58 hangup() Called when the tty line is hung up. 188 hangup() Ask the tty driver to hang up the tty device. 315 hangup() Ask the tty driver to cause a hangup initiated
|
/linux/arch/um/drivers/ |
A D | stdio_console.c | 111 .hangup = line_hangup,
|
A D | ssl.c | 105 .hangup = line_hangup,
|
/linux/drivers/staging/fwserial/ |
A D | fwserial.h | 253 struct work_struct hangup; member
|
A D | fwserial.c | 322 schedule_work(&port->hangup); in fwtty_update_port_status() 487 struct fwtty_port *port = to_port(work, hangup); in fwtty_do_hangup() 1509 .hangup = fwtty_hangup, 1532 .hangup = fwtty_hangup, 2171 INIT_WORK(&port->hangup, fwtty_do_hangup); in fwserial_create()
|
/linux/drivers/input/serio/ |
A D | serport.c | 286 .hangup = serport_ldisc_hangup,
|
/linux/drivers/tty/serial/ |
A D | kgdb_nmi.c | 321 .hangup = kgdb_nmi_tty_hangup,
|
/linux/drivers/staging/gdm724x/ |
A D | gdm_tty.c | 272 .hangup = gdm_tty_hangup,
|
/linux/sound/soc/codecs/ |
A D | cx20442.c | 286 .hangup = v253_hangup,
|
/linux/sound/soc/ti/ |
A D | ams-delta.c | 402 .hangup = cx81801_hangup,
|
/linux/drivers/tty/ipwireless/ |
A D | tty.c | 552 .hangup = ipw_hangup,
|
/linux/Documentation/networking/device_drivers/fddi/ |
A D | skfp.rst | 229 Connection hangup with telnet
|
/linux/drivers/net/ppp/ |
A D | ppp_synctty.c | 371 .hangup = ppp_sync_hangup,
|
/linux/drivers/net/can/ |
A D | slcan.c | 704 .hangup = slcan_hangup,
|
/linux/drivers/ipack/devices/ |
A D | ipoctal.c | 684 .hangup = ipoctal_hangup,
|
/linux/drivers/tty/hvc/ |
A D | hvc_console.c | 894 .hangup = hvc_hangup,
|
Completed in 35 milliseconds
12