Home
last modified time | relevance | path

Searched defs:next_cmd (Results 1 – 3 of 3) sorted by relevance

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c213 uint32_t next_cmd = ioread32(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_is_full() local
321 uint32_t next_cmd; in vmw_fifo_reserve() local
401 uint32_t next_cmd, in vmw_fifo_res_copy()
423 uint32_t next_cmd, in vmw_fifo_slow_copy()
445 uint32_t next_cmd = ioread32(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_commit() local
/drivers/scsi/
Dgdth.c2030 u8 this_cmd, next_cmd; in gdth_next() local
/drivers/platform/x86/
Dthinkpad_acpi.c895 static char *next_cmd(char **cmds) in next_cmd() function