Searched refs:most_dev (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/most/ |
H A D | most_usb.c | 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() [all …]
|