Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/firmware/tegra/
Dbpmp.c82 index = channel - channel->bpmp->threaded_channels; in tegra_bpmp_channel_get_thread_index()
237 channel = &bpmp->threaded_channels[index]; in tegra_bpmp_write_threaded()
587 channel = &bpmp->threaded_channels[i]; in tegra_bpmp_handle_rx()
738 bpmp->threaded_channels = devm_kcalloc(&pdev->dev, bpmp->threaded.count, in tegra_bpmp_probe()
739 sizeof(*bpmp->threaded_channels), in tegra_bpmp_probe()
741 if (!bpmp->threaded_channels) { in tegra_bpmp_probe()
758 &bpmp->threaded_channels[i], bpmp, in tegra_bpmp_probe()
781 tegra_bpmp_channel_reset(&bpmp->threaded_channels[i]); in tegra_bpmp_probe()
832 if (bpmp->threaded_channels[i].bpmp) in tegra_bpmp_probe()
833 tegra_bpmp_channel_cleanup(&bpmp->threaded_channels[i]); in tegra_bpmp_probe()
/Linux-v4.19/include/soc/tegra/
Dbpmp.h79 struct tegra_bpmp_channel *tx_channel, *rx_channel, *threaded_channels; member