/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | sunxi.txt | 22 "allwinner,sun4i-a10-gates-clk" - for generic gates on all compatible SoCs 23 "allwinner,sun4i-a10-axi-gates-clk" - for the AXI gates 27 "allwinner,sun4i-a10-ahb-gates-clk" - for the AHB gates on A10 28 "allwinner,sun5i-a13-ahb-gates-clk" - for the AHB gates on A13 29 "allwinner,sun5i-a10s-ahb-gates-clk" - for the AHB gates on A10s 30 "allwinner,sun7i-a20-ahb-gates-clk" - for the AHB gates on A20 35 "allwinner,sun6i-a31-ahb1-gates-clk" - for the AHB1 gates on A31 36 "allwinner,sun8i-a23-ahb1-gates-clk" - for the AHB1 gates on A23 37 "allwinner,sun9i-a80-ahb0-gates-clk" - for the AHB0 gates on A80 38 "allwinner,sun9i-a80-ahb1-gates-clk" - for the AHB1 gates on A80 [all …]
|
D | st,nomadik.txt | 7 PLLs and clock gates. 34 HCLK nodes: these represent the clock gates on individual
|
D | renesas,cpg-mstp-clocks.txt | 3 The CPG can gate SoC device clocks. The gates are organized in groups of up to 4 32 gates.
|
D | ingenic,cgu.txt | 4 typically includes a variety of PLLs, multiplexers, dividers & gates in order
|
D | alphascale,acc.txt | 4 clock source, setting deviders and clock gates.
|
D | pistachio-clock.txt | 103 gates for the external clocks "audio_clk_in" and "enet_clk_in".
|
/Linux-v4.19/drivers/clk/mvebu/ |
D | common.c | 195 struct clk **gates; member 213 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src() 215 return ctrl->gates[n]; in clk_gating_get_src() 273 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup() 275 if (WARN_ON(!ctrl->gates)) in mvebu_clk_gating_setup() 281 ctrl->gates[n] = clk_register_gate(NULL, desc[n].name, parent, in mvebu_clk_gating_setup() 284 WARN_ON(IS_ERR(ctrl->gates[n])); in mvebu_clk_gating_setup()
|
/Linux-v4.19/drivers/clk/sunxi/ |
D | Makefile | 14 obj-y += clk-simple-gates.o 18 obj-y += clk-sun8i-bus-gates.o 28 clk-sun6i-ar100.o clk-sun6i-apb0.o clk-sun6i-apb0-gates.o \
|
/Linux-v4.19/drivers/clk/ |
D | clk-oxnas.c | 41 struct clk_oxnas_gate **gates; member 203 .gates = ox810se_gates, 209 .gates = ox820_gates, 240 data->gates[i]->regmap = regmap; in oxnas_stdclk_probe()
|
/Linux-v4.19/net/nfc/nci/ |
D | hci.c | 709 struct nci_hci_gate *gates) in nci_hci_dev_connect_gates() argument 714 r = nci_hci_connect_gate(ndev, gates->dest_host, in nci_hci_dev_connect_gates() 715 gates->gate, gates->pipe); in nci_hci_dev_connect_gates() 718 gates++; in nci_hci_dev_connect_gates() 742 if (ndev->hci_dev->init_data.gates[0].gate != NCI_HCI_ADMIN_GATE) in nci_hci_dev_session_init() 746 ndev->hci_dev->init_data.gates[0].dest_host, in nci_hci_dev_session_init() 747 ndev->hci_dev->init_data.gates[0].gate, in nci_hci_dev_session_init() 748 ndev->hci_dev->init_data.gates[0].pipe); in nci_hci_dev_session_init() 770 ndev->hci_dev->init_data.gates); in nci_hci_dev_session_init()
|
/Linux-v4.19/Documentation/devicetree/bindings/i2c/ |
D | i2c-gate.txt | 4 there are no competing masters to consider for gates and therefore there is 5 no arbitration happening for gates.
|
/Linux-v4.19/net/nfc/hci/ |
D | core.c | 449 struct nfc_hci_gate *gates) in hci_dev_connect_gates() argument 454 gates->gate, gates->pipe); in hci_dev_connect_gates() 457 gates++; in hci_dev_connect_gates() 468 if (hdev->init_data.gates[0].gate != NFC_HCI_ADMIN_GATE) in hci_dev_session_init() 472 hdev->init_data.gates[0].gate, in hci_dev_session_init() 473 hdev->init_data.gates[0].pipe); in hci_dev_session_init() 498 hdev->init_data.gates); in hci_dev_session_init()
|
/Linux-v4.19/Documentation/nfc/ |
D | nfc-hci.txt | 35 support proprietary gates. This is the reason why the driver will pass a list 36 of proprietary gates that must be part of the session. HCI will ensure all 37 those gates have pipes connected when the hci device is set up. 38 In case the chip supports pre-opened gates and pseudo-static pipes, the driver 46 implementation, pipes are totally hidden. The public API only knows gates. 47 This is consistent with the driver need to send commands to proprietary gates 93 mode. This must be implemented only if the hardware uses proprietary gates or a
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | sun6i-prcm.txt | 46 compatible = "allwinner,sun6i-a31-apb0-gates-clk";
|
/Linux-v4.19/Documentation/driver-api/fpga/ |
D | intro.rst | 38 actual hard hardware that gates a bus to a CPU or a soft ("freeze")
|
/Linux-v4.19/Documentation/devicetree/bindings/sound/ |
D | nvidia,tegra-audio-rt5677.txt | 33 - nvidia,dmic-clk-en-gpios : The GPIO that gates DMIC clock signal
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ti/davinci/ |
D | pll.txt | 4 to the PLL itself, this controller also contains bypasses, gates, dividers,
|
D | da8xx-cfgchip.txt | 5 gates. This document describes the bindings for those clocks.
|
/Linux-v4.19/include/net/nfc/ |
D | hci.h | 93 struct nfc_hci_gate gates[NFC_HCI_MAX_CUSTOM_GATES]; member
|
D | nci_core.h | 184 struct nci_hci_gate gates[NCI_HCI_MAX_CUSTOM_GATES]; member
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ti/ |
D | gate.txt | 42 gates the clock and clearing the bit ungates the clock.
|
/Linux-v4.19/drivers/nfc/st-nci/ |
D | se.c | 237 ndev->hci_dev->init_data.gates[j].pipe = pipe_info[2]; in st_nci_hci_load_session() 571 memcpy(ndev->hci_dev->init_data.gates, st_nci_gates, in st_nci_hci_network_init()
|
/Linux-v4.19/drivers/nfc/st21nfca/ |
D | core.c | 193 hdev->init_data.gates[j].pipe = pipe_info[2]; in st21nfca_hci_load_session() 972 memcpy(init_data.gates, st21nfca_gates, sizeof(st21nfca_gates)); in st21nfca_hci_probe()
|
/Linux-v4.19/Documentation/hwmon/ |
D | adm9240 | 82 Two fan tacho inputs are provided, the ADM9240 gates an internal 22.5kHz
|
/Linux-v4.19/drivers/nfc/microread/ |
D | microread.c | 676 memcpy(init_data.gates, microread_gates, sizeof(microread_gates)); in microread_probe()
|