Symbol: hx8279
drivers/gpu/drm/panel/panel-himax-hx8279.c
1002
hx = devm_drm_panel_alloc(dev, struct hx8279, panel,
drivers/gpu/drm/panel/panel-himax-hx8279.c
1095
struct hx8279 *hx = mipi_dsi_get_drvdata(dsi);
drivers/gpu/drm/panel/panel-himax-hx8279.c
243
static inline struct hx8279 *to_hx8279(struct drm_panel *panel)
drivers/gpu/drm/panel/panel-himax-hx8279.c
245
return container_of(panel, struct hx8279, panel);
drivers/gpu/drm/panel/panel-himax-hx8279.c
248
static void hx8279_set_page(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
261
static void hx8279_set_module_config(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
302
static void hx8279_set_gmux(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
329
static void hx8279_set_analog_gamma(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
356
static void hx8279_set_goa_timing(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
383
static void hx8279_set_goa_cfg(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
487
static void hx8279_set_mipi_cfg(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
531
static void hx8279_set_adv_cfg(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
573
static void hx8279_set_digital_gamma(struct hx8279 *hx,
drivers/gpu/drm/panel/panel-himax-hx8279.c
620
static int hx8279_on(struct hx8279 *hx)
drivers/gpu/drm/panel/panel-himax-hx8279.c
650
static void hx8279_power_off(struct hx8279 *hx)
drivers/gpu/drm/panel/panel-himax-hx8279.c
660
struct hx8279 *hx = to_hx8279(panel);
drivers/gpu/drm/panel/panel-himax-hx8279.c
671
struct hx8279 *hx = to_hx8279(panel);
drivers/gpu/drm/panel/panel-himax-hx8279.c
682
struct hx8279 *hx = to_hx8279(panel);
drivers/gpu/drm/panel/panel-himax-hx8279.c
714
struct hx8279 *hx = to_hx8279(panel);
drivers/gpu/drm/panel/panel-himax-hx8279.c
732
struct hx8279 *hx = to_hx8279(panel);
drivers/gpu/drm/panel/panel-himax-hx8279.c
766
static int hx8279_init_vregs(struct hx8279 *hx, struct device *dev)
drivers/gpu/drm/panel/panel-himax-hx8279.c
790
static int hx8279_check_gmux_config(struct hx8279 *hx, struct device *dev)
drivers/gpu/drm/panel/panel-himax-hx8279.c
815
static int hx8279_check_goa_config(struct hx8279 *hx, struct device *dev)
drivers/gpu/drm/panel/panel-himax-hx8279.c
894
static int hx8279_check_dig_gamma(struct hx8279 *hx, struct device *dev, const u8 *component)
drivers/gpu/drm/panel/panel-himax-hx8279.c
943
static int hx8279_check_params(struct hx8279 *hx, struct device *dev)
drivers/gpu/drm/panel/panel-himax-hx8279.c
999
struct hx8279 *hx;