Home
last modified time | relevance | path

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

/drivers/iio/proximity/
Dsx9500.c82 #define SX9500_NUM_CHANNELS 4 macro
83 #define SX9500_CHAN_MASK GENMASK(SX9500_NUM_CHANNELS - 1, 0)
95 bool prox_stat[SX9500_NUM_CHANNELS];
96 bool event_enabled[SX9500_NUM_CHANNELS];
103 int channel_users[SX9500_NUM_CHANNELS];
481 for (chan = 0; chan < SX9500_NUM_CHANNELS; chan++) { in sx9500_push_events()
689 for (i = 0; i < SX9500_NUM_CHANNELS; i++) in sx9500_buffer_preenable()
715 for (i = 0; i < SX9500_NUM_CHANNELS; i++) in sx9500_buffer_predisable()