Home
last modified time | relevance | path

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

/linux-6.12.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()
263 static void transmit_chars(struct serial_state *info) in transmit_chars()
303 static void check_modem_status(struct serial_state *info) in check_modem_status()
378 struct serial_state *info = data; in ser_vbl_int()
390 struct serial_state *info = dev_id; in ser_rx_int()
[all …]
/linux-6.12.1/drivers/usb/gadget/function/
Df_acm.c62 u16 serial_state; member
538 __le16 serial_state; in acm_notify_serial_state() local
543 acm->port_num, acm->serial_state); in acm_notify_serial_state()
544 serial_state = cpu_to_le16(acm->serial_state); in acm_notify_serial_state()
546 0, &serial_state, sizeof(acm->serial_state)); in acm_notify_serial_state()
579 acm->serial_state |= USB_CDC_SERIAL_STATE_DSR | USB_CDC_SERIAL_STATE_DCD; in acm_connect()
587 acm->serial_state &= ~(USB_CDC_SERIAL_STATE_DSR | USB_CDC_SERIAL_STATE_DCD); in acm_disconnect()
596 state = acm->serial_state; in acm_send_break()
601 acm->serial_state = state; in acm_send_break()
/linux-6.12.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()