Home
last modified time | relevance | path

Searched refs:core_component (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/staging/most/
Dcore.h265 struct core_component { struct
310 int most_register_component(struct core_component *comp);
311 int most_deregister_component(struct core_component *comp);
313 struct core_component *comp);
316 struct core_component *comp);
318 struct core_component *comp);
320 struct core_component *comp);
Dcore.c42 struct core_component *comp;
545 static struct core_component *match_component(char *name) in match_component()
547 struct core_component *comp; in match_component()
601 struct core_component *comp; in components_show()
684 struct core_component *comp, in link_channel_to_component()
688 struct core_component **comp_ptr; in link_channel_to_component()
732 struct core_component *comp; in add_link_store()
779 struct core_component *comp; in remove_link_store()
1059 struct core_component *comp) in channel_has_mbo()
1090 struct core_component *comp) in most_get_mbo()
[all …]
/Linux-v4.19/drivers/staging/most/sound/
Dsound.c24 static struct core_component comp;
724 static struct core_component comp = {
/Linux-v4.19/drivers/staging/most/video/
Dvideo.c28 static struct core_component comp;
533 static struct core_component comp_info = {
/Linux-v4.19/drivers/staging/most/net/
Dnet.c73 static struct core_component comp;
499 static struct core_component comp = {
/Linux-v4.19/drivers/staging/most/cdev/
Dcdev.c28 struct core_component cc;