Searched refs:profile_info (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/trace/events/ |
H A 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, s6 [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ufs.h | 153 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 156 TP_ARGS(dev_name, profile_info, time_us, err), 160 __string(profile_info, profile_info) 167 __assign_str(profile_info, profile_info); 173 __get_str(dev_name), __get_str(profile_info), 178 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us, 180 TP_ARGS(dev_name, profile_info, time_us, err)); 183 TP_PROTO(const char *dev_name, const char *profile_info, s6 [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/aw88395/ |
H A D | aw88395.h | 30 #define AW88395_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ 34 .info = profile_info, \
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A 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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | aw88261.h | 399 #define AW88261_PROFILE_EXT(xname, profile_info, profile_get, profile_set) \ 403 .info = profile_info, \
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 152 struct profile_info { struct 227 struct profile_info profileinfo[P2P_MAX_PERSISTENT_GROUP_NUM]; /* Store the profile information of persistent group */
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/include/ |
H A D | rtw_mlme.h | 144 struct profile_info { struct 209 struct profile_info profileinfo[P2P_MAX_PERSISTENT_GROUP_NUM]; /* Store the profile information of persistent group */
|
Completed in 12 milliseconds