Home
last modified time | relevance | path

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

/drivers/usb/gadget/
Du_serial.h30 struct gserial { struct
43 void (*connect)(struct gserial *p); argument
44 void (*disconnect)(struct gserial *p); argument
45 int (*send_break)(struct gserial *p, int duration); argument
57 int gserial_connect(struct gserial *, u8 port_num);
58 void gserial_disconnect(struct gserial *);
Df_obex.c35 struct gserial port;
47 static inline struct f_obex *port_to_obex(struct gserial *p) in port_to_obex()
261 static void obex_connect(struct gserial *g) in obex_connect()
276 static void obex_disconnect(struct gserial *g) in obex_disconnect()
Df_acm.c43 struct gserial port;
81 static inline struct f_acm *port_to_acm(struct gserial *p) in port_to_acm()
571 static void acm_connect(struct gserial *port) in acm_connect()
579 static void acm_disconnect(struct gserial *port) in acm_disconnect()
587 static int acm_send_break(struct gserial *port, int duration) in acm_send_break()
Du_serial.c99 struct gserial *port_usb;
803 struct gserial *gser = port->port_usb; in gs_open()
836 struct gserial *gser; in gs_close()
998 struct gserial *gser; in gs_break_ctl()
1233 int gserial_connect(struct gserial *gser, u8 port_num) in gserial_connect()
1302 void gserial_disconnect(struct gserial *gser) in gserial_disconnect()
Ddbgp.c36 struct gserial *serial;
319 dbgp.serial = kzalloc(sizeof(struct gserial), GFP_KERNEL); in dbgp_bind()
Df_serial.c31 struct gserial port;