Lines Matching +full:engine +full:- +full:specific
1 /* SPDX-License-Identifier: GPL-2.0-only */
9 * Derived from leds-lp5521.c, leds-lp5523.c
15 #include <linux/led-class-multicolor.h>
93 * @reset : Chip specific reset command
94 * @enable : Chip specific enable command
96 * @post_init_device : Chip specific initialization code
101 * @run_engine : Run internal engine for pattern
102 * @dev_attr_group : Device specific attributes
109 /* define if the device has specific initialization process */
127 /* additional device specific attributes */
133 * @mode : Engine mode
144 * @pdata : Platform specific data
145 * @lock : Lock for user-space interface
147 * @cfg : Device specific configuration data
148 * @engine_idx : Selected engine number
149 * @engines : Engine structure for the device attribute R/W interface
156 struct mutex lock; /* lock for user-space interface */