Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Df_obex.c211 if (!obex->port.in->desc || !obex->port.out->desc) { in obex_set_alt()
227 gserial_connect(&obex->port, obex->port_num); in obex_set_alt()
233 obex->cur_alt = alt; in obex_set_alt()
346 obex->port.in = ep; in obex_bind()
351 obex->port.out = ep; in obex_bind()
369 obex->port_num, in obex_bind()
370 obex->port.in->name, obex->port.out->name); in obex_bind()
447 struct f_obex *obex; in obex_free() local
450 kfree(obex); in obex_free()
464 obex = kzalloc(sizeof(*obex), GFP_KERNEL); in obex_alloc()
[all …]
/linux-6.15/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-6.15/drivers/usb/gadget/legacy/
H A DKconfig383 The Nokia composite gadget provides support for acm, obex
/linux-6.15/Documentation/usb/
H A Dgadget-testing.rst498 The function name to use when creating the function directory is "obex".