Home
last modified time | relevance | path

Searched refs:obex (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/gadget/function/
Df_obex.c197 struct f_obex *obex = func_to_obex(f); in obex_set_alt() local
200 if (intf == obex->ctrl_id) { in obex_set_alt()
205 "reset obex ttyGS%d control\n", obex->port_num); in obex_set_alt()
207 } else if (intf == obex->data_id) { in obex_set_alt()
211 if (obex->port.in->driver_data) { in obex_set_alt()
213 "reset obex ttyGS%d\n", obex->port_num); in obex_set_alt()
214 gserial_disconnect(&obex->port); in obex_set_alt()
217 if (!obex->port.in->desc || !obex->port.out->desc) { in obex_set_alt()
219 "init obex ttyGS%d\n", obex->port_num); in obex_set_alt()
221 obex->port.in) || in obex_set_alt()
[all …]
/linux-4.1.27/Documentation/ABI/testing/
Dconfigfs-usb-gadget-obex1 What: /config/usb-gadget/gadget/functions/obex.name
8 associated with obex function's instance "name".
/linux-4.1.27/drivers/usb/gadget/legacy/
DKconfig350 The Nokia composite gadget provides support for acm, obex
/linux-4.1.27/Documentation/usb/
Dgadget-testing.txt419 The function name to use when creating the function directory is "obex".