Home
last modified time | relevance | path

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

/linux/include/linux/i3c/
H A Dmaster.h466 struct i3c_master_controller_ops { struct
467 int (*bus_init)(struct i3c_master_controller *master);
468 void (*bus_cleanup)(struct i3c_master_controller *master);
469 int (*attach_i3c_dev)(struct i3c_dev_desc *dev);
470 int (*reattach_i3c_dev)(struct i3c_dev_desc *dev, u8 old_dyn_addr);
471 void (*detach_i3c_dev)(struct i3c_dev_desc *dev);
472 int (*do_daa)(struct i3c_master_controller *master);
473 bool (*supports_ccc_cmd)(struct i3c_master_controller *master,
475 int (*send_ccc_cmd)(struct i3c_master_controller *master,
477 int (*priv_xfers)(struct i3c_dev_desc *dev,
[all …]