Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/lenovo/
H A Dwmi-capdata.h61 int lwmi_cd00_get_data(struct cd_list *list, u32 attribute_id, struct capdata00 *output);
62 int lwmi_cd01_get_data(struct cd_list *list, u32 attribute_id, struct capdata01 *output);
63 int lwmi_cd_fan_get_data(struct cd_list *list, u32 attribute_id, struct capdata_fan *output);
H A Dwmi-other.c716 u32 attribute_id; in attr_capdata01_show() local
719 attribute_id = in attr_capdata01_show()
726 ret = lwmi_cd01_get_data(priv->cd01_list, attribute_id, &capdata); in attr_capdata01_show()
779 u32 attribute_id; in attr_current_value_store() local
790 attribute_id = in attr_current_value_store()
796 ret = lwmi_cd01_get_data(priv->cd01_list, attribute_id, &capdata); in attr_current_value_store()
807 args.arg0 = attribute_id; in attr_current_value_store()
841 u32 attribute_id; in attr_current_value_show() local
849 attribute_id = in attr_current_value_show()
855 args.arg0 = attribute_id; in attr_current_value_show()
H A Dwmi-capdata.c448 int lwmi_##_cdxx##_get_data(struct cd_list *list, u32 attribute_id, _output_t *output) \
457 if (list->_cdxx[idx].id != attribute_id) \
/linux/include/uapi/misc/
H A Dfastrpc.h138 __u32 attribute_id; member
/linux/drivers/misc/
H A Dfastrpc.c1781 uint32_t attribute_id = cap->attribute_id; in fastrpc_get_info_from_kernel() local
1816 cap->capability = cctx->dsp_attributes[attribute_id]; in fastrpc_get_info_from_kernel()
1830 if (cap.attribute_id >= FASTRPC_MAX_DSP_ATTRIBUTES) { in fastrpc_get_dsp_info()
1832 cap.attribute_id, err); in fastrpc_get_dsp_info()