Home
last modified time | relevance | path

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

/drivers/ptp/
A Dptp_sysfs.c446 ptp->pin_dev_attr = kcalloc(n_pins, sizeof(*ptp->pin_dev_attr), in ptp_populate_pin_groups()
448 if (!ptp->pin_dev_attr) in ptp_populate_pin_groups()
456 struct device_attribute *da = &ptp->pin_dev_attr[i]; in ptp_populate_pin_groups()
473 kfree(ptp->pin_dev_attr); in ptp_populate_pin_groups()
481 kfree(ptp->pin_dev_attr); in ptp_cleanup_pin_groups()
A Dptp_private.h56 struct device_attribute *pin_dev_attr; member

Completed in 6 milliseconds