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

/linux-master/drivers/usb/gadget/function/
H A Du_serial.h69 int gserial_connect(struct gserial *, u8 port_num);
H A Df_serial.c168 gserial_connect(&gser->port, gser->port_num);
H A Df_obex.c227 gserial_connect(&obex->port, obex->port_num);
H A Du_serial.c43 * (gserial_connect), or disconnected (with gserial_disconnect) when the USB
1284 * gserial_connect - notify TTY I/O glue that USB link is active
1304 int gserial_connect(struct gserial *gser, u8 port_num) function
1350 pr_debug("gserial_connect: start ttyGS%d\n", port->port_num);
1368 EXPORT_SYMBOL_GPL(gserial_connect); variable
1371 * @gser: the function, on which gserial_connect() was called
1377 * On return, the state is as if gserial_connect() had never been called;
H A Df_acm.c458 gserial_connect(&acm->port, acm->port_num);
/linux-master/drivers/usb/gadget/legacy/
H A Ddbgp.c388 err = gserial_connect(dbgp.serial, tty_line);

Completed in 214 milliseconds