Home
last modified time | relevance | path

Searched refs:serial_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/drivers/tty/
Damiserial.c70 struct serial_state { struct
96 static void change_speed(struct tty_struct *tty, struct serial_state *info, argument
101 static struct serial_state serial_state; variable
135 struct serial_state *info = tty->driver_data; in rs_stop()
152 struct serial_state *info = tty->driver_data; in rs_start()
177 static void receive_chars(struct serial_state *info) in receive_chars()
265 static void transmit_chars(struct serial_state *info) in transmit_chars()
305 static void check_modem_status(struct serial_state *info) in check_modem_status()
380 struct serial_state *info = data; in ser_vbl_int()
392 struct serial_state *info = dev_id; in ser_rx_int()
[all …]
/Linux-v6.1/drivers/usb/gadget/function/
Df_acm.c61 u16 serial_state; member
537 __le16 serial_state; in acm_notify_serial_state() local
542 acm->port_num, acm->serial_state); in acm_notify_serial_state()
543 serial_state = cpu_to_le16(acm->serial_state); in acm_notify_serial_state()
545 0, &serial_state, sizeof(acm->serial_state)); in acm_notify_serial_state()
578 acm->serial_state |= USB_CDC_SERIAL_STATE_DSR | USB_CDC_SERIAL_STATE_DCD; in acm_connect()
586 acm->serial_state &= ~(USB_CDC_SERIAL_STATE_DSR | USB_CDC_SERIAL_STATE_DCD); in acm_disconnect()
595 state = acm->serial_state; in acm_send_break()
600 acm->serial_state = state; in acm_send_break()
/Linux-v6.1/drivers/staging/greybus/
Duart.c134 struct gb_uart_serial_state_request *serial_state; in gb_uart_serial_state_handler() local
136 if (request->payload_size < sizeof(*serial_state)) { in gb_uart_serial_state_handler()
139 request->payload_size, sizeof(*serial_state)); in gb_uart_serial_state_handler()
143 serial_state = request->payload; in gb_uart_serial_state_handler()
144 gb_tty->ctrlin = serial_state->control; in gb_uart_serial_state_handler()