Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/platform/goldfish/
Dgoldfish_pipe.c141 struct goldfish_pipe_command *command_buffer; member
220 pipe->command_buffer->cmd = cmd; in goldfish_pipe_cmd_locked()
222 pipe->command_buffer->status = PIPE_ERROR_INVAL; in goldfish_pipe_cmd_locked()
224 return pipe->command_buffer->status; in goldfish_pipe_cmd_locked()
351 pipe->command_buffer); in transfer_max_buffers()
357 *consumed_size = pipe->command_buffer->rw_params.consumed_size; in transfer_max_buffers()
716 pipe->command_buffer = in goldfish_pipe_open()
718 if (!pipe->command_buffer) { in goldfish_pipe_open()
733 pipe->command_buffer->id = id; in goldfish_pipe_open()
739 (u64)(unsigned long)__pa(pipe->command_buffer); in goldfish_pipe_open()
[all …]
/linux-6.14.4/drivers/accel/habanalabs/common/
DMakefile11 common/command_buffer.o common/hw_queue.o common/irq.o \
/linux-6.14.4/drivers/platform/x86/dell/
Ddcdbas.h66 __u8 command_buffer[1]; member
Ddcdbas.c351 offsetof(struct smi_cmd, command_buffer); in smi_request_store()