Lines Matching refs:attributes
52 __le32 attributes; member
82 __le32 attributes; member
88 __le32 attributes; member
102 __le32 attributes; member
172 u32 *attributes, bool *enabled, u32 *oem_val,
352 u32 attributes; in scmi_clock_attributes_get() local
369 attributes = le32_to_cpu(attr->attributes); in scmi_clock_attributes_get()
384 if (SUPPORTS_EXTENDED_NAMES(attributes)) in scmi_clock_attributes_get()
390 SUPPORTS_RATE_CHANGED_NOTIF(attributes)) in scmi_clock_attributes_get()
393 SUPPORTS_RATE_CHANGE_REQUESTED_NOTIF(attributes)) in scmi_clock_attributes_get()
396 if (SUPPORTS_PARENT_CLOCK(attributes)) in scmi_clock_attributes_get()
398 if (SUPPORTS_GET_PERMISSIONS(attributes)) in scmi_clock_attributes_get()
400 if (SUPPORTS_EXTENDED_CONFIG(attributes)) in scmi_clock_attributes_get()
644 cfg->attributes = cpu_to_le32(state); in scmi_clock_config_set()
740 cfg->attributes = cpu_to_le32(attrs); in scmi_clock_config_set_v2()
789 enum scmi_clock_oem_config oem_type, u32 *attributes, in scmi_clock_config_get_v2() argument
814 if (attributes) in scmi_clock_config_get_v2()
815 *attributes = le32_to_cpu(resp->attributes); in scmi_clock_config_get_v2()
831 enum scmi_clock_oem_config oem_type, u32 *attributes, in scmi_clock_config_get() argument
852 *enabled = IS_CLK_ENABLED(resp->attributes); in scmi_clock_config_get()
890 u32 *oem_val, u32 *attributes, bool atomic) in scmi_clock_config_oem_get() argument
902 return ci->clock_config_get(ph, clk_id, oem_type, attributes, in scmi_clock_config_oem_get()