Home
last modified time | relevance | path

Searched full:set_alt (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_ecm.c39 * interface. This means that the set_alt() method has real work to do,
471 * CDC class messages; interface activation uses set_alt(). in ecm_setup()
786 * until we're activated via set_alt(). in ecm_bind()
966 ecm->port.func.set_alt = ecm_set_alt; in ecm_alloc()
H A Df_subset.c363 * until we're activated via set_alt(). in geth_bind()
502 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
H A Df_rndis.c466 * CDC class messages; interface activation uses set_alt(). in rndis_setup()
802 * until we're activated via set_alt(). in rndis_bind()
996 rndis->port.func.set_alt = rndis_set_alt; in rndis_alloc()
H A Df_ncm.c36 * interface. This means that the set_alt() method has real work to do,
691 * CDC class messages; interface activation uses set_alt(). in ncm_setup()
1562 * until we're activated via set_alt(). in ncm_bind()
1797 ncm->port.func.set_alt = ncm_set_alt; in ncm_alloc()
H A Df_serial.c391 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
H A Df_acm.c343 * CDC class messages; interface activation uses set_alt(). in acm_setup()
765 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
H A Df_obex.c479 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
H A Df_loopback.c445 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
H A Df_eem.c673 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
H A Df_sourcesink.c869 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
H A Df_midi2.c1273 /* gadget function set_alt callback */
2837 midi2->func.set_alt = f_midi2_set_alt; in f_midi2_alloc()
H A Df_midi.c1399 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
H A Df_hid.c1650 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
H A Df_printer.c1514 dev->function.set_alt = printer_func_set_alt; in gprinter_alloc()
H A Df_mass_storage.c3577 fsg->function.set_alt = fsg_set_alt; in fsg_alloc()
/linux/drivers/usb/gadget/
H A Dcomposite.c319 if (!function->set_alt || !function->disable) in usb_add_function()
462 * particularly changing its altsetting via set_alt(). There may
1018 result = f->set_alt(f, tmp, 0); in set_config()
1167 /* set_alt(), or next bind(), sets up ep->claimed as needed */ in usb_add_config()
1926 * works. There is no need to check if set_alt() is not NULL in composite_setup()
1933 value = f->set_alt(f, w_index, w_value); in composite_setup()
2729 * delay the data/status stages. A USB function's setup handler (e.g. set_alt())
/linux/include/linux/usb/
H A Dcomposite.h145 * @set_alt: (REQUIRED) Reconfigures altsettings; function drivers may
217 int (*set_alt)(struct usb_function *, member