Searched refs:gserial (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Du_serial.h30 struct gserial { struct
45 void (*connect)(struct gserial *p);
46 void (*disconnect)(struct gserial *p);
47 int (*send_break)(struct gserial *p, int duration);
59 int gserial_connect(struct gserial *, u8 port_num);
60 void gserial_disconnect(struct gserial *);
H A Df_obex.c48 struct gserial port;
63 static inline struct f_obex *port_to_obex(struct gserial *p)
273 static void obex_connect(struct gserial *g)
288 static void obex_disconnect(struct gserial *g)
H A Df_acm.c49 struct gserial port;
91 static inline struct f_acm *port_to_acm(struct gserial *p)
537 static void acm_connect(struct gserial *port)
545 static void acm_disconnect(struct gserial *port)
553 static int acm_send_break(struct gserial *port, int duration)
H A Ddbgp.c36 struct gserial *serial;
317 dbgp.serial = kzalloc(sizeof(struct gserial), GFP_KERNEL);
H A Du_serial.c60 * gserial is the lifecycle interface, used by USB functions
64 * gserial <---> gs_port ... links will be null when the USB link is
65 * inactive; managed by gserial_{connect,disconnect}(). each gserial
67 * gserial->ioport == usb_ep->driver_data ... gs_port
68 * gs_port->port_usb ... gserial
72 * gserial->port_tty ... tty_struct
73 * tty_struct->driver_data ... gserial
98 struct gserial *port_usb;
784 struct gserial *gser = port->port_usb;
817 struct gserial *gse
[all...]
H A Df_serial.c36 struct gserial port;

Completed in 107 milliseconds