Lines Matching refs:ndescs
171 (max3191x->fault_pins->ndescs == 1)
300 if (max3191x->db0_pins->ndescs == 1)
312 static void gpiod_set_array_single_value_cansleep(unsigned int ndescs,
319 values = bitmap_alloc(ndescs, GFP_KERNEL);
324 bitmap_fill(values, ndescs);
326 bitmap_zero(values, ndescs);
328 gpiod_set_array_value_cansleep(ndescs, desc, info, values);
400 max3191x->modesel_pins->ndescs,
408 max3191x->db0_pins->ndescs != max3191x->db1_pins->ndescs) {