Home
last modified time | relevance | path

Searched refs:frontend_firmware (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/media/usb/dvb-usb/
Ddib0700_devices.c33 const struct firmware *frontend_firmware; member
2411 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) { in stk9090m_frontend_attach()
2415 deb_info("%s: firmware read %zu bytes.\n", __func__, state->frontend_firmware->size); in stk9090m_frontend_attach()
2417 stk9090m_config.microcode_B_fe_size = state->frontend_firmware->size; in stk9090m_frontend_attach()
2418 stk9090m_config.microcode_B_fe_buffer = state->frontend_firmware->data; in stk9090m_frontend_attach()
2449 release_firmware(state->frontend_firmware); in dib9090_tuner_attach()
2481 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) { in nim9090md_frontend_attach()
2485 deb_info("%s: firmware read %zu bytes.\n", __func__, state->frontend_firmware->size); in nim9090md_frontend_attach()
2487 nim9090md_config[0].microcode_B_fe_size = state->frontend_firmware->size; in nim9090md_frontend_attach()
2488 nim9090md_config[0].microcode_B_fe_buffer = state->frontend_firmware->data; in nim9090md_frontend_attach()
[all …]