Lines Matching +full:low +full:- +full:pass
1 /* SPDX-License-Identifier: GPL-2.0 */
42 * ends with an end() call. This allows the low level driver to implement
43 * locking policy or per-function instance data.
135 /* The name is the "xxx" in "platform-do-xxx", this is how
176 * Register/Unregister a function-capable driver and its handlers
201 * Low level call to platform functions.
211 * pass NULL.
213 * You can also pass NULL to the name. This will match any function that has
214 * the appropriate combination of flags & phandle or you can pass 0 to the
225 * This one looks for the platform-xxx first so you should call it to the
226 * actual target if any. It will fallback to platform-do-xxx if it can't
236 * For low latency interrupt usage, you can lookup for on-demand functions
250 /* Suspend/resume code called by via-pmu directly for now */