Home
last modified time | relevance | path

Searched defs:dw_i3c_master (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/i3c/master/
Ddw-i3c-master.h25 struct dw_i3c_master { struct
35 struct dw_i3c_master_caps caps; argument
36 void __iomem *regs;
37 struct reset_control *core_rst;
38 struct clk *core_clk;
39 char version[5];
40 char type[5];
41 bool ibi_capable;
70 int (*init)(struct dw_i3c_master *i3c); argument
/kernel/linux/linux-5.10/drivers/i3c/master/
Ddw-i3c-master.c227 struct dw_i3c_master { struct
237 struct dw_i3c_master_caps caps; argument
258 static bool dw_i3c_master_supports_ccc_cmd(struct i3c_master_controller *m, in dw_i3c_master_supports_ccc_cmd() argument