Lines Matching refs:dev_index
208 char *aw87xxx_show_current_profile(int dev_index) in aw87xxx_show_current_profile() argument
220 if (aw87xxx->dev_index == dev_index) { in aw87xxx_show_current_profile()
227 AW_LOGE("not found struct aw87xxx, dev_index = [%d]", dev_index); in aw87xxx_show_current_profile()
232 int aw87xxx_set_profile(int dev_index, char *profile) in aw87xxx_set_profile() argument
244 if (profile && aw87xxx->dev_index == dev_index) in aw87xxx_set_profile()
248 AW_LOGE("not found struct aw87xxx, dev_index = [%d]", dev_index); in aw87xxx_set_profile()
434 aw87xxx->dev_index, profile_name); in aw87xxx_profile_switch_put()
534 aw87xxx->dev_index); in aw87xxx_kcontrol_dynamic_create()
549 aw87xxx->dev_index); in aw87xxx_kcontrol_dynamic_create()
731 aw_acf_init(&aw87xxx->aw_dev, &aw87xxx->acf_info, aw87xxx->dev_index); in aw87xxx_fw_load_init()
1163 if (list_aw87xxx->dev_index == cur_aw87xxx->dev_index) { in aw87xxx_dtsi_dev_index_check()
1176 int32_t dev_index = -EINVAL; in aw87xxx_dtsi_parse() local
1178 ret = of_property_read_u32(dev_node, "dev_index", &dev_index); in aw87xxx_dtsi_parse()
1182 aw87xxx->dev_index = g_aw87xxx_dev_cnt; in aw87xxx_dtsi_parse()
1184 aw87xxx->dev_index = dev_index; in aw87xxx_dtsi_parse()
1186 aw87xxx->dev_index); in aw87xxx_dtsi_parse()