Lines Matching refs:i3c_i2c_device_desc
504 struct i3c_i2c_device_desc;
623 struct i3c_i2c_device_desc *target);
638 struct i3c_i2c_device_desc *target);
1103 struct i3c_i2c_device_desc { struct
1173 struct i3c_i2c_device_desc * const i2c;
1293 struct i3c_i2c_device_desc *i3c_dev_list_i2c_addr_find(const struct device *dev,
1605 int i3c_attach_i2c_device(struct i3c_i2c_device_desc *target);
1624 int i3c_detach_i2c_device(struct i3c_i2c_device_desc *target);
2423 struct i3c_i2c_device_desc *i3c_i2c_device_desc_alloc(void);
2432 void i3c_i2c_device_desc_free(struct i3c_i2c_device_desc *desc);
2443 bool i3c_i2c_device_desc_in_pool(struct i3c_i2c_device_desc *desc);
2447 static inline struct i3c_i2c_device_desc *i3c_i2c_device_desc_alloc(void) in i3c_i2c_device_desc_alloc()
2452 static inline void i3c_i2c_device_desc_free(struct i3c_i2c_device_desc *desc) in i3c_i2c_device_desc_free()
2457 static inline bool i3c_i2c_device_desc_in_pool(struct i3c_i2c_device_desc *desc) in i3c_i2c_device_desc_in_pool()