/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | imx.c | 271 static inline void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset) in imx_uart_writel() argument 273 writel(val, sport->port.membase + offset); in imx_uart_writel() 276 static inline u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl() argument 278 return readl(sport->port.membase + offset); in imx_uart_readl() 281 static inline unsigned imx_uart_uts_reg(struct imx_port *sport) in imx_uart_uts_reg() argument 283 return sport->devdata->uts_reg; in imx_uart_uts_reg() 286 static inline int imx_uart_is_imx1(struct imx_port *sport) in imx_uart_is_imx1() argument 288 return sport->devdata->devtype == IMX1_UART; in imx_uart_is_imx1() 295 static void imx_uart_ucrs_save(struct imx_port *sport, in imx_uart_ucrs_save() argument 299 ucr->ucr1 = imx_uart_readl(sport, UCR in imx_uart_ucrs_save() 304 imx_uart_ucrs_restore(struct imx_port *sport, struct imx_port_ucrs *ucr) imx_uart_ucrs_restore() argument 315 imx_uart_rts_active(struct imx_port *sport, u32 *ucr2) imx_uart_rts_active() argument 323 imx_uart_rts_inactive(struct imx_port *sport, u32 *ucr2) imx_uart_rts_inactive() argument 337 imx_uart_soft_reset(struct imx_port *sport) imx_uart_soft_reset() argument 371 imx_uart_disable_loopback_rs485(struct imx_port *sport) imx_uart_disable_loopback_rs485() argument 384 struct imx_port *sport = (struct imx_port *)port; imx_uart_start_rx() local 408 struct imx_port *sport = (struct imx_port *)port; imx_uart_stop_tx() local 474 struct imx_port *sport = (struct imx_port *)port; imx_uart_stop_rx() local 509 struct imx_port *sport = (struct imx_port *)port; imx_uart_enable_ms() local 519 imx_uart_transmit_buffer(struct imx_port *sport) imx_uart_transmit_buffer() argument 572 struct imx_port *sport = data; imx_uart_dma_tx_callback() local 607 imx_uart_dma_tx(struct imx_port *sport) imx_uart_dma_tx() argument 670 struct imx_port *sport = (struct imx_port *)port; imx_uart_start_tx() local 753 struct imx_port *sport = dev_id; __imx_uart_rtsint() local 766 struct imx_port *sport = dev_id; imx_uart_rtsint() local 780 struct imx_port *sport = dev_id; imx_uart_txint() local 800 imx_uart_check_flood(struct imx_port *sport, u32 usr2) imx_uart_check_flood() argument 836 struct imx_port *sport = dev_id; __imx_uart_rxint() local 895 struct imx_port *sport = dev_id; imx_uart_rxint() local 912 imx_uart_get_hwmctrl(struct imx_port *sport) imx_uart_get_hwmctrl() argument 935 imx_uart_mctrl_check(struct imx_port *sport) imx_uart_mctrl_check() argument 961 struct imx_port *sport = dev_id; imx_uart_int() local 1045 struct imx_port *sport = (struct imx_port *)port; imx_uart_tx_empty() local 1060 struct imx_port *sport = (struct imx_port *)port; imx_uart_get_mctrl() local 1071 struct imx_port *sport = (struct imx_port *)port; imx_uart_set_mctrl() local 1114 struct imx_port *sport = (struct imx_port *)port; imx_uart_break_ctl() local 1136 struct imx_port *sport = from_timer(sport, t, timer); imx_uart_timeout() local 1158 struct imx_port *sport = data; imx_uart_dma_rx_callback() local 1236 imx_uart_start_rx_dma(struct imx_port *sport) imx_uart_start_rx_dma() argument 1273 imx_uart_clear_rx_errors(struct imx_port *sport) imx_uart_clear_rx_errors() argument 1312 imx_uart_setup_ufcr(struct imx_port *sport, unsigned char txwl, unsigned char rxwl) imx_uart_setup_ufcr() argument 1323 imx_uart_dma_exit(struct imx_port *sport) imx_uart_dma_exit() argument 1341 imx_uart_dma_init(struct imx_port *sport) imx_uart_dma_init() argument 1398 imx_uart_enable_dma(struct imx_port *sport) imx_uart_enable_dma() argument 1412 imx_uart_disable_dma(struct imx_port *sport) imx_uart_disable_dma() argument 1431 struct imx_port *sport = (struct imx_port *)port; imx_uart_startup() local 1543 struct imx_port *sport = (struct imx_port *)port; imx_uart_shutdown() local 1617 struct imx_port *sport = (struct imx_port *)port; imx_uart_flush_buffer() local 1644 struct imx_port *sport = (struct imx_port *)port; imx_uart_set_termios() local 1847 struct imx_port *sport = (struct imx_port *)port; imx_uart_poll_init() local 1896 struct imx_port *sport = (struct imx_port *)port; imx_uart_poll_get_char() local 1905 struct imx_port *sport = (struct imx_port *)port; imx_uart_poll_put_char() local 1927 struct imx_port *sport = (struct imx_port *)port; imx_uart_rs485_config() local 1981 struct imx_port *sport = (struct imx_port *)port; imx_uart_console_putchar() local 1995 struct imx_port *sport = imx_uart_ports[co->index]; imx_uart_console_write() local 2042 imx_uart_console_get_options(struct imx_port *sport, int *baud, int *parity, int *bits) imx_uart_console_get_options() argument 2103 struct imx_port *sport; imx_uart_console_setup() local 2151 struct imx_port *sport = imx_uart_ports[co->index]; imx_uart_console_exit() local 2189 struct imx_port *sport = container_of(t, struct imx_port, trigger_start_tx); imx_trigger_start_tx() local 2202 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); imx_trigger_stop_tx() local 2227 struct imx_port *sport; imx_uart_probe() local 2464 struct imx_port *sport = platform_get_drvdata(pdev); imx_uart_remove() local 2471 imx_uart_restore_context(struct imx_port *sport) imx_uart_restore_context() argument 2495 imx_uart_save_context(struct imx_port *sport) imx_uart_save_context() argument 2515 imx_uart_enable_wakeup(struct imx_port *sport, bool on) imx_uart_enable_wakeup() argument 2542 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_suspend_noirq() local 2555 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_resume_noirq() local 2571 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_suspend() local 2589 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_resume() local 2604 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_freeze() local 2613 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_thaw() local [all...] |
H A D | fsl_lpuart.c | 361 static inline bool is_layerscape_lpuart(struct lpuart_port *sport) in is_layerscape_lpuart() argument 363 return (sport->devtype == LS1021A_LPUART || in is_layerscape_lpuart() 364 sport->devtype == LS1028A_LPUART); in is_layerscape_lpuart() 367 static inline bool is_imx7ulp_lpuart(struct lpuart_port *sport) in is_imx7ulp_lpuart() argument 369 return sport->devtype == IMX7ULP_LPUART; in is_imx7ulp_lpuart() 372 static inline bool is_imx8ulp_lpuart(struct lpuart_port *sport) in is_imx8ulp_lpuart() argument 374 return sport->devtype == IMX8ULP_LPUART; in is_imx8ulp_lpuart() 377 static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) in is_imx8qxp_lpuart() argument 379 return sport->devtype == IMX8QXP_LPUART; in is_imx8qxp_lpuart() 407 static int __lpuart_enable_clks(struct lpuart_port *sport, boo argument 429 lpuart_get_baud_clk_rate(struct lpuart_port *sport) lpuart_get_baud_clk_rate() argument 474 lpuart_dma_tx(struct lpuart_port *sport) lpuart_dma_tx() argument 529 struct lpuart_port *sport = arg; lpuart_dma_tx_complete() local 564 lpuart_dma_datareg_addr(struct lpuart_port *sport) lpuart_dma_datareg_addr() argument 577 struct lpuart_port *sport = container_of(port, lpuart_dma_tx_request() local 597 lpuart_is_32(struct lpuart_port *sport) lpuart_is_32() argument 605 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_flush_buffer() local 647 struct lpuart_port *sport = container_of(port, lpuart_poll_init() local 701 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_poll_init() local 747 lpuart_transmit_buffer(struct lpuart_port *sport) lpuart_transmit_buffer() argument 757 lpuart32_transmit_buffer(struct lpuart_port *sport) lpuart32_transmit_buffer() argument 794 struct lpuart_port *sport = container_of(port, lpuart_start_tx() local 812 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_start_tx() local 844 struct lpuart_port *sport = container_of(port, lpuart_tx_empty() local 860 struct lpuart_port *sport = container_of(port, lpuart32_tx_empty() local 880 lpuart_txint(struct lpuart_port *sport) lpuart_txint() argument 887 lpuart_rxint(struct lpuart_port *sport) lpuart_rxint() argument 957 lpuart32_txint(struct lpuart_port *sport) lpuart32_txint() argument 964 lpuart32_rxint(struct lpuart_port *sport) lpuart32_rxint() argument 1045 struct lpuart_port *sport = dev_id; lpuart_int() local 1078 lpuart_handle_sysrq(struct lpuart_port *sport) lpuart_handle_sysrq() argument 1109 lpuart_copy_rx_to_tty(struct lpuart_port *sport) lpuart_copy_rx_to_tty() argument 1256 struct lpuart_port *sport = arg; lpuart_dma_rx_complete() local 1261 lpuart32_dma_idleint(struct lpuart_port *sport) lpuart32_dma_idleint() argument 1285 struct lpuart_port *sport = dev_id; lpuart32_int() local 1314 struct lpuart_port *sport = from_timer(sport, t, lpuart_timer); lpuart_timer_func() local 1344 lpuart_start_rx_dma(struct lpuart_port *sport) lpuart_start_rx_dma() argument 1437 struct lpuart_port *sport = container_of(port, lpuart_dma_rx_free() local 1456 struct lpuart_port *sport = container_of(port, lpuart_config_rs485() local 1486 struct lpuart_port *sport = container_of(port, lpuart32_config_rs485() local 1611 lpuart_setup_watermark(struct lpuart_port *sport) lpuart_setup_watermark() argument 1645 lpuart_setup_watermark_enable(struct lpuart_port *sport) lpuart_setup_watermark_enable() argument 1656 lpuart32_setup_watermark(struct lpuart_port *sport) lpuart32_setup_watermark() argument 1692 lpuart32_setup_watermark_enable(struct lpuart_port *sport) lpuart32_setup_watermark_enable() argument 1704 rx_dma_timer_init(struct lpuart_port *sport) rx_dma_timer_init() argument 1714 lpuart_request_dma(struct lpuart_port *sport) lpuart_request_dma() argument 1733 lpuart_tx_dma_startup(struct lpuart_port *sport) lpuart_tx_dma_startup() argument 1765 lpuart_rx_dma_startup(struct lpuart_port *sport) lpuart_rx_dma_startup() argument 1801 lpuart_hw_setup(struct lpuart_port *sport) lpuart_hw_setup() argument 1817 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_startup() local 1836 lpuart32_hw_disable(struct lpuart_port *sport) lpuart32_hw_disable() argument 1846 lpuart32_configure(struct lpuart_port *sport) lpuart32_configure() argument 1858 lpuart32_hw_setup(struct lpuart_port *sport) lpuart32_hw_setup() argument 1877 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_startup() local 1907 lpuart_dma_shutdown(struct lpuart_port *sport) lpuart_dma_shutdown() argument 1931 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_shutdown() local 1950 struct lpuart_port *sport = lpuart32_shutdown() local 1981 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_set_termios() local 2206 lpuart32_serial_setbrg(struct lpuart_port *sport, unsigned int baudrate) lpuart32_serial_setbrg() argument 2219 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_set_termios() local 2474 struct lpuart_port *sport = lpuart_ports[co->index]; lpuart_console_write() local 2504 struct lpuart_port *sport = lpuart_ports[co->index]; lpuart32_console_write() local 2536 lpuart_console_get_options(struct lpuart_port *sport, int *baud, int *parity, int *bits) lpuart_console_get_options() argument 2585 lpuart32_console_get_options(struct lpuart_port *sport, int *baud, int *parity, int *bits) lpuart32_console_get_options() argument 2632 struct lpuart_port *sport; lpuart_console_setup() local 2790 lpuart_global_reset(struct lpuart_port *sport) lpuart_global_reset() argument 2842 struct lpuart_port *sport; lpuart_probe() local 2964 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_remove() local 2985 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_runtime_suspend() local 2995 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_runtime_resume() local 3000 serial_lpuart_enable_wakeup(struct lpuart_port *sport, bool on) serial_lpuart_enable_wakeup() argument 3030 lpuart_uport_is_active(struct lpuart_port *sport) lpuart_uport_is_active() argument 3053 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_suspend_noirq() local 3066 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_resume_noirq() local 3086 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_suspend() local 3153 lpuart_console_fixup(struct lpuart_port *sport) lpuart_console_fixup() argument 3181 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_resume() local [all...] |
H A D | sa1100.c | 45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0) 46 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) 47 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2) 48 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) 49 #define UART_GET_UTSR0(sport) __raw_readl((sport) 84 sa1100_mctrl_check(struct sa1100_port *sport) sa1100_mctrl_check() argument 114 struct sa1100_port *sport = from_timer(sport, t, timer); sa1100_timeout() local 131 struct sa1100_port *sport = sa1100_stop_tx() local 145 struct sa1100_port *sport = sa1100_start_tx() local 159 struct sa1100_port *sport = sa1100_stop_rx() local 172 struct sa1100_port *sport = sa1100_enable_ms() local 181 sa1100_rx_chars(struct sa1100_port *sport) sa1100_rx_chars() argument 230 sa1100_tx_chars(struct sa1100_port *sport) sa1100_tx_chars() argument 247 struct sa1100_port *sport = dev_id; sa1100_int() local 289 struct sa1100_port *sport = sa1100_tx_empty() local 297 struct sa1100_port *sport = sa1100_get_mctrl() local 308 struct sa1100_port *sport = sa1100_set_mctrl() local 319 struct sa1100_port *sport = sa1100_break_ctl() local 336 struct sa1100_port *sport = sa1100_startup() local 366 struct sa1100_port *sport = sa1100_shutdown() local 389 struct sa1100_port *sport = sa1100_set_termios() local 493 struct sa1100_port *sport = sa1100_type() local 504 struct sa1100_port *sport = sa1100_release_port() local 515 struct sa1100_port *sport = sa1100_request_port() local 527 struct sa1100_port *sport = sa1100_config_port() local 543 struct sa1100_port *sport = sa1100_verify_port() local 675 struct sa1100_port *sport = sa1100_console_putchar() local 689 struct sa1100_port *sport = &sa1100_ports[co->index]; sa1100_console_write() local 716 sa1100_console_get_options(struct sa1100_port *sport, int *baud, int *parity, int *bits) sa1100_console_get_options() argument 750 struct sa1100_port *sport; sa1100_console_setup() local 809 struct sa1100_port *sport = platform_get_drvdata(dev); sa1100_serial_suspend() local 819 struct sa1100_port *sport = platform_get_drvdata(dev); sa1100_serial_resume() local 827 sa1100_serial_add_one_port(struct sa1100_port *sport, struct platform_device *dev) sa1100_serial_add_one_port() argument 875 struct sa1100_port *sport = platform_get_drvdata(pdev); sa1100_serial_remove() local [all...] |
H A D | sb1250-duart.c | 95 struct sbd_port sport[2]; member 116 static u64 __read_sbdchn(struct sbd_port *sport, int reg) in __read_sbdchn() argument 118 void __iomem *csr = sport->port.membase + reg; in __read_sbdchn() 123 static u64 __read_sbdshr(struct sbd_port *sport, int reg) in __read_sbdshr() argument 125 void __iomem *csr = sport->memctrl + reg; in __read_sbdshr() 130 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) in __write_sbdchn() argument 132 void __iomem *csr = sport->port.membase + reg; in __write_sbdchn() 137 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) in __write_sbdshr() argument 139 void __iomem *csr = sport->memctrl + reg; in __write_sbdshr() 148 static void __war_sbd1956(struct sbd_port *sport) in __war_sbd1956() argument 154 read_sbdchn(struct sbd_port *sport, int reg) read_sbdchn() argument 164 read_sbdshr(struct sbd_port *sport, int reg) read_sbdshr() argument 174 write_sbdchn(struct sbd_port *sport, int reg, unsigned int value) write_sbdchn() argument 181 write_sbdshr(struct sbd_port *sport, int reg, unsigned int value) write_sbdshr() argument 189 sbd_receive_ready(struct sbd_port *sport) sbd_receive_ready() argument 194 sbd_receive_drain(struct sbd_port *sport) sbd_receive_drain() argument 203 sbd_transmit_ready(struct sbd_port *sport) sbd_transmit_ready() argument 208 sbd_transmit_drain(struct sbd_port *sport) sbd_transmit_drain() argument 217 sbd_transmit_empty(struct sbd_port *sport) sbd_transmit_empty() argument 222 sbd_line_drain(struct sbd_port *sport) sbd_line_drain() argument 234 struct sbd_port *sport = to_sport(uport); sbd_tx_empty() local 241 struct sbd_port *sport = to_sport(uport); sbd_get_mctrl() local 255 struct sbd_port *sport = to_sport(uport); sbd_set_mctrl() local 283 struct sbd_port *sport = to_sport(uport); sbd_stop_tx() local 291 struct sbd_port *sport = to_sport(uport); sbd_start_tx() local 306 struct sbd_port *sport = to_sport(uport); sbd_stop_rx() local 313 struct sbd_port *sport = to_sport(uport); sbd_enable_ms() local 321 struct sbd_port *sport = to_sport(uport); sbd_break_ctl() local 330 sbd_receive_chars(struct sbd_port *sport) sbd_receive_chars() argument 382 sbd_transmit_chars(struct sbd_port *sport) sbd_transmit_chars() argument 418 sbd_status_handle(struct sbd_port *sport) sbd_status_handle() argument 439 struct sbd_port *sport = dev_id; sbd_interrupt() local 470 struct sbd_port *sport = to_sport(uport); sbd_startup() local 504 struct sbd_port *sport = to_sport(uport); sbd_shutdown() local 512 sbd_init_port(struct sbd_port *sport) sbd_init_port() argument 536 struct sbd_port *sport = to_sport(uport); sbd_set_termios() local 646 struct sbd_port *sport = to_sport(uport); sbd_release_port() local 662 struct sbd_port *sport = to_sport(uport); sbd_map_port() local 723 struct sbd_port *sport = to_sport(uport); sbd_config_port() local 798 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_probe_duarts() local 825 struct sbd_port *sport = to_sport(uport); sbd_console_putchar() local 836 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_console_write() local 864 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_console_setup() local 936 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; sbd_init() local 953 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; sbd_exit() local [all...] |
H A D | pic32_uart.c | 79 static inline void pic32_uart_writel(struct pic32_sport *sport, in pic32_uart_writel() argument 82 __raw_writel(val, sport->port.membase + reg); in pic32_uart_writel() 85 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) in pic32_uart_readl() argument 87 return __raw_readl(sport->port.membase + reg); in pic32_uart_readl() 129 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) in pic32_wait_deplete_txbuf() argument 132 while (!(pic32_uart_readl(sport, PIC32_UART_STA) & PIC32_UART_STA_TRMT)) in pic32_wait_deplete_txbuf() 139 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty() local 140 u32 val = pic32_uart_readl(sport, PIC32_UART_STA); in pic32_uart_tx_empty() 148 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_mctrl() local 152 pic32_uart_writel(sport, PIC32_SE in pic32_uart_set_mctrl() 162 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_get_mctrl() local 183 pic32_uart_irqtxen(struct pic32_sport *sport, u8 en) pic32_uart_irqtxen() argument 201 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_stop_tx() local 220 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_start_tx() local 230 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_stop_rx() local 243 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_break_ctl() local 267 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_do_rx() local 344 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_do_tx() local 430 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_en_and_unmask() local 441 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_dsbl_and_mask() local 455 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_startup() local 579 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_shutdown() local 602 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_set_termios() local 767 struct pic32_sport *sport = to_pic32_sport(port); pic32_console_putchar() local 785 struct pic32_sport *sport = pic32_sports[co->index]; pic32_console_write() local 796 struct pic32_sport *sport; pic32_console_setup() local 868 struct pic32_sport *sport; pic32_uart_probe() local 944 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_remove() local [all...] |
H A D | fsl_linflexuart.c | 160 static void linflex_put_char(struct uart_port *sport, unsigned char c) in linflex_put_char() argument 164 writeb(c, sport->membase + BDRL); in linflex_put_char() 167 while (((status = readl(sport->membase + UARTSR)) & in linflex_put_char() 172 writel(status | LINFLEXD_UARTSR_DTFTFF, sport->membase + UARTSR); in linflex_put_char() 175 static inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer() argument 177 struct circ_buf *xmit = &sport->state->xmit; in linflex_transmit_buffer() 180 linflex_put_char(sport, xmit->buf[xmit->tail]); in linflex_transmit_buffer() 181 uart_xmit_advance(sport, 1); in linflex_transmit_buffer() 185 uart_write_wakeup(sport); in linflex_transmit_buffer() 188 linflex_stop_tx(sport); in linflex_transmit_buffer() 202 struct uart_port *sport = dev_id; linflex_txint() local 226 struct uart_port *sport = dev_id; linflex_rxint() local 278 struct uart_port *sport = dev_id; linflex_int() local 314 linflex_setup_watermark(struct uart_port *sport) linflex_setup_watermark() argument 622 linflex_string_write(struct uart_port *sport, const char *s, unsigned int count) linflex_string_write() argument 642 struct uart_port *sport = linflex_ports[co->index]; linflex_console_write() local 664 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) linflex_console_get_options() argument 694 struct uart_port *sport; linflex_console_setup() local 809 struct uart_port *sport; linflex_probe() local 852 struct uart_port *sport = platform_get_drvdata(pdev); linflex_remove() local 862 struct uart_port *sport = dev_get_drvdata(dev); linflex_suspend() local 871 struct uart_port *sport = dev_get_drvdata(dev); linflex_resume() local [all...] |
H A D | pxa.c | 756 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_suspend() local 758 if (sport) in serial_pxa_suspend() 759 uart_suspend_port(&serial_pxa_reg, &sport->port); in serial_pxa_suspend() 766 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_resume() local 768 if (sport) in serial_pxa_resume() 769 uart_resume_port(&serial_pxa_reg, &sport->port); in serial_pxa_resume() 787 struct uart_pxa_port *sport) in serial_pxa_probe_dt() 800 sport->port.line = ret; in serial_pxa_probe_dt() 806 struct uart_pxa_port *sport; in serial_pxa_probe() local 819 sport in serial_pxa_probe() 786 serial_pxa_probe_dt(struct platform_device *pdev, struct uart_pxa_port *sport) serial_pxa_probe_dt() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | imx.c | 294 static void imx_uart_writel(struct imx_port *sport, u32 val, u32 offset) in imx_uart_writel() argument 298 sport->ucr1 = val; in imx_uart_writel() 301 sport->ucr2 = val; in imx_uart_writel() 304 sport->ucr3 = val; in imx_uart_writel() 307 sport->ucr4 = val; in imx_uart_writel() 310 sport->ufcr = val; in imx_uart_writel() 315 writel(val, sport->port.membase + offset); in imx_uart_writel() 318 static u32 imx_uart_readl(struct imx_port *sport, u32 offset) in imx_uart_readl() argument 322 return sport->ucr1; in imx_uart_readl() 331 if (!(sport in imx_uart_readl() 349 imx_uart_uts_reg(struct imx_port *sport) imx_uart_uts_reg() argument 354 imx_uart_is_imx1(struct imx_port *sport) imx_uart_is_imx1() argument 359 imx_uart_is_imx21(struct imx_port *sport) imx_uart_is_imx21() argument 364 imx_uart_is_imx53(struct imx_port *sport) imx_uart_is_imx53() argument 369 imx_uart_is_imx6q(struct imx_port *sport) imx_uart_is_imx6q() argument 377 imx_uart_ucrs_save(struct imx_port *sport, struct imx_port_ucrs *ucr) imx_uart_ucrs_save() argument 386 imx_uart_ucrs_restore(struct imx_port *sport, struct imx_port_ucrs *ucr) imx_uart_ucrs_restore() argument 397 imx_uart_rts_active(struct imx_port *sport, u32 *ucr2) imx_uart_rts_active() argument 405 imx_uart_rts_inactive(struct imx_port *sport, u32 *ucr2) imx_uart_rts_inactive() argument 425 struct imx_port *sport = (struct imx_port *)port; imx_uart_start_rx() local 448 struct imx_port *sport = (struct imx_port *)port; imx_uart_stop_tx() local 508 struct imx_port *sport = (struct imx_port *)port; imx_uart_stop_rx() local 532 struct imx_port *sport = (struct imx_port *)port; imx_uart_enable_ms() local 542 imx_uart_transmit_buffer(struct imx_port *sport) imx_uart_transmit_buffer() argument 596 struct imx_port *sport = data; imx_uart_dma_tx_callback() local 633 imx_uart_dma_tx(struct imx_port *sport) imx_uart_dma_tx() argument 696 struct imx_port *sport = (struct imx_port *)port; imx_uart_start_tx() local 773 struct imx_port *sport = dev_id; __imx_uart_rtsint() local 786 struct imx_port *sport = dev_id; imx_uart_rtsint() local 800 struct imx_port *sport = dev_id; imx_uart_txint() local 810 struct imx_port *sport = dev_id; __imx_uart_rxint() local 877 struct imx_port *sport = dev_id; imx_uart_rxint() local 894 imx_uart_get_hwmctrl(struct imx_port *sport) imx_uart_get_hwmctrl() argument 917 imx_uart_mctrl_check(struct imx_port *sport) imx_uart_mctrl_check() argument 943 struct imx_port *sport = dev_id; imx_uart_int() local 1033 struct imx_port *sport = (struct imx_port *)port; imx_uart_tx_empty() local 1048 struct imx_port *sport = (struct imx_port *)port; imx_uart_get_mctrl() local 1059 struct imx_port *sport = (struct imx_port *)port; imx_uart_set_mctrl() local 1102 struct imx_port *sport = (struct imx_port *)port; imx_uart_break_ctl() local 1124 struct imx_port *sport = from_timer(sport, t, timer); imx_uart_timeout() local 1146 struct imx_port *sport = data; imx_uart_dma_rx_callback() local 1221 imx_uart_start_rx_dma(struct imx_port *sport) imx_uart_start_rx_dma() argument 1259 imx_uart_clear_rx_errors(struct imx_port *sport) imx_uart_clear_rx_errors() argument 1296 imx_uart_setup_ufcr(struct imx_port *sport, unsigned char txwl, unsigned char rxwl) imx_uart_setup_ufcr() argument 1307 imx_uart_dma_exit(struct imx_port *sport) imx_uart_dma_exit() argument 1325 imx_uart_dma_init(struct imx_port *sport) imx_uart_dma_init() argument 1381 imx_uart_enable_dma(struct imx_port *sport) imx_uart_enable_dma() argument 1395 imx_uart_disable_dma(struct imx_port *sport) imx_uart_disable_dma() argument 1414 struct imx_port *sport = (struct imx_port *)port; imx_uart_startup() local 1530 struct imx_port *sport = (struct imx_port *)port; imx_uart_shutdown() local 1592 struct imx_port *sport = (struct imx_port *)port; imx_uart_flush_buffer() local 1645 struct imx_port *sport = (struct imx_port *)port; imx_uart_set_termios() local 1805 struct imx_port *sport = (struct imx_port *)port; imx_uart_type() local 1815 struct imx_port *sport = (struct imx_port *)port; imx_uart_config_port() local 1829 struct imx_port *sport = (struct imx_port *)port; imx_uart_verify_port() local 1853 struct imx_port *sport = (struct imx_port *)port; imx_uart_poll_init() local 1902 struct imx_port *sport = (struct imx_port *)port; imx_uart_poll_get_char() local 1911 struct imx_port *sport = (struct imx_port *)port; imx_uart_poll_put_char() local 1933 struct imx_port *sport = (struct imx_port *)port; imx_uart_rs485_config() local 1993 struct imx_port *sport = (struct imx_port *)port; imx_uart_console_putchar() local 2007 struct imx_port *sport = imx_uart_ports[co->index]; imx_uart_console_write() local 2054 imx_uart_console_get_options(struct imx_port *sport, int *baud, int *parity, int *bits) imx_uart_console_get_options() argument 2115 struct imx_port *sport; imx_uart_console_setup() local 2192 imx_uart_probe_dt(struct imx_port *sport, struct platform_device *pdev) imx_uart_probe_dt() argument 2229 imx_uart_probe_dt(struct imx_port *sport, struct platform_device *pdev) imx_uart_probe_dt() argument 2236 imx_uart_probe_pdata(struct imx_port *sport, struct platform_device *pdev) imx_uart_probe_pdata() argument 2253 struct imx_port *sport = container_of(t, struct imx_port, trigger_start_tx); imx_trigger_start_tx() local 2266 struct imx_port *sport = container_of(t, struct imx_port, trigger_stop_tx); imx_trigger_stop_tx() local 2279 struct imx_port *sport; imx_uart_probe() local 2472 struct imx_port *sport = platform_get_drvdata(pdev); imx_uart_remove() local 2477 imx_uart_restore_context(struct imx_port *sport) imx_uart_restore_context() argument 2501 imx_uart_save_context(struct imx_port *sport) imx_uart_save_context() argument 2521 imx_uart_enable_wakeup(struct imx_port *sport, bool on) imx_uart_enable_wakeup() argument 2546 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_suspend_noirq() local 2559 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_resume_noirq() local 2575 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_suspend() local 2593 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_resume() local 2608 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_freeze() local 2617 struct imx_port *sport = dev_get_drvdata(dev); imx_uart_thaw() local [all...] |
H A D | fsl_lpuart.c | 314 static inline bool is_layerscape_lpuart(struct lpuart_port *sport) in is_layerscape_lpuart() argument 316 return (sport->devtype == LS1021A_LPUART || in is_layerscape_lpuart() 317 sport->devtype == LS1028A_LPUART); in is_layerscape_lpuart() 320 static inline bool is_imx8qxp_lpuart(struct lpuart_port *sport) in is_imx8qxp_lpuart() argument 322 return sport->devtype == IMX8QXP_LPUART; in is_imx8qxp_lpuart() 350 static int __lpuart_enable_clks(struct lpuart_port *sport, bool is_en) in __lpuart_enable_clks() argument 355 ret = clk_prepare_enable(sport->ipg_clk); in __lpuart_enable_clks() 359 ret = clk_prepare_enable(sport->baud_clk); in __lpuart_enable_clks() 361 clk_disable_unprepare(sport->ipg_clk); in __lpuart_enable_clks() 365 clk_disable_unprepare(sport in __lpuart_enable_clks() 372 lpuart_get_baud_clk_rate(struct lpuart_port *sport) lpuart_get_baud_clk_rate() argument 417 lpuart_dma_tx(struct lpuart_port *sport) lpuart_dma_tx() argument 472 struct lpuart_port *sport = arg; lpuart_dma_tx_complete() local 505 lpuart_dma_datareg_addr(struct lpuart_port *sport) lpuart_dma_datareg_addr() argument 518 struct lpuart_port *sport = container_of(port, lpuart_dma_tx_request() local 538 lpuart_is_32(struct lpuart_port *sport) lpuart_is_32() argument 546 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_flush_buffer() local 588 struct lpuart_port *sport = container_of(port, lpuart_poll_init() local 642 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_poll_init() local 688 lpuart_transmit_buffer(struct lpuart_port *sport) lpuart_transmit_buffer() argument 718 lpuart32_transmit_buffer(struct lpuart_port *sport) lpuart32_transmit_buffer() argument 756 struct lpuart_port *sport = container_of(port, lpuart_start_tx() local 774 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_start_tx() local 792 struct lpuart_port *sport = container_of(port, lpuart_tx_empty() local 808 struct lpuart_port *sport = container_of(port, lpuart32_tx_empty() local 828 lpuart_txint(struct lpuart_port *sport) lpuart_txint() argument 837 lpuart_rxint(struct lpuart_port *sport) lpuart_rxint() argument 907 lpuart32_txint(struct lpuart_port *sport) lpuart32_txint() argument 916 lpuart32_rxint(struct lpuart_port *sport) lpuart32_rxint() argument 978 struct lpuart_port *sport = dev_id; lpuart_int() local 1003 struct lpuart_port *sport = dev_id; lpuart32_int() local 1031 lpuart_handle_sysrq(struct lpuart_port *sport) lpuart_handle_sysrq() argument 1051 lpuart_copy_rx_to_tty(struct lpuart_port *sport) lpuart_copy_rx_to_tty() argument 1189 struct lpuart_port *sport = arg; lpuart_dma_rx_complete() local 1196 struct lpuart_port *sport = from_timer(sport, t, lpuart_timer); lpuart_timer_func() local 1201 lpuart_start_rx_dma(struct lpuart_port *sport) lpuart_start_rx_dma() argument 1282 struct lpuart_port *sport = container_of(port, lpuart_dma_rx_free() local 1299 struct lpuart_port *sport = container_of(port, lpuart_config_rs485() local 1350 struct lpuart_port *sport = container_of(port, lpuart32_config_rs485() local 1421 struct lpuart_port *sport = container_of(port, lpuart_set_mctrl() local 1490 lpuart_setup_watermark(struct lpuart_port *sport) lpuart_setup_watermark() argument 1522 lpuart_setup_watermark_enable(struct lpuart_port *sport) lpuart_setup_watermark_enable() argument 1533 lpuart32_setup_watermark(struct lpuart_port *sport) lpuart32_setup_watermark() argument 1558 lpuart32_setup_watermark_enable(struct lpuart_port *sport) lpuart32_setup_watermark_enable() argument 1569 rx_dma_timer_init(struct lpuart_port *sport) rx_dma_timer_init() argument 1576 lpuart_request_dma(struct lpuart_port *sport) lpuart_request_dma() argument 1595 lpuart_tx_dma_startup(struct lpuart_port *sport) lpuart_tx_dma_startup() argument 1627 lpuart_rx_dma_startup(struct lpuart_port *sport) lpuart_rx_dma_startup() argument 1664 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_startup() local 1692 lpuart32_configure(struct lpuart_port *sport) lpuart32_configure() argument 1712 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_startup() local 1752 lpuart_dma_shutdown(struct lpuart_port *sport) lpuart_dma_shutdown() argument 1776 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_shutdown() local 1795 struct lpuart_port *sport = lpuart32_shutdown() local 1817 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart_set_termios() local 2042 lpuart32_serial_setbrg(struct lpuart_port *sport, unsigned int baudrate) lpuart32_serial_setbrg() argument 2055 struct lpuart_port *sport = container_of(port, struct lpuart_port, port); lpuart32_set_termios() local 2302 struct lpuart_port *sport = lpuart_ports[co->index]; lpuart_console_write() local 2332 struct lpuart_port *sport = lpuart_ports[co->index]; lpuart32_console_write() local 2364 lpuart_console_get_options(struct lpuart_port *sport, int *baud, int *parity, int *bits) lpuart_console_get_options() argument 2413 lpuart32_console_get_options(struct lpuart_port *sport, int *baud, int *parity, int *bits) lpuart32_console_get_options() argument 2460 struct lpuart_port *sport; lpuart_console_setup() local 2618 struct lpuart_port *sport; lpuart_probe() local 2731 struct lpuart_port *sport = platform_get_drvdata(pdev); lpuart_remove() local 2748 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_suspend() local 2805 struct lpuart_port *sport = dev_get_drvdata(dev); lpuart_resume() local [all...] |
H A D | pnx8xxx_uart.c | 61 static inline int serial_in(struct pnx8xxx_port *sport, int offset) in serial_in() argument 63 return (__raw_readl(sport->port.membase + offset)); in serial_in() 66 static inline void serial_out(struct pnx8xxx_port *sport, int offset, int value) in serial_out() argument 68 __raw_writel(value, sport->port.membase + offset); in serial_out() 74 static void pnx8xxx_mctrl_check(struct pnx8xxx_port *sport) in pnx8xxx_mctrl_check() argument 78 status = sport->port.ops->get_mctrl(&sport->port); in pnx8xxx_mctrl_check() 79 changed = status ^ sport->old_status; in pnx8xxx_mctrl_check() 84 sport->old_status = status; in pnx8xxx_mctrl_check() 87 sport in pnx8xxx_mctrl_check() 104 struct pnx8xxx_port *sport = from_timer(sport, t, timer); pnx8xxx_timeout() local 121 struct pnx8xxx_port *sport = pnx8xxx_stop_tx() local 138 struct pnx8xxx_port *sport = pnx8xxx_start_tx() local 155 struct pnx8xxx_port *sport = pnx8xxx_stop_rx() local 172 struct pnx8xxx_port *sport = pnx8xxx_enable_ms() local 178 pnx8xxx_rx_chars(struct pnx8xxx_port *sport) pnx8xxx_rx_chars() argument 240 pnx8xxx_tx_chars(struct pnx8xxx_port *sport) pnx8xxx_tx_chars() argument 283 struct pnx8xxx_port *sport = dev_id; pnx8xxx_int() local 310 struct pnx8xxx_port *sport = pnx8xxx_tx_empty() local 318 struct pnx8xxx_port *sport = pnx8xxx_get_mctrl() local 346 struct pnx8xxx_port *sport = pnx8xxx_break_ctl() local 363 struct pnx8xxx_port *sport = pnx8xxx_startup() local 398 struct pnx8xxx_port *sport = pnx8xxx_shutdown() local 436 struct pnx8xxx_port *sport = pnx8xxx_set_termios() local 554 struct pnx8xxx_port *sport = pnx8xxx_type() local 565 struct pnx8xxx_port *sport = pnx8xxx_release_port() local 576 struct pnx8xxx_port *sport = pnx8xxx_request_port() local 587 struct pnx8xxx_port *sport = pnx8xxx_config_port() local 603 struct pnx8xxx_port *sport = pnx8xxx_verify_port() local 668 struct pnx8xxx_port *sport = pnx8xxx_console_putchar() local 684 struct pnx8xxx_port *sport = &pnx8xxx_ports[co->index]; pnx8xxx_console_write() local 715 struct pnx8xxx_port *sport; pnx8xxx_console_setup() local 772 struct pnx8xxx_port *sport = platform_get_drvdata(pdev); pnx8xxx_serial_suspend() local 779 struct pnx8xxx_port *sport = platform_get_drvdata(pdev); pnx8xxx_serial_resume() local 810 struct pnx8xxx_port *sport = platform_get_drvdata(pdev); pnx8xxx_serial_remove() local [all...] |
H A D | sa1100.c | 45 #define UART_GET_UTCR0(sport) __raw_readl((sport)->port.membase + UTCR0) 46 #define UART_GET_UTCR1(sport) __raw_readl((sport)->port.membase + UTCR1) 47 #define UART_GET_UTCR2(sport) __raw_readl((sport)->port.membase + UTCR2) 48 #define UART_GET_UTCR3(sport) __raw_readl((sport)->port.membase + UTCR3) 49 #define UART_GET_UTSR0(sport) __raw_readl((sport) 84 sa1100_mctrl_check(struct sa1100_port *sport) sa1100_mctrl_check() argument 114 struct sa1100_port *sport = from_timer(sport, t, timer); sa1100_timeout() local 131 struct sa1100_port *sport = sa1100_stop_tx() local 145 struct sa1100_port *sport = sa1100_start_tx() local 159 struct sa1100_port *sport = sa1100_stop_rx() local 172 struct sa1100_port *sport = sa1100_enable_ms() local 181 sa1100_rx_chars(struct sa1100_port *sport) sa1100_rx_chars() argument 231 sa1100_tx_chars(struct sa1100_port *sport) sa1100_tx_chars() argument 274 struct sa1100_port *sport = dev_id; sa1100_int() local 316 struct sa1100_port *sport = sa1100_tx_empty() local 324 struct sa1100_port *sport = sa1100_get_mctrl() local 335 struct sa1100_port *sport = sa1100_set_mctrl() local 346 struct sa1100_port *sport = sa1100_break_ctl() local 363 struct sa1100_port *sport = sa1100_startup() local 393 struct sa1100_port *sport = sa1100_shutdown() local 416 struct sa1100_port *sport = sa1100_set_termios() local 520 struct sa1100_port *sport = sa1100_type() local 531 struct sa1100_port *sport = sa1100_release_port() local 542 struct sa1100_port *sport = sa1100_request_port() local 554 struct sa1100_port *sport = sa1100_config_port() local 570 struct sa1100_port *sport = sa1100_verify_port() local 702 struct sa1100_port *sport = sa1100_console_putchar() local 716 struct sa1100_port *sport = &sa1100_ports[co->index]; sa1100_console_write() local 743 sa1100_console_get_options(struct sa1100_port *sport, int *baud, int *parity, int *bits) sa1100_console_get_options() argument 777 struct sa1100_port *sport; sa1100_console_setup() local 836 struct sa1100_port *sport = platform_get_drvdata(dev); sa1100_serial_suspend() local 846 struct sa1100_port *sport = platform_get_drvdata(dev); sa1100_serial_resume() local 854 sa1100_serial_add_one_port(struct sa1100_port *sport, struct platform_device *dev) sa1100_serial_add_one_port() argument 902 struct sa1100_port *sport = platform_get_drvdata(pdev); sa1100_serial_remove() local [all...] |
H A D | sb1250-duart.c | 95 struct sbd_port sport[2]; member 116 static u64 __read_sbdchn(struct sbd_port *sport, int reg) in __read_sbdchn() argument 118 void __iomem *csr = sport->port.membase + reg; in __read_sbdchn() 123 static u64 __read_sbdshr(struct sbd_port *sport, int reg) in __read_sbdshr() argument 125 void __iomem *csr = sport->memctrl + reg; in __read_sbdshr() 130 static void __write_sbdchn(struct sbd_port *sport, int reg, u64 value) in __write_sbdchn() argument 132 void __iomem *csr = sport->port.membase + reg; in __write_sbdchn() 137 static void __write_sbdshr(struct sbd_port *sport, int reg, u64 value) in __write_sbdshr() argument 139 void __iomem *csr = sport->memctrl + reg; in __write_sbdshr() 148 static void __war_sbd1956(struct sbd_port *sport) in __war_sbd1956() argument 154 read_sbdchn(struct sbd_port *sport, int reg) read_sbdchn() argument 164 read_sbdshr(struct sbd_port *sport, int reg) read_sbdshr() argument 174 write_sbdchn(struct sbd_port *sport, int reg, unsigned int value) write_sbdchn() argument 181 write_sbdshr(struct sbd_port *sport, int reg, unsigned int value) write_sbdshr() argument 189 sbd_receive_ready(struct sbd_port *sport) sbd_receive_ready() argument 194 sbd_receive_drain(struct sbd_port *sport) sbd_receive_drain() argument 203 sbd_transmit_ready(struct sbd_port *sport) sbd_transmit_ready() argument 208 sbd_transmit_drain(struct sbd_port *sport) sbd_transmit_drain() argument 217 sbd_transmit_empty(struct sbd_port *sport) sbd_transmit_empty() argument 222 sbd_line_drain(struct sbd_port *sport) sbd_line_drain() argument 234 struct sbd_port *sport = to_sport(uport); sbd_tx_empty() local 241 struct sbd_port *sport = to_sport(uport); sbd_get_mctrl() local 255 struct sbd_port *sport = to_sport(uport); sbd_set_mctrl() local 283 struct sbd_port *sport = to_sport(uport); sbd_stop_tx() local 291 struct sbd_port *sport = to_sport(uport); sbd_start_tx() local 306 struct sbd_port *sport = to_sport(uport); sbd_stop_rx() local 313 struct sbd_port *sport = to_sport(uport); sbd_enable_ms() local 321 struct sbd_port *sport = to_sport(uport); sbd_break_ctl() local 330 sbd_receive_chars(struct sbd_port *sport) sbd_receive_chars() argument 381 sbd_transmit_chars(struct sbd_port *sport) sbd_transmit_chars() argument 418 sbd_status_handle(struct sbd_port *sport) sbd_status_handle() argument 439 struct sbd_port *sport = dev_id; sbd_interrupt() local 470 struct sbd_port *sport = to_sport(uport); sbd_startup() local 504 struct sbd_port *sport = to_sport(uport); sbd_shutdown() local 512 sbd_init_port(struct sbd_port *sport) sbd_init_port() argument 536 struct sbd_port *sport = to_sport(uport); sbd_set_termios() local 646 struct sbd_port *sport = to_sport(uport); sbd_release_port() local 662 struct sbd_port *sport = to_sport(uport); sbd_map_port() local 723 struct sbd_port *sport = to_sport(uport); sbd_config_port() local 798 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_probe_duarts() local 825 struct sbd_port *sport = to_sport(uport); sbd_console_putchar() local 836 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_console_write() local 864 struct sbd_port *sport = &sbd_duarts[chip].sport[side]; sbd_console_setup() local 936 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; sbd_init() local 953 struct sbd_port *sport = &duart->sport[i % DUART_MAX_SIDE]; sbd_exit() local [all...] |
H A D | pic32_uart.c | 38 static inline void pic32_wait_deplete_txbuf(struct pic32_sport *sport) in pic32_wait_deplete_txbuf() argument 41 while (!(pic32_uart_readl(sport, PIC32_UART_STA) & PIC32_UART_STA_TRMT)) in pic32_wait_deplete_txbuf() 45 static inline int pic32_enable_clock(struct pic32_sport *sport) in pic32_enable_clock() argument 47 int ret = clk_prepare_enable(sport->clk); in pic32_enable_clock() 52 sport->ref_clk++; in pic32_enable_clock() 56 static inline void pic32_disable_clock(struct pic32_sport *sport) in pic32_disable_clock() argument 58 sport->ref_clk--; in pic32_disable_clock() 59 clk_disable_unprepare(sport->clk); in pic32_disable_clock() 65 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty() local 66 u32 val = pic32_uart_readl(sport, PIC32_UART_ST in pic32_uart_tx_empty() 74 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_set_mctrl() local 86 get_cts_state(struct pic32_sport *sport) get_cts_state() argument 98 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_get_mctrl() local 118 pic32_uart_irqtxen(struct pic32_sport *sport, u8 en) pic32_uart_irqtxen() argument 136 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_stop_tx() local 155 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_start_tx() local 165 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_stop_rx() local 178 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_break_ctl() local 202 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_do_rx() local 279 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_do_tx() local 366 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_en_and_unmask() local 377 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_dsbl_and_mask() local 391 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_startup() local 511 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_shutdown() local 531 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_set_termios() local 696 struct pic32_sport *sport = to_pic32_sport(port); pic32_console_putchar() local 714 struct pic32_sport *sport = pic32_sports[co->index]; pic32_console_write() local 726 struct pic32_sport *sport; pic32_console_setup() local 799 struct pic32_sport *sport; pic32_uart_probe() local 893 struct pic32_sport *sport = to_pic32_sport(port); pic32_uart_remove() local [all...] |
H A D | fsl_linflexuart.c | 160 static inline void linflex_transmit_buffer(struct uart_port *sport) in linflex_transmit_buffer() argument 162 struct circ_buf *xmit = &sport->state->xmit; in linflex_transmit_buffer() 168 writeb(c, sport->membase + BDRL); in linflex_transmit_buffer() 171 while (((status = readl(sport->membase + UARTSR)) & in linflex_transmit_buffer() 177 sport->icount.tx++; in linflex_transmit_buffer() 180 sport->membase + UARTSR); in linflex_transmit_buffer() 184 uart_write_wakeup(sport); in linflex_transmit_buffer() 187 linflex_stop_tx(sport); in linflex_transmit_buffer() 201 struct uart_port *sport = dev_id; in linflex_txint() local 202 struct circ_buf *xmit = &sport in linflex_txint() 239 struct uart_port *sport = dev_id; linflex_rxint() local 292 struct uart_port *sport = dev_id; linflex_int() local 328 linflex_setup_watermark(struct uart_port *sport) linflex_setup_watermark() argument 636 linflex_string_write(struct uart_port *sport, const char *s, unsigned int count) linflex_string_write() argument 656 struct uart_port *sport = linflex_ports[co->index]; linflex_console_write() local 678 linflex_console_get_options(struct uart_port *sport, int *parity, int *bits) linflex_console_get_options() argument 708 struct uart_port *sport; linflex_console_setup() local 823 struct uart_port *sport; linflex_probe() local 874 struct uart_port *sport = platform_get_drvdata(pdev); linflex_remove() local 884 struct uart_port *sport = dev_get_drvdata(dev); linflex_suspend() local 893 struct uart_port *sport = dev_get_drvdata(dev); linflex_resume() local [all...] |
H A D | pic32_uart.h | 70 #define pic32_get_port(sport) (&sport->port) 71 #define pic32_get_opt(sport) (&sport->opt) 72 #define tx_irq_enabled(sport) (sport->enable_tx_irq) 74 static inline void pic32_uart_writel(struct pic32_sport *sport, in pic32_uart_writel() argument 77 struct uart_port *port = pic32_get_port(sport); in pic32_uart_writel() 82 static inline u32 pic32_uart_readl(struct pic32_sport *sport, u32 reg) in pic32_uart_readl() argument 84 struct uart_port *port = pic32_get_port(sport); in pic32_uart_readl() [all...] |
H A D | pxa.c | 794 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_suspend() local 796 if (sport) in serial_pxa_suspend() 797 uart_suspend_port(&serial_pxa_reg, &sport->port); in serial_pxa_suspend() 804 struct uart_pxa_port *sport = dev_get_drvdata(dev); in serial_pxa_resume() local 806 if (sport) in serial_pxa_resume() 807 uart_resume_port(&serial_pxa_reg, &sport->port); in serial_pxa_resume() 825 struct uart_pxa_port *sport) in serial_pxa_probe_dt() 838 sport->port.line = ret; in serial_pxa_probe_dt() 844 struct uart_pxa_port *sport; in serial_pxa_probe() local 853 sport in serial_pxa_probe() 824 serial_pxa_probe_dt(struct platform_device *pdev, struct uart_pxa_port *sport) serial_pxa_probe_dt() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 140 struct srpt_port *sport; in srpt_event_handler() local 150 sport = &sdev->port[port_num]; in srpt_event_handler() 151 sport->lid = 0; in srpt_event_handler() 152 sport->sm_lid = 0; in srpt_event_handler() 168 sport = &sdev->port[port_num]; in srpt_event_handler() 169 if (!sport->lid && !sport->sm_lid) in srpt_event_handler() 170 schedule_work(&sport->work); in srpt_event_handler() 310 * @sport: HCA port through which the MAD has been received. 318 static void srpt_get_ioc(struct srpt_port *sport, u3 argument 473 struct srpt_port *sport = (struct srpt_port *)mad_agent->context; srpt_mad_recv_handler() local 550 srpt_refresh_port(struct srpt_port *sport) srpt_refresh_port() argument 634 struct srpt_port *sport; srpt_unregister_mad_agent() local 1781 struct srpt_port *sport = ch->sport; srpt_create_ch_ib() local 1959 struct srpt_port *sport = ch->sport; srpt_disconnect_ch_sync() local 1976 __srpt_close_all_ch(struct srpt_port *sport) __srpt_close_all_ch() argument 1999 srpt_get_nexus(struct srpt_port *sport, const u8 i_port_id[16], const u8 t_port_id[16]) srpt_get_nexus() argument 2047 __srpt_close_all_ch(sport); global() variable 2050 srpt_drop_sport_ref(struct srpt_port *sport) srpt_drop_sport_ref() argument 2076 struct srpt_port *sport; srpt_release_channel_work() local 2145 struct srpt_port *sport = &sdev->port[port_num - 1]; srpt_cm_req_recv() local 2938 struct srpt_port *sport = container_of(work, struct srpt_port, work); srpt_refresh_port_work() local 2947 srpt_release_sport(struct srpt_port *sport) srpt_release_sport() argument 2988 struct srpt_port *sport; global() member 2996 struct srpt_port *sport; __srpt_lookup_port() local 3142 struct srpt_port *sport; srpt_add_one() local 3313 struct srpt_port *sport = wwn->priv; srpt_wwn_to_sport_id() local 3480 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rdma_size_show() local 3489 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rdma_size_store() local 3517 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rsp_size_show() local 3526 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rsp_size_store() local 3554 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_sq_size_show() local 3563 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_sq_size_store() local 3591 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_use_srq_show() local 3600 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_use_srq_store() local 3737 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_enable_show() local 3746 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_enable_store() local 3812 struct srpt_port *sport = srpt_tpg_to_sport(tpg); srpt_drop_tpg() local 3834 struct srpt_port *sport = papi.sport; srpt_make_tport() local 3867 struct srpt_port *sport = wwn->priv; srpt_drop_tport() local [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 144 struct srpt_port *sport; in srpt_event_handler() local 154 sport = &sdev->port[port_num]; in srpt_event_handler() 155 sport->lid = 0; in srpt_event_handler() 156 sport->sm_lid = 0; in srpt_event_handler() 172 sport = &sdev->port[port_num]; in srpt_event_handler() 173 if (!sport->lid && !sport->sm_lid) in srpt_event_handler() 174 schedule_work(&sport->work); in srpt_event_handler() 316 * @sport: HCA port through which the MAD has been received. 324 static void srpt_get_ioc(struct srpt_port *sport, u3 argument 479 struct srpt_port *sport = (struct srpt_port *)mad_agent->context; srpt_mad_recv_handler() local 556 srpt_refresh_port(struct srpt_port *sport) srpt_refresh_port() argument 640 struct srpt_port *sport; srpt_unregister_mad_agent() local 1791 struct srpt_port *sport = ch->sport; srpt_create_ch_ib() local 1968 struct srpt_port *sport = ch->sport; srpt_disconnect_ch_sync() local 1985 __srpt_close_all_ch(struct srpt_port *sport) __srpt_close_all_ch() argument 2008 srpt_get_nexus(struct srpt_port *sport, const u8 i_port_id[16], const u8 t_port_id[16]) srpt_get_nexus() argument 2056 __srpt_close_all_ch(sport); global() variable 2059 srpt_drop_sport_ref(struct srpt_port *sport) srpt_drop_sport_ref() argument 2085 struct srpt_port *sport; srpt_release_channel_work() local 2154 struct srpt_port *sport = &sdev->port[port_num - 1]; srpt_cm_req_recv() local 2946 struct srpt_port *sport = container_of(work, struct srpt_port, work); srpt_refresh_port_work() local 2955 srpt_release_sport(struct srpt_port *sport) srpt_release_sport() argument 2996 struct srpt_port *sport; global() member 3004 struct srpt_port *sport; __srpt_lookup_port() local 3150 struct srpt_port *sport; srpt_add_one() local 3317 struct srpt_port *sport = wwn->priv; srpt_wwn_to_sport_id() local 3461 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rdma_size_show() local 3470 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rdma_size_store() local 3498 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rsp_size_show() local 3507 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_max_rsp_size_store() local 3535 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_sq_size_show() local 3544 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_srp_sq_size_store() local 3572 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_use_srq_show() local 3581 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_tpg_attrib_use_srq_store() local 3717 struct srpt_port *sport = srpt_tpg_to_sport(se_tpg); srpt_enable_tpg() local 3763 struct srpt_port *sport = srpt_tpg_to_sport(tpg); srpt_drop_tpg() local 3785 struct srpt_port *sport = papi.sport; srpt_make_tport() local 3818 struct srpt_port *sport = wwn->priv; srpt_drop_tport() local [all...] |
/kernel/linux/linux-6.6/include/net/ |
H A D | inet6_hashtables.h | 46 const __be16 sport, 62 __be16 sport, 71 const __be16 sport, 80 const __be16 sport, 89 const __be16 sport, in __inet6_lookup() 96 sport, daddr, hnum, in __inet6_lookup() 102 return inet6_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in __inet6_lookup() 108 const struct in6_addr *saddr, const __be16 sport, in inet6_steal_sock() 133 saddr, sport, daddr, ntohs(dport), in inet6_steal_sock() 148 const __be16 sport, in __inet6_lookup_skb() 85 __inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, const int sdif, bool *refcounted) __inet6_lookup() argument 107 inet6_steal_sock(struct net *net, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const __be16 dport, bool *refcounted, inet6_ehashfn_t *ehashfn) inet6_steal_sock() argument 146 __inet6_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, int iif, int sdif, bool *refcounted) __inet6_lookup_skb() argument [all...] |
H A D | inet_hashtables.h | 315 const __be32 saddr, const __be16 sport, 323 __be32 saddr, __be16 sport, in inet_lookup_listener() 326 return __inet_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in inet_lookup_listener() 378 const __be32 saddr, const __be16 sport, 392 __be32 saddr, __be16 sport, 399 __be32 saddr, __be16 sport, 405 const __be32 saddr, const __be16 sport, in inet_lookup_established() 409 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established() 416 const __be32 saddr, const __be16 sport, in __inet_lookup() 424 sk = __inet_lookup_established(net, hashinfo, saddr, sport, in __inet_lookup() 320 inet_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, __be32 saddr, __be16 sport, __be32 daddr, __be16 dport, int dif, int sdif) inet_lookup_listener() argument 404 inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) inet_lookup_established() argument 413 __inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif, const int sdif, bool *refcounted) __inet_lookup() argument 434 inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) inet_lookup() argument 453 inet_steal_sock(struct net *net, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, bool *refcounted, inet_ehashfn_t *ehashfn) inet_steal_sock() argument 492 __inet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, const int sdif, bool *refcounted) __inet_lookup_skb() argument [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | secure_seq.c | 77 __be16 sport, __be16 dport) in secure_tcpv6_seq() 82 __be16 sport; in secure_tcpv6_seq() member 87 .sport = sport, in secure_tcpv6_seq() 132 * but fortunately, `sport' cannot be 0 in any circumstances. If this changes, 137 __be16 sport, __be16 dport) in secure_tcp_seq() 143 (__force u32)sport << 16 | (__force u32)dport, in secure_tcp_seq() 162 __be16 sport, __be16 dport) in secure_dccp_sequence_number() 167 (__force u32)sport << 16 | (__force u32)dport, in secure_dccp_sequence_number() 177 __be16 sport, __be1 in secure_dccpv6_sequence_number() 76 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr, __be16 sport, __be16 dport) secure_tcpv6_seq() argument 136 secure_tcp_seq(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport) secure_tcp_seq() argument 161 secure_dccp_sequence_number(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport) secure_dccp_sequence_number() argument 176 secure_dccpv6_sequence_number(__be32 *saddr, __be32 *daddr, __be16 sport, __be16 dport) secure_dccpv6_sequence_number() argument 182 __be16 sport; secure_dccpv6_sequence_number() member [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | secure_seq.c | 77 __be16 sport, __be16 dport) in secure_tcpv6_seq() 82 __be16 sport; in secure_tcpv6_seq() member 87 .sport = sport, in secure_tcpv6_seq() 132 * but fortunately, `sport' cannot be 0 in any circumstances. If this changes, 137 __be16 sport, __be16 dport) in secure_tcp_seq() 143 (__force u32)sport << 16 | (__force u32)dport, in secure_tcp_seq() 162 __be16 sport, __be16 dport) in secure_dccp_sequence_number() 167 (__force u32)sport << 16 | (__force u32)dport, in secure_dccp_sequence_number() 177 __be16 sport, __be1 in secure_dccpv6_sequence_number() 76 secure_tcpv6_seq(const __be32 *saddr, const __be32 *daddr, __be16 sport, __be16 dport) secure_tcpv6_seq() argument 136 secure_tcp_seq(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport) secure_tcp_seq() argument 161 secure_dccp_sequence_number(__be32 saddr, __be32 daddr, __be16 sport, __be16 dport) secure_dccp_sequence_number() argument 176 secure_dccpv6_sequence_number(__be32 *saddr, __be32 *daddr, __be16 sport, __be16 dport) secure_dccpv6_sequence_number() argument 182 __be16 sport; secure_dccpv6_sequence_number() member [all...] |
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/ |
H A D | ninet_hashtables.h | 48 const __be16 sport, 56 const __be16 sport, 64 const __be16 sport, in __ninet_lookup() 70 sport, daddr, hnum, dif); in __ninet_lookup() 75 return ninet_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in __ninet_lookup() 81 const __be16 sport, in __ninet_lookup_skb() 93 doff, &(nipcb(skb)->srcaddr), sport, in __ninet_lookup_skb() 113 __be16 sport, __be16 dport); 60 __ninet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct nip_addr *saddr, const __be16 sport, const struct nip_addr *daddr, const u16 hnum, const int dif, bool *refcounted) __ninet_lookup() argument 79 __ninet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, int iif, bool *refcounted) __ninet_lookup_skb() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet6_hashtables.h | 46 const __be16 sport, 55 const __be16 sport, 64 const __be16 sport, in __inet6_lookup() 71 sport, daddr, hnum, in __inet6_lookup() 77 return inet6_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in __inet6_lookup() 83 const __be16 sport, in __inet6_lookup_skb() 94 doff, &ipv6_hdr(skb)->saddr, sport, in __inet6_lookup_skb() 101 const struct in6_addr *saddr, const __be16 sport, 60 __inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, const int sdif, bool *refcounted) __inet6_lookup() argument 81 __inet6_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, int iif, int sdif, bool *refcounted) __inet6_lookup_skb() argument
|
H A D | inet_hashtables.h | 249 const __be32 saddr, const __be16 sport, 257 __be32 saddr, __be16 sport, in inet_lookup_listener() 260 return __inet_lookup_listener(net, hashinfo, skb, doff, saddr, sport, in inet_lookup_listener() 312 const __be32 saddr, const __be16 sport, 318 const __be32 saddr, const __be16 sport, in inet_lookup_established() 322 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established() 329 const __be32 saddr, const __be16 sport, in __inet_lookup() 337 sk = __inet_lookup_established(net, hashinfo, saddr, sport, in __inet_lookup() 344 sport, daddr, hnum, dif, sdif); in __inet_lookup() 350 const __be32 saddr, const __be16 sport, in inet_lookup() 254 inet_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, __be32 saddr, __be16 sport, __be32 daddr, __be16 dport, int dif, int sdif) inet_lookup_listener() argument 317 inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) inet_lookup_established() argument 326 __inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif, const int sdif, bool *refcounted) __inet_lookup() argument 347 inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif) inet_lookup() argument 365 __inet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, const int sdif, bool *refcounted) __inet_lookup_skb() argument [all...] |