/linux-6.1.9/sound/pci/hda/ |
D | cs35l41_hda.c | 512 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_playback_hook() 518 ret = cs35l41_global_enable(reg, cs35l41->hw_cfg.bst_type, 1); in cs35l41_hda_playback_hook() 524 ret = cs35l41_global_enable(reg, cs35l41->hw_cfg.bst_type, 0); in cs35l41_hda_playback_hook() 531 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_playback_hook() 585 cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type); in cs35l41_ready_for_reset() 600 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_suspend() 626 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_resume() 654 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_runtime_idle() 666 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_runtime_suspend() 676 cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 0); in cs35l41_runtime_suspend() [all …]
|
D | cs35l41_hda.h | 52 struct cs35l41_hw_cfg hw_cfg; member
|
/linux-6.1.9/sound/soc/codecs/ |
D | cs35l41.c | 523 cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 1); in cs35l41_main_amp_event() 526 cs35l41_global_enable(cs35l41->regmap, cs35l41->hw_cfg.bst_type, 0); in cs35l41_main_amp_event() 927 struct cs35l41_hw_cfg *hw_cfg = &cs35l41->hw_cfg; in cs35l41_set_pdata() local 930 if (!hw_cfg->valid) in cs35l41_set_pdata() 933 if (hw_cfg->bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_set_pdata() 937 ret = cs35l41_init_boost(cs35l41->dev, cs35l41->regmap, hw_cfg); in cs35l41_set_pdata() 942 if (hw_cfg->dout_hiz <= CS35L41_ASP_DOUT_HIZ_MASK && hw_cfg->dout_hiz >= 0) in cs35l41_set_pdata() 944 hw_cfg->dout_hiz); in cs35l41_set_pdata() 963 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) { in cs35l41_component_probe() 1033 static int cs35l41_handle_pdata(struct device *dev, struct cs35l41_hw_cfg *hw_cfg) in cs35l41_handle_pdata() argument [all …]
|
D | cs35l41.h | 29 struct cs35l41_hw_cfg hw_cfg; member 38 int cs35l41_probe(struct cs35l41_private *cs35l41, const struct cs35l41_hw_cfg *hw_cfg);
|
D | cs35l41-i2c.c | 36 struct cs35l41_hw_cfg *hw_cfg = dev_get_platdata(dev); in cs35l41_i2c_probe() local 56 return cs35l41_probe(cs35l41, hw_cfg); in cs35l41_i2c_probe()
|
D | cs35l41-spi.c | 33 struct cs35l41_hw_cfg *hw_cfg = dev_get_platdata(&spi->dev); in cs35l41_spi_probe() local 55 return cs35l41_probe(cs35l41, hw_cfg); in cs35l41_spi_probe()
|
D | cs35l41-lib.c | 1118 struct cs35l41_hw_cfg *hw_cfg) in cs35l41_init_boost() argument 1122 switch (hw_cfg->bst_type) { in cs35l41_init_boost() 1124 ret = cs35l41_boost_config(dev, regmap, hw_cfg->bst_ind, in cs35l41_init_boost() 1125 hw_cfg->bst_cap, hw_cfg->bst_ipk); in cs35l41_init_boost() 1142 dev_err(dev, "Boost type %d not supported\n", hw_cfg->bst_type); in cs35l41_init_boost() 1196 int cs35l41_gpio_config(struct regmap *regmap, struct cs35l41_hw_cfg *hw_cfg) in cs35l41_gpio_config() argument 1198 struct cs35l41_gpio_cfg *gpio1 = &hw_cfg->gpio1; in cs35l41_gpio_config() 1199 struct cs35l41_gpio_cfg *gpio2 = &hw_cfg->gpio2; in cs35l41_gpio_config()
|
/linux-6.1.9/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 336 static int get_dsi_id_from_intf(const struct mdp5_cfg_hw *hw_cfg, int intf_num) in get_dsi_id_from_intf() argument 338 const enum mdp5_intf_type *intfs = hw_cfg->intf.connect; in get_dsi_id_from_intf() 339 const int intf_cnt = ARRAY_SIZE(hw_cfg->intf.connect); in get_dsi_id_from_intf() 388 const struct mdp5_cfg_hw *hw_cfg = in modeset_init_intf() local 390 int dsi_id = get_dsi_id_from_intf(hw_cfg, intf->num); in modeset_init_intf() 696 const struct mdp5_cfg_hw *hw_cfg; in hwpipe_init() local 699 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); in hwpipe_init() 702 ret = construct_pipes(mdp5_kms, hw_cfg->pipe_rgb.count, rgb_planes, in hwpipe_init() 703 hw_cfg->pipe_rgb.base, hw_cfg->pipe_rgb.caps); in hwpipe_init() 708 ret = construct_pipes(mdp5_kms, hw_cfg->pipe_vig.count, vig_planes, in hwpipe_init() [all …]
|
D | mdp5_ctl.c | 693 const struct mdp5_cfg_hw *hw_cfg = mdp5_cfg_get_hw_config(cfg_hnd); in mdp5_ctlm_init() local 696 const struct mdp5_ctl_block *ctl_cfg = &hw_cfg->ctl; in mdp5_ctlm_init() 716 ctl_mgr->nlm = hw_cfg->lm.count; in mdp5_ctlm_init() 745 for (c = 0; c < ARRAY_SIZE(hw_cfg->intf.connect); c++) in mdp5_ctlm_init() 746 if (hw_cfg->intf.connect[c] == INTF_DSI) in mdp5_ctlm_init()
|
D | mdp5_crtc.c | 706 const struct mdp5_cfg_hw *hw_cfg; in mdp5_crtc_atomic_check() local 746 hw_cfg = mdp5_cfg_get_hw_config(mdp5_kms->cfg); in mdp5_crtc_atomic_check() 752 if (mode->hdisplay > hw_cfg->lm.max_width) in mdp5_crtc_atomic_check() 773 if ((cnt + start - 1) >= hw_cfg->lm.nb_stages) { in mdp5_crtc_atomic_check() 781 pstates[i].state->stage = hw_cfg->lm.nb_stages; in mdp5_crtc_atomic_check()
|
/linux-6.1.9/sound/soc/qcom/qdsp6/ |
D | audioreach.c | 630 struct apm_module_hw_ep_mf_cfg *hw_cfg; in audioreach_codec_dma_set_media_format() local 650 hw_cfg = p; in audioreach_codec_dma_set_media_format() 651 param_data = &hw_cfg->param_data; in audioreach_codec_dma_set_media_format() 657 hw_cfg->mf.sample_rate = cfg->sample_rate; in audioreach_codec_dma_set_media_format() 658 hw_cfg->mf.bit_width = cfg->bit_width; in audioreach_codec_dma_set_media_format() 659 hw_cfg->mf.num_channels = cfg->num_channels; in audioreach_codec_dma_set_media_format() 660 hw_cfg->mf.data_format = module->data_format; in audioreach_codec_dma_set_media_format() 706 struct apm_module_hw_ep_mf_cfg *hw_cfg; in audioreach_i2s_set_media_format() local 747 hw_cfg = p; in audioreach_i2s_set_media_format() 748 param_data = &hw_cfg->param_data; in audioreach_i2s_set_media_format() [all …]
|
/linux-6.1.9/sound/soc/intel/avs/ |
D | dsp.c | 164 if (core_id >= adev->hw_cfg.dsp_cores) { in avs_dsp_get_core() 205 if (core_id >= adev->hw_cfg.dsp_cores) { in avs_dsp_put_core()
|
D | board_selection.c | 326 num_ssps = adev->hw_cfg.i2s_caps.ctrl_count; in avs_register_i2s_board() 375 num_ssps = adev->hw_cfg.i2s_caps.ctrl_count; in avs_register_i2s_boards()
|
D | avs.h | 122 struct avs_hw_cfg hw_cfg; member 328 ((adev)->fw_cfg.trace_log_bytes / (adev)->hw_cfg.dsp_cores)
|
D | skl.c | 19 u32 size, num_cores = adev->hw_cfg.dsp_cores; in skl_enable_logs()
|
D | apl.c | 20 u32 size, num_cores = adev->hw_cfg.dsp_cores; in apl_enable_logs()
|
D | core.c | 381 adev->hw_cfg.dsp_cores = hweight_long(AVS_MAIN_CORE_MASK); in avs_bus_init() 510 avs_dsp_core_disable(adev, GENMASK(adev->hw_cfg.dsp_cores - 1, 0)); in avs_pci_remove()
|
D | loader.c | 661 ret = avs_ipc_get_hw_config(adev, &adev->hw_cfg); in avs_dsp_first_boot_firmware() 673 adev->core_refs = devm_kcalloc(adev->dev, adev->hw_cfg.dsp_cores, in avs_dsp_first_boot_firmware()
|
D | ipc.c | 136 core_mask = GENMASK(adev->hw_cfg.dsp_cores - 1, 0); in avs_dsp_recovery()
|
D | pcm.c | 933 ssp_count = adev->hw_cfg.i2s_caps.ctrl_count; in avs_i2s_platform_register()
|
/linux-6.1.9/include/sound/ |
D | cs35l41.h | 883 int cs35l41_gpio_config(struct regmap *regmap, struct cs35l41_hw_cfg *hw_cfg); 892 struct cs35l41_hw_cfg *hw_cfg);
|
/linux-6.1.9/drivers/net/ethernet/atheros/alx/ |
D | hw.c | 853 u32 cfg, hw_cfg; in alx_phy_configured() local 857 hw_cfg = alx_get_phy_config(hw); in alx_phy_configured() 859 if (hw_cfg == ALX_DRV_PHY_UNKNOWN) in alx_phy_configured() 862 return cfg == hw_cfg; in alx_phy_configured()
|
/linux-6.1.9/drivers/net/ethernet/microchip/ |
D | lan743x_main.c | 32 u32 hw_cfg; in pci11x1x_strap_get_status() local 46 hw_cfg = lan743x_csr_read(adapter, HW_CFG); in pci11x1x_strap_get_status() 49 hw_cfg & HW_CFG_RST_PROTECT_) { in pci11x1x_strap_get_status() 3602 adapter->hw_cfg = data; in lan743x_pm_suspend() 3628 lan743x_csr_write(adapter, HW_CFG, adapter->hw_cfg); in lan743x_pm_resume()
|
D | lan743x_main.h | 1044 u32 hw_cfg; member
|
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_debugfs.c | 2339 u32 hw_cfg; in hclge_dbg_dump_ptp_info() local 2370 ret = hclge_ptp_cfg_qry(hdev, &hw_cfg); in hclge_dbg_dump_ptp_info() 2375 sw_cfg, hw_cfg); in hclge_dbg_dump_ptp_info()
|