Home
last modified time | relevance | path

Searched refs:most_dev (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/most/
H A Dmost_usb.c73 struct most_dev;
77 struct most_dev *mdev;
85 * struct most_dev - holds all usb interface specific stuff
102 struct most_dev { struct
124 #define to_mdev(d) container_of(d, struct most_dev, iface)
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 *mde
[all...]
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_usb.c73 struct most_dev;
77 struct most_dev *mdev;
85 * struct most_dev - holds all usb interface specific stuff
102 struct most_dev { struct
124 #define to_mdev(d) container_of(d, struct most_dev, iface)
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 *mde
[all...]

Completed in 3 milliseconds