Searched defs:most_iface (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/staging/most/hdm-i2c/ | 
| D | hdm_i2c.c | 51 	struct most_interface most_iface;  member76 static int configure_channel(struct most_interface *most_iface,  in configure_channel()
 115 static int enqueue(struct most_interface *most_iface,  in enqueue()
 157 static int poison_channel(struct most_interface *most_iface,  in poison_channel()
 188 static void request_netinfo(struct most_interface *most_iface,  in request_netinfo()
 
 | 
| /linux-4.4.14/drivers/staging/most/hdm-dim2/ | 
| D | dim2_hdm.c | 100 	struct most_interface most_iface;  member519 static int configure_channel(struct most_interface *most_iface, int ch_idx,  in configure_channel()
 629 static int enqueue(struct most_interface *most_iface, int ch_idx,  in enqueue()
 661 static void request_netinfo(struct most_interface *most_iface, int ch_idx)  in request_netinfo()
 697 static int poison_channel(struct most_interface *most_iface, int ch_idx)  in poison_channel()
 
 |