Searched full:aconnect (Results 1 – 25 of 25) sorted by relevance
/linux-6.14.4/drivers/bus/ |
D | tegra-aconnect.c | 2 * Tegra ACONNECT Bus Driver 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() [all …]
|
D | Kconfig | 198 tristate "Tegra ACONNECT Bus Driver" 202 Driver for the Tegra ACONNECT bus which is used to interface with
|
D | Makefile | 33 obj-$(CONFIG_TEGRA_ACONNECT) += tegra-aconnect.o
|
/linux-6.14.4/Documentation/devicetree/bindings/bus/ |
D | nvidia,tegra210-aconnect.yaml | 4 $id: http://devicetree.org/schemas/bus/nvidia,tegra210-aconnect.yaml# 7 title: NVIDIA Tegra ACONNECT Bus 10 The Tegra ACONNECT bus is an AXI switch which is used to connect various 12 the APE subsystem go through the ACONNECT via an APB to AXI wrapper. All 13 devices accessed via the ACONNECT are described by child-nodes. 21 - const: nvidia,tegra210-aconnect 24 - nvidia,tegra234-aconnect 25 - nvidia,tegra186-aconnect 26 - nvidia,tegra194-aconnect 27 - const: nvidia,tegra210-aconnect [all …]
|
/linux-6.14.4/sound/drivers/ |
D | virmidi.c | 23 * - Connect input/output via aconnect. 24 * % aconnect 64:0 72:0 # keyboard input redirection 64:0 -> 72:0 25 * % aconnect 72:0 65:0 # output device redirection 72:0 -> 65:0
|
/linux-6.14.4/arch/arm64/boot/dts/nvidia/ |
D | tegra234-p3701.dtsi | 14 aconnect@2900000 {
|
D | tegra234-p3767.dtsi | 13 aconnect@2900000 {
|
D | tegra234-p3740-0002+p3701-0008.dts | 23 aconnect@2900000 {
|
D | tegra234-p3737-0000+p3701.dtsi | 21 aconnect@2900000 {
|
D | tegra186.dtsi | 120 aconnect@2900000 { 121 compatible = "nvidia,tegra186-aconnect", 122 "nvidia,tegra210-aconnect";
|
D | tegra210-p2371-2180.dts | 114 aconnect@702c0000 {
|
D | tegra186-p3509-0000+p3636-0001.dts | 59 aconnect@2900000 {
|
D | tegra210.dtsi | 1372 aconnect@702c0000 { 1373 compatible = "nvidia,tegra210-aconnect";
|
D | tegra194.dtsi | 214 aconnect@2900000 { 215 compatible = "nvidia,tegra194-aconnect", 216 "nvidia,tegra210-aconnect";
|
D | tegra210-p3450-0000.dts | 613 aconnect@702c0000 {
|
D | tegra194-p3509-0000.dtsi | 9 aconnect@2900000 {
|
D | tegra194-p2972-0000.dts | 14 aconnect@2900000 {
|
D | tegra186-p2771-0000.dts | 13 aconnect@2900000 {
|
D | tegra234.dtsi | 164 aconnect@2900000 { 165 compatible = "nvidia,tegra234-aconnect", 166 "nvidia,tegra210-aconnect";
|
D | tegra210-smaug.dts | 1858 aconnect@702c0000 {
|
/linux-6.14.4/sound/core/seq/ |
D | seq_dummy.c | 21 The routing can be done via aconnect program in alsa-utils.
|
/linux-6.14.4/Documentation/usb/ |
D | gadget-testing.rst | 440 MIDI ports can be logically connected using the aconnect utility, e.g.:: 442 $ aconnect 24:0 128:0 # try it on the host 1102 $ aconnect -o 1111 $ aconnect -i
|
/linux-6.14.4/drivers/usb/gadget/ |
D | Kconfig | 443 ALSA's aconnect utility etc.
|
/linux-6.14.4/drivers/usb/gadget/legacy/ |
D | Kconfig | 327 ALSA's aconnect utility etc.
|
/linux-6.14.4/sound/pci/ |
D | azt3328.c | 99 * aconnect -o 105 * where a:b is the client number plus 0 usually, as given by aconnect above.
|