Searched refs:pac1934_custom_attr (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dpac1934.c1429 struct attribute **pac1934_custom_attr; local
1441 pac1934_custom_attr = devm_kzalloc(dev,
1446 if (!pac1934_custom_attr)
1451 pac1934_custom_attr[i++] = PAC1934_DEV_ATTR(in_shunt_resistor1);
1454 pac1934_custom_attr[i++] = PAC1934_DEV_ATTR(in_shunt_resistor2);
1457 pac1934_custom_attr[i++] = PAC1934_DEV_ATTR(in_shunt_resistor3);
1460 pac1934_custom_attr[i] = PAC1934_DEV_ATTR(in_shunt_resistor4);
1462 pac1934_group->attrs = pac1934_custom_attr;

Completed in 258 milliseconds