Home
last modified time | relevance | path

Searched refs:hw_init (Results 1 – 25 of 183) sorted by relevance

12345678

/kernel/linux/linux-5.10/drivers/clk/baikal-t1/
Dccu-div.c595 struct clk_init_data hw_init = { }; in ccu_div_hw_register() local
611 div->hw.init = &hw_init; in ccu_div_hw_register()
619 hw_init.name = div_init->name; in ccu_div_hw_register()
620 hw_init.flags = div_init->flags; in ccu_div_hw_register()
623 if (hw_init.flags & CLK_SET_RATE_GATE) in ccu_div_hw_register()
624 hw_init.ops = &ccu_div_var_gate_to_set_ops; in ccu_div_hw_register()
626 hw_init.ops = &ccu_div_var_nogate_ops; in ccu_div_hw_register()
629 hw_init.ops = &ccu_div_gate_ops; in ccu_div_hw_register()
632 hw_init.ops = &ccu_div_buf_ops; in ccu_div_hw_register()
634 hw_init.ops = &ccu_div_fixed_ops; in ccu_div_hw_register()
[all …]
Dccu-pll.c502 struct clk_init_data hw_init = { }; in ccu_pll_hw_register() local
518 pll->hw.init = &hw_init; in ccu_pll_hw_register()
525 hw_init.name = pll_init->name; in ccu_pll_hw_register()
526 hw_init.flags = pll_init->flags; in ccu_pll_hw_register()
528 if (hw_init.flags & CLK_SET_RATE_GATE) in ccu_pll_hw_register()
529 hw_init.ops = &ccu_pll_gate_to_set_ops; in ccu_pll_hw_register()
531 hw_init.ops = &ccu_pll_straight_set_ops; in ccu_pll_hw_register()
538 hw_init.parent_data = &parent_data; in ccu_pll_hw_register()
539 hw_init.num_parents = 1; in ccu_pll_hw_register()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dmub/src/
Ddmub_srv.c366 if (!dmub->hw_init) in dmub_srv_is_hw_init()
470 dmub->hw_init = true; in dmub_srv_hw_init()
480 if (dmub->hw_init == false) in dmub_srv_hw_reset()
486 dmub->hw_init = false; in dmub_srv_hw_reset()
494 if (!dmub->hw_init) in dmub_srv_cmd_queue()
505 if (!dmub->hw_init) in dmub_srv_cmd_execute()
524 if (!dmub->hw_init) in dmub_srv_wait_for_auto_load()
545 if (!dmub->hw_init) in dmub_srv_wait_for_phy_init()
566 if (!dmub->hw_init) in dmub_srv_wait_for_idle()
/kernel/linux/linux-5.10/sound/soc/codecs/
Drt5682-sdw.c360 rt5682->hw_init = false; in rt5682_sdw_init()
381 if (rt5682->hw_init) in rt5682_io_init()
486 rt5682->hw_init = true; in rt5682_io_init()
533 rt5682->hw_init = false; in rt5682_update_status()
539 if (rt5682->hw_init || rt5682->status != SDW_SLAVE_ATTACHED) in rt5682_update_status()
713 if (rt5682 && rt5682->hw_init) in rt5682_sdw_remove()
729 if (!rt5682->hw_init) in rt5682_dev_suspend()
Drt1308-sdw.c169 if (rt1308->hw_init) in rt1308_io_init()
265 rt1308->hw_init = true; in rt1308_io_init()
284 rt1308->hw_init = false; in rt1308_update_status()
290 if (rt1308->hw_init || rt1308->status != SDW_SLAVE_ATTACHED) in rt1308_update_status()
658 rt1308->hw_init = false; in rt1308_sdw_init()
696 if (!rt1308->hw_init) in rt1308_dev_suspend()
Drt711-sdw.c325 rt711->hw_init = false; in rt711_update_status()
331 if (rt711->hw_init || rt711->status != SDW_SLAVE_ATTACHED) in rt711_update_status()
464 if (rt711 && rt711->hw_init) { in rt711_sdw_remove()
483 if (!rt711->hw_init) in rt711_dev_suspend()
Drt700-sdw.c321 rt700->hw_init = false; in rt700_update_status()
327 if (rt700->hw_init || rt700->status != SDW_SLAVE_ATTACHED) in rt700_update_status()
464 if (rt700 && rt700->hw_init) { in rt700_sdw_remove()
482 if (!rt700->hw_init) in rt700_dev_suspend()
Drt1308-sdw.h163 bool hw_init; member
Dmax98373-sdw.c458 max98373->hw_init = true; in max98373_io_init()
775 max98373->hw_init = false; in max98373_init()
794 max98373->hw_init = false; in max98373_update_status()
799 if (max98373->hw_init || status != SDW_SLAVE_ATTACHED) in max98373_update_status()
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_pch_thermal.c212 int (*hw_init)(struct pch_thermal_device *ptd, int *nr_trips); member
221 .hw_init = pch_wpt_init,
344 err = ptd->ops->hw_init(ptd, &nr_trips); in intel_pch_thermal_probe()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Daudio.h37 void (*hw_init)(struct audio *audio); member
Dpanel_cntl.h46 uint32_t (*hw_init)(struct panel_cntl *panel_cntl); member
/kernel/linux/linux-5.10/drivers/pcmcia/
Dsa1111_neponset.c70 .hw_init = neponset_pcmcia_hw_init,
Dpxa2xx_cm_x270.c68 .hw_init = cmx270_pcmcia_hw_init,
Dsa1111_lubbock.c140 .hw_init = lubbock_pcmcia_hw_init,
Dpxa2xx_palmld.c66 .hw_init = palmld_pcmcia_hw_init,
Dpxa2xx_palmtx.c68 .hw_init = palmtx_pcmcia_hw_init,
Dsa1100_simpad.c100 .hw_init = simpad_pcmcia_hw_init,
Dpxa2xx_hx4700.c83 .hw_init = hx4700_pcmcia_hw_init,
Dpxa2xx_e740.c85 .hw_init = e740_pcmcia_hw_init,
Dpxa2xx_stargate2.c85 .hw_init = sg2_pcmcia_hw_init,
Dpxa2xx_balloon3.c94 .hw_init = balloon3_pcmcia_hw_init,
Dpxa2xx_cm_x255.c89 .hw_init = cmx255_pcmcia_hw_init,
Dpxa2xx_palmtc.c118 .hw_init = palmtc_pcmcia_hw_init,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/virtual/
Dvirtual_link_encoder.c99 .hw_init = virtual_link_encoder_hw_init,

12345678