Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmost.h286 int most_register_interface(struct most_interface *iface);
/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c328 ret = most_register_interface(&dev->most_iface); in i2c_probe()
/openbmc/linux/drivers/most/
H A Dcore.c1279 int most_register_interface(struct most_interface *iface) in most_register_interface() function
1372 EXPORT_SYMBOL_GPL(most_register_interface);
H A Dmost_usb.c1055 ret = most_register_interface(&mdev->iface); in hdm_probe()
/openbmc/linux/drivers/staging/most/dim2/
H A Ddim2.c892 return most_register_interface(&dev->most_iface); in dim2_probe()