Home
last modified time | relevance | path

Searched refs:to_pic32_sport (Results 1 – 2 of 2) sorted by relevance

/drivers/tty/serial/
Dpic32_uart.c66 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_tx_empty()
75 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_set_mctrl()
99 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_get_mctrl()
137 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_tx()
156 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_start_tx()
166 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_stop_rx()
179 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_break_ctl()
203 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_do_rx()
280 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_do_tx()
367 struct pic32_sport *sport = to_pic32_sport(port); in pic32_uart_en_and_unmask()
[all …]
Dpic32_uart.h70 #define to_pic32_sport(c) container_of(c, struct pic32_sport, port) macro