Symbol: most_dev
drivers/most/most_usb.c
1111
struct most_dev *mdev = usb_get_intfdata(interface);
drivers/most/most_usb.c
1128
struct most_dev *mdev = usb_get_intfdata(interface);
drivers/most/most_usb.c
1142
struct most_dev *mdev = usb_get_intfdata(interface);
drivers/most/most_usb.c
124
#define to_mdev(d) container_of(d, struct most_dev, iface)
drivers/most/most_usb.c
125
#define to_mdev_from_dev(d) container_of(d, struct most_dev, dev)
drivers/most/most_usb.c
126
#define to_mdev_from_work(w) container_of(w, struct most_dev, poll_work_obj)
drivers/most/most_usb.c
238
struct most_dev *mdev = to_mdev(iface);
drivers/most/most_usb.c
276
static int hdm_add_padding(struct most_dev *mdev, int channel, struct mbo *mbo)
drivers/most/most_usb.c
309
static int hdm_remove_padding(struct most_dev *mdev, int channel,
drivers/most/most_usb.c
343
struct most_dev *mdev = to_mdev(mbo->ifp);
drivers/most/most_usb.c
395
struct most_dev *mdev = to_mdev(mbo->ifp);
drivers/most/most_usb.c
460
struct most_dev *mdev = to_mdev(iface);
drivers/most/most_usb.c
537
struct most_dev *mdev = to_mdev(mbo->ifp);
drivers/most/most_usb.c
545
struct most_dev *mdev = to_mdev(mbo->ifp);
drivers/most/most_usb.c
571
struct most_dev *mdev = to_mdev(iface);
drivers/most/most_usb.c
651
struct most_dev *mdev = to_mdev(iface);
drivers/most/most_usb.c
670
struct most_dev *mdev = timer_container_of(mdev, t, link_stat_timer);
drivers/most/most_usb.c
685
struct most_dev *mdev = to_mdev_from_work(wq_obj);
drivers/most/most_usb.c
73
struct most_dev;
drivers/most/most_usb.c
731
struct most_dev *mdev = clear_work->mdev;
drivers/most/most_usb.c
77
struct most_dev *mdev;
drivers/most/most_usb.c
930
struct most_dev *mdev = to_mdev_from_dev(dev);
drivers/most/most_usb.c
956
struct most_dev *mdev;