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)
238 struct most_dev *mdev = to_mdev(iface); in hdm_poison_channel()
276 static int hdm_add_padding(struct most_dev *mdev, int channel, struct mbo *mbo) in hdm_add_padding()
309 static int hdm_remove_padding(struct most_dev *mdev, int channel, in hdm_remove_padding()
343 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_write_completion()
395 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_read_completion()
460 struct most_dev *mdev = to_mdev(iface); in hdm_enqueue()
537 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_dma_alloc()
545 struct most_dev *mdev = to_mdev(mbo->ifp); in hdm_dma_free()
571 struct most_dev *mdev = to_mdev(iface); in hdm_configure_channel()
651 struct most_dev *mdev = to_mdev(iface); in hdm_request_netinfo()
670 struct most_dev *mdev = from_timer(mdev, t, link_stat_timer); in link_stat_timer_handler()
685 struct most_dev *mdev = to_mdev_from_work(wq_obj); in wq_netinfo()
731 struct most_dev *mdev = clear_work->mdev; in wq_clear_halt()
930 struct most_dev *mdev = to_mdev_from_dev(dev); in release_mdev()
952 struct most_dev *mdev; in hdm_probe()
1111 struct most_dev *mdev = usb_get_intfdata(interface); in hdm_disconnect()
1135 struct most_dev *mdev = usb_get_intfdata(interface); in hdm_suspend()
1149 struct most_dev *mdev = usb_get_intfdata(interface); in hdm_resume()