Home
last modified time | relevance | path

Searched refs:cur_fw (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtuner-xc2028.c118 struct firmware_properties cur_fw; member
287 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in free_firmware()
763 (priv->cur_fw.type & BASE_TYPES))) { in check_firmware()
769 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
803 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
804 priv->cur_fw.std_req == std) { in check_firmware()
810 priv->cur_fw.scode_table = 0; in check_firmware()
820 if (priv->cur_fw in check_firmware()
[all...]
H A Dxc4000.c88 struct firmware_properties cur_fw; member
514 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
962 if (priv->cur_fw.type & BASE) { in check_firmware()
968 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
1000 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
1001 priv->cur_fw.std_req == std) { in check_firmware()
1007 priv->cur_fw.scode_table = 0; in check_firmware()
1016 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1017 priv->cur_fw in check_firmware()
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dxc2028.c118 struct firmware_properties cur_fw; member
287 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in free_firmware()
763 (priv->cur_fw.type & BASE_TYPES))) { in check_firmware()
769 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
803 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
804 priv->cur_fw.std_req == std) { in check_firmware()
810 priv->cur_fw.scode_table = 0; in check_firmware()
820 if (priv->cur_fw in check_firmware()
[all...]
H A Dxc4000.c88 struct firmware_properties cur_fw; member
512 if ((priv->cur_fw.type & (FM | DTV6 | DTV7 | DTV78 | DTV8)) == 0) { in xc_tune_channel()
960 if (priv->cur_fw.type & BASE) { in check_firmware()
966 memset(&priv->cur_fw, 0, sizeof(priv->cur_fw)); in check_firmware()
998 if (priv->cur_fw.type == (BASE | new_fw.type) && in check_firmware()
999 priv->cur_fw.std_req == std) { in check_firmware()
1005 priv->cur_fw.scode_table = 0; in check_firmware()
1014 if (priv->cur_fw.scode_table == new_fw.scode_table && in check_firmware()
1015 priv->cur_fw in check_firmware()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
H A Dmac.c624 const u8 *cur_fw; in start_download_firmware() local
644 cur_fw = data + FW_HDR_SIZE; in start_download_firmware()
647 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, dmem_size); in start_download_firmware()
651 cur_fw = data + FW_HDR_SIZE + dmem_size; in start_download_firmware()
654 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, imem_size); in start_download_firmware()
659 cur_fw = data + FW_HDR_SIZE + dmem_size + imem_size; in start_download_firmware()
662 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, in start_download_firmware()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Dmac.c691 const u8 *cur_fw; in start_download_firmware() local
711 cur_fw = data + FW_HDR_SIZE; in start_download_firmware()
714 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, dmem_size); in start_download_firmware()
718 cur_fw = data + FW_HDR_SIZE + dmem_size; in start_download_firmware()
721 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, imem_size); in start_download_firmware()
726 cur_fw = data + FW_HDR_SIZE + dmem_size + imem_size; in start_download_firmware()
729 ret = download_firmware_to_mem(rtwdev, cur_fw, 0, addr, in start_download_firmware()
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm8994.h167 const struct firmware *cur_fw; member
H A Dwm8958-dsp2.c53 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw()
170 wm8994->cur_fw = fw; in wm8958_dsp2_fw()
H A Dwm8994.c2690 wm8994->cur_fw = NULL; in wm8994_set_bias_level()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm8994.h167 const struct firmware *cur_fw; member
H A Dwm8958-dsp2.c53 if (wm8994->cur_fw == fw) in wm8958_dsp2_fw()
170 wm8994->cur_fw = fw; in wm8958_dsp2_fw()
H A Dwm8994.c2690 wm8994->cur_fw = NULL; in wm8994_set_bias_level()

Completed in 25 milliseconds