Searched refs:profile_name (Results 1 – 1 of 1) sorted by relevance
499 char profile_name[32]; in tfa2_hap_load_data() local501 strcpy(profile_name, (tfa->need_hb_config & TFA_HB_ROLE_MASK) == tfa_hb_lra ? "lra" : "ls"); in tfa2_hap_load_data()502 strcat(profile_name, "_data.hap"); in tfa2_hap_load_data()504 hbprofile = get_hap_profile(tfa, profile_name); /* get "*_data.hap" */ in tfa2_hap_load_data()507 dev_err(&tfa->i2c->dev, "No [%s] profile found\n", profile_name); in tfa2_hap_load_data()619 char profile_name[32]; in tfa2_dev_start_hapticboost() local621 strcpy(profile_name, (tfa->need_hb_config & TFA_HB_ROLE_MASK) == tfa_hb_lra ? "lra" : "ls"); in tfa2_dev_start_hapticboost()622 dev_dbg(&tfa->i2c->dev, "%s: cold starting as %s\n", __FUNCTION__, profile_name); in tfa2_dev_start_hapticboost()