Searched full:set_alt (Results 1 – 17 of 17) sorted by relevance
39 * 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()
363 * until we're activated via set_alt(). in geth_bind()502 geth->port.func.set_alt = geth_set_alt; in geth_alloc()
466 * 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()
36 * 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()
391 gser->port.func.set_alt = gser_set_alt; in gser_alloc()
343 * CDC class messages; interface activation uses set_alt(). in acm_setup()765 acm->port.func.set_alt = acm_set_alt; in acm_alloc_func()
479 obex->port.func.set_alt = obex_set_alt; in obex_alloc()
445 loop->function.set_alt = loopback_set_alt; in loopback_alloc()
673 eem->port.func.set_alt = eem_set_alt; in eem_alloc()
869 ss->function.set_alt = sourcesink_set_alt; in source_sink_alloc_func()
1273 /* gadget function set_alt callback */2837 midi2->func.set_alt = f_midi2_set_alt; in f_midi2_alloc()
1399 midi->func.set_alt = f_midi_set_alt; in f_midi_alloc()
1650 hidg->func.set_alt = hidg_set_alt; in hidg_alloc()
1514 dev->function.set_alt = printer_func_set_alt; in gprinter_alloc()
3577 fsg->function.set_alt = fsg_set_alt; in fsg_alloc()
319 if (!function->set_alt || !function->disable) in usb_add_function()462 * particularly changing its altsetting via set_alt(). There may1018 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())
145 * @set_alt: (REQUIRED) Reconfigures altsettings; function drivers may217 int (*set_alt)(struct usb_function *, member