Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c196 uint32_t next_cmd = ioread32(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_is_full() local
200 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()
304 uint32_t next_cmd; in vmw_fifo_reserve() local
311 next_cmd = ioread32(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_reserve()
326 if (next_cmd >= stop) { in vmw_fifo_reserve()
327 if (likely((next_cmd + bytes < max || in vmw_fifo_reserve()
328 (next_cmd + bytes == max && stop > min)))) in vmw_fifo_reserve()
341 if (likely((next_cmd + bytes < stop))) in vmw_fifo_reserve()
358 return fifo_mem + (next_cmd >> 2); in vmw_fifo_reserve()
382 uint32_t next_cmd, in vmw_fifo_res_copy() argument
[all …]
/drivers/platform/x86/
Dthinkpad_acpi.c893 static char *next_cmd(char **cmds) in next_cmd() function
1400 while ((cmd = next_cmd(&buf))) { in tpacpi_rfk_procfs_write()
3842 while ((cmd = next_cmd(&buf))) { in hotkey_write()
4704 while ((cmd = next_cmd(&buf))) { in video_write()
4911 while ((cmd = next_cmd(&buf))) { in light_write()
4997 while ((cmd = next_cmd(&buf))) { in cmos_write()
5407 while ((cmd = next_cmd(&buf))) { in led_write()
5488 while ((cmd = next_cmd(&buf))) { in beep_write()
6380 while ((cmd = next_cmd(&buf))) { in brightness_write()
7041 while ((cmd = next_cmd(&buf))) { in volume_write()
[all …]
/drivers/scsi/
Dgdth.c2038 u8 this_cmd, next_cmd; in gdth_next() local
2048 next_cmd = gdth_polling ? FALSE:TRUE; in gdth_next()
2128 next_cmd = FALSE; in gdth_next()
2132 next_cmd = FALSE; in gdth_next()
2146 next_cmd = FALSE; in gdth_next()
2264 if (!next_cmd) in gdth_next()