/linux-6.1.9/Documentation/devicetree/bindings/clock/ |
D | allwinner,sun4i-a10-gates-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun4i-a10-gates-clk.yaml# 24 - const: allwinner,sun4i-a10-gates-clk 25 - const: allwinner,sun4i-a10-axi-gates-clk 26 - const: allwinner,sun4i-a10-ahb-gates-clk 27 - const: allwinner,sun5i-a10s-ahb-gates-clk 28 - const: allwinner,sun5i-a13-ahb-gates-clk 29 - const: allwinner,sun7i-a20-ahb-gates-clk 30 - const: allwinner,sun6i-a31-ahb1-gates-clk 31 - const: allwinner,sun8i-a23-ahb1-gates-clk 32 - const: allwinner,sun9i-a80-ahb0-gates-clk [all …]
|
D | allwinner,sun8i-h3-bus-gates-clk.yaml | 4 $id: http://devicetree.org/schemas/clock/allwinner,sun8i-h3-bus-gates-clk.yaml# 23 const: allwinner,sun8i-h3-bus-gates-clk 59 compatible = "allwinner,sun8i-h3-bus-gates-clk";
|
D | renesas,cpg-mstp-clocks.yaml | 13 The Clock Pulse Generator (CPG) can gate SoC device clocks. The gates are 14 organized in groups of up to 32 gates.
|
D | st,nomadik.txt | 7 PLLs and clock gates. 34 HCLK nodes: these represent the clock gates on individual
|
D | alphascale,acc.txt | 4 clock source, setting deviders and clock gates.
|
D | microchip,mpfs-clkcfg.yaml | 14 which gates and enables all peripheral clocks.
|
D | ingenic,cgu.yaml | 11 typically includes a variety of PLLs, multiplexers, dividers & gates in order
|
D | imx8qxp-lpcg.yaml | 14 model to control the clock gates for the peripherals. An LPCG module
|
/linux-6.1.9/drivers/clk/mvebu/ |
D | common.c | 193 struct clk **gates; member 211 to_clk_gate(__clk_get_hw(ctrl->gates[n])); in clk_gating_get_src() 213 return ctrl->gates[n]; in clk_gating_get_src() 271 ctrl->gates = kcalloc(ctrl->num_gates, sizeof(*ctrl->gates), in mvebu_clk_gating_setup() 273 if (WARN_ON(!ctrl->gates)) in mvebu_clk_gating_setup() 279 ctrl->gates[n] = clk_register_gate(NULL, desc[n].name, parent, in mvebu_clk_gating_setup() 282 WARN_ON(IS_ERR(ctrl->gates[n])); in mvebu_clk_gating_setup()
|
/linux-6.1.9/drivers/clk/sunxi/ |
D | Makefile | 16 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-simple-gates.o 20 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-sun8i-bus-gates.o 30 obj-$(CONFIG_CLK_SUNXI_PRCM_SUN6I) += clk-sun6i-apb0-gates.o 34 obj-$(CONFIG_CLK_SUNXI_PRCM_SUN8I) += clk-sun6i-apb0-gates.o
|
/linux-6.1.9/drivers/clk/ |
D | clk-oxnas.c | 30 struct clk_oxnas_gate **gates; member 192 .gates = ox810se_gates, 198 .gates = ox820_gates, 227 data->gates[i]->regmap = regmap; in oxnas_stdclk_probe()
|
/linux-6.1.9/net/nfc/nci/ |
D | hci.c | 694 const struct nci_hci_gate *gates) in nci_hci_dev_connect_gates() argument 699 r = nci_hci_connect_gate(ndev, gates->dest_host, in nci_hci_dev_connect_gates() 700 gates->gate, gates->pipe); in nci_hci_dev_connect_gates() 703 gates++; in nci_hci_dev_connect_gates() 727 if (ndev->hci_dev->init_data.gates[0].gate != NCI_HCI_ADMIN_GATE) in nci_hci_dev_session_init() 731 ndev->hci_dev->init_data.gates[0].dest_host, in nci_hci_dev_session_init() 732 ndev->hci_dev->init_data.gates[0].gate, in nci_hci_dev_session_init() 733 ndev->hci_dev->init_data.gates[0].pipe); in nci_hci_dev_session_init() 755 ndev->hci_dev->init_data.gates); in nci_hci_dev_session_init()
|
/linux-6.1.9/Documentation/devicetree/bindings/i2c/ |
D | i2c-gate.yaml | 16 there are no competing masters to consider for gates and therefore there is 17 no arbitration happening for gates.
|
/linux-6.1.9/Documentation/devicetree/bindings/mfd/ |
D | allwinner,sun8i-a23-prcm.yaml | 32 - allwinner,sun8i-a23-apb0-gates-clk 83 const: allwinner,sun8i-a23-apb0-gates-clk 192 compatible = "allwinner,sun8i-a23-apb0-gates-clk";
|
D | allwinner,sun6i-a31-prcm.yaml | 32 - allwinner,sun6i-a31-apb0-gates-clk 111 const: allwinner,sun6i-a31-apb0-gates-clk 237 compatible = "allwinner,sun6i-a31-apb0-gates-clk";
|
/linux-6.1.9/net/nfc/hci/ |
D | core.c | 450 const struct nfc_hci_gate *gates) in hci_dev_connect_gates() argument 455 gates->gate, gates->pipe); in hci_dev_connect_gates() 458 gates++; in hci_dev_connect_gates() 469 if (hdev->init_data.gates[0].gate != NFC_HCI_ADMIN_GATE) in hci_dev_session_init() 473 hdev->init_data.gates[0].gate, in hci_dev_session_init() 474 hdev->init_data.gates[0].pipe); in hci_dev_session_init() 499 hdev->init_data.gates); in hci_dev_session_init()
|
/linux-6.1.9/Documentation/driver-api/nfc/ |
D | nfc-hci.rst | 38 support proprietary gates. This is the reason why the driver will pass a list 39 of proprietary gates that must be part of the session. HCI will ensure all 40 those gates have pipes connected when the hci device is set up. 41 In case the chip supports pre-opened gates and pseudo-static pipes, the driver 49 implementation, pipes are totally hidden. The public API only knows gates. 50 This is consistent with the driver need to send commands to proprietary gates 96 mode. This must be implemented only if the hardware uses proprietary gates or a
|
/linux-6.1.9/security/safesetid/ |
D | Kconfig | 8 SafeSetID is an LSM module that gates the setid family of syscalls to
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | stmmac_tc.c | 993 u32 gates = qopt->entries[i].gate_mask; in tc_setup_taprio() local 997 if (gates > GENMASK(31 - wid, 0)) in tc_setup_taprio() 1006 gates |= BIT(0); in tc_setup_taprio() 1010 gates &= ~BIT(0); in tc_setup_taprio() 1017 priv->plat->est->gcl[i] = delta_ns | (gates << wid); in tc_setup_taprio()
|
/linux-6.1.9/drivers/platform/x86/intel/int3472/ |
D | Kconfig | 19 set of discrete GPIOs and power gates.
|
/linux-6.1.9/drivers/clk/stm32/ |
D | clk-stm32-core.c | 135 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_endisable() 161 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_disable_unused() 177 const struct stm32_gate_cfg *gate = &data->gates[gate_id]; in stm32_gate_is_enabled()
|
D | clk-stm32-core.h | 61 const struct stm32_gate_cfg *gates; member
|
/linux-6.1.9/Documentation/driver-api/fpga/ |
D | intro.rst | 38 actual hard hardware that gates a bus to a CPU or a soft ("freeze")
|
/linux-6.1.9/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.
|