Home
last modified time | relevance | path

Searched refs:profile_info (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/include/trace/events/
Dufs.h153 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, s64 time_us,
185 TP_ARGS(dev_name, profile_info, time_us, err));
188 TP_PROTO(const char *dev_name, const char *profile_info, s64 time_us,
[all …]
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dmci.c370 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-6.1.9/drivers/staging/r8188eu/include/
Drtw_mlme.h102 struct profile_info { struct
183 struct profile_info profileinfo[P2P_MAX_PERSISTENT_GROUP_NUM];
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtw_mlme.h144 struct profile_info { struct
209 …struct profile_info profileinfo[P2P_MAX_PERSISTENT_GROUP_NUM]; /* Store the profile information o…
/linux-6.1.9/drivers/staging/r8188eu/core/
Drtw_p2p.c1848 memset(&pwdinfo->profileinfo[0], 0x00, sizeof(struct profile_info) * P2P_MAX_PERSISTENT_GROUP_NUM); in init_wifidirect_info()
Drtw_mlme_ext.c3039 static u8 is_matched_in_profilelist(u8 *peermacaddr, struct profile_info *profileinfo) in is_matched_in_profilelist()
/linux-6.1.9/drivers/staging/r8188eu/os_dep/
Dioctl_linux.c2240 …memset(&pwdinfo->profileinfo[0], 0x00, sizeof(struct profile_info) * P2P_MAX_PERSISTENT_GROUP_NUM); in rtw_p2p_profilefound()