Lines Matching refs:num_leds
84 int num_leds; member
93 unsigned int num_leds; member
108 [CAP1106] = { .product_id = 0x55, .num_channels = 6, .num_leds = 0, .no_gain = false },
109 [CAP1126] = { .product_id = 0x53, .num_channels = 6, .num_leds = 2, .no_gain = false },
110 [CAP1188] = { .product_id = 0x50, .num_channels = 8, .num_leds = 8, .no_gain = false },
111 [CAP1203] = { .product_id = 0x6d, .num_channels = 3, .num_leds = 0, .no_gain = true },
112 [CAP1206] = { .product_id = 0x67, .num_channels = 6, .num_leds = 0, .no_gain = true },
113 [CAP1293] = { .product_id = 0x6f, .num_channels = 3, .num_leds = 0, .no_gain = false },
114 [CAP1298] = { .product_id = 0x71, .num_channels = 8, .num_leds = 0, .no_gain = false },
217 if (IS_ENABLED(CONFIG_LEDS_CLASS) && priv->num_leds) in cap11xx_set_sleep()
258 struct cap11xx_priv *priv, int num_leds) in cap11xx_init_leds() argument
265 if (!num_leds || !cnt) in cap11xx_init_leds()
268 if (cnt > num_leds) in cap11xx_init_leds()
302 if (error != 0 || reg >= num_leds) { in cap11xx_init_leds()
316 priv->num_leds++; in cap11xx_init_leds()
324 struct cap11xx_priv *priv, int num_leds) in cap11xx_init_leds() argument
461 error = cap11xx_init_leds(dev, priv, cap->num_leds); in cap11xx_i2c_probe()