Home
last modified time | relevance | path

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

/linux/sound/pci/hda/
A Dpatch_cs8409.c673 int reg_cdc_status; in cs42l42_jack_unsol_event() local
679 reg_cdc_status = cs8409_i2c_read(cs42l42, 0x1308); in cs42l42_jack_unsol_event()
684 if (reg_cdc_status < 0 || reg_hs_status < 0 || reg_ts_status < 0) in cs42l42_jack_unsol_event()
688 if (reg_cdc_status & CS42L42_HSDET_AUTO_DONE) { in cs42l42_jack_unsol_event()
766 int reg_cdc_status = 0; in cs42l42_suspend() local
783 if (read_poll_timeout(cs8409_i2c_read, reg_cdc_status, in cs42l42_suspend()
784 (reg_cdc_status & 0x1), CS42L42_PDN_SLEEP_US, CS42L42_PDN_TIMEOUT_US, in cs42l42_suspend()

Completed in 7 milliseconds