Home
last modified time | relevance | path

Searched refs:n_smart_cmds (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dpxafb.h153 size_t n_smart_cmds; member
H A Dpxafb.c1143 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t); in setup_smart_dma()
1163 while (fbi->n_smart_cmds & 1) in pxafb_smart_flush()
1164 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP; in pxafb_smart_flush()
1166 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT; in pxafb_smart_flush()
1167 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC; in pxafb_smart_flush()
1200 fbi->n_smart_cmds = 0; in pxafb_smart_flush()
1218 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8) in pxafb_smart_queue()
1221 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds; in pxafb_smart_queue()
1303 fbi->n_smart_cmds = 0; in pxafb_smart_init()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H A Dpxafb.h153 size_t n_smart_cmds; member
H A Dpxafb.c1140 dma_desc->ldcmd = fbi->n_smart_cmds * sizeof(uint16_t); in setup_smart_dma()
1160 while (fbi->n_smart_cmds & 1) in pxafb_smart_flush()
1161 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_NOOP; in pxafb_smart_flush()
1163 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_INTERRUPT; in pxafb_smart_flush()
1164 fbi->smart_cmds[fbi->n_smart_cmds++] = SMART_CMD_WAIT_FOR_VSYNC; in pxafb_smart_flush()
1197 fbi->n_smart_cmds = 0; in pxafb_smart_flush()
1215 if (fbi->n_smart_cmds == CMD_BUFF_SIZE - 8) in pxafb_smart_queue()
1218 fbi->smart_cmds[fbi->n_smart_cmds++] = *cmds; in pxafb_smart_queue()
1300 fbi->n_smart_cmds = 0; in pxafb_smart_init()

Completed in 7 milliseconds