Home
last modified time | relevance | path

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

/drivers/staging/most/hdm-i2c/
Dhdm_i2c.c51 struct most_interface most_iface; member
63 #define to_hdm(iface) container_of(iface, struct hdm_i2c, most_iface)
76 static int configure_channel(struct most_interface *most_iface, in configure_channel() argument
80 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
115 static int enqueue(struct most_interface *most_iface, in enqueue() argument
118 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
157 static int poison_channel(struct most_interface *most_iface, in poison_channel() argument
160 struct hdm_i2c *dev = to_hdm(most_iface); in poison_channel()
188 static void request_netinfo(struct most_interface *most_iface, in request_netinfo() argument
339 dev->most_iface.interface = ITYPE_I2C; in i2c_probe()
[all …]
/drivers/staging/most/hdm-dim2/
Ddim2_hdm.c100 struct most_interface most_iface; member
114 #define iface_to_hdm(iface) container_of(iface, struct dim2_hdm, most_iface)
290 most_deliver_netinfo(&dev->most_iface, dev->link_state, in deliver_netinfo_thread()
519 static int configure_channel(struct most_interface *most_iface, int ch_idx, in configure_channel() argument
522 struct dim2_hdm *dev = iface_to_hdm(most_iface); in configure_channel()
629 static int enqueue(struct most_interface *most_iface, int ch_idx, in enqueue() argument
632 struct dim2_hdm *dev = iface_to_hdm(most_iface); in enqueue()
661 static void request_netinfo(struct most_interface *most_iface, int ch_idx) in request_netinfo() argument
663 struct dim2_hdm *dev = iface_to_hdm(most_iface); in request_netinfo()
672 mbo = most_get_mbo(&dev->most_iface, dev->atx_idx, NULL); in request_netinfo()
[all …]