Home
last modified time | relevance | path

Searched defs:i3c_master_controller_ops (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/include/linux/i3c/
H A Dmaster.h461 struct i3c_master_controller_ops { struct
462 int (*bus_init)(struct i3c_master_controller *master);
463 void (*bus_cleanup)(struct i3c_master_controller *master);
464 int (*attach_i3c_dev)(struct i3c_dev_desc *dev);
466 void (*detach_i3c_dev)(struct i3c_dev_desc *dev);
467 int (*do_daa)(struct i3c_master_controller *master);
468 bool (*supports_ccc_cmd)(struct i3c_master_controller *master,
470 int (*send_ccc_cmd)(struct i3c_master_controller *master,
472 int (*priv_xfers)(struct i3c_dev_desc *dev,
475 int (*attach_i2c_dev)(struct i2c_dev_desc *dev);
[all …]