Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/cpuidle/
Dsysfs.c542 struct cpuidle_driver_attr *dattr = attr_to_driver_attr(attr); in cpuidle_driver_show() local
544 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() local
557 if (dattr->store) in cpuidle_driver_store()
558 ret = dattr->store(driver_kobj->drv, buf, size); in cpuidle_driver_store()