Home
last modified time | relevance | path

Searched refs:threaded_channels (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/firmware/tegra/
H A Dbpmp-tegra186.c215 err = tegra186_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra186_bpmp_init()
238 tegra186_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra186_bpmp_init()
244 if (!bpmp->threaded_channels[i].bpmp) in tegra186_bpmp_init()
247 tegra186_bpmp_channel_cleanup(&bpmp->threaded_channels[i]); in tegra186_bpmp_init()
269 tegra186_bpmp_channel_cleanup(&bpmp->threaded_channels[i]); in tegra186_bpmp_deinit()
287 tegra186_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra186_bpmp_resume()
H A Dbpmp.c87 index = channel - channel->bpmp->threaded_channels; in tegra_bpmp_channel_get_thread_index()
276 channel = &bpmp->threaded_channels[index]; in tegra_bpmp_write_threaded()
677 channel = &bpmp->threaded_channels[i]; in tegra_bpmp_handle_rx()
729 bpmp->threaded_channels = devm_kcalloc(&pdev->dev, bpmp->threaded.count, in tegra_bpmp_probe()
730 sizeof(*bpmp->threaded_channels), in tegra_bpmp_probe()
732 if (!bpmp->threaded_channels) in tegra_bpmp_probe()
H A Dbpmp-tegra210.c198 err = tegra210_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra210_bpmp_init()
/kernel/linux/linux-6.6/drivers/firmware/tegra/
H A Dbpmp-tegra186.c177 if (!bpmp->threaded_channels[i].bpmp) in tegra186_bpmp_teardown_channels()
180 tegra186_bpmp_channel_cleanup(&bpmp->threaded_channels[i]); in tegra186_bpmp_teardown_channels()
301 err = tegra186_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra186_bpmp_setup_channels()
322 tegra186_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra186_bpmp_reset_channels()
H A Dbpmp.c86 index = channel - channel->bpmp->threaded_channels; in tegra_bpmp_channel_get_thread_index()
275 channel = &bpmp->threaded_channels[index]; in tegra_bpmp_write_threaded()
697 channel = &bpmp->threaded_channels[i]; in tegra_bpmp_handle_rx()
749 bpmp->threaded_channels = devm_kcalloc(&pdev->dev, bpmp->threaded.count, in tegra_bpmp_probe()
750 sizeof(*bpmp->threaded_channels), in tegra_bpmp_probe()
752 if (!bpmp->threaded_channels) in tegra_bpmp_probe()
H A Dbpmp-tegra210.c196 err = tegra210_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra210_bpmp_init()
/kernel/linux/linux-5.10/include/soc/tegra/
H A Dbpmp.h70 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member
/kernel/linux/linux-6.6/include/soc/tegra/
H A Dbpmp.h83 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member

Completed in 6 milliseconds