Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_fifo.c210 uint32_t next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_is_full() local
214 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()
304 uint32_t next_cmd; in vmw_local_fifo_reserve() local
311 next_cmd = vmw_mmio_read(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_local_fifo_reserve()
326 if (next_cmd >= stop) { in vmw_local_fifo_reserve()
327 if (likely((next_cmd + bytes < max || in vmw_local_fifo_reserve()
328 (next_cmd + bytes == max && stop > min)))) in vmw_local_fifo_reserve()
341 if (likely((next_cmd + bytes < stop))) in vmw_local_fifo_reserve()
359 (next_cmd >> 2)); in vmw_local_fifo_reserve()
408 uint32_t next_cmd, in vmw_fifo_res_copy() argument
[all …]
/linux-4.4.14/drivers/i2c/busses/
Di2c-img-scb.c650 int next_cmd = -1; in img_i2c_sequence() local
674 next_cmd = *i2c->seq; in img_i2c_sequence()
676 if (!next_cmd) { in img_i2c_sequence()
681 if (next_cmd == CMD_GEN_DATA) { in img_i2c_sequence()
686 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence()
723 int next_cmd = -1; in img_i2c_atomic() local
735 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
743 next_cmd = CMD_GEN_DATA; in img_i2c_atomic()
750 next_cmd = CMD_RET_ACK; in img_i2c_atomic()
755 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()
[all …]
/linux-4.4.14/include/net/sctp/
Dcommand.h207 sctp_cmd_t *next_cmd; member
218 seq->next_cmd = seq->last_used_slot; in sctp_init_cmd_seq()
245 if (seq->next_cmd <= seq->last_used_slot) in sctp_next_cmd()
248 return --seq->next_cmd; in sctp_next_cmd()
/linux-4.4.14/drivers/gpu/drm/sti/
Dsti_hqvdp.c375 int curr_cmd, next_cmd; in sti_hqvdp_get_free_cmd() local
380 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_free_cmd()
383 if ((cmd != curr_cmd) && (cmd != next_cmd)) in sti_hqvdp_get_free_cmd()
/linux-4.4.14/drivers/irqchip/
Dirq-gic-v3-its.c449 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; in its_send_single_command() local
477 next_cmd = its_post_commands(its); in its_send_single_command()
480 its_wait_for_range_completion(its, cmd, next_cmd); in its_send_single_command()
/linux-4.4.14/drivers/platform/x86/
Dthinkpad_acpi.c898 static char *next_cmd(char **cmds) in next_cmd() function
1406 while ((cmd = next_cmd(&buf))) { in tpacpi_rfk_procfs_write()
4073 while ((cmd = next_cmd(&buf))) { in hotkey_write()
4932 while ((cmd = next_cmd(&buf))) { in video_write()
5138 while ((cmd = next_cmd(&buf))) { in light_write()
5223 while ((cmd = next_cmd(&buf))) { in cmos_write()
5643 while ((cmd = next_cmd(&buf))) { in led_write()
5728 while ((cmd = next_cmd(&buf))) { in beep_write()
6628 while ((cmd = next_cmd(&buf))) { in brightness_write()
7386 while ((cmd = next_cmd(&buf))) { in volume_write()
[all …]
/linux-4.4.14/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()