Searched refs:profile_info (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/ufs/core/ |
D | ufs_trace.h | 154 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 157 TP_ARGS(dev_name, profile_info, time_us, err), 161 __string(profile_info, profile_info) 168 __assign_str(profile_info); 174 __get_str(dev_name), __get_str(profile_info), 179 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 181 TP_ARGS(dev_name, profile_info, time_us, err)); 184 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 186 TP_ARGS(dev_name, profile_info, time_us, err)); 189 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, [all …]
|
/linux-6.12.1/sound/soc/codecs/aw88395/ |
D | aw88395.h | 30 #define AW88395_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 34 .info = profile_info, \
|
/linux-6.12.1/sound/soc/codecs/ |
D | aw87390.h | 55 #define AW87390_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 59 .info = profile_info, \
|
D | aw88261.h | 399 #define AW88261_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 403 .info = profile_info, \
|
D | aw88399.h | 510 #define AW88399_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ argument 514 .info = profile_info, \
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
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()
|