Searched refs:gate (Results 151 - 175 of 203) sorted by relevance

123456789

/linux-master/drivers/clk/ingenic/
H A Dcgu.c34 * ingenic_cgu_gate_get() - get the value of clock gate register bit
36 * @info: info struct describing the gate bit
38 * Retrieves the state of the clock gate bit described by info. The
41 * Return: true if the gate bit is set, else false.
52 * ingenic_cgu_gate_set() - set the value of clock gate register bit
54 * @info: info struct describing the gate bit
55 * @val: non-zero to gate a clock, otherwise zero
57 * Sets the given gate bit in order to gate or ungate a clock.
587 ingenic_cgu_gate_set(cgu, &clk_info->gate, fals
[all...]
/linux-master/drivers/clk/tegra/
H A Dclk.h543 * struct tegra_clk_periph_gate - peripheral gate clock
611 * @gate: gate clock
614 * @gate_ops: gate clock ops
621 struct tegra_clk_periph_gate gate; member in struct:tegra_clk_periph
661 .gate = { \
780 * @gate: gate clock
781 * @gate_ops: gate clock ops
788 struct tegra_clk_periph_gate gate; member in struct:tegra_sdmmc_mux
[all...]
H A Dclk-tegra-periph.c877 bank = get_reg_bank(data->periph.gate.clk_num);
881 data->periph.gate.regs = bank;
904 data->p.parent_name, data->periph.gate.flags,
906 data->periph.gate.clk_num,
981 * CPU, register a gate clock "pll_p_out_cpu" for this gating
/linux-master/drivers/nfc/st-nci/
H A Dvendor_cmds.c35 u8 gate; member in struct:get_param_data
215 r = nci_hci_get_param(ndev, param->gate, param->data, &skb);
/linux-master/drivers/soc/tegra/
H A Dpmc.c414 * @powergates_lock: mutex for power gate register access
2649 struct pmc_clk_gate *gate = to_pmc_clk_gate(hw); local
2651 return tegra_pmc_readl(pmc, gate->offs) & BIT(gate->shift) ? 1 : 0;
2656 struct pmc_clk_gate *gate = to_pmc_clk_gate(hw); local
2658 pmc_clk_set_state(gate->offs, gate->shift, 1);
2665 struct pmc_clk_gate *gate = to_pmc_clk_gate(hw); local
2667 pmc_clk_set_state(gate->offs, gate
2682 struct pmc_clk_gate *gate; local
[all...]
/linux-master/drivers/media/tuners/
H A Dtda18271-priv.h99 enum tda18271_i2c_gate gate; member in struct:tda18271_priv
H A Dtda18271-fe.c1190 priv->gate = (cfg) ? cfg->gate : TDA18271_GATE_AUTO;
1301 if (cfg->gate != TDA18271_GATE_ANALOG)
1302 priv->gate = cfg->gate;
/linux-master/scripts/gcc-plugins/
H A Dgcc-generate-ipa-pass.h172 virtual bool gate(function *) { return _GATE(); } function in class:__anon1201::_PASS_NAME_PASS
/linux-master/tools/testing/selftests/drivers/net/ocelot/
H A Dpsfp.sh32 # Shift the isochron base time by half the gate time, so that packets are
134 action gate base-time 0.000000000 \
299 # Send packets in-band with the OPEN gate entry
308 # Send packets in-band with the CLOSE gate entry
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dcik_sdma.c1198 bool gate = false; local
1202 gate = true;
1204 cik_enable_sdma_mgcg(adev, gate);
1205 cik_enable_sdma_mgls(adev, gate);
/linux-master/arch/x86/entry/vdso/
H A DMakefile114 VDSO_LDFLAGS_vdso32.lds = -m elf_i386 -soname linux-gate.so.1
/linux-master/arch/sparc/vdso/
H A DMakefile64 VDSO_LDFLAGS_vdso32.lds = -m elf32_sparc -soname linux-gate.so.1
/linux-master/drivers/media/pci/saa7134/
H A Dsaa7134-dvb.c218 .gate = TDA18271_GATE_DIGITAL,
237 pr_warn("could not access the I2C gate\n");
245 pr_warn("could not access the I2C gate\n");
535 pr_warn("could not access tda8290 I2C gate\n");
1095 .gate = TDA18271_GATE_ANALOG,
1117 .gate = TDA18271_GATE_ANALOG,
1143 .gate = TDA18271_GATE_ANALOG,
1162 .gate = TDA18271_GATE_ANALOG,
1175 .gate = TDA18271_GATE_ANALOG,
1193 .gate
[all...]
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-devattr.c325 .gate = TDA18271_GATE_ANALOG,
423 .gate = TDA18271_GATE_ANALOG,
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-dvb.c141 if (f->gate <= 1) /* undefined or fe0 */
144 fe = vb2_dvb_get_frontend(f, f->gate);
321 .gate = TDA18271_GATE_ANALOG,
327 .gate = TDA18271_GATE_ANALOG,
332 .gate = TDA18271_GATE_DIGITAL,
337 .gate = TDA18271_GATE_DIGITAL,
1217 /* multi-frontend gate control is undefined or defaults to fe0 */
1218 port->frontends.gate = 0;
1220 /* Sets the gate control callback to be used by i2c command calls */
1720 port->frontends.gate
[all...]
/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c1060 * transmission if the traffic class gate is open for at least 33 ns.
1061 * Overruns are prevented by cropping an interval at the end of the gate time
1064 * This function returns the size of a gate interval that remains available for
1079 /* Extract shortest continuous gate open intervals in ns for each traffic class
1080 * of a cyclic tc-taprio schedule. If a gate is always open, the duration is
1081 * considered U64_MAX. If the gate is always closed, it is considered 0.
1103 /* Walk through the gate list twice to determine the length
1107 * minimum is (if the gate never closes, min_gate_len will
1129 /* min_gate_len[tc] actually tracks minimum *open* gate time, so for
1132 * open gates. Overwrite the gate le
[all...]
/linux-master/drivers/clk/
H A DMakefile9 obj-$(CONFIG_COMMON_CLK) += clk-gate.o
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dlmedm04.c493 u8 gate; local
501 gate = (msg[i].addr == st->i2c_tuner_addr)
505 obuf[0] = gate | (read << 7);
507 if (gate == 5)
/linux-master/arch/arm/common/
H A Dmcpm_head.S191 @ Observability order of CPU_UP and opening of the gate does not matter.
/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h187 struct vop_reg gate; member in struct:vop_win_phy
/linux-master/drivers/media/usb/cx231xx/
H A Dcx231xx-dvb.c94 .gate = TDA18271_GATE_ANALOG,
136 .gate = TDA18271_GATE_DIGITAL,
146 .gate = TDA18271_GATE_DIGITAL,
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c328 * smu_dpm_set_power_gate - power gate/ungate the specific IP block
331 * @block_type: the IP block to power gate/ungate
332 * @gate: to power gate if true, ungate otherwise
343 bool gate)
351 gate ? "gate" : "ungate", block_type);
362 ret = smu_dpm_set_vcn_enable(smu, !gate);
365 gate ? "gate"
341 smu_dpm_set_power_gate(void *handle, uint32_t block_type, bool gate) argument
[all...]
/linux-master/drivers/media/pci/cx88/
H A Dcx88-dvb.c205 if (f->gate <= 1) /* undefined or fe0 */
208 fe = vb2_dvb_get_frontend(f, f->gate);
625 * Some xc3028 devices may be hidden by an I2C gate. This is known
627 * Now that I2C gate is open, sets up xc3028 configuration
1005 /* multi-frontend gate control is undefined or defaults to fe0 */
1006 dev->frontends.gate = 0;
1008 /* Sets the gate control callback to be used by i2c command calls */
1066 dev->frontends.gate = 2;
1442 dev->frontends.gate = 2;
/linux-master/arch/parisc/kernel/
H A Dsyscall.S18 than that: to have this happen, you also have to use a branch with a ,gate
107 gate lws_start, %r0 /* increase privilege */
118 gate .+8, %r0 /* increase privilege */
132 gate .+8, %r0 /* become privileged */
/linux-master/drivers/media/pci/cx18/
H A Dcx18-dvb.c91 .gate = TDA18271_GATE_DIGITAL,
103 .no_tuner = 1, /* XC3028 is not behind the gate */
104 .disable_i2c_gate_ctrl = 1, /* Disable the I2C gate */
208 .no_tuner = 1, /* XC3028 is not behind the gate */
216 .no_tuner = 1, /* XC3028 is not behind the gate */
217 .disable_i2c_gate_ctrl = 1, /* Disable the I2C gate */
224 .no_tuner = 1, /* XC3028 is not behind the gate */
225 .disable_i2c_gate_ctrl = 1, /* Disable the I2C gate */

Completed in 605 milliseconds

123456789