Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/most/mostcore/
Dcore.c980 char *mdev_devnod; in store_add_link() local
988 ret = split_string(buffer, &mdev, &mdev_ch, &mdev_devnod); in store_add_link()
992 if (!mdev_devnod || *mdev_devnod == 0) { in store_add_link()
995 mdev_devnod = devnod_buf; in store_add_link()
1010 &c->cfg, &c->kobj, mdev_devnod); in store_add_link()