Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/mwl/
Dmwlhal.c126 struct mwl_hal_priv;
129 struct mwl_hal_priv *mh; /* back pointer */
153 struct mwl_hal_priv { struct
183 #define MWLPRIV(_mh) ((struct mwl_hal_priv *)(_mh)) argument
187 static int mwlExecuteCmd(struct mwl_hal_priv *, unsigned short cmd);
188 static int mwlGetPwrCalTable(struct mwl_hal_priv *);
191 static void dumpresult(struct mwl_hal_priv *, int showresult);
199 MWL_HAL_LOCK(struct mwl_hal_priv *mh) in MWL_HAL_LOCK()
205 MWL_HAL_LOCK_ASSERT(struct mwl_hal_priv *mh) in MWL_HAL_LOCK_ASSERT()
211 MWL_HAL_UNLOCK(struct mwl_hal_priv *mh) in MWL_HAL_UNLOCK()
[all …]