Searched refs:CS35L41_IRQ (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | cs35l41_hda.c | 1594 CS35L41_IRQ(BST_OVP_ERR, "Boost Overvoltage Error", cs35l41_bst_ovp_err), in cs35l41_amp_short() 1595 CS35L41_IRQ(BST_DCM_UVP_ERR, "Boost Undervoltage Error", cs35l41_bst_dcm_uvp_err), in cs35l41_amp_short() 1596 CS35L41_IRQ(BST_SHORT_ERR, "Boost Inductor Short Error", cs35l41_bst_short_err), in cs35l41_amp_short() 1597 CS35L41_IRQ(TEMP_WARN, "Temperature Warning", cs35l41_temp_warn), 1598 CS35L41_IRQ(TEMP_ERR, "Temperature Error", cs35l41_temp_err), 1599 CS35L41_IRQ(AMP_SHORT_ERR, "Amp Short", cs35l41_amp_short),
|
| /linux/include/sound/ |
| H A D | cs35l41.h | 859 #define CS35L41_IRQ(_irq, _name, _hand) \ macro
|