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

/drivers/usb/gadget/
H A Du_serial.h57 int gserial_connect(struct gserial *, u8 port_num);
H A Df_serial.c169 gserial_connect(&gser->port, gser->port_num);
H A Ddbgp.c384 err = gserial_connect(dbgp.serial, 0);
H A Df_obex.c228 gserial_connect(&obex->port, obex->port_num);
H A Df_acm.c456 gserial_connect(&acm->port, acm->port_num);
H A Du_serial.c40 * connected to a USB function (gserial_connect), or disconnected (with
1213 * gserial_connect - notify TTY I/O glue that USB link is active
1233 int gserial_connect(struct gserial *gser, u8 port_num) function
1272 pr_debug("gserial_connect: start ttyGS%d\n", port->port_num);
1293 * @gser: the function, on which gserial_connect() was called
1299 * On return, the state is as if gserial_connect() had never been called;

Completed in 431 milliseconds