Searched refs:dattr (Results 1 – 1 of 1) sorted by relevance
542 struct cpuidle_driver_attr *dattr = attr_to_driver_attr(attr); in cpuidle_driver_show() local544 if (dattr->show) in cpuidle_driver_show()545 ret = dattr->show(driver_kobj->drv, buf); in cpuidle_driver_show()555 struct cpuidle_driver_attr *dattr = attr_to_driver_attr(attr); in cpuidle_driver_store() local557 if (dattr->store) in cpuidle_driver_store()558 ret = dattr->store(driver_kobj->drv, buf, size); in cpuidle_driver_store()