/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_set(val, gate) \ argument 41 #define write_rst_clr(val, gate) \ argument 44 #define periph_clk_to_bit(gate) (1 << (gate->clk_num % 32)) argument 51 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_is_enabled() local 66 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_enable() local 102 struct tegra_clk_periph_gate *gate = to_clk_periph_gate(hw); in clk_periph_disable() local [all …]
|
D | clk-periph.c | 118 struct tegra_clk_periph_gate *gate; in tegra_periph_reset_deassert() local 138 struct tegra_clk_periph_gate *gate; in tegra_periph_reset_assert() local
|
D | clk.h | 407 struct tegra_clk_periph_gate gate; member
|
/drivers/clk/ |
D | clk-gate.c | 46 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_endisable() local 84 struct clk_gate *gate = to_clk_gate(hw); in clk_gate_is_enabled() local 120 struct clk_gate *gate; in clk_register_gate() local
|
/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() 552 static int microread_event_received(struct nfc_hci_dev *hdev, u8 gate, in microread_event_received()
|
/drivers/nfc/pn544/ |
D | pn544.c | 496 static int pn544_hci_target_from_gate(struct nfc_hci_dev *hdev, u8 gate, in pn544_hci_target_from_gate() 518 u8 gate, in pn544_hci_complete_target_discovered() 729 static int pn544_hci_event_received(struct nfc_hci_dev *hdev, u8 gate, u8 event, in pn544_hci_event_received()
|
/drivers/clk/mvebu/ |
D | clk-gating-ctrl.c | 45 struct clk_gate *gate = in mvebu_clk_gating_get_src() local
|
/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
|
/drivers/media/platform/s5p-g2d/ |
D | g2d.h | 31 struct clk *gate; member
|
/drivers/clk/sunxi/ |
D | clk-sunxi.c | 37 struct clk_gate *gate; in sunxi_osc_clk_setup() local
|
/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
|
/drivers/media/usb/dvb-usb-v2/ |
D | lmedm04.c | 622 u8 gate = st->i2c_gate; in lme2510_i2c_xfer() local
|
/drivers/net/ethernet/intel/e1000e/ |
D | ich8lan.c | 2194 static void e1000_gate_hw_phy_config_ich8lan(struct e1000_hw *hw, bool gate) in e1000_gate_hw_phy_config_ich8lan()
|
/drivers/net/ethernet/nvidia/ |
D | forcedeth.c | 1052 static void nv_txrx_gate(struct net_device *dev, bool gate) in nv_txrx_gate()
|