Searched refs:next_cmd (Results 1 – 7 of 7) sorted by relevance
213 uint32_t next_cmd = ioread32(fifo_mem + SVGA_FIFO_NEXT_CMD); in vmw_fifo_is_full() local217 return ((max - next_cmd) + (stop - min) <= bytes); in vmw_fifo_is_full()321 uint32_t next_cmd; in vmw_fifo_reserve() local328 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()399 uint32_t next_cmd, in vmw_fifo_res_copy() argument[all …]
652 int next_cmd = -1; in img_i2c_sequence() local676 next_cmd = *i2c->seq; in img_i2c_sequence()678 if (!next_cmd) { in img_i2c_sequence()683 if (next_cmd == CMD_GEN_DATA) { in img_i2c_sequence()688 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence()725 int next_cmd = -1; in img_i2c_atomic() local737 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()745 next_cmd = CMD_GEN_DATA; in img_i2c_atomic()752 next_cmd = CMD_RET_ACK; in img_i2c_atomic()757 next_cmd = CMD_GEN_STOP; in img_i2c_atomic()[all …]
207 sctp_cmd_t *next_cmd; member218 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()
384 int curr_cmd, next_cmd; in sti_hqvdp_get_free_cmd() local389 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_free_cmd()392 if ((cmd != curr_cmd) && (cmd != next_cmd)) in sti_hqvdp_get_free_cmd()
449 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; in its_send_single_command() local477 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()
897 static char *next_cmd(char **cmds) in next_cmd() function1405 while ((cmd = next_cmd(&buf))) { in tpacpi_rfk_procfs_write()4072 while ((cmd = next_cmd(&buf))) { in hotkey_write()4931 while ((cmd = next_cmd(&buf))) { in video_write()5137 while ((cmd = next_cmd(&buf))) { in light_write()5222 while ((cmd = next_cmd(&buf))) { in cmos_write()5642 while ((cmd = next_cmd(&buf))) { in led_write()5727 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 …]
2030 u8 this_cmd, next_cmd; in gdth_next() local2040 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()