Symbol: device_node
sys/dev/drm/drm_bridge.c
365
struct drm_bridge *of_drm_find_bridge(struct device_node *np)
sys/dev/drm/drm_mipi_dsi.c
109
struct mipi_dsi_device *of_find_mipi_dsi_device_by_node(struct device_node *np)
sys/dev/drm/drm_mipi_dsi.c
160
of_mipi_dsi_device_add(struct mipi_dsi_host *host, struct device_node *node)
sys/dev/drm/drm_mipi_dsi.c
186
of_mipi_dsi_device_add(struct mipi_dsi_host *host, struct device_node *node)
sys/dev/drm/drm_mipi_dsi.c
266
struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node)
sys/dev/drm/drm_mipi_dsi.c
287
struct device_node *node;
sys/dev/drm/drm_modes.c
702
int of_get_drm_display_mode(struct device_node *np,
sys/dev/drm/drm_panel.c
153
struct drm_panel *of_drm_find_panel(const struct device_node *np)
sys/dev/drm/include/drm/drmP.h
98
struct device_node;
sys/dev/drm/include/drm/drm_bridge.h
283
struct device_node *of_node;
sys/dev/drm/include/drm/drm_bridge.h
301
struct drm_bridge *of_drm_find_bridge(struct device_node *np);
sys/dev/drm/include/drm/drm_crtc.h
56
struct device_node;
sys/dev/drm/include/drm/drm_crtc.h
857
struct device_node *port;
sys/dev/drm/include/drm/drm_mipi_dsi.h
109
struct mipi_dsi_host *of_find_mipi_dsi_host_by_node(struct device_node *node);
sys/dev/drm/include/drm/drm_mipi_dsi.h
159
struct device_node *node;
sys/dev/drm/include/drm/drm_mipi_dsi.h
219
struct mipi_dsi_device *of_find_mipi_dsi_device_by_node(struct device_node *np);
sys/dev/drm/include/drm/drm_modes.h
496
int of_get_drm_display_mode(struct device_node *np,
sys/dev/drm/include/drm/drm_of.h
109
static inline int drm_of_encoder_active_endpoint_id(struct device_node *node,
sys/dev/drm/include/drm/drm_of.h
119
static inline int drm_of_encoder_active_port_id(struct device_node *node,
sys/dev/drm/include/drm/drm_of.h
16
struct device_node;
sys/dev/drm/include/drm/drm_of.h
20
struct device_node *port);
sys/dev/drm/include/drm/drm_of.h
22
struct device_node *port);
sys/dev/drm/include/drm/drm_of.h
26
struct device_node *node);
sys/dev/drm/include/drm/drm_of.h
30
int drm_of_encoder_active_endpoint(struct device_node *node,
sys/dev/drm/include/drm/drm_of.h
33
int drm_of_find_panel_or_bridge(const struct device_node *np,
sys/dev/drm/include/drm/drm_of.h
39
struct device_node *port)
sys/dev/drm/include/drm/drm_of.h
45
struct device_node *port)
sys/dev/drm/include/drm/drm_of.h
54
struct device_node *node)
sys/dev/drm/include/drm/drm_of.h
66
static inline int drm_of_encoder_active_endpoint(struct device_node *node,
sys/dev/drm/include/drm/drm_of.h
72
static inline int drm_of_find_panel_or_bridge(const struct device_node *np,
sys/dev/drm/include/drm/drm_of.h
89
static inline int drm_of_panel_bridge_remove(const struct device_node *np,
sys/dev/drm/include/drm/drm_of.h
94
struct device_node *remote;
sys/dev/drm/include/drm/drm_panel.h
199
struct drm_panel *of_drm_find_panel(const struct device_node *np);
sys/dev/drm/include/drm/drm_panel.h
201
static inline struct drm_panel *of_drm_find_panel(const struct device_node *np)
sys/dev/drm/include/drm/drm_panel.h
30
struct device_node;
sys/dev/drm/include/linux/device.h
60
struct device_node;
sys/dev/drm/include/linux/fb.h
65
struct device_node;
sys/dev/drm/include/linux/irqdomain.h
35
struct device_node;
sys/dev/drm/include/linux/pci.h
55
struct device_node;
sys/dev/drm/include/linux/power_supply.h
43
struct device_node;
sys/dev/drm/radeon/radeon_clocks.c
103
struct device_node *dp = rdev->pdev->dev.of_node;