Lines Matching defs:s

495 	struct sci_port *s = to_sci_port(port);  in sci_start_tx()  local
625 struct sci_port *s = to_sci_port(port); in sci_init_pins() local
694 struct sci_port *s = to_sci_port(port); in sci_rxd_in() local
892 struct sci_port *s = to_sci_port(port); in sci_handle_errors() local
956 struct sci_port *s = to_sci_port(port); in sci_handle_fifo_overrun() local
987 struct sci_port *s = to_sci_port(port); in sci_handle_breaks() local
1018 struct sci_port *s = arg; in sci_dma_tx_complete() local
1050 static int sci_dma_rx_push(struct sci_port *s, void *buf, size_t count) in sci_dma_rx_push()
1068 static int sci_dma_rx_find_active(struct sci_port *s) in sci_dma_rx_find_active()
1081 static void sci_rx_dma_release(struct sci_port *s, bool enable_pio) in sci_rx_dma_release()
1101 struct sci_port *s = arg; in sci_dma_rx_complete() local
1149 static void sci_tx_dma_release(struct sci_port *s, bool enable_pio) in sci_tx_dma_release()
1167 static void sci_submit_rx(struct sci_port *s) in sci_submit_rx()
1209 struct sci_port *s = container_of(work, struct sci_port, work_tx); in work_fn_tx() local
1263 struct sci_port *s = (struct sci_port *)arg; in rx_timer_fn() local
1379 struct sci_port *s = to_sci_port(port); in sci_request_dma() local
1452 struct sci_port *s = to_sci_port(port); in sci_free_dma() local
1473 struct sci_port *s = to_sci_port(port); in sci_rx_interrupt() local
1523 struct sci_port *s = to_sci_port(port); in sci_er_interrupt() local
1562 struct sci_port *s = to_sci_port(port); in sci_mpxed_interrupt() local
1767 struct sci_port *s = to_sci_port(port); in sci_break_ctl() local
1797 struct sci_port *s = to_sci_port(port); in sci_startup() local
1819 struct sci_port *s = to_sci_port(port); in sci_shutdown() local
1841 static unsigned int sci_scbrr_calc(struct sci_port *s, unsigned int bps, in sci_scbrr_calc()
1946 struct sci_port *s = to_sci_port(port); in sci_set_termios() local
2398 static void serial_console_write(struct console *co, const char *s, in serial_console_write()