Home
last modified time | relevance | path

Searched refs:comp_name (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dmost.h325 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name,
327 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name);
335 int most_cfg_complete(char *comp_name);
/linux/drivers/most/
H A Dcore.c666 int most_cfg_complete(char *comp_name) in most_cfg_complete() argument
670 comp = match_component(comp_name); in most_cfg_complete()
677 int most_add_link(char *mdev, char *mdev_ch, char *comp_name, char *link_name, in most_add_link() argument
681 struct most_component *comp = match_component(comp_name); in most_add_link()
689 int most_remove_link(char *mdev, char *mdev_ch, char *comp_name) in most_remove_link() argument
694 comp = match_component(comp_name); in most_remove_link()
/linux/include/linux/habanalabs/
H A Dhl_boot_if.h798 __u8 comp_name[NAME_MAX_LEN]; member