Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 3622) sorted by relevance

12345678910>>...145

/kernel/linux/linux-6.6/drivers/tty/serial/
Dmpc52xx_uart.c75 #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 …]
Dbcm63xx_uart.c73 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 …]
D21285.c51 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 …]
Daltera_jtaguart.c53 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 …]
Dapbuart.c38 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 …]
Dliteuart.c46 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 …]
Dsunhv.c42 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 …]
Dst-asc.c36 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 …]
/kernel/linux/linux-5.10/drivers/tty/serial/
Dmpc52xx_uart.c73 #define PSC(port) ((struct mpc52xx_psc __iomem *)((port)->membase)) argument
131 static u16 mpc52xx_psc_get_status(struct uart_port *port) in mpc52xx_psc_get_status()
136 static u8 mpc52xx_psc_get_ipcr(struct uart_port *port) in mpc52xx_psc_get_ipcr()
141 static void mpc52xx_psc_command(struct uart_port *port, u8 cmd) in mpc52xx_psc_command()
146 static void mpc52xx_psc_set_mode(struct uart_port *port, u8 mr1, u8 mr2) in mpc52xx_psc_set_mode()
153 static void mpc52xx_psc_set_rts(struct uart_port *port, int state) in mpc52xx_psc_set_rts()
161 static void mpc52xx_psc_enable_ms(struct uart_port *port) in mpc52xx_psc_enable_ms()
174 static void mpc52xx_psc_set_sicr(struct uart_port *port, u32 val) in mpc52xx_psc_set_sicr()
179 static void mpc52xx_psc_set_imr(struct uart_port *port, u16 val) in mpc52xx_psc_set_imr()
184 static u8 mpc52xx_psc_get_mr1(struct uart_port *port) in mpc52xx_psc_get_mr1()
[all …]
Dvr41xx_siu.c55 #define siu_read(port, offset) readb((port)->membase + (offset)) argument
56 #define siu_write(port, offset, value) writeb((value), (port)->membase + (offset)) argument
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
133 static inline void siu_clear_fifo(struct uart_port *port) in siu_clear_fifo()
141 static inline unsigned long siu_port_size(struct uart_port *port) in siu_port_size()
153 static inline unsigned int siu_check_type(struct uart_port *port) in siu_check_type()
163 static inline const char *siu_type_name(struct uart_port *port) in siu_type_name()
175 static unsigned int siu_tx_empty(struct uart_port *port) in siu_tx_empty()
[all …]
D21285.c51 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 …]
Dbcm63xx_uart.c73 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 …]
Dstm32-usart.c40 static inline struct stm32_port *to_stm32_port(struct uart_port *port) in to_stm32_port()
45 static void stm32_usart_set_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_set_bits()
54 static void stm32_usart_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_clr_bits()
100 static int stm32_usart_config_rs485(struct uart_port *port, in stm32_usart_config_rs485()
154 static int stm32_usart_init_rs485(struct uart_port *port, in stm32_usart_init_rs485()
169 static int stm32_usart_pending_rx(struct uart_port *port, u32 *sr, in stm32_usart_pending_rx()
193 static unsigned long stm32_usart_get_char(struct uart_port *port, u32 *sr, in stm32_usart_get_char()
213 static void stm32_usart_receive_chars(struct uart_port *port, bool threaded) in stm32_usart_receive_chars()
286 struct uart_port *port = arg; in stm32_usart_tx_dma_complete() local
301 static void stm32_usart_tx_interrupt_enable(struct uart_port *port) in stm32_usart_tx_interrupt_enable()
[all …]
Dmcf.c53 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 …]
Dapbuart.c41 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()
125 static void apbuart_tx_chars(struct uart_port *port) in apbuart_tx_chars()
161 struct uart_port *port = dev_id; in apbuart_int() local
177 static unsigned int apbuart_tx_empty(struct uart_port *port) in apbuart_tx_empty()
183 static unsigned int apbuart_get_mctrl(struct uart_port *port) in apbuart_get_mctrl()
189 static void apbuart_set_mctrl(struct uart_port *port, unsigned int mctrl) in apbuart_set_mctrl()
194 static void apbuart_break_ctl(struct uart_port *port, int break_state) in apbuart_break_ctl()
[all …]
Dsunhv.c42 static void transmit_chars_putchar(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_putchar()
55 static void transmit_chars_write(struct uart_port *port, struct circ_buf *xmit) in transmit_chars_write()
71 static int receive_chars_getchar(struct uart_port *port) in receive_chars_getchar()
114 static int receive_chars_read(struct uart_port *port) in receive_chars_read()
186 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars()
199 static void transmit_chars(struct uart_port *port) in transmit_chars()
218 struct uart_port *port = dev_id; in sunhv_interrupt() local
234 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty()
244 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl()
250 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl()
[all …]
Dst-asc.c37 struct uart_port port; member
147 static inline struct asc_port *to_asc_port(struct uart_port *port) in to_asc_port()
152 static inline u32 asc_in(struct uart_port *port, u32 offset) in asc_in()
161 static inline void asc_out(struct uart_port *port, u32 offset, u32 value) in asc_out()
174 static inline void asc_disable_tx_interrupts(struct uart_port *port) in asc_disable_tx_interrupts()
181 static inline void asc_enable_tx_interrupts(struct uart_port *port) in asc_enable_tx_interrupts()
187 static inline void asc_disable_rx_interrupts(struct uart_port *port) in asc_disable_rx_interrupts()
194 static inline void asc_enable_rx_interrupts(struct uart_port *port) in asc_enable_rx_interrupts()
200 static inline u32 asc_txfifo_is_empty(struct uart_port *port) in asc_txfifo_is_empty()
205 static inline u32 asc_txfifo_is_half_empty(struct uart_port *port) in asc_txfifo_is_half_empty()
[all …]
/kernel/linux/linux-6.6/drivers/tty/
Dtty_port.c23 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 …]
/kernel/linux/linux-5.10/drivers/tty/
Dtty_port.c23 static int tty_port_default_receive_buf(struct tty_port *port, in tty_port_default_receive_buf()
46 static void tty_port_default_wakeup(struct tty_port *port) in tty_port_default_wakeup()
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()
109 struct device *tty_port_register_device(struct tty_port *port, in tty_port_register_device()
130 struct device *tty_port_register_device_attr(struct tty_port *port, in tty_port_register_device_attr()
153 struct device *tty_port_register_device_attr_serdev(struct tty_port *port, in tty_port_register_device_attr_serdev()
183 struct device *tty_port_register_device_serdev(struct tty_port *port, in tty_port_register_device_serdev()
202 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device()
215 int tty_port_alloc_xmit_buf(struct tty_port *port) in tty_port_alloc_xmit_buf()
[all …]
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/
Dport.c20 int mv88e6xxx_port_read(struct mv88e6xxx_chip *chip, int port, int reg, in mv88e6xxx_port_read()
28 int mv88e6xxx_port_write(struct mv88e6xxx_chip *chip, int port, int reg, in mv88e6xxx_port_write()
41 int mv88e6185_port_set_pause(struct mv88e6xxx_chip *chip, int port, in mv88e6185_port_set_pause()
68 static int mv88e6xxx_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6xxx_port_set_rgmii_delay()
109 int mv88e6352_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6352_port_set_rgmii_delay()
118 int mv88e6390_port_set_rgmii_delay(struct mv88e6xxx_chip *chip, int port, in mv88e6390_port_set_rgmii_delay()
127 int mv88e6xxx_port_set_link(struct mv88e6xxx_chip *chip, int port, int link) in mv88e6xxx_port_set_link()
166 int port, int speed, bool alt_bit, in mv88e6xxx_port_set_speed_duplex()
253 int mv88e6065_port_set_speed_duplex(struct mv88e6xxx_chip *chip, int port, in mv88e6065_port_set_speed_duplex()
268 int mv88e6185_port_set_speed_duplex(struct mv88e6xxx_chip *chip, int port, in mv88e6185_port_set_speed_duplex()
[all …]
/kernel/linux/linux-6.6/drivers/net/dsa/mv88e6xxx/
Dport.c21 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 …]
/kernel/linux/linux-5.10/drivers/mmc/core/
Dsdio_uart.c64 struct tty_port port; member
86 static int sdio_uart_add_port(struct sdio_uart_port *port) in sdio_uart_add_port()
111 struct sdio_uart_port *port; in sdio_uart_port_get() local
125 static void sdio_uart_port_put(struct sdio_uart_port *port) in sdio_uart_port_put()
130 static void sdio_uart_port_remove(struct sdio_uart_port *port) in sdio_uart_port_remove()
161 static int sdio_uart_claim_func(struct sdio_uart_port *port) in sdio_uart_claim_func()
174 static inline void sdio_uart_release_func(struct sdio_uart_port *port) in sdio_uart_release_func()
180 static inline unsigned int sdio_in(struct sdio_uart_port *port, int offset) in sdio_in()
187 static inline void sdio_out(struct sdio_uart_port *port, int offset, int value) in sdio_out()
192 static unsigned int sdio_uart_get_mctrl(struct sdio_uart_port *port) in sdio_uart_get_mctrl()
[all …]
/kernel/linux/linux-6.6/drivers/mmc/core/
Dsdio_uart.c65 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 …]
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/
Dtcpm.c506 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 …]
/kernel/linux/linux-5.10/drivers/usb/typec/tcpm/
Dtcpm.c401 struct tcpm_port *port; member
409 #define tcpm_port_is_sink(port) \ argument
417 #define tcpm_port_is_source(port) \ argument
423 #define tcpm_port_is_debug(port) \ argument
426 #define tcpm_port_is_audio(port) \ argument
429 #define tcpm_port_is_audio_detached(port) \ argument
433 #define tcpm_try_snk(port) \ argument
437 #define tcpm_try_src(port) \ argument
441 #define tcpm_data_role_for_source(port) \ argument
445 #define tcpm_data_role_for_sink(port) \ argument
[all …]

12345678910>>...145