Searched defs:cdns_i3c_data (Results 1 – 1 of 1) sorted by relevance
573 struct cdns_i3c_data { struct574 struct i3c_driver_data common;575 struct cdns_i3c_hw_config hw_cfg;577 struct cdns_i3c_ibi_buf ibi_buf;579 struct k_mutex bus_lock;580 struct cdns_i3c_i2c_dev_data cdns_i3c_i2c_priv_data[I3C_MAX_DEVS];581 struct cdns_i3c_xfer xfer;582 struct i3c_target_config *target_config;583 struct k_sem ibi_hj_complete;584 uint32_t free_rr_slots;[all …]