Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dwcd-mbhc-v2.c454 if (mbhc->current_plug == plug_type) in wcd_mbhc_find_plug_and_report()
459 switch (plug_type) { in wcd_mbhc_find_plug_and_report()
477 mbhc->current_plug, plug_type); in wcd_mbhc_find_plug_and_report()
988 switch (plug_type) { in wcd_mbhc_adc_update_fsm_source()
1009 switch (plug_type) { in wcd_mbhc_bcs_enable()
1023 enum wcd_mbhc_plug_type plug_type; in wcd_mbhc_get_plug_from_adc() local
1032 plug_type = MBHC_PLUG_TYPE_HIGH_HPH; in wcd_mbhc_get_plug_from_adc()
1034 plug_type = MBHC_PLUG_TYPE_HEADSET; in wcd_mbhc_get_plug_from_adc()
1036 return plug_type; in wcd_mbhc_get_plug_from_adc()
1123 plug_type); in wcd_correct_swch_plug()
[all …]
H A Dmsm8916-wcd-analog.c481 u32 plug_type = 0; in pm8916_wcd_setup_mbhc() local
491 plug_type |= CDC_A_HPHL_PLUG_TYPE_NO; in pm8916_wcd_setup_mbhc()
494 plug_type |= CDC_A_GND_PLUG_TYPE_NO; in pm8916_wcd_setup_mbhc()
499 plug_type | in pm8916_wcd_setup_mbhc()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_stream.c778 enum avc_bridgeco_plug_type plug_type; in fill_stream_formations() local
785 err = avc_bridgeco_get_plug_type(bebob->unit, addr, &plug_type); in fill_stream_formations()
790 } else if (plug_type != AVC_BRIDGECO_PLUG_TYPE_ISOC) in fill_stream_formations()
841 enum avc_bridgeco_plug_type plug_type; in detect_midi_ports() local
846 err = avc_bridgeco_get_plug_type(bebob->unit, addr, &plug_type); in detect_midi_ports()
852 } else if (plug_type != AVC_BRIDGECO_PLUG_TYPE_MIDI) { in detect_midi_ports()
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-typec250 What: /sys/class/typec/<port>-cable/plug_type
/openbmc/linux/drivers/usb/typec/
H A Dclass.c1082 static DEVICE_ATTR_RO(plug_type);