Home
last modified time | relevance | path

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

/linux/drivers/misc/ibmasm/
A Dcommand.c91 wake_up(&sp->current_command->wait); in do_exec_command()
92 command_put(sp->current_command); in do_exec_command()
114 if (!sp->current_command) { in ibmasm_exec_command()
115 sp->current_command = cmd; in ibmasm_exec_command()
116 command_get(sp->current_command); in ibmasm_exec_command()
133 sp->current_command = dequeue_command(sp); in exec_next_command()
134 if (sp->current_command) { in exec_next_command()
135 command_get(sp->current_command); in exec_next_command()
165 if (!sp->current_command) in ibmasm_receive_command_response()
170 wake_up(&sp->current_command->wait); in ibmasm_receive_command_response()
[all …]
A Dlowlevel.c24 struct command *command = sp->current_command; in ibmasm_send_i2o_message()
A Dibmasm.h144 struct command *current_command; member
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
A Ddma_local.h168 dma_commands_t current_command; member
A Ddma.c75 state->current_command = dma_reg_load(ID, in dma_get_state()
/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/
A Dia_css_debug.c967 state.current_command); in ia_css_debug_dump_dma_state()

Completed in 12 milliseconds