Searched refs:most_iface (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/drivers/staging/most/i2c/ |
| D | i2c.c | 35 struct most_interface most_iface; member 47 #define to_hdm(iface) container_of(iface, struct hdm_i2c, most_iface) 63 static int configure_channel(struct most_interface *most_iface, in configure_channel() argument 68 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel() 119 static int enqueue(struct most_interface *most_iface, in enqueue() argument 122 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue() 164 static int poison_channel(struct most_interface *most_iface, in poison_channel() argument 167 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel() 310 dev->most_iface.interface = ITYPE_I2C; in i2c_probe() 311 dev->most_iface.description = dev->name; in i2c_probe() [all …]
|
| /Linux-v6.1/drivers/staging/most/dim2/ |
| D | dim2.c | 87 struct most_interface most_iface; member 100 void (*on_netinfo)(struct most_interface *most_iface, 111 #define iface_to_hdm(iface) container_of(iface, struct dim2_hdm, most_iface) 222 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread() 442 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() argument 445 struct dim2_hdm *dev = iface_to_hdm(most_iface); in configure_channel() 560 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() argument 563 struct dim2_hdm *dev = iface_to_hdm(most_iface); in enqueue() 593 static void request_netinfo(struct most_interface *most_iface, int ch_idx, in request_netinfo() argument 597 struct dim2_hdm *dev = iface_to_hdm(most_iface); in request_netinfo() [all …]
|
| /Linux-v6.1/drivers/most/ |
| D | most_usb.c | 120 void (*on_netinfo)(struct most_interface *most_iface,
|