Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/gadget/function/
Df_obex.c195 struct f_obex *obex = func_to_obex(f); in obex_set_alt() local
198 if (intf == obex->ctrl_id) { in obex_set_alt()
203 "reset obex ttyGS%d control\n", obex->port_num); in obex_set_alt()
205 } else if (intf == obex->data_id) { in obex_set_alt()
209 if (obex->port.in->enabled) { in obex_set_alt()
211 "reset obex ttyGS%d\n", obex->port_num); in obex_set_alt()
212 gserial_disconnect(&obex->port); in obex_set_alt()
215 if (!obex->port.in->desc || !obex->port.out->desc) { in obex_set_alt()
217 "init obex ttyGS%d\n", obex->port_num); in obex_set_alt()
219 obex->port.in) || in obex_set_alt()
[all …]
/linux-4.4.14/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.4.14/drivers/usb/gadget/legacy/
DKconfig352 The Nokia composite gadget provides support for acm, obex
/linux-4.4.14/Documentation/usb/
Dgadget-testing.txt419 The function name to use when creating the function directory is "obex".