Searched refs:next_cmd (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_fifo.c | 210 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() 410 uint32_t next_cmd, in vmw_fifo_res_copy() argument [all …]
|
/Linux-v4.19/drivers/i2c/busses/ |
D | i2c-img-scb.c | 666 int next_cmd = -1; in img_i2c_sequence() local 690 next_cmd = *i2c->seq; in img_i2c_sequence() 692 if (!next_cmd) { in img_i2c_sequence() 697 if (next_cmd == CMD_GEN_DATA) { in img_i2c_sequence() 702 img_i2c_atomic_op(i2c, next_cmd, next_data); in img_i2c_sequence() 739 int next_cmd = -1; in img_i2c_atomic() local 751 next_cmd = CMD_GEN_STOP; in img_i2c_atomic() 759 next_cmd = CMD_GEN_DATA; in img_i2c_atomic() 764 next_cmd = CMD_RET_ACK; in img_i2c_atomic() 771 next_cmd = CMD_GEN_STOP; in img_i2c_atomic() [all …]
|
/Linux-v4.19/include/net/sctp/ |
D | command.h | 208 struct sctp_cmd *next_cmd; member 219 seq->next_cmd = seq->last_used_slot; in sctp_init_cmd_seq() 246 if (seq->next_cmd <= seq->last_used_slot) in sctp_next_cmd() 249 return --seq->next_cmd; in sctp_next_cmd()
|
/Linux-v4.19/drivers/mmc/host/ |
D | meson-mx-sdio.c | 453 struct mmc_command *cmd = host->cmd, *next_cmd; in meson_mx_mmc_irq_thread() local 468 next_cmd = meson_mx_mmc_get_next_cmd(cmd); in meson_mx_mmc_irq_thread() 469 if (next_cmd) in meson_mx_mmc_irq_thread() 470 meson_mx_mmc_start_cmd(host->mmc, next_cmd); in meson_mx_mmc_irq_thread()
|
D | meson-gx-mmc.c | 1086 struct mmc_command *next_cmd, *cmd = host->cmd; in meson_mmc_irq_thread() local 1101 next_cmd = meson_mmc_get_next_command(cmd); in meson_mmc_irq_thread() 1102 if (next_cmd) in meson_mmc_irq_thread() 1103 meson_mmc_start_cmd(host->mmc, next_cmd); in meson_mmc_irq_thread()
|
/Linux-v4.19/drivers/gpu/drm/sti/ |
D | sti_hqvdp.c | 372 u32 curr_cmd, next_cmd; in sti_hqvdp_get_free_cmd() local 377 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_free_cmd() 380 if ((cmd != curr_cmd) && (cmd != next_cmd)) in sti_hqvdp_get_free_cmd() 428 int next_cmd; in sti_hqvdp_get_next_cmd() local 432 next_cmd = readl(hqvdp->regs + HQVDP_MBX_NEXT_CMD); in sti_hqvdp_get_next_cmd() 435 if (cmd == next_cmd) in sti_hqvdp_get_next_cmd()
|
/Linux-v4.19/drivers/platform/x86/ |
D | thinkpad_acpi.c | 929 static char *next_cmd(char **cmds) in next_cmd() function 1436 while ((cmd = next_cmd(&buf))) { in tpacpi_rfk_procfs_write() 4322 while ((cmd = next_cmd(&buf))) { in hotkey_write() 5181 while ((cmd = next_cmd(&buf))) { in video_write() 5426 while ((cmd = next_cmd(&buf))) { in kbdlight_write() 5606 while ((cmd = next_cmd(&buf))) { in light_write() 5691 while ((cmd = next_cmd(&buf))) { in cmos_write() 6095 while ((cmd = next_cmd(&buf))) { in led_write() 6180 while ((cmd = next_cmd(&buf))) { in beep_write() 7068 while ((cmd = next_cmd(&buf))) { in brightness_write() [all …]
|
/Linux-v4.19/drivers/scsi/ |
D | gdth.c | 2031 u8 this_cmd, next_cmd; in gdth_next() local 2041 next_cmd = gdth_polling ? FALSE:TRUE; in gdth_next() 2121 next_cmd = FALSE; in gdth_next() 2125 next_cmd = FALSE; in gdth_next() 2139 next_cmd = FALSE; in gdth_next() 2257 if (!next_cmd) in gdth_next()
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-gic-v3-its.c | 776 struct its_cmd_block *cmd, *sync_cmd, *next_cmd; \ 800 next_cmd = its_post_commands(its); \ 803 if (its_wait_for_range_completion(its, cmd, next_cmd)) \
|