/linux/drivers/tty/ |
H A 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() 182 struct device *tty_port_register_device_attr_serdev(struct tty_port *port, in tty_port_register_device_attr_serdev() 213 struct device *tty_port_register_device_serdev(struct tty_port *port, in tty_port_register_device_serdev() 232 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device() [all …]
|
H A D | tty_buffer.c | 53 void tty_buffer_lock_exclusive(struct tty_port *port) in tty_buffer_lock_exclusive() 70 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/drivers/tty/serial/ |
H A 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 …]
|
H A D | 21285.c | 51 static bool is_enabled(struct uart_port *port, int bit) in is_enabled() 60 static void enable(struct uart_port *port, int bit) in enable() 67 static void disable(struct uart_port *port, int bit) in disable() 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 …]
|
H A D | esp32_acm.c | 48 static void esp32s3_acm_write(struct uart_port *port, unsigned long reg, u32 v) in esp32s3_acm_write() 53 static u32 esp32s3_acm_read(struct uart_port *port, unsigned long reg) in esp32s3_acm_read() 58 static u32 esp32s3_acm_tx_fifo_free(struct uart_port *port) in esp32s3_acm_tx_fifo_free() 65 static u32 esp32s3_acm_tx_fifo_cnt(struct uart_port *port) in esp32s3_acm_tx_fifo_cnt() 72 static u32 esp32s3_acm_rx_fifo_cnt(struct uart_port *port) in esp32s3_acm_rx_fifo_cnt() 80 static unsigned int esp32s3_acm_tx_empty(struct uart_port *port) in esp32s3_acm_tx_empty() 85 static void esp32s3_acm_set_mctrl(struct uart_port *port, unsigned int mctrl) in esp32s3_acm_set_mctrl() 89 static unsigned int esp32s3_acm_get_mctrl(struct uart_port *port) in esp32s3_acm_get_mctrl() 94 static void esp32s3_acm_stop_tx(struct uart_port *port) in esp32s3_acm_stop_tx() 103 static void esp32s3_acm_rxint(struct uart_port *port) in esp32s3_acm_rxint() [all …]
|
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
H A D | sunhv.c | 42 static void transmit_chars_putchar(struct uart_port *port, in transmit_chars_putchar() 57 static void transmit_chars_write(struct uart_port *port, struct tty_port *tport) in transmit_chars_write() 74 static int receive_chars_getchar(struct uart_port *port) in receive_chars_getchar() 117 static int receive_chars_read(struct uart_port *port) in receive_chars_read() 189 static struct tty_port *receive_chars(struct uart_port *port) in receive_chars() 202 static void transmit_chars(struct uart_port *port) in transmit_chars() 221 struct uart_port *port = dev_id; in sunhv_interrupt() local 237 static unsigned int sunhv_tx_empty(struct uart_port *port) in sunhv_tx_empty() 247 static void sunhv_set_mctrl(struct uart_port *port, unsigned int mctrl) in sunhv_set_mctrl() 253 static unsigned int sunhv_get_mctrl(struct uart_port *port) in sunhv_get_mctrl() [all …]
|
H A D | timbuart.c | 25 struct uart_port port; member 39 static void timbuart_stop_rx(struct uart_port *port) in timbuart_stop_rx() 46 static void timbuart_stop_tx(struct uart_port *port) in timbuart_stop_tx() 53 static void timbuart_start_tx(struct uart_port *port) in timbuart_start_tx() 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() 113 static void timbuart_handle_tx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_tx_port() 147 static void timbuart_handle_rx_port(struct uart_port *port, u32 isr, u32 *ier) in timbuart_handle_rx_port() [all …]
|
H A 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 …]
|
H A D | uartlite.c | 118 static inline u32 uart_in32(u32 offset, struct uart_port *port) in uart_in32() 125 static inline void uart_out32(u32 val, u32 offset, struct uart_port *port) in uart_out32() 140 static int ulite_receive(struct uart_port *port, int stat) in ulite_receive() 190 static int ulite_transmit(struct uart_port *port, int stat) in ulite_transmit() 222 struct uart_port *port = dev_id; in ulite_isr() local 244 static unsigned int ulite_tx_empty(struct uart_port *port) in ulite_tx_empty() 256 static unsigned int ulite_get_mctrl(struct uart_port *port) in ulite_get_mctrl() 261 static void ulite_set_mctrl(struct uart_port *port, unsigned int mctrl) in ulite_set_mctrl() 266 static void ulite_stop_tx(struct uart_port *port) in ulite_stop_tx() 271 static void ulite_start_tx(struct uart_port *port) in ulite_start_tx() [all …]
|
H A D | stm32-usart.c | 115 static inline struct stm32_port *to_stm32_port(struct uart_port *port) in to_stm32_port() 120 static void stm32_usart_set_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_set_bits() 129 static void stm32_usart_clr_bits(struct uart_port *port, u32 reg, u32 bits) in stm32_usart_clr_bits() 138 static unsigned int stm32_usart_tx_empty(struct uart_port *port) in stm32_usart_tx_empty() 149 static void stm32_usart_rs485_rts_enable(struct uart_port *port) in stm32_usart_rs485_rts_enable() 167 static void stm32_usart_rs485_rts_disable(struct uart_port *port) in stm32_usart_rs485_rts_disable() 222 static int stm32_usart_config_rs485(struct uart_port *port, struct ktermios *termios, in stm32_usart_config_rs485() 279 static int stm32_usart_init_rs485(struct uart_port *port, in stm32_usart_init_rs485() 312 struct uart_port *port = &stm32_port->port; in stm32_usart_dma_pause_resume() local 348 static bool stm32_usart_pending_rx_pio(struct uart_port *port, u32 *sr) in stm32_usart_pending_rx_pio() [all …]
|
H A 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 …]
|
H A D | digicolor-usart.c | 77 struct uart_port port; member 83 static bool digicolor_uart_tx_full(struct uart_port *port) in digicolor_uart_tx_full() 89 static bool digicolor_uart_rx_empty(struct uart_port *port) in digicolor_uart_rx_empty() 95 static void digicolor_uart_stop_tx(struct uart_port *port) in digicolor_uart_stop_tx() 103 static void digicolor_uart_start_tx(struct uart_port *port) in digicolor_uart_start_tx() 111 static void digicolor_uart_stop_rx(struct uart_port *port) in digicolor_uart_stop_rx() 132 static void digicolor_uart_rx(struct uart_port *port) in digicolor_uart_rx() 180 static void digicolor_uart_tx(struct uart_port *port) in digicolor_uart_tx() 219 struct uart_port *port = dev_id; in digicolor_uart_int() local 233 static unsigned int digicolor_uart_tx_empty(struct uart_port *port) in digicolor_uart_tx_empty() [all …]
|
H A D | mps2-uart.c | 71 struct uart_port port; member 78 static inline struct mps2_uart_port *to_mps2_port(struct uart_port *port) in to_mps2_port() 83 static void mps2_uart_write8(struct uart_port *port, u8 val, unsigned int off) in mps2_uart_write8() 90 static u8 mps2_uart_read8(struct uart_port *port, unsigned int off) in mps2_uart_read8() 97 static void mps2_uart_write32(struct uart_port *port, u32 val, unsigned int off) in mps2_uart_write32() 104 static unsigned int mps2_uart_tx_empty(struct uart_port *port) in mps2_uart_tx_empty() 111 static void mps2_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in mps2_uart_set_mctrl() 115 static unsigned int mps2_uart_get_mctrl(struct uart_port *port) in mps2_uart_get_mctrl() 120 static void mps2_uart_stop_tx(struct uart_port *port) in mps2_uart_stop_tx() 129 static void mps2_uart_tx_chars(struct uart_port *port) in mps2_uart_tx_chars() [all …]
|
H A D | vt8500_serial.c | 111 static inline void vt8500_write(struct uart_port *port, unsigned int val, in vt8500_write() 117 static inline unsigned int vt8500_read(struct uart_port *port, unsigned int off) in vt8500_read() 122 static void vt8500_stop_tx(struct uart_port *port) in vt8500_stop_tx() 132 static void vt8500_stop_rx(struct uart_port *port) in vt8500_stop_rx() 142 static void vt8500_enable_ms(struct uart_port *port) in vt8500_enable_ms() 152 static void handle_rx(struct uart_port *port) in handle_rx() 190 static unsigned int vt8500_tx_empty(struct uart_port *port) in vt8500_tx_empty() 197 static void handle_tx(struct uart_port *port) in handle_tx() 206 static void vt8500_start_tx(struct uart_port *port) in vt8500_start_tx() 219 static void handle_delta_cts(struct uart_port *port) in handle_delta_cts() [all …]
|
H A D | sprd_serial.c | 131 struct uart_port port; member 159 static inline unsigned int serial_in(struct uart_port *port, in serial_in() 165 static inline void serial_out(struct uart_port *port, unsigned int offset, in serial_out() 171 static unsigned int sprd_tx_empty(struct uart_port *port) in sprd_tx_empty() 179 static unsigned int sprd_get_mctrl(struct uart_port *port) in sprd_get_mctrl() 184 static void sprd_set_mctrl(struct uart_port *port, unsigned int mctrl) in sprd_set_mctrl() 196 static void sprd_stop_rx(struct uart_port *port) in sprd_stop_rx() 215 static void sprd_uart_dma_enable(struct uart_port *port, bool enable) in sprd_uart_dma_enable() 227 static void sprd_stop_tx_dma(struct uart_port *port) in sprd_stop_tx_dma() 248 static int sprd_tx_buf_remap(struct uart_port *port) in sprd_tx_buf_remap() [all …]
|
/linux/drivers/mmc/core/ |
H A 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 u8 sdio_in(struct sdio_uart_port *port, int offset) in sdio_in() 186 static inline void sdio_out(struct sdio_uart_port *port, int offset, int value) in sdio_out() 191 static unsigned int sdio_uart_get_mctrl(struct sdio_uart_port *port) in sdio_uart_get_mctrl() [all …]
|
/linux/drivers/net/bonding/ |
H A D | bond_3ad.c | 127 static inline struct bonding *__get_bond_by_port(struct port *port) in __get_bond_by_port() 143 static inline struct aggregator *__get_first_agg(struct port *port) in __get_first_agg() 180 static void __disable_distributing_port(struct port *port) in __disable_distributing_port() 192 static void __enable_collecting_port(struct port *port) in __enable_collecting_port() 206 static inline void __disable_port(struct port *port) in __disable_port() 217 static inline void __enable_port(struct port *port) in __enable_port() 230 static bool __port_move_to_attached_state(struct port *port) in __port_move_to_attached_state() 246 static int __port_is_collecting_distributing(struct port *port) in __port_is_collecting_distributing() 257 static inline u32 __get_agg_selection_mode(struct port *port) in __get_agg_selection_mode() 271 static inline int __check_agg_selection_timer(struct port *port) in __check_agg_selection_timer() [all …]
|
/linux/drivers/char/ |
H A 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 …]
|
/linux/drivers/usb/serial/ |
H A D | generic.c | 105 int usb_serial_generic_open(struct tty_struct *tty, struct usb_serial_port *port) in usb_serial_generic_open() 118 void usb_serial_generic_close(struct usb_serial_port *port) in usb_serial_generic_close() 138 int usb_serial_generic_prepare_write_buffer(struct usb_serial_port *port, in usb_serial_generic_prepare_write_buffer() 153 int usb_serial_generic_write_start(struct usb_serial_port *port, in usb_serial_generic_write_start() 213 struct usb_serial_port *port, const unsigned char *buf, int count) in usb_serial_generic_write() 234 struct usb_serial_port *port = tty->driver_data; in usb_serial_generic_write_room() local 251 struct usb_serial_port *port = tty->driver_data; in usb_serial_generic_chars_in_buffer() local 269 struct usb_serial_port *port = tty->driver_data; in usb_serial_generic_wait_until_sent() local 299 static int usb_serial_generic_submit_read_urb(struct usb_serial_port *port, in usb_serial_generic_submit_read_urb() 323 int usb_serial_generic_submit_read_urbs(struct usb_serial_port *port, in usb_serial_generic_submit_read_urbs() [all …]
|
/linux/drivers/usb/host/ |
H A D | xhci-dbgtty.c | 28 dbc_kfifo_to_req(struct dbc_port *port, char *packet) in dbc_kfifo_to_req() argument 50 static int dbc_start_tx(struct dbc_port *port) in dbc_start_tx() argument 86 dbc_start_rx(struct dbc_port * port) dbc_start_rx() argument 117 struct dbc_port *port = dbc_to_port(dbc); dbc_read_complete() local 128 struct dbc_port *port = dbc_to_port(dbc); dbc_write_complete() local 193 struct dbc_port *port; dbc_tty_install() local 209 struct dbc_port *port = tty->driver_data; dbc_tty_open() local 216 struct dbc_port *port = tty->driver_data; dbc_tty_close() local 224 struct dbc_port *port = tty->driver_data; dbc_tty_write() local 256 struct dbc_port *port = tty->driver_data; dbc_tty_put_char() local 269 struct dbc_port *port = tty->driver_data; dbc_tty_flush_chars() local 279 struct dbc_port *port = tty->driver_data; dbc_tty_write_room() local 296 struct dbc_port *port = tty->driver_data; dbc_tty_chars_in_buffer() local 309 struct dbc_port *port = tty->driver_data; dbc_tty_unthrottle() local 336 struct dbc_port *port = from_tasklet(port, t, push); dbc_rx_push() local 405 struct dbc_port *port = container_of(_port, struct dbc_port, port); dbc_port_activate() local 419 xhci_dbc_tty_init_port(struct xhci_dbc * dbc,struct dbc_port * port) xhci_dbc_tty_init_port() argument 433 xhci_dbc_tty_exit_port(struct dbc_port * port) xhci_dbc_tty_exit_port() argument 443 struct dbc_port *port = dbc_to_port(dbc); xhci_dbc_tty_register_device() local 502 struct dbc_port *port = dbc_to_port(dbc); xhci_dbc_tty_unregister_device() local 528 struct dbc_port *port; xhci_dbc_tty_probe() local 563 struct dbc_port *port = dbc_to_port(dbc); xhci_dbc_tty_remove() local [all...] |
/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 201 #define isa_inb(port) in_8(isa_itb(port)) argument 202 #define isa_inw(port) (ISA_SEX ? in_be16(isa_itw(port)) : in_le16(isa_itw(port))) argument 203 #define isa_inl(port) (ISA_SEX ? in_be32(isa_itl(port)) : in_le32(isa_itl(port))) argument 204 #define isa_outb(val,port) out_8(isa_itb(port),(val)) argument 205 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val))) argument 206 #define isa_outl(val,port) (ISA_SEX ? out_be32(isa_itl(port),(val)) : out_le32(isa_itl(port),(val))) argument 218 #define isa_rom_inb(port) rom_in_8(isa_itb(port)) argument 219 #define isa_rom_inw(port) \ argument 223 #define isa_rom_outb(val, port) rom_out_8(isa_itb(port), (val)) argument 224 #define isa_rom_outw(val, port) \ argument [all …]
|
/linux/drivers/usb/gadget/function/ |
H A D | u_serial.c | 105 struct tty_port port; member 139 struct gs_port *port; member 210 gs_send_packet(struct gs_port *port, char *packet, unsigned size) in gs_send_packet() 233 static int gs_start_tx(struct gs_port *port) in gs_start_tx() 306 static unsigned gs_start_rx(struct gs_port *port) in gs_start_rx() 367 struct gs_port *port = container_of(w, struct gs_port, push); in gs_rx_push() local 460 struct gs_port *port = ep->driver_data; in gs_read_complete() local 471 struct gs_port *port = ep->driver_data; in gs_write_complete() local 544 static int gs_start_io(struct gs_port *port) in gs_start_io() 607 struct gs_port *port; in gs_open() local [all …]
|