Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dmci.c372 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()
/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…