Searched refs:most_iface (Results 1 – 3 of 3) sorted by relevance
/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 …]
|
/drivers/staging/most/dim2/ |
D | dim2.c | 88 struct most_interface most_iface; member 101 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() 448 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() argument 451 struct dim2_hdm *dev = iface_to_hdm(most_iface); in configure_channel() 566 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() argument 569 struct dim2_hdm *dev = iface_to_hdm(most_iface); in enqueue() 598 static void request_netinfo(struct most_interface *most_iface, int ch_idx, in request_netinfo() argument 602 struct dim2_hdm *dev = iface_to_hdm(most_iface); in request_netinfo() [all …]
|
/drivers/most/ |
D | most_usb.c | 120 void (*on_netinfo)(struct most_interface *most_iface,
|