Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/events/intel/
Duncore.h205 #define to_dev_ext_attribute(n) container_of(n, struct dev_ext_attribute, attr) macro
206 #define attr_to_ext_attr(n) to_dev_ext_attribute(to_device_attribute(n))
Duncore_snbep.c3728 struct dev_ext_attribute *ea = to_dev_ext_attribute(attr); in skx_iio_mapping_show()