Home
last modified time | relevance | path

Searched defs:enable (Results 276 – 300 of 2813) sorted by relevance

1...<<11121314151617181920>>...113

/linux-6.14.4/drivers/s390/net/
Dqeth_l2_sys.c146 bool enable; in qeth_bridgeport_hostnotification_store() local
200 int enable, primary; in qeth_bridgeport_reflect_store() local
/linux-6.14.4/drivers/net/wireless/mediatek/mt7601u/
Dinit.c16 mt7601u_set_wlan_state(struct mt7601u_dev *dev, u32 val, bool enable) in mt7601u_set_wlan_state()
59 static void mt7601u_chip_onoff(struct mt7601u_dev *dev, bool enable, bool reset) in mt7601u_chip_onoff()
/linux-6.14.4/drivers/gpu/drm/msm/
Dmsm_kms.c106 bool enable; member
126 struct drm_crtc *crtc, bool enable) in vblank_ctrl_queue_work()
/linux-6.14.4/drivers/gpu/drm/sun4i/
Dsun8i_mixer.c253 static void sun8i_layer_enable(struct sun8i_layer *layer, bool enable) in sun8i_layer_enable()
285 bool enable; in sun8i_mixer_commit() local
/linux-6.14.4/drivers/net/can/c_can/
Dc_can_platform.c97 static void c_can_hw_raminit_syscon(const struct c_can_priv *priv, bool enable) in c_can_hw_raminit_syscon()
178 static void c_can_hw_raminit(const struct c_can_priv *priv, bool enable) in c_can_hw_raminit()
/linux-6.14.4/drivers/usb/mtu3/
Dmtu3_host.c68 static void ssusb_wakeup_ip_sleep_set(struct ssusb_mtk *ssusb, bool enable) in ssusb_wakeup_ip_sleep_set()
140 void ssusb_wakeup_set(struct ssusb_mtk *ssusb, bool enable) in ssusb_wakeup_set()
/linux-6.14.4/arch/arm64/mm/
Dpageattr.c163 int set_memory_valid(unsigned long addr, int numpages, int enable) in set_memory_valid()
302 void __kernel_map_pages(struct page *page, int numpages, int enable) in __kernel_map_pages()
/linux-6.14.4/drivers/clk/qcom/
Dclk-spmi-pmic-div.c62 __spmi_pmic_clkdiv_set_enable_state(struct clkdiv *clkdiv, bool enable, in __spmi_pmic_clkdiv_set_enable_state()
82 static int spmi_pmic_clkdiv_set_enable_state(struct clkdiv *clkdiv, bool enable) in spmi_pmic_clkdiv_set_enable_state()
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/
Dmmhub_v3_3.c570 bool enable) in mmhub_v3_3_update_medium_grain_clock_gating()
586 bool enable) in mmhub_v3_3_update_medium_grain_light_sleep()
/linux-6.14.4/arch/powerpc/sysdev/
Dfsl_rcpm.c71 static void rcpm_v1_set_ip_power(bool enable, u32 mask) in rcpm_v1_set_ip_power()
79 static void rcpm_v2_set_ip_power(bool enable, u32 mask) in rcpm_v2_set_ip_power()
/linux-6.14.4/sound/pci/trident/
Dtrident.c23 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; /* Enable this card */ variable
/linux-6.14.4/sound/isa/
Dadlib.c22 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE; variable
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/opp/dcn35/
Ddcn35_opp.c50 void dcn35_opp_set_fgcg(struct dcn20_opp *oppn20, bool enable) in dcn35_opp_set_fgcg()
/linux-6.14.4/include/linux/firmware/imx/
Dsci.h47 static inline int imx_scu_irq_group_enable(u8 group, u32 mask, u8 enable) in imx_scu_irq_group_enable()
/linux-6.14.4/drivers/net/usb/
Dr8152.c891 int (*enable)(struct r8152 *tp); member
3026 static void rtl_eee_plus_en(struct r8152 *tp, bool enable) in rtl_eee_plus_en()
3046 static void rxdy_gated_en(struct r8152 *tp, bool enable) in rxdy_gated_en()
3358 static void r8152_power_cut_en(struct r8152 *tp, bool enable) in r8152_power_cut_en()
3374 static void rtl_rx_vlan_en(struct r8152 *tp, bool enable) in rtl_rx_vlan_en()
3504 static void r8153_mac_clk_speed_down(struct r8152 *tp, bool enable) in r8153_mac_clk_speed_down()
3517 static void r8156_mac_clk_spd(struct r8152 *tp, bool enable) in r8156_mac_clk_spd()
3538 static void r8153_u1u2en(struct r8152 *tp, bool enable) in r8153_u1u2en()
3550 static void r8153b_u1u2en(struct r8152 *tp, bool enable) in r8153b_u1u2en()
3563 static void r8153_u2p3en(struct r8152 *tp, bool enable) in r8153_u2p3en()
[all …]
/linux-6.14.4/drivers/gpu/drm/radeon/
Dci_dpm.c496 static void ci_do_enable_didt(struct radeon_device *rdev, const bool enable) in ci_do_enable_didt()
586 static int ci_enable_didt(struct radeon_device *rdev, bool enable) in ci_enable_didt()
611 static int ci_enable_power_containment(struct radeon_device *rdev, bool enable) in ci_enable_power_containment()
669 static int ci_enable_smc_cac(struct radeon_device *rdev, bool enable) in ci_enable_smc_cac()
694 bool enable) in ci_enable_thermal_based_sclk_dpm()
877 bool enable) in ci_thermal_enable_alert()
1389 bool enable) in ci_enable_auto_throttle_source()
1438 static int ci_enable_sclk_mclk_dpm(struct radeon_device *rdev, bool enable) in ci_enable_sclk_mclk_dpm()
1577 static void ci_enable_sclk_control(struct radeon_device *rdev, bool enable) in ci_enable_sclk_control()
1863 bool enable) in ci_enable_thermal_protection()
[all …]
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_dpipe.c257 static int mlxsw_sp_dpipe_table_erif_counters_update(void *priv, bool enable) in mlxsw_sp_dpipe_table_erif_counters_update()
662 bool enable, int type) in mlxsw_sp_dpipe_table_host_counters_update()
691 static int mlxsw_sp_dpipe_table_host4_counters_update(void *priv, bool enable) in mlxsw_sp_dpipe_table_host4_counters_update()
799 static int mlxsw_sp_dpipe_table_host6_counters_update(void *priv, bool enable) in mlxsw_sp_dpipe_table_host6_counters_update()
1179 static int mlxsw_sp_dpipe_table_adj_counters_update(void *priv, bool enable) in mlxsw_sp_dpipe_table_adj_counters_update()
/linux-6.14.4/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h222 bool enable; member
240 bool enable; member
256 bool enable; member
265 bool enable; member
289 bool enable; member
/linux-6.14.4/sound/soc/sof/intel/
Dhda-mlink.c243 static void hdaml_link_enable_interrupt(u32 __iomem *lctl, bool enable) in hdaml_link_enable_interrupt()
364 static void hdaml_lctl_offload_enable(u32 __iomem *lctl, bool enable) in hdaml_lctl_offload_enable()
484 void hdac_bus_eml_enable_interrupt_unlocked(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt_unlocked()
502 void hdac_bus_eml_enable_interrupt(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_interrupt()
966 int hdac_bus_eml_enable_offload(struct hdac_bus *bus, bool alt, int elid, bool enable) in hdac_bus_eml_enable_offload()
/linux-6.14.4/drivers/staging/rtl8723bs/core/
Drtw_btcoex.c35 void rtw_btcoex_RejectApAggregatedPacket(struct adapter *padapter, u8 enable) in rtw_btcoex_RejectApAggregatedPacket()
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
Dia_css_output_param.h18 u32 enable; member
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
Dia_css_vf_param.h21 u32 enable; member
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dwb/dcn35/
Ddcn35_dwb.c54 void dcn35_dwbc_set_fgcg(struct dcn30_dwbc *dwbc30, bool enable) in dcn35_dwbc_set_fgcg()
/linux-6.14.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-cec.h9 void (*enable)(struct dw_hdmi *hdmi); member
/linux-6.14.4/drivers/iommu/
Dirq_remapping.h35 int (*enable)(void); member

1...<<11121314151617181920>>...113