Home
last modified time | relevance | path

Searched refs:command_buffer (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/platform/goldfish/
Dgoldfish_pipe.c142 struct goldfish_pipe_command *command_buffer; member
224 pipe->command_buffer->cmd = cmd; in goldfish_pipe_cmd_locked()
226 pipe->command_buffer->status = PIPE_ERROR_INVAL; in goldfish_pipe_cmd_locked()
228 return pipe->command_buffer->status; in goldfish_pipe_cmd_locked()
355 pipe->command_buffer); in transfer_max_buffers()
361 *consumed_size = pipe->command_buffer->rw_params.consumed_size; in transfer_max_buffers()
720 pipe->command_buffer = in goldfish_pipe_open()
722 if (!pipe->command_buffer) { in goldfish_pipe_open()
737 pipe->command_buffer->id = id; in goldfish_pipe_open()
743 (u64)(unsigned long)__pa(pipe->command_buffer); in goldfish_pipe_open()
[all …]
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
DMakefile4 common/command_buffer.o common/hw_queue.o common/irq.o \
/kernel/linux/linux-5.10/drivers/platform/x86/
Ddcdbas.h74 __u8 command_buffer[1]; member
Ddcdbas.c336 offsetof(struct smi_cmd, command_buffer); in smi_request_store()
/kernel/linux/linux-5.10/drivers/net/wireless/
Drndis_wlan.c456 u8 command_buffer[COMMAND_BUFFER_SIZE]; member
709 u.buf = priv->command_buffer; in rndis_query_oid()
760 if (u.buf != priv->command_buffer) in rndis_query_oid()
786 u.buf = priv->command_buffer; in rndis_set_oid()
819 if (u.buf != priv->command_buffer) in rndis_set_oid()
832 reset = (void *)priv->command_buffer; in rndis_reset()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch80535 + iface.u.Execute.command_buffer = (gctUINT32 *)Buffer;
80544 + iface.u.Execute.command_buffer = (gctUINT32 *)address;
130249 + gctUINT32 * command_buffer; /*! Content of command buffer need to be submit. */
130279 + gctUINT32 * command_buffer; /*! Content of command buffer need to be submit. */