Searched refs:rt_i2c_client (Results 1 – 2 of 2) sorted by relevance
29 struct rt_i2c_client *client; in i2c_bus_scan_clients()84 rt_err_t rt_i2c_device_register(struct rt_i2c_client *client) in rt_i2c_device_register()95 struct rt_i2c_client *client = rt_container_of(dev, struct rt_i2c_client, parent); in i2c_match()129 struct rt_i2c_client *client = rt_container_of(dev, struct rt_i2c_client, parent); in i2c_probe()144 struct rt_i2c_client *client = rt_container_of(dev, struct rt_i2c_client, parent); in i2c_remove()157 struct rt_i2c_client *client = rt_container_of(dev, struct rt_i2c_client, parent); in i2c_shutdown()
253 struct rt_i2c_client struct280 rt_err_t (*probe)(struct rt_i2c_client *client); argument281 rt_err_t (*remove)(struct rt_i2c_client *client);282 rt_err_t (*shutdown)(struct rt_i2c_client *client);286 rt_err_t rt_i2c_device_register(struct rt_i2c_client *client);
Completed in 3 milliseconds