Searched refs:aconnect (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/bus/ |
D | tegra-aconnect.c | 24 struct tegra_aconnect *aconnect; in tegra_aconnect_probe() local 29 aconnect = devm_kzalloc(&pdev->dev, sizeof(struct tegra_aconnect), in tegra_aconnect_probe() 31 if (!aconnect) in tegra_aconnect_probe() 34 aconnect->ape_clk = devm_clk_get(&pdev->dev, "ape"); in tegra_aconnect_probe() 35 if (IS_ERR(aconnect->ape_clk)) { in tegra_aconnect_probe() 37 return PTR_ERR(aconnect->ape_clk); in tegra_aconnect_probe() 40 aconnect->apb2ape_clk = devm_clk_get(&pdev->dev, "apb2ape"); in tegra_aconnect_probe() 41 if (IS_ERR(aconnect->apb2ape_clk)) { in tegra_aconnect_probe() 43 return PTR_ERR(aconnect->apb2ape_clk); in tegra_aconnect_probe() 46 dev_set_drvdata(&pdev->dev, aconnect); in tegra_aconnect_probe() [all …]
|
D | Makefile | 30 obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o
|
/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | nvidia,tegra210-aconnect.txt | 8 - compatible: Must be "nvidia,tegra210-aconnect". 16 in the aconnect address space. Should be 1. 18 range in the aconnect address space. Should be 1. 19 - ranges: Mapping of the aconnect address space to the CPU address space. 25 aconnect@702c0000 { 26 compatible = "nvidia,tegra210-aconnect";
|
/Linux-v5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra210-p2371-2180.dts | 119 aconnect@702c0000 {
|
D | tegra194-p2972-0000.dts | 14 aconnect@2900000 {
|
D | tegra194-p3509-0000+p3668-0000.dts | 14 aconnect@2900000 {
|
D | tegra186.dtsi | 76 aconnect { 77 compatible = "nvidia,tegra186-aconnect", 78 "nvidia,tegra210-aconnect";
|
D | tegra210-p3450-0000.dts | 629 aconnect@702c0000 {
|
D | tegra194.dtsi | 74 aconnect@2900000 { 75 compatible = "nvidia,tegra194-aconnect", 76 "nvidia,tegra210-aconnect";
|
D | tegra210.dtsi | 1336 aconnect@702c0000 { 1337 compatible = "nvidia,tegra210-aconnect";
|
D | tegra210-smaug.dts | 1717 aconnect@702c0000 {
|
/Linux-v5.10/Documentation/usb/ |
D | gadget-testing.rst | 425 MIDI ports can be logically connected using the aconnect utility, e.g.:: 427 $ aconnect 24:0 128:0 # try it on the host
|
/Linux-v5.10/drivers/usb/gadget/ |
D | Kconfig | 434 ALSA's aconnect utility etc.
|
/Linux-v5.10/drivers/usb/gadget/legacy/ |
D | Kconfig | 327 ALSA's aconnect utility etc.
|