Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dmost.h311 int most_register_component(struct most_component *comp);
/OK3568_Linux_fs/kernel/drivers/most/
H A Dmost_cdev.c505 err = most_register_component(&comp.cc); in mod_init()
H A Dcore.c1219 int most_register_component(struct most_component *comp) in most_register_component() function
1228 EXPORT_SYMBOL_GPL(most_register_component);
/OK3568_Linux_fs/kernel/drivers/staging/most/video/
H A Dvideo.c541 err = most_register_component(&comp); in comp_init()
/OK3568_Linux_fs/kernel/drivers/staging/most/net/
H A Dnet.c524 err = most_register_component(&comp); in most_net_init()
/OK3568_Linux_fs/kernel/drivers/staging/most/sound/
H A Dsound.c731 ret = most_register_component(&comp); in audio_init()