Lines Matching defs:functions
28 * functions within any single configuration, and (b) Multi-configuration
29 * devices, also supporting multiple functions but without necessarily
33 * link and mass storage functions is a composite device. Those functions
35 * the composite model the host can use both functions at the same time.
143 * @bind: Before the gadget can register, all of its functions bind() to the
160 * @suspend: Notifies functions when the host stops sending USB traffic.
161 * @resume: Notifies functions when the host restarts USB traffic.
204 /* REVISIT: bind() functions can be marked __init, which
292 * @bind() method is then used to initialize all the functions and then
295 * Those functions would normally be independent of each other, but that's
296 * not mandatory. CDC WMC devices are an example where functions often
297 * depend on other functions, with some functions subsidiary to others.
307 /* REVISIT: bind() functions can be marked __init, which
328 struct list_head functions;