/drivers/media/firewire/ |
D | firedtv-avc.c | 82 u8 operand[509]; member 89 u8 operand[509]; member 96 memset(&c->operand[from], 0, to - from + 1); in clear_operands() 269 r->operand[0] == SFE_VENDOR_DE_COMPANYID_0 && in is_register_rc() 270 r->operand[1] == SFE_VENDOR_DE_COMPANYID_1 && in is_register_rc() 271 r->operand[2] == SFE_VENDOR_DE_COMPANYID_2 && in is_register_rc() 272 r->operand[3] == SFE_VENDOR_OPCODE_REGISTER_REMOTE_CONTROL; in is_register_rc() 285 fdtv_handle_rc(fdtv, r->operand[4] << 8 | r->operand[5]); in avc_recv() 313 static int add_pid_filter(struct firedtv *fdtv, u8 *operand) in add_pid_filter() argument 319 operand[pos++] = 0x13; /* flowfunction relay */ in add_pid_filter() [all …]
|
/drivers/acpi/acpica/ |
D | exoparg1.c | 149 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_0T_0R() local 160 status = acpi_ex_release_mutex(operand[0], walk_state); in acpi_ex_opcode_1A_0T_0R() 165 status = acpi_ex_system_reset_event(operand[0]); in acpi_ex_opcode_1A_0T_0R() 170 status = acpi_ex_system_signal_event(operand[0]); in acpi_ex_opcode_1A_0T_0R() 175 status = acpi_ex_system_do_sleep(operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R() 181 acpi_ex_system_do_stall((u32) operand[0]->integer.value); in acpi_ex_opcode_1A_0T_0R() 186 status = acpi_ex_unload_table(operand[0]); in acpi_ex_opcode_1A_0T_0R() 216 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_0R() local 226 status = acpi_ex_load_op(operand[0], operand[1], walk_state); in acpi_ex_opcode_1A_1T_0R() 258 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_1A_1T_1R() local [all …]
|
D | exoparg2.c | 91 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_0T_0R() local 106 node = (struct acpi_namespace_node *)operand[0]; in acpi_ex_opcode_2A_0T_0R() 110 value = (u32) operand[1]->integer.value; in acpi_ex_opcode_2A_0T_0R() 158 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_2T_1R() local 189 status = acpi_ut_divide(operand[0]->integer.value, in acpi_ex_opcode_2A_2T_1R() 190 operand[1]->integer.value, in acpi_ex_opcode_2A_2T_1R() 208 status = acpi_ex_store(return_desc2, operand[2], walk_state); in acpi_ex_opcode_2A_2T_1R() 213 status = acpi_ex_store(return_desc1, operand[3], walk_state); in acpi_ex_opcode_2A_2T_1R() 256 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_2A_1T_1R() local 279 operand[0]->integer.value, in acpi_ex_opcode_2A_1T_1R() [all …]
|
D | exoparg3.c | 87 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_0T_0R() local 99 (u32) operand[0]->integer.value, in acpi_ex_opcode_3A_0T_0R() 100 (u32) operand[1]->integer.value, in acpi_ex_opcode_3A_0T_0R() 101 (u32) operand[2]->integer.value)); in acpi_ex_opcode_3A_0T_0R() 105 fatal->type = (u32) operand[0]->integer.value; in acpi_ex_opcode_3A_0T_0R() 106 fatal->code = (u32) operand[1]->integer.value; in acpi_ex_opcode_3A_0T_0R() 107 fatal->argument = (u32) operand[2]->integer.value; in acpi_ex_opcode_3A_0T_0R() 157 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_3A_1T_1R() local 173 return_desc = acpi_ut_create_internal_object((operand[0])-> in acpi_ex_opcode_3A_1T_1R() 182 index = operand[1]->integer.value; in acpi_ex_opcode_3A_1T_1R() [all …]
|
D | exoparg6.c | 212 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_opcode_6A_0T_1R() local 230 if ((operand[1]->integer.value > MAX_MATCH_OPERATOR) || in acpi_ex_opcode_6A_0T_1R() 231 (operand[3]->integer.value > MAX_MATCH_OPERATOR)) { in acpi_ex_opcode_6A_0T_1R() 239 index = operand[5]->integer.value; in acpi_ex_opcode_6A_0T_1R() 240 if (index >= operand[0]->package.count) { in acpi_ex_opcode_6A_0T_1R() 244 operand[0]->package.count)); in acpi_ex_opcode_6A_0T_1R() 270 for (; index < operand[0]->package.count; index++) { in acpi_ex_opcode_6A_0T_1R() 274 this_element = operand[0]->package.elements[index]; in acpi_ex_opcode_6A_0T_1R() 287 if (!acpi_ex_do_match((u32) operand[1]->integer.value, in acpi_ex_opcode_6A_0T_1R() 288 this_element, operand[2])) { in acpi_ex_opcode_6A_0T_1R() [all …]
|
D | excreate.c | 374 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_processor() local 389 obj_desc->processor.proc_id = (u8) operand[1]->integer.value; in acpi_ex_create_processor() 390 obj_desc->processor.length = (u8) operand[3]->integer.value; in acpi_ex_create_processor() 392 (acpi_io_address) operand[2]->integer.value; in acpi_ex_create_processor() 396 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_processor() 421 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_power_resource() local 436 obj_desc->power_resource.system_level = (u8) operand[1]->integer.value; in acpi_ex_create_power_resource() 438 (u16) operand[2]->integer.value; in acpi_ex_create_power_resource() 442 status = acpi_ns_attach_object((struct acpi_namespace_node *)operand[0], in acpi_ex_create_power_resource() 470 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_create_method() local [all …]
|
D | exconfig.c | 155 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ex_load_table_op() local 167 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ex_load_table_op() 168 operand[1]->string.pointer, in acpi_ex_load_table_op() 169 operand[2]->string.pointer, &table_index); in acpi_ex_load_table_op() 193 if (operand[3]->string.length > 0) { in acpi_ex_load_table_op() 199 acpi_ns_get_node(start_node, operand[3]->string.pointer, in acpi_ex_load_table_op() 208 if (operand[4]->string.length > 0) { in acpi_ex_load_table_op() 209 if ((operand[4]->string.pointer[0] != AML_ROOT_PREFIX) && in acpi_ex_load_table_op() 210 (operand[4]->string.pointer[0] != AML_PARENT_PREFIX)) { in acpi_ex_load_table_op() 221 acpi_ns_get_node(start_node, operand[4]->string.pointer, in acpi_ex_load_table_op() [all …]
|
D | dsopcode.c | 480 union acpi_operand_object **operand; in acpi_ds_eval_table_region_operands() local 507 operand = &walk_state->operands[0]; in acpi_ds_eval_table_region_operands() 521 status = acpi_tb_find_table(operand[0]->string.pointer, in acpi_ds_eval_table_region_operands() 522 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands() 523 operand[2]->string.pointer, &table_index); in acpi_ds_eval_table_region_operands() 528 operand[0]->string.pointer, in acpi_ds_eval_table_region_operands() 529 operand[1]->string.pointer, in acpi_ds_eval_table_region_operands() 530 operand[2]->string.pointer)); in acpi_ds_eval_table_region_operands() 559 acpi_ut_remove_reference(operand[0]); in acpi_ds_eval_table_region_operands() 560 acpi_ut_remove_reference(operand[1]); in acpi_ds_eval_table_region_operands() [all …]
|
D | dsutils.c | 797 union acpi_operand_object **operand = &walk_state->operands[0]; in acpi_ds_evaluate_name_path() local 825 new_obj_desc = *operand; in acpi_ds_evaluate_name_path() 829 type = (*operand)->common.type; in acpi_ds_evaluate_name_path() 831 status = acpi_ex_resolve_to_value(operand, walk_state); in acpi_ds_evaluate_name_path() 840 acpi_ut_remove_reference(*operand); in acpi_ds_evaluate_name_path() 843 acpi_ut_copy_iobject_to_iobject(*operand, &new_obj_desc, in acpi_ds_evaluate_name_path() 853 new_obj_desc = *operand; in acpi_ds_evaluate_name_path()
|
D | exresolv.c | 335 union acpi_operand_object *operand, in acpi_ex_resolve_multiple() argument 339 union acpi_operand_object *obj_desc = ACPI_CAST_PTR(void, operand); in acpi_ex_resolve_multiple() 341 ACPI_CAST_PTR(struct acpi_namespace_node, operand); in acpi_ex_resolve_multiple() 432 if (obj_desc == operand) { in acpi_ex_resolve_multiple()
|
D | acinterp.h | 372 union acpi_operand_object *operand,
|
/drivers/gpu/ipu-v3/ |
D | ipu-dc.c | 130 static void dc_write_tmpl(struct ipu_dc *dc, int word, u32 opcode, u32 operand, in dc_write_tmpl() argument 137 reg1 = (operand << 20) & 0xfff00000; in dc_write_tmpl() 138 reg2 = operand >> 12 | opcode << 1 | stop << 9; in dc_write_tmpl() 140 reg1 = sync | glue << 4 | ++wave << 11 | ((operand << 15) & 0xffff8000); in dc_write_tmpl() 141 reg2 = operand >> 17 | opcode << 7 | stop << 9; in dc_write_tmpl() 143 reg1 = sync | glue << 4 | ++wave << 11 | ++map << 15 | ((operand << 20) & 0xfff00000); in dc_write_tmpl() 144 reg2 = operand >> 12 | opcode << 4 | stop << 9; in dc_write_tmpl()
|
/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_dbgdev.c | 572 switch (wac_info->operand) { in dbgdev_wave_control_set_registers() 640 pr_debug("\t\t operand is: %u\n", wac_info->operand); in dbgdev_wave_control_diq() 763 pr_debug("\t\t operand is: %u\n", wac_info->operand); in dbgdev_wave_control_nodiq() 815 wac_info.operand = HSA_DBG_WAVEOP_KILL; in dbgdev_wave_reset_wavefronts()
|
D | kfd_chardev.c | 654 sizeof(wac_info.operand) + in kfd_ioctl_dbg_wave_control() 700 wac_info.operand = *((enum HSA_DBG_WAVEOP *)(&args_buff[args_idx])); in kfd_ioctl_dbg_wave_control() 701 args_idx += sizeof(wac_info.operand); in kfd_ioctl_dbg_wave_control() 716 wac_info.process, wac_info.operand, in kfd_ioctl_dbg_wave_control()
|
D | kfd_dbgmgr.h | 249 enum HSA_DBG_WAVEOP operand; member
|