Lines Matching full:slot
173 multi_led[0] = (config->slot[1] << 4) | (config->slot[0]); in max30101_init()
174 multi_led[1] = (config->slot[3] << 4) | (config->slot[2]); in max30101_init()
197 led_chan = (config->slot[fifo_chan] & MAX30101_SLOT_LED_MASK)-1; in max30101_init()
218 .slot[0] = MAX30101_SLOT_RED_LED1_PA,
219 .slot[1] = MAX30101_SLOT_DISABLED,
220 .slot[2] = MAX30101_SLOT_DISABLED,
221 .slot[3] = MAX30101_SLOT_DISABLED,
224 .slot[0] = MAX30101_SLOT_RED_LED1_PA,
225 .slot[1] = MAX30101_SLOT_IR_LED2_PA,
226 .slot[2] = MAX30101_SLOT_DISABLED,
227 .slot[3] = MAX30101_SLOT_DISABLED,
230 .slot[0] = CONFIG_MAX30101_SLOT1,
231 .slot[1] = CONFIG_MAX30101_SLOT2,
232 .slot[2] = CONFIG_MAX30101_SLOT3,
233 .slot[3] = CONFIG_MAX30101_SLOT4,