Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/i3c/
Dmaster.h455 struct i3c_master_controller_ops { struct
456 int (*bus_init)(struct i3c_master_controller *master);
457 void (*bus_cleanup)(struct i3c_master_controller *master);
458 int (*attach_i3c_dev)(struct i3c_dev_desc *dev);
459 int (*reattach_i3c_dev)(struct i3c_dev_desc *dev, u8 old_dyn_addr);
460 void (*detach_i3c_dev)(struct i3c_dev_desc *dev);
461 int (*do_daa)(struct i3c_master_controller *master);
462 bool (*supports_ccc_cmd)(struct i3c_master_controller *master,
464 int (*send_ccc_cmd)(struct i3c_master_controller *master,
466 int (*priv_xfers)(struct i3c_dev_desc *dev,
[all …]