Home
last modified time | relevance | path

Searched refs:CS42L42_DET_INT2_MASK (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/sound/pci/hda/
Dpatch_cs8409-tables.c146 { CS42L42_DET_INT2_MASK, 0xff },
343 { CS42L42_DET_INT2_MASK, 0xff }
399 { CS42L42_DET_INT2_MASK, 0xff }
/linux-5.19.10/sound/soc/codecs/
Dcs42l42.c101 { CS42L42_DET_INT2_MASK, 0xFF },
256 case CS42L42_DET_INT2_MASK: in cs42l42_readable_register()
1307 CS42L42_DET_INT2_MASK, in cs42l42_process_hs_type_detect()
1441 CS42L42_DET_INT2_MASK, in cs42l42_cancel_hs_type_detect()
1493 CS42L42_DET_INT2_MASK, in cs42l42_handle_button_press()
1565 CS42L42_DET_INT2_MASK, in cs42l42_handle_button_press()
1601 {CS42L42_DET_INT_STATUS2, CS42L42_DET_INT2_MASK,
1804 regmap_update_bits(cs42l42->regmap, CS42L42_DET_INT2_MASK, in cs42l42_set_interrupt_masks()
2081 REG_SEQ0(CS42L42_DET_INT2_MASK, 0xFF),
/linux-5.19.10/include/sound/
Dcs42l42.h601 #define CS42L42_DET_INT2_MASK (CS42L42_PAGE_1B + 0x7A) macro