Searched defs:rm67162_config (Results 1 – 1 of 1) sorted by relevance
186 struct rm67162_config { struct187 const struct device *mipi_dsi;188 uint8_t channel;189 uint8_t num_of_lanes;190 const struct gpio_dt_spec reset_gpio;191 const struct gpio_dt_spec bl_gpio;215 const struct rm67162_config *config = dev->config; in rm67162_init() argument