Home
last modified time | relevance | path

Searched refs:hp_ctrl (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/pci/hotplug/
H A Doctep_hp.c72 guard(mutex)(&hp_ctrl->slot_lock); in octep_hp_enable_pdev()
92 guard(mutex)(&hp_ctrl->slot_lock); in octep_hp_disable_pdev()
143 hp_slot->ctrl = hp_ctrl; in octep_hp_register_slot()
285 schedule_work(&hp_ctrl->work); in octep_hp_intr_handler()
295 flush_work(&hp_ctrl->work); in octep_hp_irq_cleanup()
309 intr = &hp_ctrl->intr[type]; in octep_hp_request_irq()
330 if (IS_ERR(hp_ctrl->base)) in octep_hp_controller_setup()
335 pci_set_drvdata(pdev, hp_ctrl); in octep_hp_controller_setup()
342 hp_ctrl->pdev = pdev; in octep_hp_controller_setup()
374 hp_ctrl = devm_kzalloc(&pdev->dev, sizeof(*hp_ctrl), GFP_KERNEL); in octep_hp_pci_probe()
[all …]
/linux-6.15/sound/soc/codecs/
H A Dda7219.c892 u8 hp_ctrl, min_gain_mask; in da7219_mixout_event() local
896 hp_ctrl = DA7219_HP_L_CTRL; in da7219_mixout_event()
900 hp_ctrl = DA7219_HP_R_CTRL; in da7219_mixout_event()
910 snd_soc_component_update_bits(component, hp_ctrl, min_gain_mask, in da7219_mixout_event()
918 snd_soc_component_update_bits(component, hp_ctrl, min_gain_mask, 0); in da7219_mixout_event()