ast2600_i3c
struct ast2600_i3c *i3c;
static struct ast2600_i3c *to_ast2600_i3c(struct dw_i3c_master *dw)
return container_of(dw, struct ast2600_i3c, dw);
struct ast2600_i3c *i3c = to_ast2600_i3c(dw);