Home
last modified time | relevance | path

Searched refs:subop (Results 1 – 3 of 3) sorted by relevance

/drivers/acpi/acpica/
Dpsargs.c718 u32 subop; in acpi_ps_get_next_arg() local
802 subop = acpi_ps_peek_opcode(parser_state); in acpi_ps_get_next_arg()
803 if (subop == 0 || in acpi_ps_get_next_arg()
804 acpi_ps_is_leading_char(subop) || in acpi_ps_get_next_arg()
805 ACPI_IS_ROOT_PREFIX(subop) || in acpi_ps_get_next_arg()
806 ACPI_IS_PARENT_PREFIX(subop)) { in acpi_ps_get_next_arg()
/drivers/gpu/host1x/hw/
Ddebug_hw.c44 unsigned subop; in show_channel_command() local
92 subop = val >> 24 & 0xf; in show_channel_command()
93 if (subop == HOST1X_OPCODE_EXTEND_ACQUIRE_MLOCK) in show_channel_command()
96 else if (subop == HOST1X_OPCODE_EXTEND_RELEASE_MLOCK) in show_channel_command()
/drivers/scsi/csiostor/
Dcsio_isr.c151 uint8_t subop; in csio_process_scsi_cmpl() local
158 subop = FW_SCSI_ABRT_CLS_WR_SUB_OPCODE_GET( in csio_process_scsi_cmpl()
163 subop ? "Close" : "Abort", in csio_process_scsi_cmpl()
167 if (subop) in csio_process_scsi_cmpl()