Searched refs:nt35950 (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/panel/ |
D | panel-novatek-nt35950.c | 52 struct nt35950 { struct 87 static inline struct nt35950 *to_nt35950(struct drm_panel *panel) in to_nt35950() 89 return container_of(panel, struct nt35950, panel); in to_nt35950() 100 static void nt35950_reset(struct nt35950 *nt) in nt35950_reset() 117 static int nt35950_set_cmd2_page(struct nt35950 *nt, u8 page) in nt35950_set_cmd2_page() 139 static int nt35950_set_data_compression(struct nt35950 *nt, u8 comp_mode) in nt35950_set_data_compression() 186 static int nt35950_set_scaler(struct nt35950 *nt, u8 scale_up) in nt35950_set_scaler() 201 static int nt35950_set_scale_mode(struct nt35950 *nt, u8 mode) in nt35950_set_scale_mode() 223 static int nt35950_inject_black_image(struct nt35950 *nt) in nt35950_inject_black_image() 256 static int nt35950_set_dispout(struct nt35950 *nt) in nt35950_set_dispout() [all …]
|
D | Makefile | 32 obj-$(CONFIG_DRM_PANEL_NOVATEK_NT35950) += panel-novatek-nt35950.o
|
/linux-5.19.10/Documentation/devicetree/bindings/display/panel/ |
D | novatek,nt35950.yaml | 4 $id: http://devicetree.org/schemas/display/panel/novatek,nt35950.yaml# 13 The nt35950 IC from Novatek is a Driver IC used to drive MIPI-DSI panels, 29 - const: novatek,nt35950 33 to work with the indicated panel. The novatek,nt35950 compatible shall 74 compatible = "sharp,ls055d1sx04", "novatek,nt35950";
|