Home
last modified time | relevance | path

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

/linux-6.15/sound/pci/hda/
H A Dpatch_cs8409.c804 int reg_cdc_status; in cs42l42_jack_unsol_event() local
810 reg_cdc_status = cs8409_i2c_read(cs42l42, CS42L42_CODEC_STATUS); in cs42l42_jack_unsol_event()
815 if (reg_cdc_status < 0 || reg_hs_status < 0 || reg_ts_status < 0) in cs42l42_jack_unsol_event()
822 if (reg_cdc_status & CS42L42_HSDET_AUTO_DONE_MASK) { in cs42l42_jack_unsol_event()
922 int reg_cdc_status = 0; in cs42l42_suspend() local
939 if (read_poll_timeout(cs8409_i2c_read, reg_cdc_status, in cs42l42_suspend()
940 (reg_cdc_status & 0x1), CS42L42_PDN_SLEEP_US, CS42L42_PDN_TIMEOUT_US, in cs42l42_suspend()