Searched refs:hs_type (Results 1 – 2 of 2) sorted by relevance
1067 cs42l42->hs_type = (hs_det_status & CS42L42_HSDET_TYPE_MASK) >> in cs42l42_process_hs_type_detect()1071 if ((cs42l42->hs_type == CS42L42_PLUG_CTIA) || in cs42l42_process_hs_type_detect()1072 (cs42l42->hs_type == CS42L42_PLUG_OMTP)) { in cs42l42_process_hs_type_detect()1485 switch(cs42l42->hs_type){ in cs42l42_irq_thread()1498 dev_dbg(component->dev, "Auto detect done (%d)\n", cs42l42->hs_type); in cs42l42_irq_thread()1517 switch(cs42l42->hs_type){ in cs42l42_irq_thread()1669 cs42l42->hs_type = CS42L42_PLUG_INVALID; in cs42l42_setup_hs_type_detect()
786 u8 hs_type; member