Home
last modified time | relevance | path

Searched refs:most_iface (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/most/i2c/
Di2c.c36 struct most_interface most_iface; member
48 #define to_hdm(iface) container_of(iface, struct hdm_i2c, most_iface)
64 static int configure_channel(struct most_interface *most_iface, in configure_channel() argument
69 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
120 static int enqueue(struct most_interface *most_iface, in enqueue() argument
123 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
165 static int poison_channel(struct most_interface *most_iface, in poison_channel() argument
168 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel()
311 dev->most_iface.interface = ITYPE_I2C; in i2c_probe()
312 dev->most_iface.description = dev->name; in i2c_probe()
[all …]
/Linux-v4.19/drivers/staging/most/dim2/
Ddim2.c89 struct most_interface most_iface; member
102 void (*on_netinfo)(struct most_interface *most_iface,
112 #define iface_to_hdm(iface) container_of(iface, struct dim2_hdm, most_iface)
232 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread()
458 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() argument
461 struct dim2_hdm *dev = iface_to_hdm(most_iface); in configure_channel()
576 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() argument
579 struct dim2_hdm *dev = iface_to_hdm(most_iface); in enqueue()
608 static void request_netinfo(struct most_interface *most_iface, int ch_idx, in request_netinfo() argument
612 struct dim2_hdm *dev = iface_to_hdm(most_iface); in request_netinfo()
[all …]
/Linux-v4.19/drivers/staging/most/usb/
Dusb.c120 void (*on_netinfo)(struct most_interface *most_iface,