Searched refs:isfw_read (Results 1 - 7 of 7) sorted by path

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dfw.c174 bool isfw_read = false; local
245 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum);
246 while (!isfw_read) {
257 isfw_read = _rtl88e_check_fw_read_last_h2c(hw, boxnum);
264 if (!isfw_read) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dfw_common.c191 bool isfw_read = false; local
262 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum);
263 while (!isfw_read) {
274 isfw_read = _rtl92c_check_fw_read_last_h2c(hw, boxnum);
281 if (!isfw_read) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192d/
H A Dfw_common.c219 bool isfw_read = false; local
279 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum);
280 while (!isfw_read) {
291 isfw_read = _rtl92d_check_fw_read_last_h2c(hw, boxnum);
298 if (!isfw_read) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dfw.c172 bool isfw_read = false; local
249 isfw_read = false;
253 isfw_read = true;
260 if (isfw_read) {
262 isfw_read = _rtl92ee_check_fw_read_last_h2c(hw, boxnum);
263 while (!isfw_read) {
272 isfw_read =
284 if (!isfw_read) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dfw.c36 bool isfw_read = false; local
108 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw, boxnum);
109 while (!isfw_read) {
121 isfw_read = _rtl8723e_check_fw_read_last_h2c(hw,
129 if (!isfw_read) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dfw.c34 bool isfw_read = false; local
106 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw, boxnum);
107 while (!isfw_read) {
118 isfw_read = _rtl8723be_check_fw_read_last_h2c(hw,
126 if (!isfw_read) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dfw.c242 bool isfw_read = false; local
308 isfw_read = false;
312 isfw_read = true;
319 if (isfw_read) {
321 isfw_read =
323 while (!isfw_read) {
335 isfw_read =
344 if (!isfw_read) {

Completed in 191 milliseconds