Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_serial.c103 struct gs_port { struct
138 struct gs_port *port; argument
209 gs_send_packet(struct gs_port *port, char *packet, unsigned size) in gs_send_packet()
232 static int gs_start_tx(struct gs_port *port) in gs_start_tx()
305 static unsigned gs_start_rx(struct gs_port *port) in gs_start_rx()
366 struct gs_port *port = container_of(w, struct gs_port, push); in gs_rx_push()
459 struct gs_port *port = ep->driver_data; in gs_read_complete()
470 struct gs_port *port = ep->driver_data; in gs_write_complete()
543 static int gs_start_io(struct gs_port *port) in gs_start_io()
603 struct gs_port *port; in gs_open()
[all …]
H A Du_serial.h42 struct gs_port *ioport;