Home
last modified time | relevance | path

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

/linux-6.15/drivers/i3c/master/
H A Ddw-i3c-master.c291 static inline struct dw_i3c_master *
650 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_bus_init()
709 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_bus_cleanup()
806 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_send_ccc_cmd()
839 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_daa()
926 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_priv_xfers()
1011 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_reattach_i3c_dev()
1041 struct dw_i3c_master *master = to_dw_i3c_master(m); in dw_i3c_master_attach_i3c_dev()
1490 struct dw_i3c_master *master = dev_id; in dw_i3c_master_irq_handler()
1553 struct dw_i3c_master *master = in dw_i3c_hj_work()
[all …]
H 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);
H 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()