Lines Matching defs:p54s_priv
105 struct p54s_priv { struct
107 struct p54_common common;
108 struct ieee80211_hw *hw;
109 struct spi_device *spi;
111 struct work_struct work;
113 struct mutex mutex;
114 struct completion fw_comp;
116 spinlock_t tx_lock;
119 struct list_head tx_pending;
121 enum fw_state fw_state;
122 const struct firmware *firmware;