Home
last modified time | relevance | path

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

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