Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ptp/
Dptp_sysfs.c261 kfree(ptp->pin_dev_attr); in ptp_cleanup_sysfs()
272 ptp->pin_dev_attr = kzalloc(n_pins * sizeof(*ptp->pin_dev_attr), in ptp_populate_pins()
274 if (!ptp->pin_dev_attr) in ptp_populate_pins()
283 struct device_attribute *da = &ptp->pin_dev_attr[i]; in ptp_populate_pins()
303 kfree(ptp->pin_dev_attr); in ptp_populate_pins()
Dptp_private.h54 struct device_attribute *pin_dev_attr; member