Home
last modified time | relevance | path

Searched refs: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
217 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()
321 uint32_t next_cmd; in vmw_fifo_reserve() local
328 next_cmd = ioread32(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_reserve()
343 if (next_cmd >= stop) { in vmw_fifo_reserve()
344 if (likely((next_cmd + bytes < max || in vmw_fifo_reserve()
345 (next_cmd + bytes == max && stop > min)))) in vmw_fifo_reserve()
358 if (likely((next_cmd + bytes < stop))) in vmw_fifo_reserve()
375 return fifo_mem + (next_cmd >> 2); in vmw_fifo_reserve()
401 uint32_t next_cmd, in vmw_fifo_res_copy() argument
[all …]
/drivers/platform/x86/
Dthinkpad_acpi.c895 static char *next_cmd(char **cmds) in next_cmd() function
1405 while ((cmd = next_cmd(&buf))) { in tpacpi_rfk_procfs_write()
3945 while ((cmd = next_cmd(&buf))) { in hotkey_write()
4807 while ((cmd = next_cmd(&buf))) { in video_write()
5013 while ((cmd = next_cmd(&buf))) { in light_write()
5099 while ((cmd = next_cmd(&buf))) { in cmos_write()
5519 while ((cmd = next_cmd(&buf))) { in led_write()
5604 while ((cmd = next_cmd(&buf))) { in beep_write()
6505 while ((cmd = next_cmd(&buf))) { in brightness_write()
7171 while ((cmd = next_cmd(&buf))) { in volume_write()
[all …]
/drivers/scsi/
Dgdth.c2030 u8 this_cmd, next_cmd; in gdth_next() local
2040 next_cmd = gdth_polling ? FALSE:TRUE; in gdth_next()
2120 next_cmd = FALSE; in gdth_next()
2124 next_cmd = FALSE; in gdth_next()
2138 next_cmd = FALSE; in gdth_next()
2256 if (!next_cmd) in gdth_next()