Home
last modified time | relevance | path

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

/components/drivers/i2c/
A Ddev_i2c_bus.c75 rt_err_t rt_i2c_driver_register(struct rt_i2c_driver *driver) in rt_i2c_driver_register()
94 struct rt_i2c_driver *driver = rt_container_of(drv, struct rt_i2c_driver, parent); in i2c_match()
128 struct rt_i2c_driver *driver = rt_container_of(dev->drv, struct rt_i2c_driver, parent); in i2c_probe()
143 struct rt_i2c_driver *driver = rt_container_of(dev->drv, struct rt_i2c_driver, parent); in i2c_remove()
156 struct rt_i2c_driver *driver = rt_container_of(dev->drv, struct rt_i2c_driver, parent); in i2c_shutdown()
/components/drivers/include/drivers/
A Ddev_i2c.h273 struct rt_i2c_driver struct
285 rt_err_t rt_i2c_driver_register(struct rt_i2c_driver *driver); argument

Completed in 2 milliseconds