Searched defs:i3c_master_controller_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 100278 struct i3c_master_controller_ops { struct 100279 int (*bus_init)(struct i3c_master_controller *); 100280 void (*bus_cleanup)(struct i3c_master_controller *); 100281 int (*attach_i3c_dev)(struct i3c_dev_desc *); 100282 int (*reattach_i3c_dev)(struct i3c_dev_desc *, u8); 100283 void (*detach_i3c_dev)(struct i3c_dev_desc *); 100284 int (*do_daa)(struct i3c_master_controller *); 100285 bool (*supports_ccc_cmd)(struct i3c_master_controller *, const struct i3c_ccc_cmd *); 100286 int (*send_ccc_cmd)(struct i3c_master_controller *, struct i3c_ccc_cmd *); 100287 int (*priv_xfers)(struct i3c_dev_desc *, struct i3c_priv_xfer *, int); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 110136 struct i3c_master_controller_ops { struct 110137 int (*bus_init)(struct i3c_master_controller *); 110138 void (*bus_cleanup)(struct i3c_master_controller *); 110139 int (*attach_i3c_dev)(struct i3c_dev_desc *); 110140 int (*reattach_i3c_dev)(struct i3c_dev_desc *, u8); 110141 void (*detach_i3c_dev)(struct i3c_dev_desc *); 110142 int (*do_daa)(struct i3c_master_controller *); 110143 bool (*supports_ccc_cmd)(struct i3c_master_controller *, const struct i3c_ccc_cmd *); 110144 int (*send_ccc_cmd)(struct i3c_master_controller *, struct i3c_ccc_cmd *); 110145 int (*priv_xfers)(struct i3c_dev_desc *, struct i3c_priv_xfer *, int); [all …]
|