Home
last modified time | relevance | path

Searched refs:aconnect (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/drivers/bus/
Dtegra-aconnect.c24 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 …]
DMakefile30 obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o
/Linux-v5.10/Documentation/devicetree/bindings/bus/
Dnvidia,tegra210-aconnect.txt8 - 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/
Dtegra210-p2371-2180.dts119 aconnect@702c0000 {
Dtegra194-p2972-0000.dts14 aconnect@2900000 {
Dtegra194-p3509-0000+p3668-0000.dts14 aconnect@2900000 {
Dtegra186.dtsi76 aconnect {
77 compatible = "nvidia,tegra186-aconnect",
78 "nvidia,tegra210-aconnect";
Dtegra210-p3450-0000.dts629 aconnect@702c0000 {
Dtegra194.dtsi74 aconnect@2900000 {
75 compatible = "nvidia,tegra194-aconnect",
76 "nvidia,tegra210-aconnect";
Dtegra210.dtsi1336 aconnect@702c0000 {
1337 compatible = "nvidia,tegra210-aconnect";
Dtegra210-smaug.dts1717 aconnect@702c0000 {
/Linux-v5.10/Documentation/usb/
Dgadget-testing.rst425 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/
DKconfig434 ALSA's aconnect utility etc.
/Linux-v5.10/drivers/usb/gadget/legacy/
DKconfig327 ALSA's aconnect utility etc.