| /kernel/linux/linux-6.6/drivers/clk/ |
| H A D | clk-rk808.c | 28 static int rk808_clkout2_enable(struct clk_hw *hw, bool enable) in rk808_clkout2_enable() argument 88 static int rk817_clkout2_enable(struct clk_hw *hw, bool enable) in rk817_clkout2_enable() argument
|
| /kernel/linux/linux-6.6/drivers/fpga/ |
| H A D | altera-hps2fpga.c | 92 static int alt_hps2fpga_enable_set(struct fpga_bridge *bridge, bool enable) in alt_hps2fpga_enable_set() argument 132 u32 enable; in alt_fpga_bridge_probe() local 60 _alt_hps2fpga_enable_set(struct altera_hps2fpga_data *priv, bool enable) _alt_hps2fpga_enable_set() argument [all...] |
| H A D | altera-fpga2sdram.c | 73 static int alt_fpga2sdram_enable_set(struct fpga_bridge *bridge, bool enable) in alt_fpga2sdram_enable_set() argument 99 u32 enable; in alt_fpga_bridge_probe() local 66 _alt_fpga2sdram_enable_set(struct alt_fpga2sdram_data *priv, bool enable) _alt_fpga2sdram_enable_set() argument [all...] |
| H A D | xilinx-pr-decoupler.c | 43 static int xlnx_pr_decoupler_enable_set(struct fpga_bridge *bridge, bool enable) in xlnx_pr_decoupler_enable_set() argument
|
| /kernel/linux/linux-6.6/drivers/fsi/ |
| H A D | fsi-master-hub.c | 80 hub_master_link_enable(struct fsi_master *master, int link, bool enable) hub_master_link_enable() argument
|
| /kernel/linux/linux-6.6/drivers/firmware/arm_scmi/ |
| H A D | system.c | 38 scmi_system_request_notify(const struct scmi_protocol_handle *ph, bool enable) scmi_system_request_notify() argument 59 scmi_system_set_notify_enabled(const struct scmi_protocol_handle *ph, u8 evt_id, u32 src_id, bool enable) scmi_system_set_notify_enabled() argument
|
| /kernel/linux/linux-6.6/drivers/fpga/tests/ |
| H A D | fpga-region-test.c | 23 bool enable; member 57 static int op_enable_set(struct fpga_bridge *bridge, bool enable) in op_enable_set() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | jpeg_v3_0.c | 482 bool enable = state == AMD_CG_STATE_GATE; in jpeg_v3_0_set_clockgating_state() local
|
| H A D | nbio_v7_7.c | 50 static void nbio_v7_7_mc_access_enable(struct amdgpu_device *adev, bool enable) in nbio_v7_7_mc_access_enable() argument 108 nbio_v7_7_enable_doorbell_aperture(struct amdgpu_device *adev, bool enable) nbio_v7_7_enable_doorbell_aperture() argument 120 nbio_v7_7_enable_doorbell_selfring_aperture(struct amdgpu_device *adev, bool enable) nbio_v7_7_enable_doorbell_selfring_aperture() argument 252 nbio_v7_7_update_medium_grain_clock_gating(struct amdgpu_device *adev, bool enable) nbio_v7_7_update_medium_grain_clock_gating() argument 281 nbio_v7_7_update_medium_grain_light_sleep(struct amdgpu_device *adev, bool enable) nbio_v7_7_update_medium_grain_light_sleep() argument [all...] |
| H A D | nbio_v7_0.c | 54 static void nbio_v7_0_mc_access_enable(struct amdgpu_device *adev, bool enable) in nbio_v7_0_mc_access_enable() argument 105 nbio_v7_0_enable_doorbell_aperture(struct amdgpu_device *adev, bool enable) nbio_v7_0_enable_doorbell_aperture() argument 111 nbio_v7_0_enable_doorbell_selfring_aperture(struct amdgpu_device *adev, bool enable) nbio_v7_0_enable_doorbell_selfring_aperture() argument 148 nbio_v7_0_update_medium_grain_clock_gating(struct amdgpu_device *adev, bool enable) nbio_v7_0_update_medium_grain_clock_gating() argument 187 nbio_v7_0_update_medium_grain_light_sleep(struct amdgpu_device *adev, bool enable) nbio_v7_0_update_medium_grain_light_sleep() argument [all...] |
| /kernel/linux/linux-6.6/drivers/clk/mmp/ |
| H A D | clk-pll.c | 20 u32 enable; member 100 mmp_clk_register_pll(char *name, unsigned long default_rate, void __iomem *enable_reg, u32 enable, void __iomem *reg, u8 shift, unsigned long input_rate, void __iomem *postdiv_reg, u8 postdiv_shift) mmp_clk_register_pll() argument
|
| /kernel/linux/linux-6.6/drivers/clk/meson/ |
| H A D | clk-regmap.c | 10 static int clk_regmap_gate_endisable(struct clk_hw *hw, int enable) in clk_regmap_gate_endisable() argument
|
| /kernel/linux/linux-6.6/drivers/clk/sunxi/ |
| H A D | clk-factors.h | 33 int enable; member
|
| /kernel/linux/linux-6.6/drivers/clk/sunxi-ng/ |
| H A D | ccu_div.h | 79 u32 enable; member
|
| H A D | ccu_common.h | 65 u32 enable; member
|
| H A D | ccu_mux.h | 43 u32 enable; member
|
| /kernel/linux/linux-6.6/drivers/clk/nxp/ |
| H A D | clk-lpc18xx-ccu.c | 134 static int lpc18xx_ccu_gate_endisable(struct clk_hw *hw, bool enable) in lpc18xx_ccu_gate_endisable() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_hwseq.c | 40 dce_enable_fe_clock(struct dce_hwseq *hws, unsigned int fe_inst, bool enable) dce_enable_fe_clock() argument 163 dce_clock_gating_power_up(struct dce_hwseq *hws, bool enable) dce_clock_gating_power_up() argument
|
| H A D | dmub_replay.c | 68 static void dmub_replay_enable(struct dmub_replay *dmub, bool enable, bool wait, uint8_t panel_inst) in dmub_replay_enable() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_opp.c | 353 void opp1_pipe_clock_control(struct output_pixel_processor *opp, bool enable) in opp1_pipe_clock_control() argument 309 opp1_program_stereo( struct output_pixel_processor *opp, bool enable, const struct dc_crtc_timing *timing) opp1_program_stereo() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce80/ |
| H A D | dce80_timing_generator.c | 123 dce80_timing_generator_enable_advanced_request( struct timing_generator *tg, bool enable, const struct dc_crtc_timing *timing) dce80_timing_generator_enable_advanced_request() argument
|
| /kernel/linux/linux-6.6/drivers/counter/ |
| H A D | interrupt-cnt.c | 39 interrupt_cnt_enable_read(struct counter_device *counter, struct counter_count *count, u8 *enable) interrupt_cnt_enable_read() argument 49 interrupt_cnt_enable_write(struct counter_device *counter, struct counter_count *count, u8 enable) interrupt_cnt_enable_write() argument
|
| /kernel/linux/linux-6.6/drivers/clocksource/ |
| H A D | timer-imx-sysctr.c | 26 static void sysctr_timer_enable(bool enable) in sysctr_timer_enable() argument
|
| /kernel/linux/linux-6.6/drivers/comedi/drivers/ |
| H A D | aio_iiro_16.c | 75 static void aio_iiro_enable_irq(struct comedi_device *dev, bool enable) in aio_iiro_enable_irq() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
| H A D | dcn32_hubp.c | 68 void hubp32_prepare_subvp_buffering(struct hubp *hubp, bool enable) in hubp32_prepare_subvp_buffering() argument
|