Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/clk/tegra/
Dclk-periph-gate.c31 #define read_enb(gate) \ argument
33 #define write_enb_set(val, gate) \ argument
35 #define write_enb_clr(val, gate) \ argument
38 #define read_rst(gate) \ argument
40 #define write_rst_clr(val, gate) \ argument
43 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument
50 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local
65 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local
101 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local
135 struct tegra_clk_periph_gate *gate; in tegra_clk_register_periph_gate() local
Dclk.h420 struct tegra_clk_periph_gate gate; member
/linux-4.1.27/drivers/staging/sm750fb/
Dddk750_power.c79 void setCurrentGate(unsigned int gate) in setCurrentGate()
111 uint32_t gate; in enable2DEngine() local
134 uint32_t gate; in enableZVPort() local
162 uint32_t gate; in enableSSP() local
176 uint32_t gate; in enableDMA() local
193 uint32_t gate; in enableGPIO() local
210 uint32_t gate; in enablePWM() local
227 uint32_t gate; in enableI2C() local
/linux-4.1.27/arch/arm/mach-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.1.27/drivers/clk/
Dclk-gate.c46 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable() local
90 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled() local
126 struct clk_gate *gate; in clk_register_gate() local
168 struct clk_gate *gate; in clk_unregister_gate() local
/linux-4.1.27/drivers/clk/mmp/
Dclk-gate.c29 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_enable() local
57 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_disable() local
75 struct mmp_clk_gate *gate = to_clk_mmp_gate(hw); in mmp_clk_gate_is_enabled() local
101 struct mmp_clk_gate *gate; in mmp_clk_register_gate() local
/linux-4.1.27/drivers/clk/bcm/
Dclk-kona.c356 __is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __is_clk_gate_enabled()
373 is_clk_gate_enabled(struct ccu_data *ccu, struct bcm_clk_gate *gate) in is_clk_gate_enabled()
394 __gate_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate) in __gate_commit()
445 static bool gate_init(struct ccu_data *ccu, struct bcm_clk_gate *gate) in gate_init()
459 __clk_gate(struct ccu_data *ccu, struct bcm_clk_gate *gate, bool enable) in __clk_gate()
485 struct bcm_clk_gate *gate, bool enable) in clk_gate()
589 static int __div_commit(struct ccu_data *ccu, struct bcm_clk_gate *gate, in __div_commit()
645 static bool div_init(struct ccu_data *ccu, struct bcm_clk_gate *gate, in div_init()
653 static int divider_write(struct ccu_data *ccu, struct bcm_clk_gate *gate, in divider_write()
872 __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-kona-setup.c83 struct bcm_clk_gate *gate; in peri_clk_data_offsets_valid() local
255 static bool gate_valid(struct bcm_clk_gate *gate, const char *field_name, in gate_valid()
406 struct bcm_clk_gate *gate; in peri_clk_data_valid() local
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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-factors.c168 struct clk_gate *gate = NULL; in sunxi_factors_register() local
Dclk-sunxi.c1067 u8 gate; /* is it independently gateable? */ member
1129 struct clk_gate *gate = NULL; in sunxi_divs_clk_setup() local
/linux-4.1.27/net/nfc/nci/
Dhci.c217 int nci_hci_send_event(struct nci_dev *ndev, u8 gate, u8 event, in nci_hci_send_event()
231 int nci_hci_send_cmd(struct nci_dev *ndev, u8 gate, u8 cmd, in nci_hci_send_cmd()
280 u8 gate = ndev->hci_dev->pipes[pipe].gate; in nci_hci_cmd_received() local
511 int nci_hci_set_param(struct nci_dev *ndev, u8 gate, u8 idx, in nci_hci_set_param()
559 int nci_hci_get_param(struct nci_dev *ndev, u8 gate, u8 idx, in nci_hci_get_param()
/linux-4.1.27/drivers/nfc/st21nfca/
Dst21nfca.c647 static int st21nfca_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in st21nfca_hci_target_from_gate()
702 u8 gate, in st21nfca_hci_complete_target_discovered()
867 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_cmd_received() local
921 u8 gate = hdev->pipes[pipe].gate; in st21nfca_hci_event_received() local
/linux-4.1.27/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.1.27/drivers/clk/rockchip/
Dclk.c51 struct clk_gate *gate = NULL; in rockchip_clk_register_branch() local
112 struct clk_gate *gate = NULL; in rockchip_clk_register_frac_branch() local
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/clk/pxa/
Dclk-pxa.c33 struct clk_gate gate; member
Dclk-pxa.h78 struct clk_gate gate; member
/linux-4.1.27/drivers/clk/pistachio/
Dclk.c60 struct pistachio_gate *gate, in pistachio_clk_register_gate()
/linux-4.1.27/include/media/
Dvideobuf2-dvb.h40 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.1.27/drivers/clk/samsung/
Dclk-exynos-clkout.c29 struct clk_gate gate; member
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/nfc/st21nfcb/
Dst21nfcb_se.c361 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st21nfcb_hci_event_received() local
384 u8 gate = ndev->hci_dev->pipes[pipe].gate; in st21nfcb_hci_cmd_received() local
/linux-4.1.27/drivers/clk/mvebu/
Dcommon.c215 struct clk_gate *gate = in clk_gating_get_src() local
/linux-4.1.27/include/net/nfc/
Dhci.h76 u8 gate; member
81 u8 gate; member
Dnci_core.h148 u8 gate; member
154 u8 gate; member
/linux-4.1.27/arch/x86/kvm/
Di8254.h20 u8 gate; /* timer start */ member
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-rst-defs.h255 uint64_t gate:48; member
264 uint64_t gate:4; member
/linux-4.1.27/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.1.27/drivers/media/platform/s5p-g2d/
Dg2d.h31 struct clk *gate; member
/linux-4.1.27/drivers/clk/st/
Dclkgen-pll.c555 struct clk_gate *gate; in clkgen_odf_register() local
Dclkgen-mux.c738 struct clk_gate *gate; in st_of_clkgen_vcc_setup() local
/linux-4.1.27/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.1.27/drivers/media/usb/dvb-usb-v2/
Dlmedm04.c481 u8 gate = st->i2c_gate; in lme2510_i2c_xfer() local
/linux-4.1.27/arch/x86/include/uapi/asm/
Dkvm.h241 __u8 gate; member
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Dich8lan.c2677 static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate) in e1000_gate_hw_phy_config_ich8lan()
/linux-4.1.27/drivers/net/ethernet/nvidia/
Dforcedeth.c1050 static void nv_txrx_gate(struct net_device *dev, bool gate) in nv_txrx_gate()