Home
last modified time | relevance | path

Searched refs:dcd_change (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/drivers/pps/clients/
H A Dpps-ldisc.c117 pps_ldisc_ops.dcd_change = pps_tty_dcd_change; in pps_tty_init()
/openbmc/linux/include/linux/
H A Dtty_ldisc.h260 void (*dcd_change)(struct tty_struct *tty, bool active); member
/openbmc/linux/drivers/usb/serial/
H A Dgeneric.c619 if (ld->ops->dcd_change) in usb_serial_handle_dcd_change()
620 ld->ops->dcd_change(tty, status); in usb_serial_handle_dcd_change()
/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c326 if (ld->ops->dcd_change) in acm_process_notification()
327 ld->ops->dcd_change(acm->port.tty, newctrl & USB_CDC_SERIAL_STATE_DCD); in acm_process_notification()
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c3494 if (ld->ops->dcd_change) in uart_handle_dcd_change()
3495 ld->ops->dcd_change(tty, active); in uart_handle_dcd_change()
/openbmc/linux/drivers/tty/
H A Dsynclink_gt.c1966 static void dcd_change(struct slgt_info *info, unsigned short status) in dcd_change() function
2109 dcd_change(info, status); in isr_serial()