Searched refs:tiocmset (Results 1 - 25 of 62) sorted by relevance

123

/linux-master/drivers/tty/hvc/
H A Dhvc_console.h66 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear); member in struct:hv_ops
H A Dhvc_console.c850 if (!hp || !hp->ops->tiocmset)
852 return hp->ops->tiocmset(hp, set, clear);
899 .tiocmset = hvc_tiocmset,
H A Dhvc_vio.c226 .tiocmset = hvterm_hvsi_tiocmset,
H A Dhvc_opal.c151 .tiocmset = hvc_opal_hvsi_tiocmset,
/linux-master/drivers/accessibility/speakup/
H A Dspk_ttyio.c127 .tiocmset = spk_ttyio_tiocmset,
282 if (tty->ops->tiocmset)
283 tty->ops->tiocmset(tty, set, clear);
H A Dspeakup_apollo.c179 synth->io_ops->tiocmset(synth, 0, UART_MCR_RTS);
180 synth->io_ops->tiocmset(synth, UART_MCR_RTS, 0);
H A Dserialio.c40 .tiocmset = spk_serial_tiocmset,
H A Dspk_types.h161 void (*tiocmset)(struct spk_synth *synth, unsigned int set, unsigned int clear); member in struct:spk_io_ops
/linux-master/drivers/bluetooth/
H A Dhci_ath.c59 tty->driver->ops->tiocmset(tty, 0x00, TIOCM_RTS);
64 tty->driver->ops->tiocmset(tty, TIOCM_RTS, 0x00);
H A Dhci_ldisc.c301 if (hu->tty->driver->ops->tiocmget && hu->tty->driver->ops->tiocmset)
341 status = tty->driver->ops->tiocmset(tty, set, clear);
354 status = tty->driver->ops->tiocmset(tty, set, clear);
/linux-master/drivers/tty/serdev/
H A Dserdev-ttyport.c242 if (!tty->ops->tiocmset)
245 return tty->ops->tiocmset(tty, set, clear);
/linux-master/include/linux/
H A Dtty_driver.h261 * @tiocmset: ``int ()(struct tty_struct *tty,
379 int (*tiocmset)(struct tty_struct *tty, member in struct:tty_operations
/linux-master/drivers/usb/serial/
H A Dmetro-usb.c359 .tiocmset = metrousb_tiocmset,
H A Dopticon.c395 .tiocmset = opticon_tiocmset,
H A Dupd78f0730.c421 .tiocmset = upd78f0730_tiocmset,
H A Dcypress_m8.c158 .tiocmset = cypress_tiocmset,
184 .tiocmset = cypress_tiocmset,
210 .tiocmset = cypress_tiocmset,
H A Dspcp8x5.c478 .tiocmset = spcp8x5_tiocmset,
H A Dssu100.c516 .tiocmset = ssu100_tiocmset,
H A Dkobil_sct.c93 .tiocmset = kobil_tiocmset,
H A Dbelkin_sa.c82 .tiocmset = belkin_sa_tiocmset,
H A Dqcserial.c471 .tiocmset = usb_wwan_tiocmset,
H A Df81232.c985 .tiocmset = f81232_tiocmset,
1010 .tiocmset = f81232_tiocmset,
H A Dusb-serial.c599 if (port->serial->type->tiocmset)
600 return port->serial->type->tiocmset(tty, set, clear);
1309 .tiocmset = serial_tiocmset,
/linux-master/include/linux/usb/
H A Dserial.h288 int (*tiocmset)(struct tty_struct *tty, member in struct:usb_serial_driver
/linux-master/drivers/tty/ipwireless/
H A Dtty.c558 .tiocmset = ipw_tiocmset,

Completed in 239 milliseconds

123