Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/i3c/
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);
465 int (*reattach_i3c_dev)(struct i3c_dev_desc *dev, u8 old_dyn_addr);
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,
[all …]