Lines Matching full:functions
14 * functions within any single configuration, and (b) Multi-configuration
15 * devices, also supporting multiple functions but without necessarily
19 * link and mass storage functions is a composite device. Those functions
21 * the composite model the host can use both functions at the same time.
53 * @bind: Before the gadget can register, all of its functions bind() to the
67 * @suspend: Notifies functions when the host stops sending USB traffic.
68 * @resume: Notifies functions when the host restarts USB traffic.
101 /* REVISIT: bind() functions can be marked __init, which
187 * @bind() method is then used to initialize all the functions and then
190 * Those functions would normally be independant of each other, but that's
191 * not mandatory. CDC WMC devices are an example where functions often
192 * depend on other functions, with some functions subsidiary to others.
202 /* REVISIT: bind() functions can be marked __init, which
224 struct list_head functions; member
269 /* REVISIT: bind() functions can be marked __init, which