Searched refs:profile_info (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/include/trace/events/ |
D | ufs.h | 119 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 122 TP_ARGS(dev_name, profile_info, time_us, err), 126 __string(profile_info, profile_info) 133 __assign_str(profile_info, profile_info); 139 __get_str(dev_name), __get_str(profile_info), 144 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 146 TP_ARGS(dev_name, profile_info, time_us, err)); 149 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 151 TP_ARGS(dev_name, profile_info, time_us, err)); 154 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, [all …]
|
/Linux-v5.10/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-v5.10/drivers/staging/rtl8723bs/include/ |
D | rtw_mlme.h | 152 struct profile_info { struct 227 …struct profile_info profileinfo[P2P_MAX_PERSISTENT_GROUP_NUM]; /* Store the profile information o…
|