Home
last modified time | relevance | path

Searched refs:dsi_node (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Drohm-bu18tl82.c39 struct device_node *dsi_node; member
127 struct device_node *dsi_node) in bu18tl82_attach_dsi() argument
134 host = of_find_mipi_dsi_host_by_node(dsi_node); in bu18tl82_attach_dsi()
174 bu18tl82->dsi = bu18tl82_attach_dsi(bu18tl82, bu18tl82->dsi_node); in bu18tl82_bridge_attach()
288 bu18tl82->dsi_node = of_graph_get_remote_node(dev->of_node, 0, -1); in bu18tl82_i2c_probe()
289 if (!bu18tl82->dsi_node) in bu18tl82_i2c_probe()
H A Dparade-ps8640.c217 struct device_node *in_ep, *dsi_node; in ps8640_bridge_attach() local
234 dsi_node = of_graph_get_remote_port_parent(in_ep); in ps8640_bridge_attach()
236 if (!dsi_node) in ps8640_bridge_attach()
239 host = of_find_mipi_dsi_host_by_node(dsi_node); in ps8640_bridge_attach()
240 of_node_put(dsi_node); in ps8640_bridge_attach()
H A Dmaxim-max96755f.c38 struct device_node *dsi_node; member
93 struct device_node *dsi_node) in max96755f_attach_dsi() argument
100 host = of_find_mipi_dsi_host_by_node(dsi_node); in max96755f_attach_dsi()
182 ser->dsi = max96755f_attach_dsi(ser, ser->dsi_node); in max96755f_bridge_attach()
513 ser->dsi_node = of_graph_get_remote_node(dev->of_node, 0, -1); in max96755f_bridge_probe()
514 if (!ser->dsi_node) { in max96755f_bridge_probe()
H A Dlontium-lt9611.c758 struct device_node *dsi_node) in lt9611_attach_dsi() argument
765 host = of_find_mipi_dsi_host_by_node(dsi_node); in lt9611_attach_dsi()