Searched refs:attribute_id (Results 1 – 4 of 4) sorted by relevance
253 u32 attribute_id; in attr_capdata01_show() local256 attribute_id = in attr_capdata01_show()263 ret = lwmi_cd01_get_data(priv->cd01_list, attribute_id, &capdata); in attr_capdata01_show()316 u32 attribute_id; in attr_current_value_store() local327 attribute_id = in attr_current_value_store()333 ret = lwmi_cd01_get_data(priv->cd01_list, attribute_id, &capdata); in attr_current_value_store()344 args.arg0 = attribute_id; in attr_current_value_store()378 u32 attribute_id; in attr_current_value_show() local386 attribute_id = in attr_current_value_show()392 args.arg0 = attribute_id; in attr_current_value_show()
86 int lwmi_cd01_get_data(struct cd01_list *list, u32 attribute_id, struct capdata01 *output) in lwmi_cd01_get_data() argument92 if (list->data[idx].id != attribute_id) in lwmi_cd01_get_data()
22 int lwmi_cd01_get_data(struct cd01_list *list, u32 attribute_id, struct capdata01 *output);
1723 uint32_t attribute_id = cap->attribute_id; in fastrpc_get_info_from_kernel() local1759 cap->capability = cctx->dsp_attributes[attribute_id]; in fastrpc_get_info_from_kernel()1784 if (cap.attribute_id >= FASTRPC_MAX_DSP_ATTRIBUTES) { in fastrpc_get_dsp_info()1786 cap.attribute_id, err); in fastrpc_get_dsp_info()
Completed in 11 milliseconds