Lines Matching refs:most_dev

73 struct most_dev;
77 struct most_dev *mdev;
102 struct most_dev { struct
124 #define to_mdev(d) container_of(d, struct most_dev, iface) argument
125 #define to_mdev_from_dev(d) container_of(d, struct most_dev, dev)
126 #define to_mdev_from_work(w) container_of(w, struct most_dev, poll_work_obj)
237 struct most_dev *mdev = to_mdev(iface); in hdm_poison_channel()
275 static int hdm_add_padding(struct most_dev *mdev, int channel, struct mbo *mbo) in hdm_add_padding()
308 static int hdm_remove_padding(struct most_dev *mdev, int channel, in hdm_remove_padding()
342 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_write_completion()
394 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_read_completion()
459 struct most_dev *mdev = to_mdev(iface); in hdm_enqueue()
536 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_dma_alloc()
544 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_dma_free()
570 struct most_dev *mdev = to_mdev(iface); in hdm_configure_channel()
650 struct most_dev *mdev = to_mdev(iface); in hdm_request_netinfo()
669 struct most_dev *mdev = from_timer(mdev, t, link_stat_timer); in link_stat_timer_handler()
684 struct most_dev *mdev = to_mdev_from_work(wq_obj); in wq_netinfo()
730 struct most_dev *mdev = clear_work->mdev; in wq_clear_halt()
929 struct most_dev *mdev = to_mdev_from_dev(dev); in release_mdev()
951 struct most_dev *mdev; in hdm_probe()
1110 struct most_dev *mdev = usb_get_intfdata(interface); in hdm_disconnect()
1134 struct most_dev *mdev = usb_get_intfdata(interface); in hdm_suspend()
1148 struct most_dev *mdev = usb_get_intfdata(interface); in hdm_resume()