Home
last modified time | relevance | path

Searched refs:dw_i3c_master (Results 1 – 3 of 3) sorted by relevance

/drivers/i3c/master/
A Ddw-i3c-master.c292 static inline struct dw_i3c_master *
633 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_bus_init()
691 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_bus_cleanup()
788 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_send_ccc_cmd()
820 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_daa()
906 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_priv_xfers()
990 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_reattach_i3c_dev()
1020 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_attach_i3c_dev()
1465 struct dw_i3c_master *master = dev_id; in dw_i3c_master_irq_handler()
1528 struct dw_i3c_master *master = in dw_i3c_hj_work()
[all …]
A Ddw-i3c-master.h26 struct dw_i3c_master { struct
81 int (*init)(struct dw_i3c_master *i3c); argument
90 void (*set_dat_ibi)(struct dw_i3c_master *i3c,
94 extern int dw_i3c_common_probe(struct dw_i3c_master *master,
96 extern void dw_i3c_common_remove(struct dw_i3c_master *master);
A Dast2600-i3c-master.c42 struct dw_i3c_master dw;
48 static struct ast2600_i3c *to_ast2600_i3c(struct dw_i3c_master *dw) in to_ast2600_i3c()
77 static int ast2600_i3c_init(struct dw_i3c_master *dw) in ast2600_i3c_init()
103 static void ast2600_i3c_set_dat_ibi(struct dw_i3c_master *i3c, in ast2600_i3c_set_dat_ibi()
164 struct dw_i3c_master *dw_i3c = platform_get_drvdata(pdev); in ast2600_i3c_remove()

Completed in 10 milliseconds