Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Ddt282x.c192 int ispgl; member
241 .ispgl = 1,
248 .ispgl = 1,
298 .ispgl = 1,
986 static const struct comedi_lrange *opt_ai_range_lkup(int ispgl, int x) in opt_ai_range_lkup() argument
988 if (ispgl) { in opt_ai_range_lkup()
1099 s->range_table = opt_ai_range_lkup(board->ispgl, it->options[8]); in dt282x_attach()