Lines Matching defs:name
250 * @name: Optional name of the regmap. Useful when a device has multiple
389 const char *name;
464 * @name: Descriptive name for diagnostics
481 const char *name;
586 * These functions take a lock key and name parameter, and should not be called
587 * directly. Instead, use the regmap_init macros that generate a key and name
724 * Wrapper for regmap_init macros to include a unique lockdep key and name
728 * @name: Config variable name (#config in the calling macro)
731 #define __regmap_lockdep_wrapper(fn, name, ...) \
738 "(" name ")->lock"); \
742 #define __regmap_lockdep_wrapper(fn, name, ...) fn(__VA_ARGS__, NULL, NULL)
1210 struct regmap *dev_get_regmap(struct device *dev, const char *name);
1515 * @name: Descriptive name for IRQ controller.
1600 const char *name;
2002 const char *name)