Searched refs:profile_info (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/ufs/core/ |
H A D | ufs_trace.h | 154 TP_PROTO(struct ufs_hba *hba, const char *profile_info, s64 time_us, 157 TP_ARGS(hba, profile_info, time_us, err), 161 __string(profile_info, profile_info) 168 __assign_str(profile_info); 174 dev_name(__entry->hba->dev), __get_str(profile_info), 179 TP_PROTO(struct ufs_hba *hba, const char *profile_info, s64 time_us, 181 TP_ARGS(hba, profile_info, time_us, err)); 184 TP_PROTO(struct ufs_hba *hba, const char *profile_info, s64 time_us, 186 TP_ARGS(hba, profile_info, time_u [all...] |
/linux/sound/soc/codecs/aw88395/ |
H A D | aw88395.h | 30 #define AW88395_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 34 .info = profile_info, \
|
/linux/sound/soc/codecs/ |
H A D | aw87390.h | 55 #define AW87390_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 59 .info = profile_info, \
|
H A D | aw88081.h | 298 #define AW88081_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 302 .info = profile_info, \
|
H A D | aw88261.h | 399 #define AW88261_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 403 .info = profile_info, \
|
H A D | aw88166.h | 468 #define AW88166_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 472 .info = profile_info, \
|
H A D | aw88399.h | 544 #define AW88399_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 548 .info = profile_info, \
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | mci.c | 372 struct ath_mci_profile_info profile_info; in ath_mci_msg() local 398 memcpy(&profile_info, in ath_mci_msg() 401 if ((profile_info.type == MCI_GPM_COEX_PROFILE_UNKNOWN) || in ath_mci_msg() 402 (profile_info.type >= MCI_GPM_COEX_PROFILE_MAX)) { in ath_mci_msg() 405 profile_info.type, in ath_mci_msg() 406 profile_info.start); in ath_mci_msg() 410 update_scheme += ath_mci_process_profile(sc, &profile_info); in ath_mci_msg()
|