Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/adc/
H A Dmax1363.c1484 unsigned long numvals = bitmap_weight(st->current_mode->modemask, in max1363_trigger_handler() local
1491 if (numvals == 0) in max1363_trigger_handler()
1495 b_sent = st->recv(st->client, st->data.buf, numvals * 2); in max1363_trigger_handler()
1497 b_sent = st->recv(st->client, st->data.buf, numvals); in max1363_trigger_handler()