Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/proximity/
Dsx9500.c79 #define SX9500_NUM_CHANNELS 4 macro
80 #define SX9500_CHAN_MASK GENMASK(SX9500_NUM_CHANNELS - 1, 0)
92 bool prox_stat[SX9500_NUM_CHANNELS];
93 bool event_enabled[SX9500_NUM_CHANNELS];
100 int channel_users[SX9500_NUM_CHANNELS];
482 for (chan = 0; chan < SX9500_NUM_CHANNELS; chan++) { in sx9500_push_events()
688 for (i = 0; i < SX9500_NUM_CHANNELS; i++) in sx9500_buffer_preenable()
714 for (i = 0; i < SX9500_NUM_CHANNELS; i++) in sx9500_buffer_predisable()