Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
Dcdns-dsi-core.h64 struct cdns_dsi { struct
70 const struct cdns_dsi_platform_ops *platform_ops; argument
71 struct cdns_dsi_input input; argument
72 struct cdns_dsi_output output; argument
73 unsigned int direct_cmd_fifo_depth;
74 unsigned int rx_fifo_depth;
75 struct completion direct_cmd_comp;
76 struct clk *dsi_p_clk;
77 struct reset_control *dsi_p_rst;
78 struct clk *dsi_sys_clk;
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
Dcdns-dsi.c453 struct cdns_dsi { struct
456 struct cdns_dsi_input input; argument
457 struct cdns_dsi_output output; argument
468 static inline struct cdns_dsi *input_to_dsi(struct cdns_dsi_input *input) in input_to_dsi() argument