Lines Matching defs:function
58 * its buffer may be re-used. The function will always be called with
64 * until the completion function returns, so that any transfers
207 * @claimed: True if this endpoint is claimed by a function.
665 * @function: String describing the gadget's function
737 char *function;
773 * Call this in your gadget driver's module initialization function,
775 * The @bind() function will be called to bind it to a gadget before this
776 * registration call returns. It's expected that the @bind() function will
786 * Call this in your gadget driver's module cleanup function,