/linux-6.6.21/drivers/tty/serial/ |
D | mpc52xx_uart.c | 75 #define PSC(port) ((struct mpc52xx_psc __iomem *)((port)->membase)) argument 133 static u16 mpc52xx_psc_get_status(struct uart_port *port) in mpc52xx_psc_get_status() 138 static u8 mpc52xx_psc_get_ipcr(struct uart_port *port) in mpc52xx_psc_get_ipcr() 143 static void mpc52xx_psc_command(struct uart_port *port, u8 cmd) in mpc52xx_psc_command() 148 static void mpc52xx_psc_set_mode(struct uart_port *port, u8 mr1, u8 mr2) in mpc52xx_psc_set_mode() 155 static void mpc52xx_psc_set_rts(struct uart_port *port, int state) in mpc52xx_psc_set_rts() 163 static void mpc52xx_psc_enable_ms(struct uart_port *port) in mpc52xx_psc_enable_ms() 176 static void mpc52xx_psc_set_sicr(struct uart_port *port, u32 val) in mpc52xx_psc_set_sicr() 181 static void mpc52xx_psc_set_imr(struct uart_port *port, u16 val) in mpc52xx_psc_set_imr() 186 static u8 mpc52xx_psc_get_mr1(struct uart_port *port) in mpc52xx_psc_get_mr1() [all …]
|
D | bcm63xx_uart.c | 73 static inline unsigned int bcm_uart_readl(struct uart_port *port, in bcm_uart_readl() 79 static inline void bcm_uart_writel(struct uart_port *port, in bcm_uart_writel() 88 static unsigned int bcm_uart_tx_empty(struct uart_port *port) in bcm_uart_tx_empty() 99 static void bcm_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in bcm_uart_set_mctrl() 123 static unsigned int bcm_uart_get_mctrl(struct uart_port *port) in bcm_uart_get_mctrl() 143 static void bcm_uart_stop_tx(struct uart_port *port) in bcm_uart_stop_tx() 159 static void bcm_uart_start_tx(struct uart_port *port) in bcm_uart_start_tx() 175 static void bcm_uart_stop_rx(struct uart_port *port) in bcm_uart_stop_rx() 187 static void bcm_uart_enable_ms(struct uart_port *port) in bcm_uart_enable_ms() 199 static void bcm_uart_break_ctl(struct uart_port *port, int ctl) in bcm_uart_break_ctl() [all …]
|
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() 74 #define is_tx_enabled(port) is_enabled(port, tx_enabled_bit) argument 75 #define tx_enable(port) enable(port, tx_enabled_bit) argument 76 #define tx_disable(port) disable(port, tx_enabled_bit) argument 78 #define is_rx_enabled(port) is_enabled(port, rx_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() [all …]
|
D | altera_jtaguart.c | 53 static unsigned int altera_jtaguart_tx_space(struct uart_port *port, u32 *ctlp) in altera_jtaguart_tx_space() 63 static unsigned int altera_jtaguart_tx_empty(struct uart_port *port) in altera_jtaguart_tx_empty() 68 static unsigned int altera_jtaguart_get_mctrl(struct uart_port *port) in altera_jtaguart_get_mctrl() 73 static void altera_jtaguart_set_mctrl(struct uart_port *port, unsigned int sigs) in altera_jtaguart_set_mctrl() 77 static void altera_jtaguart_start_tx(struct uart_port *port) in altera_jtaguart_start_tx() 84 static void altera_jtaguart_stop_tx(struct uart_port *port) in altera_jtaguart_stop_tx() 91 static void altera_jtaguart_stop_rx(struct uart_port *port) in altera_jtaguart_stop_rx() 98 static void altera_jtaguart_break_ctl(struct uart_port *port, int break_state) in altera_jtaguart_break_ctl() 102 static void altera_jtaguart_set_termios(struct uart_port *port, in altera_jtaguart_set_termios() 111 static void altera_jtaguart_rx_chars(struct uart_port *port) in altera_jtaguart_rx_chars() [all …]
|
D | apbuart.c | 38 static void apbuart_stop_tx(struct uart_port *port) in apbuart_stop_tx() 47 static void apbuart_start_tx(struct uart_port *port) in apbuart_start_tx() 59 static void apbuart_stop_rx(struct uart_port *port) in apbuart_stop_rx() 68 static void apbuart_rx_chars(struct uart_port *port) in apbuart_rx_chars() 121 static void apbuart_tx_chars(struct uart_port *port) in apbuart_tx_chars() 133 struct uart_port *port = dev_id; in apbuart_int() local 149 static unsigned int apbuart_tx_empty(struct uart_port *port) in apbuart_tx_empty() 155 static unsigned int apbuart_get_mctrl(struct uart_port *port) in apbuart_get_mctrl() 161 static void apbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in apbuart_set_mctrl() 166 static void apbuart_break_ctl(struct uart_port *port, int break_state) in apbuart_break_ctl() [all …]
|
D | liteuart.c | 46 struct uart_port port; member 51 #define to_liteuart_port(port) container_of(port, struct liteuart_port, port) argument 71 static void liteuart_update_irq_reg(struct uart_port *port, bool set, u8 mask) in liteuart_update_irq_reg() 84 static void liteuart_stop_tx(struct uart_port *port) in liteuart_stop_tx() 89 static void liteuart_start_tx(struct uart_port *port) in liteuart_start_tx() 94 static void liteuart_stop_rx(struct uart_port *port) in liteuart_stop_rx() 102 static void liteuart_rx_chars(struct uart_port *port) in liteuart_rx_chars() 122 static void liteuart_tx_chars(struct uart_port *port) in liteuart_tx_chars() 134 struct uart_port *port = &uart->port; in liteuart_interrupt() local 156 struct uart_port *port = &uart->port; in liteuart_timer() local [all …]
|
D | st-asc.c | 36 struct uart_port port; member 146 static inline struct asc_port *to_asc_port(struct uart_port *port) in to_asc_port() 151 static inline u32 asc_in(struct uart_port *port, u32 offset) in asc_in() 160 static inline void asc_out(struct uart_port *port, u32 offset, u32 value) in asc_out() 173 static inline void asc_disable_tx_interrupts(struct uart_port *port) in asc_disable_tx_interrupts() 180 static inline void asc_enable_tx_interrupts(struct uart_port *port) in asc_enable_tx_interrupts() 186 static inline void asc_disable_rx_interrupts(struct uart_port *port) in asc_disable_rx_interrupts() 193 static inline void asc_enable_rx_interrupts(struct uart_port *port) in asc_enable_rx_interrupts() 199 static inline u32 asc_txfifo_is_empty(struct uart_port *port) in asc_txfifo_is_empty() 204 static inline u32 asc_txfifo_is_half_empty(struct uart_port *port) in asc_txfifo_is_half_empty() [all …]
|
D | sunhv.c | 42 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_putchar() 54 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_write() 69 static int receive_chars_getchar(struct uart_port *port) in receive_chars_getchar() 112 static int receive_chars_read(struct uart_port *port) in receive_chars_read() 184 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars() 197 static void transmit_chars(struct uart_port *port) in transmit_chars() 216 struct uart_port *port = dev_id; in sunhv_interrupt() local 232 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty() 242 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl() 248 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl() [all …]
|
D | altera_uart.c | 78 struct uart_port port; member 84 static u32 altera_uart_readl(struct uart_port *port, int reg) in altera_uart_readl() 89 static void altera_uart_writel(struct uart_port *port, u32 dat, int reg) in altera_uart_writel() 94 static unsigned int altera_uart_tx_empty(struct uart_port *port) in altera_uart_tx_empty() 100 static unsigned int altera_uart_get_mctrl(struct uart_port *port) in altera_uart_get_mctrl() 126 static void altera_uart_set_mctrl(struct uart_port *port, unsigned int sigs) in altera_uart_set_mctrl() 138 static void altera_uart_start_tx(struct uart_port *port) in altera_uart_start_tx() 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() 162 static void altera_uart_break_ctl(struct uart_port *port, int break_state) in altera_uart_break_ctl() [all …]
|
D | stm32-usart.c | 111 static inline struct stm32_port *to_stm32_port(struct uart_port *port) in to_stm32_port() 116 static void stm32_usart_set_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_set_bits() 125 static void stm32_usart_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_clr_bits() 134 static unsigned int stm32_usart_tx_empty(struct uart_port *port) in stm32_usart_tx_empty() 145 static void stm32_usart_rs485_rts_enable(struct uart_port *port) in stm32_usart_rs485_rts_enable() 163 static void stm32_usart_rs485_rts_disable(struct uart_port *port) in stm32_usart_rs485_rts_disable() 218 static int stm32_usart_config_rs485(struct uart_port *port, struct ktermios *termios, in stm32_usart_config_rs485() 275 static int stm32_usart_init_rs485(struct uart_port *port, in stm32_usart_init_rs485() 308 struct uart_port *port = &stm32_port->port; in stm32_usart_dma_pause_resume() local 344 static bool stm32_usart_pending_rx_pio(struct uart_port *port, u32 *sr) in stm32_usart_pending_rx_pio() [all …]
|
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() 62 static unsigned int timbuart_tx_empty(struct uart_port *port) in timbuart_tx_empty() 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() 116 static void timbuart_handle_tx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_tx_port() 150 static void timbuart_handle_rx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_rx_port() [all …]
|
D | mcf.c | 53 struct uart_port port; member 60 static unsigned int mcf_tx_empty(struct uart_port *port) in mcf_tx_empty() 68 static unsigned int mcf_get_mctrl(struct uart_port *port) in mcf_get_mctrl() 84 static void mcf_set_mctrl(struct uart_port *port, unsigned int sigs) in mcf_set_mctrl() 98 static void mcf_start_tx(struct uart_port *port) in mcf_start_tx() 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() 134 static void mcf_break_ctl(struct uart_port *port, int break_state) in mcf_break_ctl() 148 static int mcf_startup(struct uart_port *port) in mcf_startup() 174 static void mcf_shutdown(struct uart_port *port) in mcf_shutdown() [all …]
|
D | uartlite.c | 113 static inline u32 uart_in32(u32 offset, struct uart_port *port) in uart_in32() 120 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) in uart_out32() 135 static int ulite_receive(struct uart_port *port, int stat) in ulite_receive() 185 static int ulite_transmit(struct uart_port *port, int stat) in ulite_transmit() 214 struct uart_port *port = dev_id; in ulite_isr() local 236 static unsigned int ulite_tx_empty(struct uart_port *port) in ulite_tx_empty() 248 static unsigned int ulite_get_mctrl(struct uart_port *port) in ulite_get_mctrl() 253 static void ulite_set_mctrl(struct uart_port *port, unsigned int mctrl) in ulite_set_mctrl() 258 static void ulite_stop_tx(struct uart_port *port) in ulite_stop_tx() 263 static void ulite_start_tx(struct uart_port *port) in ulite_start_tx() [all …]
|
D | atmel_serial.c | 206 static inline u32 atmel_uart_readl(struct uart_port *port, u32 reg) in atmel_uart_readl() 211 static inline void atmel_uart_writel(struct uart_port *port, u32 reg, u32 value) in atmel_uart_writel() 216 static inline u8 atmel_uart_read_char(struct uart_port *port) in atmel_uart_read_char() 221 static inline void atmel_uart_write_char(struct uart_port *port, u8 value) in atmel_uart_write_char() 226 static inline int atmel_uart_is_half_duplex(struct uart_port *port) in atmel_uart_is_half_duplex() 239 static bool atmel_use_pdc_rx(struct uart_port *port) in atmel_use_pdc_rx() 246 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx() 253 static bool atmel_use_pdc_rx(struct uart_port *port) in atmel_use_pdc_rx() 258 static bool atmel_use_pdc_tx(struct uart_port *port) in atmel_use_pdc_tx() 264 static bool atmel_use_dma_tx(struct uart_port *port) in atmel_use_dma_tx() [all …]
|
D | mux.c | 47 struct uart_port port; member 104 static unsigned int mux_tx_empty(struct uart_port *port) in mux_tx_empty() 117 static void mux_set_mctrl(struct uart_port *port, unsigned int mctrl) in mux_set_mctrl() 128 static unsigned int mux_get_mctrl(struct uart_port *port) in mux_get_mctrl() 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() 170 static void mux_break_ctl(struct uart_port *port, int break_state) in mux_break_ctl() 174 static void mux_tx_done(struct uart_port *port) in mux_tx_done() 188 static void mux_write(struct uart_port *port) in mux_write() [all …]
|
D | sprd_serial.c | 122 struct uart_port port; member 137 static inline unsigned int serial_in(struct uart_port *port, in serial_in() 143 static inline void serial_out(struct uart_port *port, unsigned int offset, in serial_out() 149 static unsigned int sprd_tx_empty(struct uart_port *port) in sprd_tx_empty() 157 static unsigned int sprd_get_mctrl(struct uart_port *port) in sprd_get_mctrl() 162 static void sprd_set_mctrl(struct uart_port *port, unsigned int mctrl) in sprd_set_mctrl() 174 static void sprd_stop_rx(struct uart_port *port) in sprd_stop_rx() 193 static void sprd_uart_dma_enable(struct uart_port *port, bool enable) in sprd_uart_dma_enable() 205 static void sprd_stop_tx_dma(struct uart_port *port) in sprd_stop_tx_dma() 226 static int sprd_tx_buf_remap(struct uart_port *port) in sprd_tx_buf_remap() [all …]
|
D | serial_core.c | 112 void uart_write_wakeup(struct uart_port *port) in uart_write_wakeup() 127 struct uart_port *port; in uart_stop() local 138 struct uart_port *port = state->uart_port; in __uart_start() local 168 struct uart_port *port; in uart_start() local 177 uart_update_mctrl(struct uart_port *port, unsigned int set, unsigned int clear) in uart_update_mctrl() 190 #define uart_set_mctrl(port, set) uart_update_mctrl(port, set, 0) argument 191 #define uart_clear_mctrl(port, clear) uart_update_mctrl(port, 0, clear) argument 325 struct tty_port *port = &state->port; in uart_startup() local 348 struct tty_port *port = &state->port; in uart_shutdown() local 410 uart_update_timeout(struct uart_port *port, unsigned int cflag, in uart_update_timeout() [all …]
|
/linux-6.6.21/drivers/tty/ |
D | tty_port.c | 23 static size_t tty_port_default_receive_buf(struct tty_port *port, const u8 *p, in tty_port_default_receive_buf() 44 static void tty_port_default_lookahead_buf(struct tty_port *port, const u8 *p, in tty_port_default_lookahead_buf() 64 static void tty_port_default_wakeup(struct tty_port *port) in tty_port_default_wakeup() 90 void tty_port_init(struct tty_port *port) in tty_port_init() 117 void tty_port_link_device(struct tty_port *port, in tty_port_link_device() 137 struct device *tty_port_register_device(struct tty_port *port, in tty_port_register_device() 158 struct device *tty_port_register_device_attr(struct tty_port *port, in tty_port_register_device_attr() 181 struct device *tty_port_register_device_attr_serdev(struct tty_port *port, in tty_port_register_device_attr_serdev() 211 struct device *tty_port_register_device_serdev(struct tty_port *port, in tty_port_register_device_serdev() 230 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device() [all …]
|
D | tty_buffer.c | 52 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() 69 void tty_buffer_unlock_exclusive(struct tty_port *port) in tty_buffer_unlock_exclusive() 94 unsigned int tty_buffer_space_avail(struct tty_port *port) in tty_buffer_space_avail() 120 void tty_buffer_free_all(struct tty_port *port) in tty_buffer_free_all() 159 static struct tty_buffer *tty_buffer_alloc(struct tty_port *port, size_t size) in tty_buffer_alloc() 198 static void tty_buffer_free(struct tty_port *port, struct tty_buffer *b) in tty_buffer_free() 223 struct tty_port *port = tty->port; in tty_buffer_flush() local 261 static int __tty_buffer_request_room(struct tty_port *port, size_t size, in __tty_buffer_request_room() 294 int tty_buffer_request_room(struct tty_port *port, size_t size) in tty_buffer_request_room() 300 size_t __tty_insert_flip_string_flags(struct tty_port *port, const u8 *chars, in __tty_insert_flip_string_flags() [all …]
|
/linux-6.6.21/drivers/net/dsa/mv88e6xxx/ |
D | port.c | 21 int mv88e6xxx_port_read(struct mv88e6xxx_chip *chip, int port, int reg, in mv88e6xxx_port_read() 29 int mv88e6xxx_port_wait_bit(struct mv88e6xxx_chip *chip, int port, int reg, in mv88e6xxx_port_wait_bit() 37 int mv88e6xxx_port_write(struct mv88e6xxx_chip *chip, int port, int reg, in mv88e6xxx_port_write() 50 int mv88e6185_port_set_pause(struct mv88e6xxx_chip *chip, int port, in mv88e6185_port_set_pause() 77 static int mv88e6xxx_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6xxx_port_set_rgmii_delay() 118 int mv88e6352_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6352_port_set_rgmii_delay() 127 int mv88e6390_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6390_port_set_rgmii_delay() 136 int mv88e6320_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6320_port_set_rgmii_delay() 145 int mv88e6xxx_port_set_link(struct mv88e6xxx_chip *chip, int port, int link) in mv88e6xxx_port_set_link() 183 int mv88e6xxx_port_sync_link(struct mv88e6xxx_chip *chip, int port, unsigned int mode, bool isup) in mv88e6xxx_port_sync_link() [all …]
|
/linux-6.6.21/drivers/mmc/core/ |
D | sdio_uart.c | 65 struct tty_port port; member 87 static int sdio_uart_add_port(struct sdio_uart_port *port) in sdio_uart_add_port() 112 struct sdio_uart_port *port; in sdio_uart_port_get() local 126 static void sdio_uart_port_put(struct sdio_uart_port *port) in sdio_uart_port_put() 131 static void sdio_uart_port_remove(struct sdio_uart_port *port) in sdio_uart_port_remove() 162 static int sdio_uart_claim_func(struct sdio_uart_port *port) in sdio_uart_claim_func() 175 static inline void sdio_uart_release_func(struct sdio_uart_port *port) in sdio_uart_release_func() 181 static inline unsigned int sdio_in(struct sdio_uart_port *port, int offset) in sdio_in() 188 static inline void sdio_out(struct sdio_uart_port *port, int offset, int value) in sdio_out() 193 static unsigned int sdio_uart_get_mctrl(struct sdio_uart_port *port) in sdio_uart_get_mctrl() [all …]
|
/linux-6.6.21/drivers/usb/typec/tcpm/ |
D | tcpm.c | 506 struct tcpm_port *port; member 520 #define tcpm_port_is_sink(port) \ argument 528 #define tcpm_port_is_source(port) \ argument 534 #define tcpm_port_is_debug(port) \ argument 537 #define tcpm_port_is_audio(port) \ argument 540 #define tcpm_port_is_audio_detached(port) \ argument 544 #define tcpm_try_snk(port) \ argument 548 #define tcpm_try_src(port) \ argument 552 #define tcpm_data_role_for_source(port) \ argument 556 #define tcpm_data_role_for_sink(port) \ argument [all …]
|
/linux-6.6.21/drivers/net/bonding/ |
D | bond_3ad.c | 128 static inline struct bonding *__get_bond_by_port(struct port *port) in __get_bond_by_port() 144 static inline struct aggregator *__get_first_agg(struct port *port) in __get_first_agg() 178 static inline void __disable_port(struct port *port) in __disable_port() 187 static inline void __enable_port(struct port *port) in __enable_port() 199 static inline int __port_is_enabled(struct port *port) in __port_is_enabled() 210 static inline u32 __get_agg_selection_mode(struct port *port) in __get_agg_selection_mode() 224 static inline int __check_agg_selection_timer(struct port *port) in __check_agg_selection_timer() 257 static u16 __get_link_speed(struct port *port) in __get_link_speed() 360 static u8 __get_duplex(struct port *port) in __get_duplex() 386 static void __ad_actor_update_port(struct port *port) in __ad_actor_update_port() [all …]
|
/linux-6.6.21/drivers/net/ethernet/marvell/mvpp2/ |
D | mvpp2_main.c | 182 static dma_addr_t mvpp2_txdesc_dma_addr_get(struct mvpp2_port *port, in mvpp2_txdesc_dma_addr_get() 192 static void mvpp2_txdesc_dma_addr_set(struct mvpp2_port *port, in mvpp2_txdesc_dma_addr_set() 213 static size_t mvpp2_txdesc_size_get(struct mvpp2_port *port, in mvpp2_txdesc_size_get() 222 static void mvpp2_txdesc_size_set(struct mvpp2_port *port, in mvpp2_txdesc_size_set() 232 static void mvpp2_txdesc_txq_set(struct mvpp2_port *port, in mvpp2_txdesc_txq_set() 242 static void mvpp2_txdesc_cmd_set(struct mvpp2_port *port, in mvpp2_txdesc_cmd_set() 252 static unsigned int mvpp2_txdesc_offset_get(struct mvpp2_port *port, in mvpp2_txdesc_offset_get() 261 static dma_addr_t mvpp2_rxdesc_dma_addr_get(struct mvpp2_port *port, in mvpp2_rxdesc_dma_addr_get() 271 static unsigned long mvpp2_rxdesc_cookie_get(struct mvpp2_port *port, in mvpp2_rxdesc_cookie_get() 281 static size_t mvpp2_rxdesc_size_get(struct mvpp2_port *port, in mvpp2_rxdesc_size_get() [all …]
|
/linux-6.6.21/drivers/char/ |
D | virtio_console.c | 166 struct port { struct 171 struct ports_device *portdev; argument 174 struct port_buffer *inbuf; argument 178 * port. Has to be a spinlock because it can be called from argument 186 /* The IO vqs for this port */ argument 189 /* File in the debugfs directory that exposes this port's information */ argument 194 * this port for accounting and debugging purposes. These argument 197 struct port_stats stats; argument 205 /* Each port associates with a separate char device */ argument 209 /* Reference-counting to handle port hot-unplugs and file operations */ argument [all …]
|