/linux-4.4.14/drivers/clk/tegra/ |
D | clk-periph-gate.c | 30 #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
|
D | clk.h | 447 struct tegra_clk_periph_gate gate; member
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | ddk750_power.c | 80 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/ |
D | clk-gate2.c | 43 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
|
D | clk-gate-exclusive.c | 28 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/ |
D | clk-gate.c | 46 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/ |
D | clk-gate.c | 29 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/ |
D | clk-kona.c | 357 __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 …]
|
D | clk-kona.h | 54 #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
|
D | clk-iproc-asiu.c | 33 struct iproc_asiu_gate gate; member 187 const struct iproc_asiu_gate *gate, in iproc_asiu_setup()
|
D | clk-kona-setup.c | 81 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/ |
D | command.c | 103 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()
|
D | core.c | 196 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
|
D | hci.h | 24 u8 gate; member
|
/linux-4.4.14/arch/x86/include/asm/ |
D | desc.h | 55 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/ |
D | gate.c | 142 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
|
D | interface.c | 77 struct ti_clk_gate *gate; in ti_clk_register_interface() local
|
D | composite.c | 125 struct clk_hw *gate; in ti_clk_register_composite() local
|
D | clock.h | 122 struct ti_clk_gate *gate; member
|
/linux-4.4.14/drivers/clk/mediatek/ |
D | clk-mtk.c | 117 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/ |
D | clk-a10-hosc.c | 30 struct clk_gate *gate; in sun4i_osc_clk_setup() local
|
D | clk-a20-gmac.c | 65 struct clk_gate *gate; in sun7i_a20_gmac_clk_setup() local
|
D | clk-a10-mod1.c | 33 struct clk_gate *gate; in sun4i_mod1_clk_setup() local
|
D | clk-a10-pll2.c | 53 struct clk_gate *gate; in sun4i_pll2_setup() local
|
D | clk-factors.c | 169 struct clk_gate *gate = NULL; in sunxi_factors_register() local
|
D | clk-sunxi.c | 921 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/ |
D | clk-lpc18xx-ccu.c | 44 struct clk_gate gate; member 140 struct clk_gate *gate = to_clk_gate(hw); in lpc18xx_ccu_gate_endisable() local
|
D | clk-lpc18xx-cgu.c | 168 struct clk_gate gate; member 202 struct clk_gate gate; member 266 struct clk_gate gate; member
|
/linux-4.4.14/net/nfc/nci/ |
D | hci.c | 220 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/ |
D | core.c | 635 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
|
D | vendor_cmds.c | 42 u8 gate; member
|
/linux-4.4.14/drivers/nfc/microread/ |
D | microread.c | 346 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/ |
D | clk.c | 51 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/ |
D | ni_tio.c | 994 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/ |
D | clk-rcar-gen2.c | 171 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/ |
D | mesh_pathtbl.c | 129 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/ |
D | clk-pxa.c | 33 struct clk_gate gate; member
|
D | clk-pxa.h | 78 struct clk_gate gate; member
|
/linux-4.4.14/drivers/clk/pistachio/ |
D | clk.c | 61 struct pistachio_gate *gate, in pistachio_clk_register_gate()
|
/linux-4.4.14/drivers/clk/meson/ |
D | clkc.c | 56 struct clk_gate *gate = NULL; in meson_clk_register_composite() local
|
/linux-4.4.14/include/media/ |
D | videobuf2-dvb.h | 46 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ member
|
D | videobuf-dvb.h | 40 int gate; /* Frontend with gate control 0=!MFE,1=fe0,2=fe1 etc */ member
|
/linux-4.4.14/drivers/clk/samsung/ |
D | clk-exynos-clkout.c | 29 struct clk_gate gate; member
|
/linux-4.4.14/drivers/nfc/pn544/ |
D | pn544.c | 492 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/ |
D | kv_dpm.c | 1423 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()
|
D | ci_dpm.c | 761 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/ |
D | kv_dpm.c | 1493 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()
|
D | cz_dpm.c | 1825 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()
|
D | vce_v2_0.c | 588 bool gate = false; in vce_v2_0_set_clockgating_state() local
|
D | uvd_v4_2.c | 830 bool gate = false; in uvd_v4_2_set_clockgating_state() local
|
D | gmc_v7_0.c | 1349 bool gate = false; in gmc_v7_0_set_clockgating_state() local
|
D | cik_sdma.c | 1258 bool gate = false; in cik_sdma_set_clockgating_state() local
|
D | gfx_v7_0.c | 5496 bool gate = false; in gfx_v7_0_set_clockgating_state() local 5519 bool gate = false; in gfx_v7_0_set_powergating_state() local
|
D | ci_dpm.c | 879 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/ |
D | tuntap_user.c | 62 static int tuntap_open_tramp(char *gate, int *fd_out, int me, int remote, in tuntap_open_tramp()
|
D | ethertap_user.c | 91 static int etap_tramp(char *dev, char *gate, int control_me, in etap_tramp()
|
/linux-4.4.14/drivers/nfc/st-nci/ |
D | se.c | 375 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
|
D | vendor_cmds.c | 46 u8 gate; member
|
/linux-4.4.14/drivers/clk/mvebu/ |
D | common.c | 215 struct clk_gate *gate = in clk_gating_get_src() local
|
/linux-4.4.14/include/net/nfc/ |
D | hci.h | 76 u8 gate; member 81 u8 gate; member
|
D | nci_core.h | 166 u8 gate; member 172 u8 gate; member
|
/linux-4.4.14/arch/x86/kvm/ |
D | i8254.h | 20 u8 gate; /* timer start */ member
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-rst-defs.h | 255 uint64_t gate:48; member 264 uint64_t gate:4; member
|
/linux-4.4.14/drivers/media/tuners/ |
D | tda18271.h | 97 enum tda18271_i2c_gate gate; member
|
D | tda18271-common.c | 26 enum tda18271_i2c_gate gate; in tda18271_i2c_gate_ctrl() local
|
D | tda18271-priv.h | 109 enum tda18271_i2c_gate gate; member
|
/linux-4.4.14/drivers/media/platform/s5p-g2d/ |
D | g2d.h | 31 struct clk *gate; member
|
/linux-4.4.14/drivers/clk/ingenic/ |
D | cgu.h | 157 struct ingenic_cgu_gate_info gate; member
|
/linux-4.4.14/drivers/mfd/ |
D | sm501.c | 320 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/ |
D | clkgen-mux.c | 745 struct clk_gate *gate; in st_of_clkgen_vcc_setup() local
|
D | clkgen-pll.c | 1004 struct clk_gate *gate; in clkgen_odf_register() local
|
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 540 u8 gate = st->i2c_gate; in lme2510_i2c_xfer() local
|
/linux-4.4.14/arch/x86/include/uapi/asm/ |
D | kvm.h | 243 __u8 gate; member
|
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 2743 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/ |
D | forcedeth.c | 1050 static void nv_txrx_gate(struct net_device *dev, bool gate) in nv_txrx_gate()
|