Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/tegra/
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()
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()
Dbpmp-tegra210.c195 err = tegra210_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra210_bpmp_init()
/linux-6.1.9/include/soc/tegra/
Dbpmp.h70 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member