Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
H A Dpatch_cs8409-tables.c146 { CS42L42_DET_INT2_MASK, 0xff },
343 { CS42L42_DET_INT2_MASK, 0xff }
399 { CS42L42_DET_INT2_MASK, 0xff }
/linux/sound/soc/codecs/
H A Dcs42l42.c106 { CS42L42_DET_INT2_MASK, 0xFF },
261 case CS42L42_DET_INT2_MASK: in cs42l42_readable_register()
1356 CS42L42_DET_INT2_MASK, in cs42l42_process_hs_type_detect()
1490 CS42L42_DET_INT2_MASK, in cs42l42_cancel_hs_type_detect()
1542 CS42L42_DET_INT2_MASK, in cs42l42_handle_button_press()
1614 CS42L42_DET_INT2_MASK, in cs42l42_handle_button_press()
1650 {CS42L42_DET_INT_STATUS2, CS42L42_DET_INT2_MASK,
1857 regmap_update_bits(cs42l42->regmap, CS42L42_DET_INT2_MASK, in cs42l42_set_interrupt_masks()
2134 REG_SEQ0(CS42L42_DET_INT2_MASK, 0xFF),
H A Dcs42l83-i2c.c78 { CS42L42_DET_INT2_MASK, 0xFF },
/linux/include/sound/
H A Dcs42l42.h603 #define CS42L42_DET_INT2_MASK (CS42L42_PAGE_1B + 0x7A) macro