Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/tegra/
A Dbpmp-tegra186.c213 err = tegra186_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra186_bpmp_init()
236 tegra186_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra186_bpmp_init()
242 if (!bpmp->threaded_channels[i].bpmp) in tegra186_bpmp_init()
245 tegra186_bpmp_channel_cleanup(&bpmp->threaded_channels[i]); in tegra186_bpmp_init()
267 tegra186_bpmp_channel_cleanup(&bpmp->threaded_channels[i]); in tegra186_bpmp_deinit()
285 tegra186_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra186_bpmp_resume()
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()
680 channel = &bpmp->threaded_channels[i]; in tegra_bpmp_handle_rx()
732 bpmp->threaded_channels = devm_kcalloc(&pdev->dev, bpmp->threaded.count, in tegra_bpmp_probe()
733 sizeof(*bpmp->threaded_channels), in tegra_bpmp_probe()
735 if (!bpmp->threaded_channels) in tegra_bpmp_probe()
A Dbpmp-tegra210.c196 err = tegra210_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra210_bpmp_init()
/linux-6.3-rc2/include/soc/tegra/
A Dbpmp.h83 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member

Completed in 7 milliseconds