Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/ptp/
Dptp_sysfs.c426 ptp->pin_dev_attr = kcalloc(n_pins, sizeof(*ptp->pin_dev_attr), in ptp_populate_pin_groups()
428 if (!ptp->pin_dev_attr) in ptp_populate_pin_groups()
436 struct device_attribute *da = &ptp->pin_dev_attr[i]; in ptp_populate_pin_groups()
453 kfree(ptp->pin_dev_attr); in ptp_populate_pin_groups()
461 kfree(ptp->pin_dev_attr); in ptp_cleanup_pin_groups()
Dptp_private.h43 struct device_attribute *pin_dev_attr; member