Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iio/adc/
Dpac1934.c1420 struct attribute_group *pac1934_group; in pac1934_prep_custom_attributes() local
1427 pac1934_group = devm_kzalloc(dev, sizeof(*pac1934_group), GFP_KERNEL); in pac1934_prep_custom_attributes()
1428 if (!pac1934_group) in pac1934_prep_custom_attributes()
1434 * sizeof(*pac1934_group) + 1, in pac1934_prep_custom_attributes()
1452 pac1934_group->attrs = pac1934_custom_attr; in pac1934_prep_custom_attributes()
1453 info->iio_info.attrs = pac1934_group; in pac1934_prep_custom_attributes()