Searched refs:payLoad (Results 1 – 1 of 1) sorted by relevance
227 uint8_t payLoad[] = { 0x51, 0x00 }; // panel backlight cmd in SetBacklightByMipi() local228 struct DsiCmdDesc bklCmd = { 0x15, 0, sizeof(payLoad), payLoad }; // dsi backlight cmd in SetBacklightByMipi()234 payLoad[1] = level; in SetBacklightByMipi()