Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/
Dcore.h265 struct core_component { struct
312 int most_register_component(struct core_component *comp);
313 int most_deregister_component(struct core_component *comp);
315 struct core_component *comp);
318 struct core_component *comp);
320 struct core_component *comp);
322 struct core_component *comp);
324 int most_register_configfs_subsys(struct core_component *comp);
325 void most_deregister_configfs_subsys(struct core_component *comp);
Dcore.c42 struct core_component *comp;
457 static struct core_component *match_component(char *name) in match_component()
459 struct core_component *comp; in match_component()
513 struct core_component *comp; in components_show()
589 struct core_component *comp, in link_channel_to_component()
594 struct core_component **comp_ptr; in link_channel_to_component()
705 struct core_component *comp; in most_cfg_complete()
718 struct core_component *comp = match_component(comp_name); in most_add_link()
740 struct core_component *comp; in remove_link_store()
771 struct core_component *comp; in most_remove_link()
[all …]
Dconfigfs.c592 int most_register_configfs_subsys(struct core_component *c) in most_register_configfs_subsys()
631 void most_deregister_configfs_subsys(struct core_component *c) in most_deregister_configfs_subsys()
/Linux-v5.4/drivers/staging/most/net/
Dnet.c73 static struct core_component comp;
500 static struct core_component comp = {
/Linux-v5.4/drivers/staging/most/video/
Dvideo.c28 static struct core_component comp;
530 static struct core_component comp = {
/Linux-v5.4/drivers/staging/most/sound/
Dsound.c25 static struct core_component comp;
784 static struct core_component comp = {
/Linux-v5.4/drivers/staging/most/cdev/
Dcdev.c28 struct core_component cc;