Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ptp/
Dptp_sysfs.c266 ptp->pin_dev_attr = kcalloc(n_pins, sizeof(*ptp->pin_dev_attr), in ptp_populate_pin_groups()
268 if (!ptp->pin_dev_attr) in ptp_populate_pin_groups()
276 struct device_attribute *da = &ptp->pin_dev_attr[i]; in ptp_populate_pin_groups()
293 kfree(ptp->pin_dev_attr); in ptp_populate_pin_groups()
301 kfree(ptp->pin_dev_attr); in ptp_cleanup_pin_groups()
Dptp_private.h42 struct device_attribute *pin_dev_attr; member