Home
last modified time | relevance | path

Searched defs:gate (Results 1 – 75 of 75) sorted by relevance

/linux-4.4.14/drivers/clk/tegra/
Dclk-periph-gate.c30 #define read_enb(gate) \ argument
32 #define write_enb_set(val, gate) \ argument
34 #define write_enb_clr(val, gate) \ argument
37 #define read_rst(gate) \ argument
39 #define write_rst_clr(val, gate) \ argument
42 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
49 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
64 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
100 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
134 struct tegra_clk_periph_gate *gate; in tegra_clk_register_periph_gate() local
Dclk.h447 struct tegra_clk_periph_gate gate; member
/linux-4.4.14/drivers/staging/sm750fb/
Dddk750_power.c80 void setCurrentGate(unsigned int gate) in setCurrentGate()
111 u32 gate; in enable2DEngine() local
127 u32 gate; in enableDMA() local
144 u32 gate; in enableGPIO() local
161 u32 gate; in enableI2C() local
/linux-4.4.14/drivers/clk/imx/
Dclk-gate2.c43 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_enable() local
64 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_disable() local
97 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_is_enabled() local
104 struct clk_gate2 *gate = to_clk_gate2(hw); in clk_gate2_disable_unused() local
132 struct clk_gate2 *gate; in clk_register_gate2() local
Dclk-gate-exclusive.c28 struct clk_gate gate; member
34 struct clk_gate *gate = container_of(hw, struct clk_gate, hw); in clk_gate_exclusive_enable() local
65 struct clk_gate *gate; in imx_clk_gate_exclusive() local
/linux-4.4.14/drivers/clk/
Dclk-gate.c46 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable() local
94 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled() local
130 struct clk_gate *gate; in clk_register_gate() local
170 struct clk_gate *gate; in clk_unregister_gate() local
/linux-4.4.14/drivers/clk/mmp/
Dclk-gate.c29 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_enable() local
56 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_disable() local
74 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_is_enabled() local
100 struct mmp_clk_gate *gate; in mmp_clk_register_gate() local
/linux-4.4.14/drivers/clk/bcm/
Dclk-kona.c357 __is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __is_clk_gate_enabled()
374 is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in is_clk_gate_enabled()
395 __gate_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __gate_commit()
446 static bool gate_init(struct ccu_data *ccu, struct bcm_clk_gate *gate) in gate_init()
460 __clk_gate(struct ccu_data *ccu, struct bcm_clk_gate *gate, bool enable) in __clk_gate()
486 struct bcm_clk_gate *gate, bool enable) in clk_gate()
590 static int __div_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate, in __div_commit()
646 static bool div_init(struct ccu_data *ccu, struct bcm_clk_gate *gate, in div_init()
654 static int divider_write(struct ccu_data *ccu, struct bcm_clk_gate *gate, in divider_write()
873 __sel_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate, in __sel_commit()
[all …]
Dclk-kona.h54 #define gate_exists(gate) FLAG_TEST(gate, GATE, EXISTS) argument
55 #define gate_is_enabled(gate) FLAG_TEST(gate, GATE, ENABLED) argument
56 #define gate_is_hw_controllable(gate) FLAG_TEST(gate, GATE, HW) argument
57 #define gate_is_sw_controllable(gate) FLAG_TEST(gate, GATE, SW) argument
58 #define gate_is_sw_managed(gate) FLAG_TEST(gate, GATE, SW_MANAGED) argument
59 #define gate_is_no_disable(gate) FLAG_TEST(gate, GATE, NO_DISABLE) argument
61 #define gate_flip_enabled(gate) FLAG_FLIP(gate, GATE, ENABLED) argument
392 struct bcm_clk_gate gate; member
Dclk-iproc-asiu.c33 struct iproc_asiu_gate gate; member
187 const struct iproc_asiu_gate *gate, in iproc_asiu_setup()
Dclk-kona-setup.c81 struct bcm_clk_gate *gate; in peri_clk_data_offsets_valid() local
253 static bool gate_valid(struct bcm_clk_gate *gate, const char *field_name, in gate_valid()
404 struct bcm_clk_gate *gate; in peri_clk_data_valid() local
/linux-4.4.14/net/nfc/hci/
Dcommand.c103 int nfc_hci_send_event(struct nfc_hci_dev *hdev, u8 gate, u8 event, in nfc_hci_send_event()
124 int nfc_hci_send_cmd(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, in nfc_hci_send_cmd()
139 int nfc_hci_send_cmd_async(struct nfc_hci_dev *hdev, u8 gate, u8 cmd, in nfc_hci_send_cmd_async()
156 int nfc_hci_set_param(struct nfc_hci_dev *hdev, u8 gate, u8 idx, in nfc_hci_set_param()
188 int nfc_hci_get_param(struct nfc_hci_dev *hdev, u8 gate, u8 idx, in nfc_hci_get_param()
281 int nfc_hci_disconnect_gate(struct nfc_hci_dev *hdev, u8 gate) in nfc_hci_disconnect_gate()
Dcore.c196 u8 gate = hdev->pipes[pipe].gate; in nfc_hci_cmd_received() local
279 int nfc_hci_target_discovered(struct nfc_hci_dev *hdev, u8 gate) in nfc_hci_target_discovered()
380 u8 gate = hdev->pipes[pipe].gate; in nfc_hci_event_received() local
Dhci.h24 u8 gate; member
/linux-4.4.14/arch/x86/include/asm/
Ddesc.h55 static inline void pack_gate(gate_desc *gate, unsigned type, unsigned long func, in pack_gate()
71 static inline void pack_gate(gate_desc *gate, unsigned char type, in pack_gate()
119 static inline void native_write_idt_entry(gate_desc *idt, int entry, const gate_desc *gate) in native_write_idt_entry()
307 static inline void set_nmi_gate(int gate, void *addr) in set_nmi_gate()
319 static inline void write_trace_idt_entry(int entry, const gate_desc *gate) in write_trace_idt_entry()
324 static inline void _trace_set_gate(int gate, unsigned type, void *addr, in _trace_set_gate()
337 static inline void write_trace_idt_entry(int entry, const gate_desc *gate) in write_trace_idt_entry()
341 #define _trace_set_gate(gate, type, addr, dpl, ist, seg) argument
344 static inline void _set_gate(int gate, unsigned type, void *addr, in _set_gate()
/linux-4.4.14/drivers/clk/ti/
Dgate.c142 struct ti_clk_gate *gate; in ti_clk_register_gate() local
184 struct clk_hw_omap *gate; in ti_clk_build_component_gate() local
259 struct clk_hw_omap *gate; in _of_ti_composite_gate_clk_setup() local
Dinterface.c77 struct ti_clk_gate *gate; in ti_clk_register_interface() local
Dcomposite.c125 struct clk_hw *gate; in ti_clk_register_composite() local
Dclock.h122 struct ti_clk_gate *gate; member
/linux-4.4.14/drivers/clk/mediatek/
Dclk-mtk.c117 const struct mtk_gate *gate = &clks[i]; in mtk_clk_register_gates() local
143 struct clk_gate *gate = NULL; in mtk_clk_register_composite() local
/linux-4.4.14/drivers/clk/sunxi/
Dclk-a10-hosc.c30 struct clk_gate *gate; in sun4i_osc_clk_setup() local
Dclk-a20-gmac.c65 struct clk_gate *gate; in sun7i_a20_gmac_clk_setup() local
Dclk-a10-mod1.c33 struct clk_gate *gate; in sun4i_mod1_clk_setup() local
Dclk-a10-pll2.c53 struct clk_gate *gate; in sun4i_pll2_setup() local
Dclk-factors.c169 struct clk_gate *gate = NULL; in sunxi_factors_register() local
Dclk-sunxi.c921 u8 gate; /* is it independently gateable? */ member
983 struct clk_gate *gate = NULL; in sunxi_divs_clk_setup() local
/linux-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-ccu.c44 struct clk_gate gate; member
140 struct clk_gate *gate = to_clk_gate(hw); in lpc18xx_ccu_gate_endisable() local
Dclk-lpc18xx-cgu.c168 struct clk_gate gate; member
202 struct clk_gate gate; member
266 struct clk_gate gate; member
/linux-4.4.14/net/nfc/nci/
Dhci.c220 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event, in nci_hci_send_event()
234 int nci_hci_send_cmd(struct nci_dev *ndev, u8 gate, u8 cmd, in nci_hci_send_cmd()
297 u8 gate = ndev->hci_dev->pipes[pipe].gate; in nci_hci_cmd_received() local
565 int nci_hci_set_param(struct nci_dev *ndev, u8 gate, u8 idx, in nci_hci_set_param()
613 int nci_hci_get_param(struct nci_dev *ndev, u8 gate, u8 idx, in nci_hci_get_param()
/linux-4.4.14/drivers/nfc/st21nfca/
Dcore.c635 static int st21nfca_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in st21nfca_hci_target_from_gate()
690 u8 gate, in st21nfca_hci_complete_target_discovered()
855 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_cmd_received() local
911 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_event_received() local
Dvendor_cmds.c42 u8 gate; member
/linux-4.4.14/drivers/nfc/microread/
Dmicroread.c346 static int microread_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in microread_target_from_gate()
361 u8 gate, in microread_complete_target_discovered()
481 static void microread_target_discovered(struct nfc_hci_dev *hdev, u8 gate, in microread_target_discovered()
564 u8 gate = hdev->pipes[pipe].gate; in microread_event_received() local
/linux-4.4.14/drivers/clk/rockchip/
Dclk.c51 struct clk_gate *gate = NULL; in rockchip_clk_register_branch() local
119 struct clk_gate *gate = NULL; in rockchip_clk_register_frac_branch() local
/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_tio.c994 static unsigned ni_660x_gate_to_generic_gate(unsigned gate) in ni_660x_gate_to_generic_gate()
1024 static unsigned ni_m_gate_to_generic_gate(unsigned gate) in ni_m_gate_to_generic_gate()
1060 static unsigned ni_660x_gate2_to_generic_gate(unsigned gate) in ni_660x_gate2_to_generic_gate()
1092 static unsigned ni_m_gate2_to_generic_gate(unsigned gate) in ni_m_gate2_to_generic_gate()
1112 unsigned gate; in ni_tio_get_gate_src() local
/linux-4.4.14/drivers/clk/shmobile/
Dclk-rcar-gen2.c171 struct clk_gate *gate; in cpg_rcan_clk_register() local
214 struct clk_gate *gate; in cpg_adsp_clk_register() local
/linux-4.4.14/net/mac80211/
Dmesh_pathtbl.c129 struct mpath_node *gate; in mesh_table_free() local
447 struct mpath_node *gate, *new_gate; in mesh_path_add_gate() local
489 struct mpath_node *gate; in mesh_gate_del() local
948 struct mpath_node *gate = NULL; in mesh_path_send_to_gates() local
/linux-4.4.14/drivers/clk/pxa/
Dclk-pxa.c33 struct clk_gate gate; member
Dclk-pxa.h78 struct clk_gate gate; member
/linux-4.4.14/drivers/clk/pistachio/
Dclk.c61 struct pistachio_gate *gate, in pistachio_clk_register_gate()
/linux-4.4.14/drivers/clk/meson/
Dclkc.c56 struct clk_gate *gate = NULL; in meson_clk_register_composite() local
/linux-4.4.14/include/media/
Dvideobuf2-dvb.h46 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ member
Dvideobuf-dvb.h40 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ member
/linux-4.4.14/drivers/clk/samsung/
Dclk-exynos-clkout.c29 struct clk_gate gate; member
/linux-4.4.14/drivers/nfc/pn544/
Dpn544.c492 static int pn544_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in pn544_hci_target_from_gate()
514 u8 gate, in pn544_hci_complete_target_discovered()
731 u8 gate = hdev->pipes[pipe].gate; in pn544_hci_event_received() local
/linux-4.4.14/drivers/gpu/drm/radeon/
Dkv_dpm.c1423 static int kv_update_uvd_dpm(struct radeon_device *rdev, bool gate) in kv_update_uvd_dpm()
1516 static int kv_update_samu_dpm(struct radeon_device *rdev, bool gate) in kv_update_samu_dpm()
1580 static int kv_update_acp_dpm(struct radeon_device *rdev, bool gate) in kv_update_acp_dpm()
1611 void kv_dpm_powergate_uvd(struct radeon_device *rdev, bool gate) in kv_dpm_powergate_uvd()
1639 static void kv_dpm_powergate_vce(struct radeon_device *rdev, bool gate) in kv_dpm_powergate_vce()
1662 static void kv_dpm_powergate_samu(struct radeon_device *rdev, bool gate) in kv_dpm_powergate_samu()
1682 static void kv_dpm_powergate_acp(struct radeon_device *rdev, bool gate) in kv_dpm_powergate_acp()
Dci_dpm.c761 void ci_dpm_powergate_uvd(struct radeon_device *rdev, bool gate) in ci_dpm_powergate_uvd()
4044 static int ci_update_uvd_dpm(struct radeon_device *rdev, bool gate) in ci_update_uvd_dpm()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.c1493 static int kv_update_uvd_dpm(struct amdgpu_device *adev, bool gate) in kv_update_uvd_dpm()
1592 static int kv_update_samu_dpm(struct amdgpu_device *adev, bool gate) in kv_update_samu_dpm()
1656 static int kv_update_acp_dpm(struct amdgpu_device *adev, bool gate) in kv_update_acp_dpm()
1687 static void kv_dpm_powergate_uvd(struct amdgpu_device *adev, bool gate) in kv_dpm_powergate_uvd()
1727 static void kv_dpm_powergate_vce(struct amdgpu_device *adev, bool gate) in kv_dpm_powergate_vce()
1758 static void kv_dpm_powergate_samu(struct amdgpu_device *adev, bool gate) in kv_dpm_powergate_samu()
1778 static void kv_dpm_powergate_acp(struct amdgpu_device *adev, bool gate) in kv_dpm_powergate_acp()
Dcz_dpm.c1825 static int cz_update_uvd_dpm(struct amdgpu_device *adev, bool gate) in cz_update_uvd_dpm()
1831 static void cz_dpm_powergate_uvd(struct amdgpu_device *adev, bool gate) in cz_dpm_powergate_uvd()
1919 static void cz_dpm_powergate_vce(struct amdgpu_device *adev, bool gate) in cz_dpm_powergate_vce()
Dvce_v2_0.c588 bool gate = false; in vce_v2_0_set_clockgating_state() local
Duvd_v4_2.c830 bool gate = false; in uvd_v4_2_set_clockgating_state() local
Dgmc_v7_0.c1349 bool gate = false; in gmc_v7_0_set_clockgating_state() local
Dcik_sdma.c1258 bool gate = false; in cik_sdma_set_clockgating_state() local
Dgfx_v7_0.c5496 bool gate = false; in gfx_v7_0_set_clockgating_state() local
5519 bool gate = false; in gfx_v7_0_set_powergating_state() local
Dci_dpm.c879 static void ci_dpm_powergate_uvd(struct amdgpu_device *adev, bool gate) in ci_dpm_powergate_uvd()
4182 static int ci_update_uvd_dpm(struct amdgpu_device *adev, bool gate) in ci_update_uvd_dpm()
/linux-4.4.14/arch/um/os-Linux/drivers/
Dtuntap_user.c62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, in tuntap_open_tramp()
Dethertap_user.c91 static int etap_tramp(char *dev, char *gate, int control_me, in etap_tramp()
/linux-4.4.14/drivers/nfc/st-nci/
Dse.c375 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_event_received() local
400 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st_nci_hci_cmd_received() local
Dvendor_cmds.c46 u8 gate; member
/linux-4.4.14/drivers/clk/mvebu/
Dcommon.c215 struct clk_gate *gate = in clk_gating_get_src() local
/linux-4.4.14/include/net/nfc/
Dhci.h76 u8 gate; member
81 u8 gate; member
Dnci_core.h166 u8 gate; member
172 u8 gate; member
/linux-4.4.14/arch/x86/kvm/
Di8254.h20 u8 gate; /* timer start */ member
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-rst-defs.h255 uint64_t gate:48; member
264 uint64_t gate:4; member
/linux-4.4.14/drivers/media/tuners/
Dtda18271.h97 enum tda18271_i2c_gate gate; member
Dtda18271-common.c26 enum tda18271_i2c_gate gate; in tda18271_i2c_gate_ctrl() local
Dtda18271-priv.h109 enum tda18271_i2c_gate gate; member
/linux-4.4.14/drivers/media/platform/s5p-g2d/
Dg2d.h31 struct clk *gate; member
/linux-4.4.14/drivers/clk/ingenic/
Dcgu.h157 struct ingenic_cgu_gate_info gate; member
/linux-4.4.14/drivers/mfd/
Dsm501.c320 unsigned long gate; in sm501_unit_power() local
515 unsigned long gate = smc501_readl(sm->regs + SM501_CURRENT_GATE); in sm501_set_clock() local
/linux-4.4.14/drivers/clk/st/
Dclkgen-mux.c745 struct clk_gate *gate; in st_of_clkgen_vcc_setup() local
Dclkgen-pll.c1004 struct clk_gate *gate; in clkgen_odf_register() local
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Dlmedm04.c540 u8 gate = st->i2c_gate; in lme2510_i2c_xfer() local
/linux-4.4.14/arch/x86/include/uapi/asm/
Dkvm.h243 __u8 gate; member
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
Dich8lan.c2743 static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate) in e1000_gate_hw_phy_config_ich8lan()
/linux-4.4.14/drivers/net/ethernet/nvidia/
Dforcedeth.c1050 static void nv_txrx_gate(struct net_device *dev, bool gate) in nv_txrx_gate()