Searched refs:hs_type (Results 1 – 4 of 4) sorted by relevance
572 switch (cs42l42->hs_type) { in cs42l42_set_jack() 1210 cs42l42->hs_type = CS42L42_PLUG_CTIA; in cs42l42_manual_hs_type_detect() 1214 cs42l42->hs_type = CS42L42_PLUG_OMTP; in cs42l42_manual_hs_type_detect() 1221 cs42l42->hs_type = CS42L42_PLUG_CTIA; in cs42l42_manual_hs_type_detect() 1225 cs42l42->hs_type = CS42L42_PLUG_OMTP; in cs42l42_manual_hs_type_detect() 1230 cs42l42->hs_type = CS42L42_PLUG_HEADPHONE; in cs42l42_manual_hs_type_detect() 1277 cs42l42->hs_type = (hs_det_status & CS42L42_HSDET_TYPE_MASK) >> in cs42l42_process_hs_type_detect() 1296 if (cs42l42->hs_type == CS42L42_PLUG_INVALID || in cs42l42_process_hs_type_detect() 1297 cs42l42->hs_type == CS42L42_PLUG_HEADPHONE) { in cs42l42_process_hs_type_detect() 1303 if ((cs42l42->hs_type in cs42l42_process_hs_type_detect() [all...]
43 u8 hs_type; member
674 unsigned int hs_type; in cs42l42_manual_hs_det() local 715 hs_type = CS42L42_PLUG_CTIA; in cs42l42_manual_hs_det() 719 hs_type = CS42L42_PLUG_OMTP; in cs42l42_manual_hs_det() 726 hs_type = CS42L42_PLUG_CTIA; in cs42l42_manual_hs_det() 730 hs_type = CS42L42_PLUG_OMTP; in cs42l42_manual_hs_det() 734 hs_type = CS42L42_PLUG_HEADPHONE; in cs42l42_manual_hs_det() 738 hs_type = CS42L42_PLUG_INVALID; in cs42l42_manual_hs_det() 759 return hs_type; in cs42l42_manual_hs_det()
1787 char hs_type; in tls_check_pending_rekey() local1796 err = skb_copy_bits(skb, rxm->offset, &hs_type, 1); in tls_check_pending_rekey()1802 if (hs_type == TLS_HANDSHAKE_KEYUPDATE) { in tls_check_pending_rekey()