/linux/drivers/tty/serial/ |
A D | mpc52xx_uart.c | 1044 mpc52xx_uart_tx_empty(struct uart_port *port) in mpc52xx_uart_tx_empty() 1056 mpc52xx_uart_get_mctrl(struct uart_port *port) in mpc52xx_uart_get_mctrl() 1070 mpc52xx_uart_stop_tx(struct uart_port *port) in mpc52xx_uart_stop_tx() 1077 mpc52xx_uart_start_tx(struct uart_port *port) in mpc52xx_uart_start_tx() 1084 mpc52xx_uart_stop_rx(struct uart_port *port) in mpc52xx_uart_stop_rx() 1091 mpc52xx_uart_enable_ms(struct uart_port *port) in mpc52xx_uart_enable_ms() 1111 mpc52xx_uart_startup(struct uart_port *port) in mpc52xx_uart_startup() 1149 mpc52xx_uart_shutdown(struct uart_port *port) in mpc52xx_uart_shutdown() 1258 mpc52xx_uart_type(struct uart_port *port) in mpc52xx_uart_type() 1509 struct uart_port *port = dev_id; in mpc52xx_uart_int() local [all …]
|
A D | vr41xx_siu.c | 60 struct uart_port *port; in vr41xx_select_siu_interface() local 81 struct uart_port *port; in vr41xx_use_irda() local 102 struct uart_port *port; in vr41xx_select_irda_module() local 409 struct uart_port *port; in siu_interrupt() local 689 struct uart_port *port; in siu_init_ports() local 754 struct uart_port *port; in siu_console_write() local 770 struct uart_port *port; in siu_console_setup() local 809 struct uart_port *port; in siu_console_init() local 852 struct uart_port *port; in siu_probe() local 887 struct uart_port *port; in siu_remove() local [all …]
|
A D | 21285.c | 51 static bool is_enabled(struct uart_port *port, int bit) in is_enabled() 60 static void enable(struct uart_port *port, int bit) in enable() 67 static void disable(struct uart_port *port, int bit) in disable() 75 #define tx_enable(port) enable(port, tx_enabled_bit) argument 76 #define tx_disable(port) disable(port, tx_enabled_bit) argument 79 #define rx_enable(port) enable(port, rx_enabled_bit) argument 80 #define rx_disable(port) disable(port, rx_enabled_bit) argument 93 static void serial21285_stop_tx(struct uart_port *port) in serial21285_stop_tx() 119 struct uart_port *port = dev_id; in serial21285_rx_chars() local 156 struct uart_port *port = dev_id; in serial21285_tx_chars() local [all …]
|
A D | bcm63xx_uart.c | 143 static void bcm_uart_stop_tx(struct uart_port *port) in bcm_uart_stop_tx() 175 static void bcm_uart_stop_rx(struct uart_port *port) in bcm_uart_stop_rx() 227 static void bcm_uart_do_rx(struct uart_port *port) in bcm_uart_do_rx() 304 static void bcm_uart_do_tx(struct uart_port *port) in bcm_uart_do_tx() 360 struct uart_port *port; in bcm_uart_interrupt() local 392 static void bcm_uart_enable(struct uart_port *port) in bcm_uart_enable() 417 static void bcm_uart_flush(struct uart_port *port) in bcm_uart_flush() 696 struct uart_port *port; in bcm_console_write() local 730 struct uart_port *port; in bcm_console_setup() local 808 struct uart_port *port; in bcm_uart_probe() local [all …]
|
A D | liteuart.c | 45 struct uart_port port; member 73 struct uart_port *port = &uart->port; in liteuart_timer() local 123 static void liteuart_stop_tx(struct uart_port *port) in liteuart_stop_tx() 127 static void liteuart_start_tx(struct uart_port *port) in liteuart_start_tx() 149 static void liteuart_stop_rx(struct uart_port *port) in liteuart_stop_rx() 162 static int liteuart_startup(struct uart_port *port) in liteuart_startup() 176 static void liteuart_shutdown(struct uart_port *port) in liteuart_shutdown() 249 struct uart_port *port; in liteuart_probe() local 336 struct uart_port *port; in liteuart_console_write() local 350 struct uart_port *port; in liteuart_console_setup() local [all …]
|
A D | mcf.c | 53 struct uart_port port; member 114 static void mcf_stop_tx(struct uart_port *port) in mcf_stop_tx() 124 static void mcf_stop_rx(struct uart_port *port) in mcf_stop_rx() 148 static int mcf_startup(struct uart_port *port) in mcf_startup() 283 struct uart_port *port = &pp->port; in mcf_rx_chars() local 329 struct uart_port *port = &pp->port; in mcf_tx_chars() local 365 struct uart_port *port = data; in mcf_interrupt() local 490 struct uart_port *port; in early_mcf_setup() local 545 struct uart_port *port; in mcf_console_setup() local 615 struct uart_port *port; in mcf_probe() local [all …]
|
A D | apbuart.c | 41 static void apbuart_stop_tx(struct uart_port *port) in apbuart_stop_tx() 50 static void apbuart_start_tx(struct uart_port *port) in apbuart_start_tx() 62 static void apbuart_stop_rx(struct uart_port *port) in apbuart_stop_rx() 71 static void apbuart_rx_chars(struct uart_port *port) in apbuart_rx_chars() 123 static void apbuart_tx_chars(struct uart_port *port) in apbuart_tx_chars() 159 struct uart_port *port = dev_id; in apbuart_int() local 197 static int apbuart_startup(struct uart_port *port) in apbuart_startup() 216 static void apbuart_shutdown(struct uart_port *port) in apbuart_shutdown() 473 struct uart_port *port; in apbuart_console_setup() local 550 struct uart_port *port = NULL; in apbuart_probe() local [all …]
|
A D | sunhv.c | 114 static int receive_chars_read(struct uart_port *port) in receive_chars_read() 199 static void transmit_chars(struct uart_port *port) in transmit_chars() 218 struct uart_port *port = dev_id; in sunhv_interrupt() local 256 static void sunhv_stop_tx(struct uart_port *port) in sunhv_stop_tx() 262 static void sunhv_start_tx(struct uart_port *port) in sunhv_start_tx() 289 static void sunhv_stop_rx(struct uart_port *port) in sunhv_stop_rx() 314 static int sunhv_startup(struct uart_port *port) in sunhv_startup() 320 static void sunhv_shutdown(struct uart_port *port) in sunhv_shutdown() 437 struct uart_port *port = sunhv_port; in sunhv_console_write_paged() local 492 struct uart_port *port = sunhv_port; in sunhv_console_write_bychar() local [all …]
|
A D | st-asc.c | 37 struct uart_port port; member 358 struct uart_port *port = ptr; in asc_interrupt() local 427 static void asc_start_tx(struct uart_port *port) in asc_start_tx() 436 static void asc_stop_tx(struct uart_port *port) in asc_stop_tx() 442 static void asc_stop_rx(struct uart_port *port) in asc_stop_rx() 456 static int asc_startup(struct uart_port *port) in asc_startup() 470 static void asc_shutdown(struct uart_port *port) in asc_shutdown() 635 static const char *asc_type(struct uart_port *port) in asc_type() 717 struct uart_port *port = &ascport->port; in asc_init_port() local 840 struct uart_port *port = dev_get_drvdata(dev); in asc_serial_suspend() local [all …]
|
A D | stm32-usart.c | 370 struct uart_port *port = arg; in stm32_usart_tx_dma_complete() local 402 struct uart_port *port = arg; in stm32_usart_rx_dma_complete() local 559 struct uart_port *port = ptr; in stm32_usart_interrupt() local 610 struct uart_port *port = ptr; in stm32_usart_threaded_interrupt() local 1238 struct uart_port *port = &stm32port->port; in stm32_usart_init_port() local 1372 struct uart_port *port = &stm32port->port; in stm32_usart_of_dma_rx_probe() local 1417 struct uart_port *port = &stm32port->port; in stm32_usart_of_dma_tx_probe() local 1747 struct uart_port *port = dev_get_drvdata(dev); in stm32_usart_serial_suspend() local 1776 struct uart_port *port = dev_get_drvdata(dev); in stm32_usart_serial_resume() local 1792 struct uart_port *port = dev_get_drvdata(dev); in stm32_usart_runtime_suspend() local [all …]
|
A D | timbuart.c | 25 struct uart_port port; member 39 static void timbuart_stop_rx(struct uart_port *port) in timbuart_stop_rx() 46 static void timbuart_stop_tx(struct uart_port *port) in timbuart_stop_tx() 53 static void timbuart_start_tx(struct uart_port *port) in timbuart_start_tx() 69 static void timbuart_flush_buffer(struct uart_port *port) in timbuart_flush_buffer() 80 static void timbuart_rx_chars(struct uart_port *port) in timbuart_rx_chars() 96 static void timbuart_tx_chars(struct uart_port *port) in timbuart_tx_chars() 238 static int timbuart_startup(struct uart_port *port) in timbuart_startup() 255 static void timbuart_shutdown(struct uart_port *port) in timbuart_shutdown() 277 static void timbuart_set_termios(struct uart_port *port, in timbuart_set_termios() [all …]
|
A D | altera_jtaguart.c | 57 struct uart_port port; member 77 static void altera_jtaguart_start_tx(struct uart_port *port) in altera_jtaguart_start_tx() 86 static void altera_jtaguart_stop_tx(struct uart_port *port) in altera_jtaguart_stop_tx() 95 static void altera_jtaguart_stop_rx(struct uart_port *port) in altera_jtaguart_stop_rx() 119 struct uart_port *port = &pp->port; in altera_jtaguart_rx_chars() local 139 struct uart_port *port = &pp->port; in altera_jtaguart_tx_chars() local 179 struct uart_port *port = data; in altera_jtaguart_interrupt() local 207 static int altera_jtaguart_startup(struct uart_port *port) in altera_jtaguart_startup() 348 struct uart_port *port; in altera_jtaguart_console_setup() local 420 struct uart_port *port; in altera_jtaguart_probe() local [all …]
|
A D | uartlite.c | 218 struct uart_port *port = dev_id; in ulite_isr() local 262 static void ulite_stop_tx(struct uart_port *port) in ulite_stop_tx() 284 static int ulite_startup(struct uart_port *port) in ulite_startup() 494 struct uart_port *port = console_port; in ulite_console_write() local 522 struct uart_port *port = NULL; in ulite_console_setup() local 632 struct uart_port *port; in ulite_assign() local 689 struct uart_port *port = dev_get_drvdata(dev); in ulite_release() local 709 struct uart_port *port = dev_get_drvdata(dev); in ulite_suspend() local 725 struct uart_port *port = dev_get_drvdata(dev); in ulite_resume() local 735 struct uart_port *port = dev_get_drvdata(dev); in ulite_runtime_suspend() local [all …]
|
A D | mvebu-uart.c | 128 struct uart_port *port; member 183 static void mvebu_uart_stop_tx(struct uart_port *port) in mvebu_uart_stop_tx() 207 static void mvebu_uart_stop_rx(struct uart_port *port) in mvebu_uart_stop_rx() 337 struct uart_port *port = (struct uart_port *)dev_id; in mvebu_uart_isr() local 352 struct uart_port *port = (struct uart_port *)dev_id; in mvebu_uart_rx_isr() local 646 static void wait_for_xmitr(struct uart_port *port) in wait_for_xmitr() 654 static void wait_for_xmite(struct uart_port *port) in wait_for_xmite() 705 struct uart_port *port; in mvebu_uart_console_setup() local 764 struct uart_port *port = mvuart->port; in mvebu_uart_suspend() local 784 struct uart_port *port = mvuart->port; in mvebu_uart_resume() local [all …]
|
A D | mux.c | 47 struct uart_port port; member 139 static void mux_stop_tx(struct uart_port *port) in mux_stop_tx() 149 static void mux_start_tx(struct uart_port *port) in mux_start_tx() 159 static void mux_stop_rx(struct uart_port *port) in mux_stop_rx() 181 static void mux_write(struct uart_port *port) in mux_write() 225 static void mux_read(struct uart_port *port) in mux_read() 265 static int mux_startup(struct uart_port *port) in mux_startup() 277 static void mux_shutdown(struct uart_port *port) in mux_shutdown() 303 static const char *mux_type(struct uart_port *port) in mux_type() 327 static int mux_request_port(struct uart_port *port) in mux_request_port() [all …]
|
A D | pic32_uart.c | 134 static void pic32_uart_stop_tx(struct uart_port *port) in pic32_uart_stop_tx() 153 static void pic32_uart_start_tx(struct uart_port *port) in pic32_uart_start_tx() 163 static void pic32_uart_stop_rx(struct uart_port *port) in pic32_uart_stop_rx() 200 static void pic32_uart_do_rx(struct uart_port *port) in pic32_uart_do_rx() 277 static void pic32_uart_do_tx(struct uart_port *port) in pic32_uart_do_tx() 336 struct uart_port *port = dev_id; in pic32_uart_rx_interrupt() local 346 struct uart_port *port = dev_id; in pic32_uart_tx_interrupt() local 389 static int pic32_uart_startup(struct uart_port *port) in pic32_uart_startup() 715 struct uart_port *port = pic32_get_port(sport); in pic32_console_write() local 727 struct uart_port *port = NULL; in pic32_console_setup() local [all …]
|
A D | altera_uart.c | 78 struct uart_port port; member 146 static void altera_uart_stop_tx(struct uart_port *port) in altera_uart_stop_tx() 154 static void altera_uart_stop_rx(struct uart_port *port) in altera_uart_stop_rx() 204 struct uart_port *port = &pp->port; in altera_uart_rx_chars() local 251 struct uart_port *port = &pp->port; in altera_uart_tx_chars() local 283 struct uart_port *port = data; in altera_uart_interrupt() local 302 struct uart_port *port = &pp->port; in altera_uart_timer() local 318 static int altera_uart_startup(struct uart_port *port) in altera_uart_startup() 460 struct uart_port *port; in altera_uart_console_setup() local 511 struct uart_port *port = &dev->port; in altera_uart_earlycon_setup() local [all …]
|
/linux/drivers/tty/ |
A D | tty_port.c | 62 void tty_port_init(struct tty_port *port) in tty_port_init() 89 void tty_port_link_device(struct tty_port *port, in tty_port_link_device() 215 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf() 228 void tty_port_free_xmit_buf(struct tty_port *port) in tty_port_free_xmit_buf() 247 void tty_port_destroy(struct tty_port *port) in tty_port_destroy() 270 void tty_port_put(struct tty_port *port) in tty_port_put() 346 void tty_port_hangup(struct tty_port *port) in tty_port_hangup() 387 void tty_port_tty_wakeup(struct tty_port *port) in tty_port_tty_wakeup() 401 int tty_port_carrier_raised(struct tty_port *port) in tty_port_carrier_raised() 417 void tty_port_raise_dtr_rts(struct tty_port *port) in tty_port_raise_dtr_rts() [all …]
|
A D | tty_buffer.c | 56 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() 65 void tty_buffer_unlock_exclusive(struct tty_port *port) in tty_buffer_unlock_exclusive() 117 void tty_buffer_free_all(struct tty_port *port) in tty_buffer_free_all() 223 struct tty_port *port = tty->port; in tty_buffer_flush() local 352 int tty_insert_flip_string_flags(struct tty_port *port, in tty_insert_flip_string_flags() 413 void tty_schedule_flip(struct tty_port *port) in tty_schedule_flip() 567 void tty_flip_buffer_push(struct tty_port *port) in tty_flip_buffer_push() 581 void tty_buffer_init(struct tty_port *port) in tty_buffer_init() 620 bool tty_buffer_restart_work(struct tty_port *port) in tty_buffer_restart_work() 625 bool tty_buffer_cancel_work(struct tty_port *port) in tty_buffer_cancel_work() [all …]
|
/linux/drivers/net/dsa/mv88e6xxx/ |
A D | port.c | 211 int port, int speed, bool alt_bit, in mv88e6xxx_port_set_speed_duplex() 360 phy_interface_t mv88e6341_port_max_speed_mode(int port) in mv88e6341_port_max_speed_mode() 405 phy_interface_t mv88e6390_port_max_speed_mode(int port) in mv88e6390_port_max_speed_mode() 430 phy_interface_t mv88e6390x_port_max_speed_mode(int port) in mv88e6390x_port_max_speed_mode() 530 phy_interface_t mv88e6393x_port_max_speed_mode(int port) in mv88e6393x_port_max_speed_mode() 683 int port) in mv88e6341_port_set_cmode_writable() 931 int port, bool unicast) in mv88e6185_port_set_forward_unknown() 1167 int port, bool multicast) in mv88e6185_port_set_default_forward() 1407 int err, port; in mv88e6393x_port_policy_write_all() local 1423 int port) in mv88e6393x_set_egress_port() [all …]
|
/linux/drivers/mmc/core/ |
A D | sdio_uart.c | 64 struct tty_port port; member 111 struct sdio_uart_port *port; in sdio_uart_port_get() local 544 struct sdio_uart_port *port = in uart_carrier_raised() local 567 struct sdio_uart_port *port = in uart_dtr_rts() local 596 struct sdio_uart_port *port = in sdio_uart_activate() local 679 struct sdio_uart_port *port = in sdio_uart_shutdown() local 711 struct sdio_uart_port *port = in sdio_uart_port_destroy() local 750 struct sdio_uart_port *port = tty->driver_data; in sdio_uart_cleanup() local 761 struct sdio_uart_port *port = tty->driver_data; in sdio_uart_open() local 767 struct sdio_uart_port *port = tty->driver_data; in sdio_uart_close() local [all …]
|
/linux/drivers/usb/typec/tcpm/ |
A D | tcpm.c | 489 struct tcpm_port *port; member 503 #define tcpm_port_is_sink(port) \ argument 511 #define tcpm_port_is_source(port) \ argument 517 #define tcpm_port_is_debug(port) \ argument 520 #define tcpm_port_is_audio(port) \ argument 527 #define tcpm_try_snk(port) \ argument 531 #define tcpm_try_src(port) \ argument 539 #define tcpm_data_role_for_sink(port) \ argument 543 #define tcpm_sink_tx_ok(port) \ argument 547 #define tcpm_wait_for_discharge(port) \ argument [all …]
|
/linux/drivers/net/bonding/ |
A D | bond_3ad.c | 641 struct port *port; in __agg_ports_are_ready() local 669 struct port *port; in __set_agg_ports_ready() local 682 struct port *port; in __agg_active_ports() local 1679 struct port *port; in ad_agg_selection_logic() local 1973 struct port *port) in ad_marker_response_received() 2045 struct port *port; in bond_3ad_bind_slave() local 2300 struct port *port; in bond_3ad_state_machine_handler() local 2390 struct port *port; in bond_3ad_rx_indication() local 2502 struct port *port; in bond_3ad_adapter_speed_duplex_changed() local 2530 struct port *port; in bond_3ad_handle_link_change() local [all …]
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_main.c | 621 struct mvpp2_port *port; in mvpp2_bm_init() local 930 struct mvpp2_port *port; in mvpp2_bm_pool_update_priv_fc() local 1404 struct mvpp2_port *port = arg; in mvpp2_interrupts_mask() local 1426 struct mvpp2_port *port = arg; in mvpp2_interrupts_unmask() local 2614 struct mvpp2_port *port = arg; in mvpp2_txq_sent_counter_clear() local 3490 struct mvpp2_port *port; in mvpp2_hr_timer_cb() local 6702 struct mvpp2_port *port; in mvpp2_port_probe() local 7058 int port; in mvpp2_rx_fifo_init() local 7091 int port, size; in mvpp22_rx_fifo_init() local 7132 int port, val; in mvpp23_rx_fifo_fc_set_tresh() local [all …]
|
/linux/drivers/char/ |
A D | virtio_console.c | 173 struct port { struct 193 /* The IO vqs for this port */ argument 222 /* The 'name' of the port that we expose via sysfs properties */ argument 228 /* The 'id' to identify the port with the Host */ argument 236 /* We should allow only one process to open a port */ argument 245 struct port *port; in find_port_by_vtermno() local 265 struct port *port; in find_port_by_devt_in_portdev() local 285 struct port *port; in find_port_by_devt() local 302 struct port *port; in find_port_by_id() local 319 struct port *port; in find_port_by_vq() local [all …]
|