Lines Matching refs:param
487 uint8_t param[2] = {0}; in hx8394_set_orientation() local
493 param[0] = HX8394_SET_ADDRESS; in hx8394_set_orientation()
497 param[1] = HX8394_FLIP_HORIZONTAL; in hx8394_set_orientation()
500 param[1] = HX8394_FLIP_VERTICAL; in hx8394_set_orientation()
503 param[1] = 0; in hx8394_set_orientation()
506 param[1] = HX8394_FLIP_HORIZONTAL | HX8394_FLIP_VERTICAL; in hx8394_set_orientation()
511 return hx8394_mipi_tx(config->mipi_dsi, config->channel, param, 2); in hx8394_set_orientation()
541 uint8_t param[2]; in hx8394_init() local
700 param[0] = HX8394_SETBANK; in hx8394_init()
701 param[1] = 0x2; in hx8394_init()
703 param, 2); in hx8394_init()
712 param[1] = 0x0; in hx8394_init()
714 param, 2); in hx8394_init()
719 param[1] = 0x1; in hx8394_init()
721 param, 2); in hx8394_init()
731 param[1] = 0x0; in hx8394_init()
733 param, 2); in hx8394_init()
758 param[0] = MIPI_DCS_EXIT_SLEEP_MODE; in hx8394_init()
761 param, 1); in hx8394_init()
768 param[0] = MIPI_DCS_SET_DISPLAY_ON; in hx8394_init()
770 param, 1); in hx8394_init()