Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm4x-sysfs.c2452 struct device_attribute *d_attr, in coresight_etm4x_reg_show() argument
2458 offset = coresight_etm4x_attr_to_offset(d_attr); in coresight_etm4x_reg_show()
2519 struct device_attribute *d_attr; in coresight_etm4x_attr_reg_implemented() local
2522 d_attr = container_of(attr, struct device_attribute, attr); in coresight_etm4x_attr_reg_implemented()
2523 offset = coresight_etm4x_attr_to_offset(d_attr); in coresight_etm4x_attr_reg_implemented()