Home
last modified time | relevance | path

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

/linux/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()
296 err = tegra186_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra186_bpmp_setup_channels()
317 tegra186_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra186_bpmp_reset_channels()
H A Dbpmp-tegra210.c196 err = tegra210_bpmp_channel_init(&bpmp->threaded_channels[i], in tegra210_bpmp_init()
/linux/include/soc/tegra/
H A Dbpmp.h83 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member