Searched refs:profile_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/trace/events/ |
D | ufs.h | 127 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 130 TP_ARGS(dev_name, profile_info, time_us, err), 134 __string(profile_info, profile_info) 141 __assign_str(profile_info, profile_info); 147 __get_str(dev_name), __get_str(profile_info), 152 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 154 TP_ARGS(dev_name, profile_info, time_us, err)); 157 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 159 TP_ARGS(dev_name, profile_info, time_us, err)); 162 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, [all …]
|
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | mci.c | 370 struct ath_mci_profile_info profile_info; in ath_mci_msg() local 396 memcpy(&profile_info, in ath_mci_msg() 399 if ((profile_info.type == MCI_GPM_COEX_PROFILE_UNKNOWN) || in ath_mci_msg() 400 (profile_info.type >= MCI_GPM_COEX_PROFILE_MAX)) { in ath_mci_msg() 403 profile_info.type, in ath_mci_msg() 404 profile_info.start); in ath_mci_msg() 408 update_scheme += ath_mci_process_profile(sc, &profile_info); in ath_mci_msg()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 155 struct profile_info { struct 230 …struct profile_info profileinfo[ P2P_MAX_PERSISTENT_GROUP_NUM ]; /* Store the profile informati…
|