Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dpac1934.c1419 struct attribute **pac1934_custom_attr; in pac1934_prep_custom_attributes() local
1431 pac1934_custom_attr = devm_kzalloc(dev, in pac1934_prep_custom_attributes()
1436 if (!pac1934_custom_attr) in pac1934_prep_custom_attributes()
1441 pac1934_custom_attr[i++] = PAC1934_DEV_ATTR(in_shunt_resistor1); in pac1934_prep_custom_attributes()
1444 pac1934_custom_attr[i++] = PAC1934_DEV_ATTR(in_shunt_resistor2); in pac1934_prep_custom_attributes()
1447 pac1934_custom_attr[i++] = PAC1934_DEV_ATTR(in_shunt_resistor3); in pac1934_prep_custom_attributes()
1450 pac1934_custom_attr[i] = PAC1934_DEV_ATTR(in_shunt_resistor4); in pac1934_prep_custom_attributes()
1452 pac1934_group->attrs = pac1934_custom_attr; in pac1934_prep_custom_attributes()