Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/most/i2c/
H A Di2c.c35 struct most_interface most_iface; member
71 struct hdm_i2c *dev = to_hdm(most_iface); in configure_channel()
125 struct hdm_i2c *dev = to_hdm(most_iface); in enqueue()
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()
315 dev->most_iface.num_channels = NUM_CHANNELS; in i2c_probe()
317 dev->most_iface.configure = configure_channel; in i2c_probe()
318 dev->most_iface.enqueue = enqueue; in i2c_probe()
319 dev->most_iface.poison_channel = poison_channel; in i2c_probe()
[all …]
/openbmc/linux/drivers/staging/most/dim2/
H A Ddim2.c87 struct most_interface most_iface; member
225 dev->on_netinfo(&dev->most_iface, in deliver_netinfo_thread()
877 dev->most_iface.description = dev->name; in dim2_probe()
878 dev->most_iface.num_channels = DMA_CHANNELS; in dim2_probe()
880 dev->most_iface.configure = configure_channel; in dim2_probe()
881 dev->most_iface.enqueue = enqueue; in dim2_probe()
882 dev->most_iface.dma_alloc = dma_alloc; in dim2_probe()
883 dev->most_iface.dma_free = dma_free; in dim2_probe()
886 dev->most_iface.driver_dev = &pdev->dev; in dim2_probe()
887 dev->most_iface.dev = &dev->dev; in dim2_probe()
[all …]
/openbmc/linux/drivers/most/
H A Dmost_usb.c120 void (*on_netinfo)(struct most_interface *most_iface,