Searched refs:pac1934_custom_attr (Results 1 – 1 of 1) sorted by relevance
1419 struct attribute **pac1934_custom_attr; in pac1934_prep_custom_attributes() local1431 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()