Searched refs:SX9500_NUM_CHANNELS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/proximity/
H A Dsx9500.c76 #define SX9500_NUM_CHANNELS 4 macro
77 #define SX9500_CHAN_MASK GENMASK(SX9500_NUM_CHANNELS - 1, 0)
89 bool prox_stat[SX9500_NUM_CHANNELS];
90 bool event_enabled[SX9500_NUM_CHANNELS];
97 int channel_users[SX9500_NUM_CHANNELS];
479 for (chan = 0; chan < SX9500_NUM_CHANNELS; chan++) {
685 for (i = 0; i < SX9500_NUM_CHANNELS; i++)
709 for (i = 0; i < SX9500_NUM_CHANNELS; i++)

Completed in 196 milliseconds