is_ep 620 include/sound/soc-dapm.h unsigned char is_ep:2; /* Widget is a endpoint type widget */ is_ep 306 sound/soc/soc-dapm.c if (w->is_ep) { is_ep 308 sound/soc/soc-dapm.c if (w->is_ep & SND_SOC_DAPM_EP_SINK) is_ep 310 sound/soc/soc-dapm.c if (w->is_ep & SND_SOC_DAPM_EP_SOURCE) is_ep 1212 sound/soc/soc-dapm.c if ((widget->is_ep & SND_SOC_DAPM_DIR_TO_EP(dir)) && widget->connected) { is_ep 2745 sound/soc/soc-dapm.c w->is_ep = ep; is_ep 3652 sound/soc/soc-dapm.c w->is_ep = SND_SOC_DAPM_EP_SOURCE; is_ep 3657 sound/soc/soc-dapm.c w->is_ep = SND_SOC_DAPM_EP_SOURCE; is_ep 3662 sound/soc/soc-dapm.c w->is_ep = SND_SOC_DAPM_EP_SINK; is_ep 3667 sound/soc/soc-dapm.c w->is_ep = SND_SOC_DAPM_EP_SINK; is_ep 3672 sound/soc/soc-dapm.c w->is_ep = SND_SOC_DAPM_EP_SOURCE; is_ep 3676 sound/soc/soc-dapm.c w->is_ep = SND_SOC_DAPM_EP_SINK; is_ep 4401 sound/soc/soc-dapm.c w->is_ep = ep; is_ep 4405 sound/soc/soc-dapm.c w->is_ep = 0;