Home
last modified time | relevance | path

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

/bsp/k210/drivers/
A Ddrv_i2c.c284 struct rt_i2c_bus_device *busdev; in rt_hw_i2c_init() local
288 busdev = &i2c_dev0; in rt_hw_i2c_init()
304 busdev->priv = (void *)&bit_ops_0; in rt_hw_i2c_init()
305 rt_i2c_bit_add_bus(busdev, "i2c0"); in rt_hw_i2c_init()
308 busdev->ops = &i2c_ops; in rt_hw_i2c_init()
318 busdev = &i2c_dev1; in rt_hw_i2c_init()
334 busdev->priv = (void *)&bit_ops_1; in rt_hw_i2c_init()
338 busdev->ops = &i2c_ops; in rt_hw_i2c_init()
348 busdev = &i2c_dev2; in rt_hw_i2c_init()
364 busdev->priv = (void *)&bit_ops_2; in rt_hw_i2c_init()
[all …]

Completed in 4 milliseconds