Home
last modified time | relevance | path

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

/linux-5.19.10/sound/soc/codecs/
Dwcd-mbhc-v2.h274 void wcd_mbhc_set_hph_type(struct wcd_mbhc *mbhc, int hph_type);
306 static inline void wcd_mbhc_set_hph_type(struct wcd_mbhc *mbhc, int hph_type) in wcd_mbhc_set_hph_type() argument
Dwcd-mbhc-v2.c73 enum wcd_mbhc_hph_type hph_type; member
302 mbhc->hph_type = WCD_MBHC_HPH_NONE; in wcd_mbhc_report_plug_removal()
1360 void wcd_mbhc_set_hph_type(struct wcd_mbhc *mbhc, int hph_type) in wcd_mbhc_set_hph_type() argument
1362 mbhc->hph_type = hph_type; in wcd_mbhc_set_hph_type()
1368 return mbhc->hph_type; in wcd_mbhc_get_hph_type()