Searched refs:aconnect (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/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 | 28 obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o
|
| /Linux-v5.4/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.4/arch/arm64/boot/dts/nvidia/ |
| D | tegra210-p2371-2180.dts | 116 aconnect@702c0000 {
|
| D | tegra194-p2972-0000.dts | 14 aconnect {
|
| D | tegra186-p2771-0000.dts | 13 aconnect {
|
| D | tegra186.dtsi | 73 aconnect { 74 compatible = "nvidia,tegra186-aconnect", 75 "nvidia,tegra210-aconnect";
|
| D | tegra194.dtsi | 63 aconnect { 64 compatible = "nvidia,tegra194-aconnect", 65 "nvidia,tegra210-aconnect";
|
| D | tegra210.dtsi | 1233 aconnect@702c0000 { 1234 compatible = "nvidia,tegra210-aconnect";
|
| D | tegra210-smaug.dts | 1718 aconnect@702c0000 {
|
| /Linux-v5.4/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.4/drivers/usb/gadget/ |
| D | Kconfig | 434 ALSA's aconnect utility etc.
|
| /Linux-v5.4/drivers/usb/gadget/legacy/ |
| D | Kconfig | 305 ALSA's aconnect utility etc.
|