Lines Matching refs:frontend_firmware
34 const struct firmware *frontend_firmware; member
2394 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) { in stk9090m_frontend_attach()
2398 deb_info("%s: firmware read %Zu bytes.\n", __func__, state->frontend_firmware->size); in stk9090m_frontend_attach()
2400 stk9090m_config.microcode_B_fe_size = state->frontend_firmware->size; in stk9090m_frontend_attach()
2401 stk9090m_config.microcode_B_fe_buffer = state->frontend_firmware->data; in stk9090m_frontend_attach()
2428 release_firmware(state->frontend_firmware); in dib9090_tuner_attach()
2460 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) { in nim9090md_frontend_attach()
2464 deb_info("%s: firmware read %Zu bytes.\n", __func__, state->frontend_firmware->size); in nim9090md_frontend_attach()
2466 nim9090md_config[0].microcode_B_fe_size = state->frontend_firmware->size; in nim9090md_frontend_attach()
2467 nim9090md_config[0].microcode_B_fe_buffer = state->frontend_firmware->data; in nim9090md_frontend_attach()
2468 nim9090md_config[1].microcode_B_fe_size = state->frontend_firmware->size; in nim9090md_frontend_attach()
2469 nim9090md_config[1].microcode_B_fe_buffer = state->frontend_firmware->data; in nim9090md_frontend_attach()
2522 release_firmware(state->frontend_firmware); in nim9090md_tuner_attach()