Home
last modified time | relevance | path

Searched refs:pin_dev_attr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ptp/
H A Dptp_sysfs.c267 ptp->pin_dev_attr = kcalloc(n_pins, sizeof(*ptp->pin_dev_attr), in ptp_populate_pin_groups()
269 if (!ptp->pin_dev_attr) in ptp_populate_pin_groups()
277 struct device_attribute *da = &ptp->pin_dev_attr[i]; in ptp_populate_pin_groups()
294 kfree(ptp->pin_dev_attr); in ptp_populate_pin_groups()
302 kfree(ptp->pin_dev_attr); in ptp_cleanup_pin_groups()
H A Dptp_private.h42 struct device_attribute *pin_dev_attr; member
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_sysfs.c445 ptp->pin_dev_attr = kcalloc(n_pins, sizeof(*ptp->pin_dev_attr), in ptp_populate_pin_groups()
447 if (!ptp->pin_dev_attr) in ptp_populate_pin_groups()
455 struct device_attribute *da = &ptp->pin_dev_attr[i]; in ptp_populate_pin_groups()
472 kfree(ptp->pin_dev_attr); in ptp_populate_pin_groups()
480 kfree(ptp->pin_dev_attr); in ptp_cleanup_pin_groups()
H A Dptp_private.h43 struct device_attribute *pin_dev_attr; member

Completed in 4 milliseconds