Searched refs:be_id (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/intel/boards/ |
| H A D | sof_sdw.c | 495 static void init_dai_link(struct snd_soc_dai_link *dai_links, int be_id, in init_dai_link() argument 504 dai_links->id = be_id; in init_dai_link() 876 int be_id) in get_next_be_id() argument 878 return links[be_id - 1].id + 1; in get_next_be_id() 941 int i, j, be_id = 0; in sof_card_dai_links_create() local 1034 ret = create_sdw_dailink(dev, &be_id, links, sdw_be_num, in sof_card_dai_links_create() 1041 dev_err(dev, "failed to create dai link %d", be_id); in sof_card_dai_links_create() 1047 link_id = be_id; in sof_card_dai_links_create() 1050 be_id = get_next_be_id(links, be_id); in sof_card_dai_links_create() 1091 init_dai_link(links + link_id, be_id, name, in sof_card_dai_links_create() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/qcom/qdsp6/ |
| H A D | q6routing.c | 486 int be_id = mc->reg; in msm_routing_put_audio_mixer() local 491 if (session->port_id == be_id) in msm_routing_put_audio_mixer() 494 session->port_id = be_id; in msm_routing_put_audio_mixer() 497 if (session->port_id == -1 || session->port_id != be_id) in msm_routing_put_audio_mixer() 1036 unsigned int be_id = asoc_rtd_to_cpu(rtd, 0)->id; in routing_hw_params() local 1045 if (be_id >= AFE_MAX_PORTS) in routing_hw_params() 1048 session = &data->port_data[be_id]; in routing_hw_params()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | platform.h | 213 int ps3_repository_read_be_id(u64 node_id, u64 *be_id);
|
| H A D | repository.c | 998 int ps3_repository_read_be_id(u64 node_id, u64 *be_id) in ps3_repository_read_be_id() argument 1005 be_id, NULL); in ps3_repository_read_be_id()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | buildinfohelper.py | 435 br_id, be_id = brbe.split(":") 448 bc = bbcontroller.getBuildEnvironmentController(pk=be_id) 1131 _, be_id = self.brbe.split(":") 1132 be = BuildEnvironment.objects.get(pk = be_id) 1547 br_id, be_id = self.brbe.split(":") 1566 be = BuildEnvironment.objects.get(pk = be_id)
|