Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/codecs/
H A Dcs42l42.c572 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()
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 == CS42L42_PLUG_CTIA) || in cs42l42_process_hs_type_detect()
1708 switch (cs42l42->hs_type) { in cs42l42_irq_thread()
[all …]
H A Dcs42l84.c53 int hs_type; member
286 snd_soc_jack_report(jk, cs42l84->hs_type, SND_JACK_HEADSET); in cs42l84_set_jack()
759 cs42l84->hs_type = SND_JACK_HEADSET; in cs42l84_detect_hs()
771 cs42l84->hs_type = SND_JACK_HEADPHONE; in cs42l84_detect_hs()
878 cs42l84->hs_type = 0; in cs42l84_irq_thread()
H A Dcs42l42.h43 u8 hs_type; member
/linux-6.15/sound/pci/hda/
H A Dpatch_cs8409.c681 unsigned int hs_type; in cs42l42_manual_hs_det() local
722 hs_type = CS42L42_PLUG_CTIA; in cs42l42_manual_hs_det()
726 hs_type = CS42L42_PLUG_OMTP; in cs42l42_manual_hs_det()
733 hs_type = CS42L42_PLUG_CTIA; in cs42l42_manual_hs_det()
737 hs_type = CS42L42_PLUG_OMTP; in cs42l42_manual_hs_det()
741 hs_type = CS42L42_PLUG_HEADPHONE; in cs42l42_manual_hs_det()
745 hs_type = CS42L42_PLUG_INVALID; in cs42l42_manual_hs_det()
766 return hs_type; in cs42l42_manual_hs_det()
/linux-6.15/net/tls/
H A Dtls_sw.c1732 char hs_type; in tls_check_pending_rekey() local
1741 err = skb_copy_bits(skb, rxm->offset, &hs_type, 1); in tls_check_pending_rekey()
1747 if (hs_type == TLS_HANDSHAKE_KEYUPDATE) { in tls_check_pending_rekey()