Lines Matching refs:frontend_firmware
33 const struct firmware *frontend_firmware; member
2404 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) { in stk9090m_frontend_attach()
2408 deb_info("%s: firmware read %zu bytes.\n", __func__, state->frontend_firmware->size); in stk9090m_frontend_attach()
2410 stk9090m_config.microcode_B_fe_size = state->frontend_firmware->size; in stk9090m_frontend_attach()
2411 stk9090m_config.microcode_B_fe_buffer = state->frontend_firmware->data; in stk9090m_frontend_attach()
2416 release_firmware(state->frontend_firmware); in stk9090m_frontend_attach()
2447 release_firmware(state->frontend_firmware); in dib9090_tuner_attach()
2479 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) { in nim9090md_frontend_attach()
2483 deb_info("%s: firmware read %zu bytes.\n", __func__, state->frontend_firmware->size); in nim9090md_frontend_attach()
2485 nim9090md_config[0].microcode_B_fe_size = state->frontend_firmware->size; in nim9090md_frontend_attach()
2486 nim9090md_config[0].microcode_B_fe_buffer = state->frontend_firmware->data; in nim9090md_frontend_attach()
2487 nim9090md_config[1].microcode_B_fe_size = state->frontend_firmware->size; in nim9090md_frontend_attach()
2488 nim9090md_config[1].microcode_B_fe_buffer = state->frontend_firmware->data; in nim9090md_frontend_attach()
2494 release_firmware(state->frontend_firmware); in nim9090md_frontend_attach()
2505 release_firmware(state->frontend_firmware); in nim9090md_frontend_attach()
2552 release_firmware(state->frontend_firmware); in nim9090md_tuner_attach()