Symbol: acp_hw_ops
sound/soc/amd/acp/acp-legacy-common.c
625
chip->acp_hw_ops = &acp31_common_hw_ops;
sound/soc/amd/acp/acp-legacy-common.c
636
chip->acp_hw_ops = &acp6x_common_hw_ops;
sound/soc/amd/acp/acp-legacy-common.c
647
chip->acp_hw_ops = &acp63_common_hw_ops;
sound/soc/amd/acp/acp-legacy-common.c
658
chip->acp_hw_ops = &acp70_common_hw_ops;
sound/soc/amd/acp/acp-pci.c
33
if (chip && chip->acp_hw_ops && chip->acp_hw_ops->irq)
sound/soc/amd/acp/acp-pci.c
34
return chip->acp_hw_ops->irq(irq, chip);
sound/soc/amd/acp/amd.h
149
struct snd_acp_hw_ops *acp_hw_ops;
sound/soc/amd/acp/amd.h
288
if (chip && chip->acp_hw_ops && chip->acp_hw_ops->acp_init)
sound/soc/amd/acp/amd.h
289
return chip->acp_hw_ops->acp_init(chip);
sound/soc/amd/acp/amd.h
295
if (chip && chip->acp_hw_ops && chip->acp_hw_ops->acp_deinit)
sound/soc/amd/acp/amd.h
296
return chip->acp_hw_ops->acp_deinit(chip);
sound/soc/amd/acp/amd.h
302
if (chip && chip->acp_hw_ops && chip->acp_hw_ops->en_interrupts)
sound/soc/amd/acp/amd.h
303
return chip->acp_hw_ops->en_interrupts(chip);
sound/soc/amd/acp/amd.h
309
if (chip && chip->acp_hw_ops && chip->acp_hw_ops->dis_interrupts)
sound/soc/amd/acp/amd.h
310
chip->acp_hw_ops->dis_interrupts(chip);
sound/soc/amd/acp7x/acp7x-common.c
117
void acp7x_hw_init_ops(struct acp_hw_ops *hw_ops)
sound/soc/amd/acp7x/acp7x.h
50
struct acp_hw_ops *hw_ops;
sound/soc/amd/acp7x/acp7x.h
56
void acp7x_hw_init_ops(struct acp_hw_ops *hw_ops);
sound/soc/amd/acp7x/pci-acp7x.c
22
adata->hw_ops = devm_kzalloc(&pci->dev, sizeof(struct acp_hw_ops),
sound/soc/amd/ps/acp63.h
353
struct acp_hw_ops *hw_ops;
sound/soc/amd/ps/acp63.h
383
void acp63_hw_init_ops(struct acp_hw_ops *hw_ops);
sound/soc/amd/ps/acp63.h
384
void acp70_hw_init_ops(struct acp_hw_ops *hw_ops);
sound/soc/amd/ps/pci-ps.c
553
adata->hw_ops = devm_kzalloc(&pci->dev, sizeof(struct acp_hw_ops),
sound/soc/amd/ps/ps-common.c
247
void acp63_hw_init_ops(struct acp_hw_ops *hw_ops)
sound/soc/amd/ps/ps-common.c
483
void acp70_hw_init_ops(struct acp_hw_ops *hw_ops)