Searched refs:mbhc_cb (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/soc/codecs/
H A Dwcd-mbhc-v2.c51 const struct wcd_mbhc_cb *mbhc_cb; member in struct:wcd_mbhc
114 mbhc->mbhc_cb->set_btn_thr(component, mbhc->cfg->btn_low,
129 if (mbhc->mbhc_cb->mbhc_micbias_control)
176 if (mbhc->mbhc_cb->micbias_enable_status)
177 micbias2 = mbhc->mbhc_cb->micbias_enable_status(component, MIC_BIAS_2);
186 if (mbhc->mbhc_cb->mbhc_micbias_control) {
200 if (mbhc->mbhc_cb->mbhc_micbias_control/* && !mbhc->micbias_enable*/) {
210 if (!mbhc->mbhc_cb->mbhc_micbias_control)
280 if (mbhc->mbhc_cb->mbhc_micbias_control)
281 mbhc->mbhc_cb
1505 wcd_mbhc_init(struct snd_soc_component *component, const struct wcd_mbhc_cb *mbhc_cb, const struct wcd_mbhc_intr *intr_ids, struct wcd_mbhc_field *fields, bool impedance_det_en) argument
[all...]
H A Dwcd-mbhc-v2.h280 const struct wcd_mbhc_cb *mbhc_cb,
301 const struct wcd_mbhc_cb *mbhc_cb,
300 wcd_mbhc_init(struct snd_soc_component *component, const struct wcd_mbhc_cb *mbhc_cb, const struct wcd_mbhc_intr *mbhc_cdc_intr_ids, struct wcd_mbhc_field *fields, bool impedance_det_en) argument
H A Dwcd938x.c2548 static const struct wcd_mbhc_cb mbhc_cb = { variable in typeref:struct:wcd_mbhc_cb
2628 wcd938x->wcd_mbhc = wcd_mbhc_init(component, &mbhc_cb, intr_ids, wcd_mbhc_fields, true);
H A Dwcd939x.c2435 static const struct wcd_mbhc_cb mbhc_cb = { variable in typeref:struct:wcd_mbhc_cb
2512 wcd939x->wcd_mbhc = wcd_mbhc_init(component, &mbhc_cb, intr_ids, wcd_mbhc_fields, true);
H A Dwcd934x.c2958 static const struct wcd_mbhc_cb mbhc_cb = { variable in typeref:struct:wcd_mbhc_cb
3033 wcd->mbhc = wcd_mbhc_init(component, &mbhc_cb, intr_ids, wcd_mbhc_fields, true);

Completed in 250 milliseconds