hx8279
hx = devm_drm_panel_alloc(dev, struct hx8279, panel,
struct hx8279 *hx = mipi_dsi_get_drvdata(dsi);
static inline struct hx8279 *to_hx8279(struct drm_panel *panel)
return container_of(panel, struct hx8279, panel);
static void hx8279_set_page(struct hx8279 *hx,
static void hx8279_set_module_config(struct hx8279 *hx,
static void hx8279_set_gmux(struct hx8279 *hx,
static void hx8279_set_analog_gamma(struct hx8279 *hx,
static void hx8279_set_goa_timing(struct hx8279 *hx,
static void hx8279_set_goa_cfg(struct hx8279 *hx,
static void hx8279_set_mipi_cfg(struct hx8279 *hx,
static void hx8279_set_adv_cfg(struct hx8279 *hx,
static void hx8279_set_digital_gamma(struct hx8279 *hx,
static int hx8279_on(struct hx8279 *hx)
static void hx8279_power_off(struct hx8279 *hx)
struct hx8279 *hx = to_hx8279(panel);
struct hx8279 *hx = to_hx8279(panel);
struct hx8279 *hx = to_hx8279(panel);
struct hx8279 *hx = to_hx8279(panel);
struct hx8279 *hx = to_hx8279(panel);
static int hx8279_init_vregs(struct hx8279 *hx, struct device *dev)
static int hx8279_check_gmux_config(struct hx8279 *hx, struct device *dev)
static int hx8279_check_goa_config(struct hx8279 *hx, struct device *dev)
static int hx8279_check_dig_gamma(struct hx8279 *hx, struct device *dev, const u8 *component)
static int hx8279_check_params(struct hx8279 *hx, struct device *dev)
struct hx8279 *hx;