Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/most/i2c/
Di2c.c35 struct most_interface most_iface; member
49 return container_of(iface, struct hdm_i2c, most_iface); in to_hdm()
66 static int configure_channel(struct most_interface *most_iface, in configure_channel() argument
71 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
122 static int enqueue(struct most_interface *most_iface, in enqueue() argument
125 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
167 static int poison_channel(struct most_interface *most_iface, in poison_channel() argument
170 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel()
313 dev->most_iface.interface = ITYPE_I2C; in i2c_probe()
314 dev->most_iface.description = dev->name; in i2c_probe()
[all …]
/Linux-v6.6/drivers/staging/most/dim2/
Ddim2.c87 struct most_interface most_iface; member
100 void (*on_netinfo)(struct most_interface *most_iface,
113 return container_of(iface, struct dim2_hdm, most_iface); in iface_to_hdm()
225 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread()
445 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() argument
448 struct dim2_hdm *dev = iface_to_hdm(most_iface); in configure_channel()
563 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() argument
566 struct dim2_hdm *dev = iface_to_hdm(most_iface); in enqueue()
596 static void request_netinfo(struct most_interface *most_iface, int ch_idx, in request_netinfo() argument
600 struct dim2_hdm *dev = iface_to_hdm(most_iface); in request_netinfo()
[all …]
/Linux-v6.6/drivers/most/
Dmost_usb.c120 void (*on_netinfo)(struct most_interface *most_iface,