Lines Matching full:functions
45 * For interrupt capable functions, irq_enable() is called when a client
116 * Drivers who expose platform functions register at init time, this
117 * causes the platform functions for that device node to be parsed in
119 * partially public so a driver can walk the list of platform functions
125 /* All functions for a given driver are linked */
136 * platform functions are identified by this code. Some functions
143 /* The flags for that function. You can have several functions
160 * For platform functions that are interrupts, one can register
163 * a spinlock held, you must not call back into any of the pmf_* functions
201 * Low level call to platform functions.
203 * The phandle can filter on the target object for functions that have
210 * the call site. Some functions require no args, in which case, you can
227 * find one. It will also exclusively target functions that have
236 * For low latency interrupt usage, you can lookup for on-demand functions
237 * using the functions below