| /drivers/media/usb/gspca/ |
| A D | jl2005bcd.c | 107 static u8 instruction[2] = {0x95, 0x00}; in jl2005c_read_reg() local 109 instruction[1] = reg; in jl2005c_read_reg() 111 retval = jl2005c_write2(gspca_dev, instruction); in jl2005c_read_reg() 125 static u8 instruction[2] = {0x7f, 0x01}; in jl2005c_start_new_frame() local 152 u8 instruction[2]; in jl2005c_write_reg() local 154 instruction[0] = reg; in jl2005c_write_reg() 155 instruction[1] = value; in jl2005c_write_reg() 202 static u8 instruction[][2] = { in jl2005c_stream_start_vga_lg() local 225 static u8 instruction[][2] = { in jl2005c_stream_start_vga_small() local 248 static u8 instruction[][2] = { in jl2005c_stream_start_cif_lg() local [all …]
|
| A D | sn9c2028.c | 36 unsigned char instruction[6]; member 236 cam_commands[i].instruction); in run_start_commands() 240 cam_commands[i].instruction); in run_start_commands() 244 cam_commands[i].instruction); in run_start_commands() 266 genius_vcam_live_gain_cmds[0].instruction[2] = g; in set_gain()
|
| A D | jeilinj.c | 61 unsigned char instruction[2]; member 246 jlj_write2(gspca_dev, start_commands[i].instruction); in jlj_start()
|
| /drivers/video/backlight/ |
| A D | otm3225a.c | 160 struct otm3225a_spi_instruction *instruction, in otm3225a_write() argument 169 buf[2] = instruction->reg; in otm3225a_write() 174 buf[1] = (instruction->value >> 8) & 0xff; in otm3225a_write() 175 buf[2] = instruction->value & 0xff; in otm3225a_write() 179 if (instruction->delay) in otm3225a_write() 180 msleep(instruction->delay); in otm3225a_write() 181 instruction++; in otm3225a_write()
|
| /drivers/crypto/intel/keembay/ |
| A D | ocs-aes.c | 563 enum ocs_instruction instruction) in ocs_aes_init() argument 606 enum ocs_instruction instruction, in ocs_aes_validate_inputs() argument 618 if (instruction != OCS_ENCRYPT && instruction != OCS_DECRYPT && in ocs_aes_validate_inputs() 619 instruction != OCS_EXPAND && instruction != OCS_BYPASS) in ocs_aes_validate_inputs() 629 if (instruction == OCS_BYPASS) { in ocs_aes_validate_inputs() 747 if (instruction == OCS_DECRYPT) { in ocs_aes_validate_inputs() 928 enum ocs_instruction instruction, in ocs_aes_gcm_op() argument 945 OCS_MODE_GCM, instruction, in ocs_aes_gcm_op() 1310 enum ocs_instruction instruction, in ocs_aes_ccm_op() argument 1327 instruction, dst_dma_list); in ocs_aes_ccm_op() [all …]
|
| A D | keembay-ocs-aes-core.c | 83 enum ocs_instruction instruction; member 310 enum ocs_instruction instruction, in kmb_ocs_sk_common() argument 328 if (instruction == OCS_ENCRYPT) in kmb_ocs_sk_common() 358 rctx->instruction = instruction; in kmb_ocs_sk_common() 569 if (rctx->instruction == OCS_ENCRYPT) { in kmb_ocs_sk_run() 637 enum ocs_instruction instruction, in kmb_ocs_aead_common() argument 659 return (instruction == OCS_ENCRYPT) ? in kmb_ocs_aead_common() 676 rctx->instruction = instruction; in kmb_ocs_aead_common() 735 if (rctx->instruction == OCS_DECRYPT) { in kmb_ocs_aead_dma_prepare() 911 rctx->instruction, in kmb_ocs_aead_run() [all …]
|
| A D | ocs-aes.h | 73 enum ocs_instruction instruction, 98 enum ocs_instruction instruction, 110 enum ocs_instruction instruction,
|
| /drivers/scsi/aic7xxx/aicasm/ |
| A D | aicasm.c | 100 static STAILQ_HEAD(,instruction) seq_program; 322 struct instruction *cur_instr; in back_patch() 351 struct instruction *cur_instr; in output_code() 523 struct instruction *cur_instr; in output_listing() 731 struct instruction * 734 struct instruction *new_instr; in seq_alloc() 736 new_instr = (struct instruction *)malloc(sizeof(struct instruction)); in seq_alloc()
|
| A D | aicasm_insformat.h | 167 struct instruction { struct 171 STAILQ_ENTRY(instruction) links; argument
|
| A D | aicasm.h | 88 struct instruction *seq_alloc(void);
|
| A D | aicasm_gram.y | 1649 struct instruction *instr; in format_1_instr() 1726 struct instruction *instr; in format_2_instr() 1787 struct instruction *instr; in format_3_instr()
|
| /drivers/gpu/drm/sti/ |
| A D | sti_awg_utils.c | 34 u32 instruction = 0; in awg_generate_instr() local 112 instruction = ((opcode) << AWG_OPCODE_OFFSET) | arg; in awg_generate_instr() 114 instruction & (0x3fff); in awg_generate_instr()
|
| /drivers/acpi/apei/ |
| A D | apei-base.c | 168 if (entry->instruction >= ctx->instructions || in __apei_exec_run() 169 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run() 172 entry->instruction); in __apei_exec_run() 175 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run() 207 ins = entry->instruction; in apei_exec_for_each_entry() 228 u8 ins = entry->instruction; in pre_map_gar_callback() 261 u8 ins = entry->instruction; in post_unmap_gar_callback() 716 u8 ins = entry->instruction; in collect_res_callback()
|
| A D | einj-core.c | 295 entry->instruction == ACPI_EINJ_WRITE_REGISTER && in einj_get_parameter_address() 300 entry->instruction == ACPI_EINJ_WRITE_REGISTER && in einj_get_parameter_address() 382 entry->instruction <= ACPI_EINJ_WRITE_REGISTER_VALUE && in einj_get_trigger_parameter_region()
|
| /drivers/scsi/ |
| A D | script_asm.pl | 696 $instruction = $1; 698 if ($instruction =~ /JUMP/i) { 700 } elsif ($instruction =~ /CALL/i) { 739 $instruction = $1; 741 print STDERR "Parsing $instruction\n" if ($debug); 742 $code[$address] = ($instruction =~ /RETURN/i) ? 0x90_00_00_00 :
|
| /drivers/media/usb/gspca/m5602/ |
| A D | m5602_sensor.h | 34 enum instruction { enum
|
| /drivers/gpu/drm/i915/gt/shaders/ |
| A D | README | 21 IGT GPU tool scripts and the Mesa's i965 instruction assembler tool are used
|
| /drivers/watchdog/ |
| A D | wdat_wdt.c | 137 preserve = entry->instruction & ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action() 138 flags = entry->instruction & ~ACPI_WDAT_PRESERVE_REGISTER; in wdat_wdt_run_action()
|
| /drivers/hwtracing/coresight/ |
| A D | Kconfig | 94 This is primarily useful for instruction level tracing. Depending 109 primarily useful for instruction level tracing.
|
| /drivers/clocksource/ |
| A D | Kconfig | 333 executing the wfe instruction at a frequency represented as a 660 is accessed via both the SBI and the rdcycle instruction. This is 680 single core system. It's not a mmio reg and it uses mtcr/mfcr instruction.
|
| /drivers/net/ppp/ |
| A D | Kconfig | 129 which contains instruction on how to use this driver (under
|
| /drivers/scsi/aic7xxx/ |
| A D | aic79xx.seq | 497 * instruction as the bmov results in a return 503 * separate ret instruction. 1040 * extra nop instruction after signaling the kernel, 1400 * sequencer instruction takes ~25ns, so the REQ must 1870 * First instruction in an ISR cannot be a branch on 1872 * and deffer the test by one instruction. 2098 * instruction to leverage common code to perform the
|
| A D | aic79xx.reg | 3456 * at the address specified by OVLYADDR. To write a full instruction word, 3519 * Sequencer instruction breakpoint address address. 3627 * Address of the SEQRAM instruction currently executing instruction. 3653 * Address of the SEQRAM instruction executed prior to the current instruction.
|
| /drivers/iommu/arm/arm-smmu-v3/ |
| A D | arm-smmu-v3.h | 825 instruction : 1, member
|
| /drivers/perf/ |
| A D | Kconfig | 95 of cycle/instruction counter and doesn't support counter overflow,
|