/linux-4.4.14/drivers/acpi/acpica/ |
D | dsmethod.c | 104 op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start); in acpi_ds_auto_serialize_method() 123 obj_desc->method.aml_start, in acpi_ds_auto_serialize_method() 124 obj_desc->method.aml_length, NULL, 0); in acpi_ds_auto_serialize_method() 181 walk_state->method_desc->method.sync_level = 0; in acpi_ds_detect_named_opcodes() 182 walk_state->method_desc->method.info_flags |= in acpi_ds_detect_named_opcodes() 300 mutex_desc->mutex.sync_level = method_desc->method.sync_level; in acpi_ds_create_method_mutex() 301 method_desc->method.mutex = mutex_desc; in acpi_ds_create_method_mutex() 339 if (obj_desc->method.thread_count == ACPI_UINT8_MAX) { in acpi_ds_begin_method_execution() 348 if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) { in acpi_ds_begin_method_execution() 354 if (!obj_desc->method.mutex) { in acpi_ds_begin_method_execution() [all …]
|
D | dbmethod.c | 299 struct acpi_namespace_node *method; in acpi_db_disassemble_method() local 301 method = acpi_db_convert_to_node(name); in acpi_db_disassemble_method() 302 if (!method) { in acpi_db_disassemble_method() 306 if (method->type != ACPI_TYPE_METHOD) { in acpi_db_disassemble_method() 308 name, acpi_ut_get_type_name(method->type))); in acpi_db_disassemble_method() 312 obj_desc = method->object; in acpi_db_disassemble_method() 314 op = acpi_ps_create_scope_op(obj_desc->method.aml_start); in acpi_db_disassemble_method() 327 obj_desc->method.aml_start, in acpi_db_disassemble_method() 328 obj_desc->method.aml_length, NULL, in acpi_db_disassemble_method() 334 status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id); in acpi_db_disassemble_method() [all …]
|
D | psxface.c | 158 op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start); in acpi_ps_execute_method() 168 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method() 176 info->obj_desc->method.aml_start, in acpi_ps_execute_method() 177 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method() 184 if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) { in acpi_ps_execute_method() 190 if (info->obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) { in acpi_ps_execute_method() 192 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method()
|
D | nseval.c | 226 info->obj_desc->method.aml_start + 1, in acpi_ns_evaluate() 227 info->obj_desc->method.aml_length - 1)); in acpi_ns_evaluate() 368 next = next->method.mutex; in acpi_ns_exec_module_code_list() 372 prev->method.mutex = NULL; in acpi_ns_exec_module_code_list() 422 method_obj->method.next_object); in acpi_ns_exec_module_code() 433 method_obj->method.dispatch.handler = in acpi_ns_exec_module_code() 439 method_obj->method.next_object = NULL; in acpi_ns_exec_module_code() 470 method_obj->method.aml_start)); in acpi_ns_exec_module_code()
|
D | dbutils.c | 363 union acpi_parse_object *method; in acpi_db_second_pass_parse() local 376 method = op; in acpi_db_second_pass_parse() 390 method->named.data; in acpi_db_second_pass_parse() 393 method->named.data + method->named.length; in acpi_db_second_pass_parse() 405 (method->common.value.arg)->common.aml_offset + 1; in acpi_db_second_pass_parse() 406 start_op = (method->common.value.arg)->common.next; in acpi_db_second_pass_parse()
|
D | psloop.c | 331 next = next->method.mutex; in acpi_ps_link_module_code() 339 ((prev->method.aml_start + prev->method.aml_length) != aml_start)) { in acpi_ps_link_module_code() 358 method_obj->method.aml_start = aml_start; in acpi_ps_link_module_code() 359 method_obj->method.aml_length = aml_length; in acpi_ps_link_module_code() 360 method_obj->method.owner_id = owner_id; in acpi_ps_link_module_code() 361 method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL; in acpi_ps_link_module_code() 367 method_obj->method.next_object = in acpi_ps_link_module_code() 373 prev->method.mutex = method_obj; in acpi_ps_link_module_code() 380 prev->method.aml_length += aml_length; in acpi_ps_link_module_code()
|
D | excreate.c | 487 obj_desc->method.aml_start = aml_start; in acpi_ex_create_method() 488 obj_desc->method.aml_length = aml_length; in acpi_ex_create_method() 489 obj_desc->method.node = operand[0]; in acpi_ex_create_method() 497 obj_desc->method.param_count = in acpi_ex_create_method() 505 obj_desc->method.info_flags = ACPI_METHOD_SERIALIZED; in acpi_ex_create_method() 511 obj_desc->method.sync_level = (u8) in acpi_ex_create_method()
|
D | utdelete.c | 206 if (object->method.mutex) { in acpi_ut_delete_internal_obj() 207 acpi_os_delete_mutex(object->method.mutex->mutex. in acpi_ut_delete_internal_obj() 209 acpi_ut_delete_object_desc(object->method.mutex); in acpi_ut_delete_internal_obj() 210 object->method.mutex = NULL; in acpi_ut_delete_internal_obj() 212 if (object->method.node) { in acpi_ut_delete_internal_obj() 213 object->method.node = NULL; in acpi_ut_delete_internal_obj()
|
D | nsxfname.c | 317 param_count = node->object->method.param_count; in acpi_get_object_info() 648 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL() 649 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL() 651 method_obj->method.param_count = (u8) in ACPI_EXPORT_SYMBOL() 655 method_obj->method.info_flags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL() 657 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()
|
D | exdump.c | 126 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.info_flags), "Info Flags"}, 127 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.param_count), 129 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.sync_level), "Sync Level"}, 130 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(method.mutex), "Mutex"}, 131 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.owner_id), "Owner Id"}, 132 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"}, 133 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET(method.aml_length), "Aml Length"}, 134 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET(method.aml_start), "Aml Start"} 838 obj_desc->method.param_count, in acpi_ex_dump_operand() 839 obj_desc->method.aml_start, in acpi_ex_dump_operand() [all …]
|
D | nsdump.c | 287 (u32) obj_desc->method.param_count, in acpi_ns_dump_one_object() 288 obj_desc->method.aml_length, in acpi_ns_dump_one_object() 289 obj_desc->method.aml_start); in acpi_ns_dump_one_object() 470 acpi_os_printf(" M:%p-%X\n", obj_desc->method.aml_start, in acpi_ns_dump_one_object() 471 obj_desc->method.aml_length); in acpi_ns_dump_one_object() 595 obj_desc = (void *)obj_desc->method.aml_start; in acpi_ns_dump_one_object()
|
D | nsaccess.c | 155 obj_desc->method.param_count = in acpi_ns_root_initialize() 163 new_node->value = obj_desc->method.param_count; in acpi_ns_root_initialize() 167 obj_desc->method.info_flags = in acpi_ns_root_initialize() 169 obj_desc->method.dispatch.implementation = in acpi_ns_root_initialize()
|
D | nsxfeval.c | 295 if (info->obj_desc->method.param_count > info->param_count) { in ACPI_EXPORT_SYMBOL() 299 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL() 305 else if (info->obj_desc->method.param_count < info->param_count) { in ACPI_EXPORT_SYMBOL() 309 info->obj_desc->method.param_count)); in ACPI_EXPORT_SYMBOL() 313 info->param_count = info->obj_desc->method.param_count; in ACPI_EXPORT_SYMBOL()
|
D | dsinit.c | 134 if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) { in acpi_ds_init_one_object() 144 if (obj_desc->method. in acpi_ds_init_one_object()
|
D | nsarguments.c | 174 aml_param_count = node->object->method.param_count; in acpi_ns_check_acpi_compliance() 248 aml_param_count = node->object->method.param_count; in acpi_ns_check_argument_count()
|
D | dbexec.c | 323 if (obj_desc->method.param_count) { in acpi_db_execution_walk() 423 &acpi_gbl_db_method_info.method); in acpi_db_execute() 475 acpi_gbl_db_method_info.method)->name.ascii), in acpi_db_execute() 723 &acpi_gbl_db_method_info.method); in acpi_db_create_execution_threads()
|
D | psparse.c | 484 walk_state->method_desc->method.sync_level; in acpi_ps_parse_aml() 547 (!(walk_state->method_desc->method. in acpi_ps_parse_aml() 555 walk_state->method_desc->method.info_flags |= in acpi_ps_parse_aml()
|
D | exdebug.c | 499 obj_desc ? obj_desc->method.aml_start : NULL, in acpi_ex_start_trace_method() 548 obj_desc ? obj_desc->method.aml_start : NULL, in acpi_ex_stop_trace_method()
|
D | dsdebug.c | 178 method_desc->method.node, in acpi_ds_dump_method_stack()
|
D | evrgnini.c | 591 if (obj_desc->method. in acpi_ev_initialize_region() 594 obj_desc->method.dispatch.handler; in acpi_ev_initialize_region()
|
D | nsutils.c | 609 next = next->method.mutex; in acpi_ns_terminate() 610 prev->method.mutex = NULL; /* Clear the Mutex (cheated) field */ in acpi_ns_terminate()
|
D | psargs.c | 314 node, method_desc->method.param_count)); in acpi_ps_get_next_namepath() 318 walk_state->arg_count = method_desc->method.param_count; in acpi_ps_get_next_namepath()
|
/linux-4.4.14/arch/arm64/boot/dts/cavium/ |
D | thunder-88xx.dtsi | 58 method = "smc"; 69 enable-method = "psci"; 75 enable-method = "psci"; 81 enable-method = "psci"; 87 enable-method = "psci"; 93 enable-method = "psci"; 99 enable-method = "psci"; 105 enable-method = "psci"; 111 enable-method = "psci"; 117 enable-method = "psci"; [all …]
|
/linux-4.4.14/Documentation/acpi/ |
D | method-tracing.txt | 9 This document describes the functions and the interfaces of the method 14 ACPICA provides method tracing capability. And two functions are 25 But when the particular layer/level is applied to the control method 29 logs when the control method evaluation is started, and disable the 30 detailed logging when the control method evaluation is stopped. 41 control method is being evaluated: 46 # echo "method" > /sys/module/acpi/parameters/trace_state 48 control method is being evaluated for the first time: 53 # echo "method-once" > /sys/module/acpi/parameters/trace_state 57 \PPPP.AAAA.TTTT.HHHH: Full path of a control method that can be found [all …]
|
D | method-customizing.txt | 10 1. override an existing method which may not work correctly, 12 2. insert a completely new method in order to create a missing 13 method such as _OFF, _ON, _STA, _INI, etc. 15 control method rather than override the entire DSDT, because kernel 20 Note: The same ACPI control method can be overridden for many times, 25 1. override an existing method 29 c) rewrite the ASL code of the method and save it in a new file, 31 Here is an example of a customized \_SB._AC._PSR method, 43 Note that the full pathname of the method in ACPI namespace 46 e) assemble the file to generate the AML code of the method. [all …]
|
D | dsdt-override.txt | 1 Linux supports a method of overriding the BIOS DSDT: 5 When to use this method is described in detail on the
|
D | video_extension.txt | 25 actual_brightness: on read, control method _BQC will be evaluated to 28 brightness: on write, control method _BCM will run to set the requested
|
/linux-4.4.14/drivers/iio/adc/ |
D | twl4030-madc.c | 83 req.method = madc->use_second_irq ? TWL4030_MADC_SW2 : TWL4030_MADC_SW1; in twl4030_madc_read() 407 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local 439 method = &twl4030_conversion_methods[r->method]; in twl4030_madc_threaded_irq_handler() 441 len = twl4030_madc_read_channels(madc, method->rbase, in twl4030_madc_threaded_irq_handler() 465 method = &twl4030_conversion_methods[r->method]; in twl4030_madc_threaded_irq_handler() 467 len = twl4030_madc_read_channels(madc, method->rbase, in twl4030_madc_threaded_irq_handler() 489 p = &madc->requests[req->method]; in twl4030_madc_set_irq() 491 ret = twl4030_madc_enable_irq(madc, req->method); in twl4030_madc_set_irq() 511 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local 517 method = &twl4030_conversion_methods[conv_method]; in twl4030_madc_start_conversion() [all …]
|
/linux-4.4.14/arch/arm64/boot/dts/hisilicon/ |
D | hip05.dtsi | 22 method = "smc"; 92 enable-method = "psci"; 99 enable-method = "psci"; 106 enable-method = "psci"; 113 enable-method = "psci"; 120 enable-method = "psci"; 127 enable-method = "psci"; 134 enable-method = "psci"; 141 enable-method = "psci"; 148 enable-method = "psci"; [all …]
|
D | hi6220.dtsi | 18 method = "smc"; 60 enable-method = "psci"; 67 enable-method = "psci"; 74 enable-method = "psci"; 81 enable-method = "psci"; 88 enable-method = "psci"; 95 enable-method = "psci"; 102 enable-method = "psci"; 109 enable-method = "psci";
|
/linux-4.4.14/kernel/trace/ |
D | trace_probe.h | 153 #define FETCH_FUNC_NAME(method, type) fetch_##method##_##type argument 156 #define DECLARE_FETCH_FUNC(method, type) \ argument 157 extern void FETCH_FUNC_NAME(method, type)(struct pt_regs *regs, \ 160 #define DECLARE_BASIC_FETCH_FUNCS(method) \ argument 161 DECLARE_FETCH_FUNC(method, u8); \ 162 DECLARE_FETCH_FUNC(method, u16); \ 163 DECLARE_FETCH_FUNC(method, u32); \ 164 DECLARE_FETCH_FUNC(method, u64) 190 #define DEFINE_BASIC_FETCH_FUNCS(method) \ argument 191 DEFINE_FETCH_##method(u8) \ [all …]
|
D | trace_probe.c | 75 #define CHECK_FETCH_FUNCS(method, fn) \ argument 76 (((FETCH_FUNC_NAME(method, u8) == fn) || \ 77 (FETCH_FUNC_NAME(method, u16) == fn) || \ 78 (FETCH_FUNC_NAME(method, u32) == fn) || \ 79 (FETCH_FUNC_NAME(method, u64) == fn) || \ 80 (FETCH_FUNC_NAME(method, string) == fn) || \ 81 (FETCH_FUNC_NAME(method, string_size) == fn)) \
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/cpu-enable-method/ |
D | marvell,berlin-smp | 2 Secondary CPU enable-method "marvell,berlin-smp" binding 5 This document describes the "marvell,berlin-smp" method for enabling secondary 6 CPUs. To apply to all CPUs, a single "marvell,berlin-smp" enable method should 9 Enable method name: "marvell,berlin-smp" 15 This enable method needs valid nodes compatible with "arm,cortex-a9-scu" and 23 enable-method = "marvell,berlin-smp";
|
D | al,alpine-smp | 2 Secondary CPU enable-method "al,alpine-smp" binding 5 This document describes the "al,alpine-smp" method for 7 "al,alpine-smp" enable method should be defined in the 10 Enable method name: "al,alpine-smp" 16 This enable method requires valid nodes compatible with 24 enable-method = "al,alpine-smp";
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/bcm/ |
D | brcm,bcm11351-cpu-method.txt | 3 This binding defines the enable method used for starting secondary 7 The enable method is specified by defining the following required 9 - enable-method = "brcm,bcm11351-cpu-method"; 22 enable-method = "brcm,bcm11351-cpu-method";
|
D | brcm,bcm63138.txt | 14 'enable-method' property. 21 - enable-method: should be "brcm,bcm63138" 24 - enable-method: should be "brcm,bcm63138" 36 enable-method = "brcm,bcm63138"; 43 enable-method = "brcm,bcm63138";
|
/linux-4.4.14/arch/arm64/boot/dts/mediatek/ |
D | mt6795.dtsi | 25 method = "smc"; 35 enable-method = "psci"; 42 enable-method = "psci"; 49 enable-method = "psci"; 56 enable-method = "psci"; 63 enable-method = "psci"; 70 enable-method = "psci"; 77 enable-method = "psci"; 84 enable-method = "psci";
|
D | mt8173.dtsi | 55 enable-method = "psci"; 63 enable-method = "psci"; 71 enable-method = "psci"; 79 enable-method = "psci"; 84 entry-method = "psci"; 99 method = "smc";
|
/linux-4.4.14/arch/arm64/boot/dts/arm/ |
D | juno.dts | 30 method = "smc"; 67 enable-method = "psci"; 76 enable-method = "psci"; 85 enable-method = "psci"; 94 enable-method = "psci"; 103 enable-method = "psci"; 112 enable-method = "psci";
|
D | juno-r1.dts | 30 method = "smc"; 67 enable-method = "psci"; 76 enable-method = "psci"; 85 enable-method = "psci"; 94 enable-method = "psci"; 103 enable-method = "psci"; 112 enable-method = "psci";
|
D | rtsm_ve-aemv8a.dts | 38 enable-method = "spin-table"; 46 enable-method = "spin-table"; 54 enable-method = "spin-table"; 62 enable-method = "spin-table";
|
D | foundation-v8.dts | 35 enable-method = "spin-table"; 43 enable-method = "spin-table"; 51 enable-method = "spin-table"; 59 enable-method = "spin-table";
|
/linux-4.4.14/drivers/staging/unisys/visorbus/ |
D | vmcallinterface.h | 70 #define ISSUE_IO_VMCALL(method, param, result) \ argument 71 (result = unisys_vmcall(method, (param) & 0xFFFFFFFF, \ 73 #define ISSUE_IO_EXTENDED_VMCALL(method, param1, param2, param3) \ argument 74 unisys_extended_vmcall(method, param1, param2, param3)
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/ |
D | cpus.txt | 181 - enable-method 207 Usage: required for systems that have an "enable-method" 216 Usage: required for systems that have an "enable-method" 223 Usage: required for systems that have an "enable-method" 237 Usage: optional for systems that have an "enable-method" 312 enable-method = "spin-table"; 320 enable-method = "spin-table"; 328 enable-method = "spin-table"; 336 enable-method = "spin-table"; 344 enable-method = "spin-table"; [all …]
|
D | topology.txt | 261 enable-method = "spin-table"; 269 enable-method = "spin-table"; 277 enable-method = "spin-table"; 285 enable-method = "spin-table"; 293 enable-method = "spin-table"; 301 enable-method = "spin-table"; 309 enable-method = "spin-table"; 317 enable-method = "spin-table"; 325 enable-method = "spin-table"; 333 enable-method = "spin-table"; [all …]
|
D | psci.txt | 38 - method : The method of calling the PSCI firmware. Permitted 62 idle-states node entry-method property is set 74 method = "smc"; 85 method = "smc"; 97 method = "hvc";
|
D | idle-states.txt | 236 - entry-method 341 additional properties specifics to the entry-method defined in the 342 idle-states node, please refer to the entry-method bindings 349 Example 1 (ARM 64-bit, 16-cpu system, PSCI enable-method): 359 enable-method = "psci"; 368 enable-method = "psci"; 377 enable-method = "psci"; 386 enable-method = "psci"; 395 enable-method = "psci"; 404 enable-method = "psci"; [all …]
|
D | al,alpine.txt | 21 enable-method: must be "al,alpine-smp" to allow smp [1] 28 enable-method = "al,alpine-smp"; 88 [1] arm/cpu-enable-method/al,alpine-smp
|
D | arm-boards | 186 - a "psci" node describing the boot method used for the secondary CPUs. 190 "enable-method"s. For more details see cpus.txt file. 210 enable-method = "psci"; 219 enable-method = "psci";
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 114 mad->mad_hdr.method == IB_MGMT_METHOD_SET) { in smp_snoop() 153 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override() 217 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && in mthca_process_mad() 231 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad() 232 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET && in mthca_process_mad() 233 in_mad->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS) in mthca_process_mad() 247 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad() 248 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET) in mthca_process_mad() 254 in_mad->mad_hdr.method == IB_MGMT_METHOD_SET && in mthca_process_mad() 279 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) in mthca_process_mad()
|
/linux-4.4.14/Documentation/PCI/ |
D | pci-iov-howto.txt | 31 In the first method, the device driver (PF driver) will control the 36 In the second method, a write to the sysfs file sriov_numvfs will 37 enable and disable the VFs associated with a PCIe PF. This method 38 enables per-PF, VF enable/disable values versus the first method, 44 The second method is the recommended method for new/future VF devices. 57 (a) For the first method, in the driver: 60 (b) For the second method, from sysfs: 65 (a) For the first method, in the driver: 67 (b) For the second method, from sysfs:
|
/linux-4.4.14/arch/arm/kernel/ |
D | cpuidle.c | 73 static struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) in arm_cpuidle_get_ops() argument 77 for (; m->method; m++) in arm_cpuidle_get_ops() 78 if (!strcmp(m->method, method)) in arm_cpuidle_get_ops()
|
D | devtree.c | 40 const char *method; in set_smp_ops_by_method() local 43 if (of_property_read_string(node, "enable-method", &method)) in set_smp_ops_by_method() 46 for (; m->method; m++) in set_smp_ops_by_method() 47 if (!strcmp(m->method, method)) { in set_smp_ops_by_method()
|
/linux-4.4.14/drivers/infiniband/core/ |
D | mad.c | 71 static int method_in_use(struct ib_mad_mgmt_method_table **method, 165 struct ib_mad_mgmt_method_table *method; in is_vendor_method_in_use() local 170 method = vendor_class->method_table[i]; in is_vendor_method_in_use() 171 if (method) { in is_vendor_method_in_use() 172 if (method_in_use(&method, mad_reg_req)) in is_vendor_method_in_use() 184 return ((hdr->method & IB_MGMT_METHOD_RESP) || in ib_response_mad() 185 (hdr->method == IB_MGMT_METHOD_TRAP_REPRESS) || in ib_response_mad() 211 struct ib_mad_mgmt_method_table *method; in ib_register_mad_agent() local 384 method = class->method_table[mgmt_class]; in ib_register_mad_agent() 385 if (method) { in ib_register_mad_agent() [all …]
|
D | sa_query.c | 650 mad->mad_hdr.method |= in ib_nl_process_good_resolve_rsp() 1239 mad->mad_hdr.method = IB_MGMT_METHOD_GET; in ib_sa_path_rec_get() 1317 struct ib_device *device, u8 port_num, u8 method, in ib_sa_service_rec_query() argument 1340 if (method != IB_MGMT_METHOD_GET && in ib_sa_service_rec_query() 1341 method != IB_MGMT_METHOD_SET && in ib_sa_service_rec_query() 1342 method != IB_SA_METHOD_DELETE) in ib_sa_service_rec_query() 1364 mad->mad_hdr.method = method; in ib_sa_service_rec_query() 1414 u8 method, in ib_sa_mcmember_rec_query() argument 1456 mad->mad_hdr.method = method; in ib_sa_mcmember_rec_query() 1507 ib_sa_comp_mask comp_mask, u8 method, in ib_sa_guid_info_rec_query() argument [all …]
|
D | mad_rmpp.c | 70 u8 method; member 124 ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in format_ack() 197 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in ack_ds_ack() 230 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in nack_recv() 322 rmpp_recv->method = mad_hdr->method; in create_rmpp_recv() 343 rmpp_recv->method == mad_hdr->method) in find_rmpp_recv() 859 if (!(mad_hdr->method & IB_MGMT_METHOD_RESP)) in init_newwin() 867 (rmpp_recv->method & IB_MGMT_METHOD_RESP)) in init_newwin()
|
D | sa.h | 53 u8 method,
|
/linux-4.4.14/arch/powerpc/boot/dts/ |
D | iss4xx-mpic.dts | 45 dcr-access-method = "native"; 59 dcr-access-method = "native"; 61 enable-method = "spin-table"; 75 dcr-access-method = "native"; 77 enable-method = "spin-table"; 91 dcr-access-method = "native"; 93 enable-method = "spin-table";
|
D | currituck.dts | 41 dcr-access-method = "native"; 55 dcr-access-method = "native"; 57 enable-method = "spin-table";
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-acpi | 27 control method. 34 _STR control method, if present. 41 _ADR control method, which is present for ACPI device 50 _UID control method, if present. 58 object that has _EJ0 method.
|
D | sysfs-devices-firmware_node | 14 that describes the device as provided by the _STR method in the ACPI 16 an _STR method associated with it in the ACPI namespace, this
|
D | debugfs-ideapad | 7 cfg shows the return value of _CFG method in VPC2004 device. It tells machine
|
D | sysfs-devices-sun | 6 method in the ACPI namespace. The value is written in Advanced
|
D | sysfs-dev | 5 Description: The /sys/dev tree provides a method to look up the sysfs
|
D | sysfs-devices-real_power_state | 12 control method or inferred from the configuration of power
|
D | evm | 6 against integrity attacks. The initial method maintains an
|
/linux-4.4.14/net/mac80211/ |
D | mesh_sync.c | 34 u8 method; member 208 .method = IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET, 216 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method) in ieee80211_mesh_sync_ops_get() argument 221 if (sync_methods[i].method == method) in ieee80211_mesh_sync_ops_get()
|
/linux-4.4.14/drivers/platform/x86/ |
D | wmi.c | 223 char method[5]; in wmi_method_enable() local 230 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable() 231 status = acpi_execute_simple_method(handle, method, enable); in wmi_method_enable() 261 char method[5] = "WM"; in wmi_evaluate_method() local 294 strncat(method, block->object_id, 2); in wmi_evaluate_method() 296 status = acpi_evaluate_object(handle, method, &input, out); in wmi_evaluate_method() 319 char method[5]; in wmi_query_block() local 360 strcpy(method, "WQ"); in wmi_query_block() 361 strncat(method, block->object_id, 2); in wmi_query_block() 363 status = acpi_evaluate_object(handle, method, &input, out); in wmi_query_block() [all …]
|
D | asus-laptop.c | 235 const char *method; member 377 static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, in write_acpi_int_ret() argument 392 status = acpi_evaluate_object(handle, (char *)method, ¶ms, output); in write_acpi_int_ret() 399 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() argument 401 return write_acpi_int_ret(handle, method, val, NULL); in write_acpi_int() 404 static int acpi_check_handle(acpi_handle handle, const char *method, in acpi_check_handle() argument 409 if (method == NULL) in acpi_check_handle() 413 status = acpi_get_handle(handle, (char *)method, in acpi_check_handle() 418 status = acpi_get_handle(handle, (char *)method, in acpi_check_handle() 424 pr_warn("Error finding %s\n", method); in acpi_check_handle() [all …]
|
D | eeepc-laptop.c | 190 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() argument 194 status = acpi_execute_simple_method(handle, (char *)method, val); in write_acpi_int() 199 static int read_acpi_int(acpi_handle handle, const char *method, int *val) in read_acpi_int() argument 204 status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); in read_acpi_int() 216 const char *method = cm_setv[cm]; in set_acpi() local 218 if (method == NULL) in set_acpi() 223 if (write_acpi_int(eeepc->handle, method, value)) in set_acpi() 224 pr_warn("Error writing %s\n", method); in set_acpi() 230 const char *method = cm_getv[cm]; in get_acpi() local 233 if (method == NULL) in get_acpi() [all …]
|
/linux-4.4.14/drivers/input/misc/ |
D | apanel.c | 292 unsigned char method, slave, chip; in apanel_init() local 294 method = readb(p + 1); in apanel_init() 319 else if (method != 1 && method != 2 && method != 4) { in apanel_init() 321 method, devno); in apanel_init()
|
/linux-4.4.14/arch/arm64/boot/dts/apm/ |
D | apm-shadowcat.dtsi | 26 enable-method = "spin-table"; 33 enable-method = "spin-table"; 40 enable-method = "spin-table"; 47 enable-method = "spin-table"; 54 enable-method = "spin-table"; 61 enable-method = "spin-table"; 68 enable-method = "spin-table"; 75 enable-method = "spin-table";
|
D | apm-storm.dtsi | 26 enable-method = "spin-table"; 33 enable-method = "spin-table"; 40 enable-method = "spin-table"; 47 enable-method = "spin-table"; 54 enable-method = "spin-table"; 61 enable-method = "spin-table"; 68 enable-method = "spin-table"; 75 enable-method = "spin-table";
|
/linux-4.4.14/arch/arm64/boot/dts/sprd/ |
D | sc9836.dtsi | 23 enable-method = "psci"; 30 enable-method = "psci"; 37 enable-method = "psci"; 44 enable-method = "psci"; 205 method = "smc";
|
/linux-4.4.14/Documentation/i2c/ |
D | old-module-parameters | 22 Old method (module parameters): 27 New method (sysfs interface): 33 Old method (module parameters): 36 New method (sysfs interface):
|
D | instantiating-devices | 14 This method is appropriate when the I2C bus is a system bus as is the case 57 This method has the same implications as method 1a. The declaration of I2C 94 This method is appropriate when a larger device uses an I2C bus for 98 bus in advance, so the method 1 described above can't be used. Instead, 175 * The I2C device driver must implement the detect() method, which 190 kernels will find out that this method 3 is essentially similar to what 202 Once again, method 3 should be avoided wherever possible. Explicit device 232 * The I2C driver usually detects devices (method 3 above) but the bus
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | mt8173-cpu-dvfs.txt | 27 enable-method = "psci"; 38 enable-method = "psci"; 49 enable-method = "psci"; 60 enable-method = "psci";
|
/linux-4.4.14/arch/arm/include/asm/ |
D | cpuidle.h | 38 const char *method; member 45 = { .method = _method, .ops = _ops }
|
D | smp.h | 114 const char *method; member 121 = { .method = _method, .ops = _ops }
|
/linux-4.4.14/Documentation/zh_CN/arm64/ |
D | booting.txt | 186 数据块必须在每个 CPU 节点中包含一个 ‘enable-method’ 属性,所 187 支持的 enable-method 请见下文。 192 - enable-method 为 “spin-table” 的 CPU 必须在它们的 CPU 203 - enable-method 为 “psci” 的 CPU 保持在内核外(比如,在
|
/linux-4.4.14/drivers/firmware/ |
D | psci.c | 192 const char *method; in get_set_conduit_method() local 196 if (of_property_read_string(np, "method", &method)) { in get_set_conduit_method() 201 if (!strcmp("hvc", method)) { in get_set_conduit_method() 203 } else if (!strcmp("smc", method)) { in get_set_conduit_method() 206 pr_warn("invalid \"method\" property: %s\n", method); in get_set_conduit_method()
|
/linux-4.4.14/net/bluetooth/ |
D | smp.c | 119 u8 method; member 881 smp->method = JUST_CFM; in tk_request() 883 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request() 886 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request() 888 smp->method = JUST_WORKS; in tk_request() 891 if (smp->method == JUST_CFM && in tk_request() 893 smp->method = JUST_WORKS; in tk_request() 896 if (smp->method == JUST_WORKS) { in tk_request() 908 if (smp->method != JUST_CFM) { in tk_request() 917 if (smp->method == OVERLAP) { in tk_request() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mad.c | 77 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) in mlx5_ib_process_mad() 82 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mlx5_ib_process_mad() 83 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET && in mlx5_ib_process_mad() 84 in_mad->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS) in mlx5_ib_process_mad() 95 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mlx5_ib_process_mad() 96 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET) in mlx5_ib_process_mad() 113 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) in mlx5_ib_process_mad()
|
/linux-4.4.14/Documentation/filesystems/configfs/ |
D | configfs.txt | 179 method. This method is called when the config_item's reference count 199 If an attribute is readable and provides a ->show method, that method will 201 attribute is writable and provides a ->store method, that method will be 242 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's … 253 config_item, it is not necessary for a separate drop_group() method. 256 the ct_group_ops->drop_item() method, and configfs will call 271 ct_group_ops->disconnect_notify() method. The method is called after 346 ct_item_ops->drop_link() methods. If the ->allow_link() method exists, 352 method is called with itself and a target item. If the source item 358 notified via the ->drop_link() method. Like the ->drop_item() method, [all …]
|
/linux-4.4.14/Documentation/rapidio/ |
D | rapidio.txt | 64 The RapidIO subsystem defines the format and initialization method for subsystem 115 An enumeration/discovery method implementation and available input parameters 116 define how any given method can be attached to available RapidIO mports: 124 parameters. This was the original method used since introduction of RapidIO 125 subsystem. Now this method relies on enumerator module parameter which is 126 'rio-scan.scan' for existing basic enumeration/discovery method. 138 a command from user space. This initiation method provides more flexibility 169 to the method shown above, the host destination ID(s) can be specified using 196 Automatic enumeration/discovery start method is applicable only to built-in 198 enumeration/discovery start by existing basic enumerator method set use boot [all …]
|
/linux-4.4.14/drivers/staging/sm750fb/ |
D | readme | 23 1) if you build the driver with built-in method, the parameter 25 same format as above modular method,but additionally add 29 it equal to modular method with below command:
|
/linux-4.4.14/Documentation/networking/ |
D | driver.txt | 5 1) The ndo_start_xmit method must not return NETDEV_TX_BUSY under 62 2) An ndo_start_xmit method must not modify the shared parts of a 66 ndo_start_xmit method, it is your driver's responsibility to free 75 If you return NETDEV_TX_BUSY from the ndo_start_xmit method, you
|
D | dm9000.txt | 118 Switch to using the simpler PHY polling method which does not 135 For the internal PHY, the original (and currently default) method is 143 expensive MII accesses. This method is faster, but does not print 147 link status as there is no method for getting an interrupt on link change.
|
D | tcp.txt | 52 The method that is used to determine which congestion control mechanism is 62 unknown congestion method, then the sysctl attempt will fail.
|
D | ray_cs.txt | 25 This will change after the method of sorting out parameters for all 97 Recommended method for controlling
|
/linux-4.4.14/arch/arm64/boot/dts/broadcom/ |
D | ns2.dtsi | 51 enable-method = "spin-table"; 59 enable-method = "spin-table"; 67 enable-method = "spin-table"; 75 enable-method = "spin-table";
|
/linux-4.4.14/drivers/i2c/busses/ |
D | i2c-scmi.c | 93 char *method; in acpi_smbus_cmi_access() local 162 method = smbus_cmi->methods->mt_sbr; in acpi_smbus_cmi_access() 166 method = smbus_cmi->methods->mt_sbw; in acpi_smbus_cmi_access() 178 status = acpi_evaluate_object(smbus_cmi->handle, method, &input, in acpi_smbus_cmi_access() 181 ACPI_ERROR((AE_INFO, "Evaluating %s: %i", method, status)); in acpi_smbus_cmi_access() 201 method, result)); in acpi_smbus_cmi_access()
|
D | i2c-designware-platdrv.c | 67 static void dw_i2c_acpi_params(struct platform_device *pdev, char method[], in dw_i2c_acpi_params() argument 77 if (ACPI_FAILURE(acpi_evaluate_object(handle, method, NULL, &buf))) in dw_i2c_acpi_params()
|
/linux-4.4.14/Documentation/filesystems/ |
D | vfs.txt | 57 To look up an inode requires that the VFS calls the lookup() method of 58 the parent directory inode. This method is installed by the specific 74 These are taken from the inode data. The open() file method is then 81 file structure, and then calling the required file structure method to 99 the VFS will call the appropriate mount() method for the specific 132 mount: the method to call when a new instance of this 135 kill_sb: the method to call when an instance of this filesystem 145 The mount() method has the following arguments: 157 The mount() method must return the root dentry of the tree requested by 164 contains a suitable filesystem image the method creates and initializes [all …]
|
D | sysfs.txt | 136 When a file is read or written, sysfs calls the appropriate method 137 for the type. The method then translates the generic struct kobject 169 specified when declaring the attribute. The method types should be as 180 method. Sysfs will call the method exactly once for each read or 181 write. This forces the following behavior on the method 184 - On read(2), the show() method should fill the entire buffer. 190 zero or does a pread(2) with an offset of '0' the show() method will 194 first write. Sysfs then passes the entire buffer to the store() method. 202 Attribute method implementations should operate on an identical 207 - Writing causes the show() method to be rearmed regardless of current
|
D | directory-locking | 16 locks victim and calls the method. 27 * call the method. 41 * call the method. 45 read, modified or removed by method will be locked by caller.
|
D | dax.txt | 36 The direct_access method takes a 'size' parameter that indicates the 41 In order to support this method, the storage must be byte-accessible by
|
/linux-4.4.14/Documentation/filesystems/caching/ |
D | backend-api.txt | 80 the cache method to be invoked, or 168 method is called to give the op CPU time, and the release method to get 192 do this, the retrieval->op.processor method pointer should be set 211 the write_page() method on the object at appropriate times to effect 237 This method is used to allocate a cache object representation to back a 243 will call the lookup_complete() method to allow the cache to release the 251 This method is used to look up an object, given that the object is already 255 The method should call fscache_object_lookup_negative() as soon as 270 This method is called to ask the cache to release any resources it was 278 This method is called to increment the reference count on an object. It [all …]
|
/linux-4.4.14/drivers/media/usb/zr364xx/ |
D | zr364xx.c | 184 int method; member 590 if (cam->method == METHOD0) { in zr364xx_read_video_callback() 880 if (cam->method == METHOD3) { in zr364xx_vidioc_s_fmt_vid_cap() 899 for (i = 0; init[cam->method][i].size != -1; i++) { in zr364xx_vidioc_s_fmt_vid_cap() 901 send_control_msg(cam->udev, 1, init[cam->method][i].value, in zr364xx_vidioc_s_fmt_vid_cap() 902 0, init[cam->method][i].bytes, in zr364xx_vidioc_s_fmt_vid_cap() 903 init[cam->method][i].size); in zr364xx_vidioc_s_fmt_vid_cap() 1121 for (i = 0; init[cam->method][i].size != -1; i++) { in zr364xx_prepare() 1122 res = send_control_msg(cam->udev, 1, init[cam->method][i].value, in zr364xx_prepare() 1123 0, init[cam->method][i].bytes, in zr364xx_prepare() [all …]
|
/linux-4.4.14/drivers/android/ |
D | Kconfig | 16 and remote method invocation. 18 This means one Android process can call a method/routine in another
|
/linux-4.4.14/drivers/net/ethernet/sfc/ |
D | efx.c | 2495 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down() argument 2499 if (method == RESET_TYPE_MCDI_TIMEOUT) in efx_reset_down() 2506 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_down() 2507 method != RESET_TYPE_DATAPATH) in efx_reset_down() 2517 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up() argument 2523 if (method == RESET_TYPE_MCDI_TIMEOUT) in efx_reset_up() 2536 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && in efx_reset_up() 2537 method != RESET_TYPE_DATAPATH) { in efx_reset_up() 2584 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset() argument 2590 RESET_TYPE(method)); in efx_reset() [all …]
|
D | efx.h | 199 int efx_reset(struct efx_nic *efx, enum reset_type method); 200 void efx_reset_down(struct efx_nic *efx, enum reset_type method); 201 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
|
/linux-4.4.14/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 1161 switch (asd_ha->hw_prof.flash.method) { in asd_write_flash_seg() 1285 switch (asd_ha->hw_prof.flash.method) { in asd_erase_nv_sector() 1334 asd_ha->hw_prof.flash.method = FLASH_METHOD_UNKNOWN; in asd_check_flash_type() 1367 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type() 1377 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type() 1387 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type() 1394 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type() 1400 if (asd_ha->hw_prof.flash.method == FLASH_METHOD_UNKNOWN) { in asd_check_flash_type() 1428 asd_ha->hw_prof.flash.method = FLASH_METHOD_B; in asd_check_flash_type() 1437 asd_ha->hw_prof.flash.method = FLASH_METHOD_B; in asd_check_flash_type() [all …]
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mcg.c | 289 mad.mad_hdr.method = IB_SA_METHOD_DELETE; in send_leave_to_wire() 330 mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in send_reply_to_slave() 650 u8 method; in mlx4_ib_mcg_work_handler() local 664 method = group->response_sa_mad.mad_hdr.method; in mlx4_ib_mcg_work_handler() 676 if ((method == IB_MGMT_METHOD_GET_RESP)) { in mlx4_ib_mcg_work_handler() 686 } else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing) in mlx4_ib_mcg_work_handler() 696 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler() 718 if (req->sa_mad.mad_hdr.method == IB_SA_METHOD_DELETE) in mlx4_ib_mcg_work_handler() 894 switch (mad->mad_hdr.method) { in mlx4_ib_mcg_demux_handler() 901 if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_demux_handler() [all …]
|
D | mad.c | 229 mad->mad_hdr.method == IB_MGMT_METHOD_SET) in smp_snoop() 344 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override() 652 if (mad->mad_hdr.method & 0x80) { in mlx4_ib_demux_mad() 676 if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) { in mlx4_ib_demux_mad() 679 mad->mad_hdr.method); in mlx4_ib_demux_mad() 694 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP) in mlx4_ib_demux_mad() 734 in_mad->mad_hdr.mgmt_class, in_mad->mad_hdr.method, in ib_process_mad() 748 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) { in ib_process_mad() 755 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in ib_process_mad() 756 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET && in ib_process_mad() [all …]
|
D | alias_GUID.c | 62 u8 method; member 68 u8 method; member 340 if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) { in aliasguid_query_handler() 526 callback_context->method = rec->method; in set_guid_rec() 546 comp_mask, rec->method, 1000, in set_guid_rec() 680 next_rec->method = MLX4_GUID_INFO_RECORD_DELETE; in set_required_record() 683 next_rec->method = MLX4_GUID_INFO_RECORD_SET; in set_required_record()
|
/linux-4.4.14/scripts/ |
D | asn1_compiler.c | 697 enum asn1_method method : 8; 869 element->method = ASN1_PRIM; in parse_type() 944 element->method |= ASN1_CONS; in parse_type() 949 element->method = ASN1_PRIM; in parse_type() 971 element->method = ASN1_CONS; in parse_type() 1036 element->method = ASN1_CONS; in parse_type() 1053 element->method = ASN1_CONS; in parse_type() 1222 if (e->class == 0 && e->method == 0 && e->tag == 0) in dump_element() 1227 asn1_methods[e->method], in dump_element() 1232 asn1_methods[e->method], in dump_element() [all …]
|
/linux-4.4.14/drivers/net/ppp/ |
D | Kconfig | 41 Support for the BSD-Compress compression method for PPP, which uses 42 the LZW compression method to compress each PPP packet before it is 45 method as well for this to be useful. Even if they don't support it, 48 The PPP Deflate compression method ("PPP Deflate compression", 62 Support for the Deflate compression method for PPP, which uses the 66 Deflate compression method as well for this to be useful. Even if 96 configuring PPTP clients and servers to utilize this method.
|
/linux-4.4.14/drivers/staging/rdma/ehca/ |
D | ehca_sqp.c | 156 ehca_dbg(ibdev, "method=%x", in_perf->mad_hdr.method); in ehca_process_perf() 167 switch (in_perf->mad_hdr.method) { in ehca_process_perf() 214 out_perf->mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in ehca_process_perf()
|
/linux-4.4.14/drivers/rapidio/ |
D | Kconfig | 51 prompt "Enumeration method" 56 for RapidIO subsystem. You may select single built-in method or 58 Selecting a built-in method disables use of loadable methods.
|
/linux-4.4.14/security/integrity/evm/ |
D | Kconfig | 24 WARNING: changing the HMAC calculation method or adding 41 WARNING: changing the HMAC calculation method or adding
|
/linux-4.4.14/Documentation/infiniband/ |
D | core_locking.txt | 69 same callchain as an ib_device method call. For example, it is not 71 handler directly from its post_send method. Instead, the low-level 110 soon as the add method of its struct ib_client is called for that 112 relating to a device before returning from the remove method.
|
/linux-4.4.14/arch/arm64/boot/dts/marvell/ |
D | berlin4ct.dtsi | 59 method = "smc"; 70 enable-method = "psci"; 77 enable-method = "psci"; 84 enable-method = "psci"; 91 enable-method = "psci";
|
/linux-4.4.14/arch/arm64/boot/dts/altera/ |
D | socfpga_stratix10.dtsi | 31 enable-method = "psci"; 38 enable-method = "psci"; 45 enable-method = "psci"; 52 enable-method = "psci"; 71 method = "smc";
|
/linux-4.4.14/arch/arm64/boot/dts/xilinx/ |
D | zynqmp.dtsi | 26 enable-method = "psci"; 33 enable-method = "psci"; 40 enable-method = "psci"; 47 enable-method = "psci"; 62 method = "smc";
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | qcom-apq8084.dtsi | 21 enable-method = "qcom,kpss-acc-v2"; 32 enable-method = "qcom,kpss-acc-v2"; 43 enable-method = "qcom,kpss-acc-v2"; 54 enable-method = "qcom,kpss-acc-v2";
|
D | bcm7445.dtsi | 23 enable-method = "brcm,brahma-b15"; 30 enable-method = "brcm,brahma-b15"; 37 enable-method = "brcm,brahma-b15"; 44 enable-method = "brcm,brahma-b15";
|
D | qcom-msm8974.dtsi | 30 enable-method = "qcom,kpss-acc-v2"; 41 enable-method = "qcom,kpss-acc-v2"; 52 enable-method = "qcom,kpss-acc-v2"; 63 enable-method = "qcom,kpss-acc-v2";
|
D | bcm63138.dtsi | 29 enable-method = "brcm,bcm63138"; 37 enable-method = "brcm,bcm63138";
|
D | hip01-ca9x2.dts | 28 enable-method = "hisilicon,hip01-smp";
|
D | qcom-msm8660.dtsi | 20 enable-method = "qcom,gcc-msm8660"; 28 enable-method = "qcom,gcc-msm8660";
|
D | hisi-x5hd2-dkb.dts | 24 enable-method = "hisilicon,hix5hd2-smp";
|
D | xenvm-4.2.dts | 42 method = "hvc";
|
D | qcom-apq8064.dtsi | 20 enable-method = "qcom,kpss-acc-v1"; 31 enable-method = "qcom,kpss-acc-v1"; 42 enable-method = "qcom,kpss-acc-v1"; 53 enable-method = "qcom,kpss-acc-v1";
|
D | qcom-msm8960.dtsi | 22 enable-method = "qcom,kpss-acc-v1"; 32 enable-method = "qcom,kpss-acc-v1";
|
D | qcom-ipq8064.dtsi | 19 enable-method = "qcom,kpss-acc-v1"; 29 enable-method = "qcom,kpss-acc-v1";
|
D | bcm21664.dtsi | 33 enable-method = "brcm,bcm11351-cpu-method";
|
/linux-4.4.14/Documentation/arm/nwfpe/ |
D | TODO | 24 method would be to use accurate table methods for these routines. I have 30 Coordinate Rotation Digital Computer, and is a method of computing 33 so such a method could be promising, but requires more research to 50 This would require a method of getting/setting the flag, and the bits
|
/linux-4.4.14/Documentation/ide/ |
D | ide-tape.txt | 50 overlap method which enables ide.c to service requests from the 52 DSC overlap method involves polling the tape's status register 64 a method by which we can achieve higher throughput when
|
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | rootnv04.c | 93 args->v0.version, args->v0.method, args->v0.head); in nv04_disp_mthd() 94 mthd = args->v0.method; in nv04_disp_mthd()
|
D | rootnv50.c | 89 args->v0.version, args->v0.method, args->v0.head); in nv50_disp_root_mthd_() 90 mthd = args->v0.method; in nv50_disp_root_mthd_() 96 args->v1.version, args->v1.method, in nv50_disp_root_mthd_() 98 mthd = args->v1.method; in nv50_disp_root_mthd_()
|
/linux-4.4.14/drivers/usb/core/ |
D | port.c | 202 char *method; in link_peers() local 205 method = "location"; in link_peers() 207 method = "default"; in link_peers() 210 dev_name(&left->dev), dev_name(&right->dev), method, in link_peers()
|
/linux-4.4.14/Documentation/hwmon/ |
D | w83791d | 93 method of a single sysfs beep_mask file to a newer method using multiple 97 original legacy method used a single sysfs alarms file containing a bitmap 98 of triggered alarms. The newer method uses multiple sysfs *_alarm files 103 the other. If you use the legacy bitmask method, your user-space code is
|
D | f71805f | 131 motherboard, so the driver assumes that the BIOS set the method 132 properly. The driver will report the method, but won't let you change 135 When the PWM method is used, you can select the operating frequency, 144 When the DC method is used, Fintek recommends not going below 5 V, which
|
/linux-4.4.14/Documentation/arm64/ |
D | arm-acpi.txt | 112 At boot time the kernel will only use one description method depending on 122 The only defined method for passing ACPI tables to the kernel on ARMv8 219 value, this can be done in an ACPI method; all the driver needs to do is 220 invoke the method and not concern itself with what the method needs to do 222 by changing what the ACPI method does, and not the driver. 239 compatibility as new hardware comes out? The _DSD method was created 241 use the _DSD method for device properties and nothing else. 311 in ACPI, _PS0 is the method to invoke to turn a device full on, and _PS3 is for 316 -- be managed in a _PSx method which gets called on entry to power 328 -- If either _PS0 or _PS3 is implemented, then the other method must also [all …]
|
D | acpi_object_usage.txt | 287 _CCA 6.2.17 This method should be defined for all bus masters 328 _DSM Do not use this method. It is not standardized, the 377 _OFF 7.1.2 It is recommended to define this method for any device 380 _ON 7.1.3 It is recommended to define this method for any device 383 \_OS 5.7.3 This method will return "Linux" by default (this is 388 _OSC 6.2.11 This method can be a global method in ACPI (i.e., 391 as a global method, only capabilities published in 393 a device-specific method, the process described for 401 \_OSI 5.7.2 Deprecated on ARM64. Any invocation of this method 406 _OSC method is to be used instead. [all …]
|
D | booting.txt | 39 the RAM in the machine, or any other method the boot loader designer 207 an 'enable-method' property for each cpu node. The supported 213 - CPUs with a "spin-table" enable-method must have a 'cpu-release-addr' 228 - CPUs with a "psci" enable method should remain outside of
|
/linux-4.4.14/arch/arm64/boot/dts/rockchip/ |
D | rk3368.dtsi | 109 entry-method = "psci"; 125 enable-method = "psci"; 133 enable-method = "psci"; 141 enable-method = "psci"; 149 enable-method = "psci"; 157 enable-method = "psci"; 165 enable-method = "psci"; 173 enable-method = "psci"; 181 enable-method = "psci"; 202 method = "smc";
|
/linux-4.4.14/Documentation/security/ |
D | keys.txt | 890 method. This permits approximate matching to occur. If callout_string is 1061 If the key type does not have a modify method, then the key's payload can 1140 This optional method is called to vet a key description. If the key type 1147 This optional method permits the key type to attempt to parse payload 1160 Before calling the method, the caller will fill in data and datalen with 1169 The method can attach anything it likes to payload. This is merely passed 1173 The method should return 0 if successful or a negative error code 1179 This method is only required if the preparse() method is provided, 1182 preparse() method. It will always be called after preparse() returns 1188 This method is called to attach a payload to a key during construction. [all …]
|
D | IMA-templates.txt | 43 a given template but, instead, it simply calls the init() method of the template 50 method for each item of the array of template fields structures.
|
/linux-4.4.14/drivers/acpi/ |
D | device_pm.c | 131 char method[5] = { '_', 'P', 'S', '0' + state, '\0' }; in acpi_dev_pm_explicit_set() local 134 status = acpi_evaluate_object(adev->handle, method, NULL, NULL); in acpi_dev_pm_explicit_set() 518 char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; in acpi_dev_pm_get_state() local 545 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state() 577 method[3] = 'W'; in acpi_dev_pm_get_state() 578 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
|
D | sysfs.c | 233 const char *method = trace_method_name; in param_set_trace_state() local 241 method = NULL; in param_set_trace_state() 244 method = NULL; in param_set_trace_state() 256 status = acpi_debug_trace(method, in param_set_trace_state()
|
/linux-4.4.14/Documentation/devicetree/bindings/powerpc/4xx/ |
D | cpm.txt | 5 - dcr-access-method : "native" 45 dcr-access-method = "native";
|
/linux-4.4.14/include/linux/netfilter/ |
D | nf_conntrack_sip.h | 41 const char *method; member 55 .method = (__method), \
|
/linux-4.4.14/Documentation/x86/ |
D | early-microcode.txt | 28 In addition to these two legacy methods, the early loading method described 29 here is the third method with which microcode can be uploaded to a system's
|
/linux-4.4.14/Documentation/ |
D | men-chameleon-bus.txt | 70 implement the get_irq() method which can be translated into a hardware bus 100 method, the IRQ number assigned by the carrier device will be returned, 134 core will call the driver's probe callback method. When the driver is removed 135 from the system, the MCB core will call the driver's remove callback method.
|
D | video-output.txt | 10 method for 'state' with output sysfs class. The user interface under sysfs is:
|
D | kobject.txt | 259 This notification is done through a kobject's release() method. Usually 260 such a method has a form like: 271 release() method, and the kobject must persist (in a consistent state) 272 until that method is called. If these constraints are not met, the code is 274 release() method. Do not try to get rid of this warning by providing an 282 Interestingly, the release() method is not stored in the kobject itself; 300 release() method for this type of kobject. The other two fields (sysfs_ops
|
D | robust-futexes.txt | 24 method makes futexes very lightweight and scalable. 121 vma based method: 124 over every vma (!), which the VM-based method has to do. Only a very 148 million (!) held locks, using the new method [on a 2GHz CPU]:
|
/linux-4.4.14/arch/arm64/boot/dts/exynos/ |
D | exynos7.dtsi | 40 enable-method = "psci"; 47 enable-method = "psci"; 54 enable-method = "psci"; 61 enable-method = "psci"; 67 method = "smc";
|
/linux-4.4.14/drivers/staging/nvec/ |
D | TODO | 6 - modifiy the sync_write method to return the received
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_mad.h | 123 u8 method; member 171 u8 method; member
|
D | qib_mad.c | 46 smp->method = IB_MGMT_METHOD_GET_RESP; in reply() 58 smp->method = IB_MGMT_METHOD_GET_RESP; in reply_failure() 95 smp->method = IB_MGMT_METHOD_TRAP; in qib_send_trap() 182 data.details.ntc_256.method = smp->method; in qib_bad_mkey() 425 (smp->method == IB_MGMT_METHOD_GET || in check_mkey() 426 smp->method == IB_MGMT_METHOD_SET || in check_mkey() 427 smp->method == IB_MGMT_METHOD_TRAP_REPRESS)) in check_mkey() 431 switch (smp->method) { in check_mkey() 491 if (!(smp->method == IB_MGMT_METHOD_GET && in subn_get_portinfo() 1885 (smp->method == IB_MGMT_METHOD_GET || in process_subn() [all …]
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
D | dm.h | 303 enum pwr_track_control_method method, 307 enum pwr_track_control_method method,
|
/linux-4.4.14/include/uapi/linux/ |
D | atmbr2684.h | 69 int method; /* BR2684_FIND_* */ member
|
/linux-4.4.14/fs/ocfs2/ |
D | Kconfig | 36 It is always safe to say Y here, as the clustering method is 48 It is safe to say Y, as the clustering method is run-time
|
/linux-4.4.14/drivers/mtd/onenand/ |
D | Kconfig | 38 S3C64XX uses command mapping method. 39 S5PC110/S5PC210 use generic OneNAND method.
|
/linux-4.4.14/drivers/media/usb/b2c2/ |
D | flexcop-usb.c | 20 #define debug_dump(b, l, method) do {\ argument 23 method("%02x ", b[i]); \ 24 method("\n"); \ 30 #define debug_dump(b, l, method) argument
|
/linux-4.4.14/drivers/sfi/ |
D | Kconfig | 8 The Simple Firmware Interface (SFI) provides a lightweight method
|
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/ |
D | class.h | 461 __u8 method; member 489 __u8 method; member 504 __u8 method; member
|
D | ioctl.h | 135 __u8 method; member
|
/linux-4.4.14/include/linux/i2c/ |
D | twl4030-madc.h | 48 u16 method; member
|
/linux-4.4.14/tools/perf/Documentation/ |
D | android.txt | 21 This method is not working for Android NDK versions up to Revision 8b. 23 You can use method (b) described below instead.
|
/linux-4.4.14/Documentation/devicetree/bindings/arm/hisilicon/ |
D | hisilicon.txt | 223 Bootwrapper boot method (software protocol on SMP): 227 - boot-method: Address and size of boot method.
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | Kconfig | 52 Support for the BSD-Compress compression method for PPP, which uses 53 the LZW compression method to compress each PPP packet before it is 56 method as well for this to be useful. Even if they don't support it,
|
/linux-4.4.14/Documentation/video4linux/ |
D | soc-camera.txt | 28 method is supported by host drivers. However, the soc-camera core also provides 29 support for the "read" method. 78 call vb2_queue_init() in this method. Further video-buffer management is 137 cropping support by the camera host driver at least the .g_crop method must be
|
/linux-4.4.14/drivers/ntb/ |
D | Kconfig | 8 ntb Linux driver uses this point-to-point communication as a method to
|
/linux-4.4.14/include/linux/ |
D | zlib.h | 580 extern int zlib_deflateInit2(z_streamp strm, int level, int method,
|
/linux-4.4.14/Documentation/devicetree/ |
D | overlay-notes.txt | 130 Using the non-phandle based target method allows one to use a base DT which does 132 The __symbols__ node is only required for the target=<phandle> method, since it
|
D | changesets.txt | 1 A DT changeset is a method which allows one to apply changes
|
/linux-4.4.14/include/rdma/ |
D | ib_sa.h | 320 u8 method, 431 ib_sa_comp_mask comp_mask, u8 method,
|
D | opa_smi.h | 55 u8 method; member
|
D | ib_mad.h | 168 u8 method; member 302 u8 method; member
|
D | ib_smi.h | 49 u8 method; member
|
/linux-4.4.14/fs/minix/ |
D | Kconfig | 6 The minix file system (method to organize files on a hard disk
|
/linux-4.4.14/Documentation/ptp/ |
D | ptp.txt | 6 presents a standardized method for developing PTP user space 59 registration method. Clock drivers must implement all of the
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 297 methods in its usb_driver structure, and the reset_resume method is 300 The suspend method is called to warn the driver that the 306 The resume method is called to tell the driver that the 310 The reset_resume method is called to tell the driver that 318 the disconnect method will be called instead of the resume or 319 reset_resume method. This is also quite likely to happen when 325 The reset_resume method is used by the USB Persist facility (see 329 reset_resume method, the driver won't receive any notification about 330 the resume. Later kernels will call the driver's disconnect method; 440 method, at which time the device is guaranteed not to be [all …]
|
/linux-4.4.14/Documentation/fmc/ |
D | carrier.txt | 159 the respective method is NULL. A driver that wants to be portable 171 returned by the validate method can be used as index into other 174 Module Parameters::, below. The validate method is used by 187 calls this method and parse the SDB tree of the FPGA. 201 The method allows to configure a GPIO pin in the carrier, and read 244 different pins in different carriers. The gpio_config method is
|
D | fmc-fakedev.txt | 33 After loading the device, you can use the write_ee method do modify its
|
/linux-4.4.14/drivers/hwmon/ |
D | twl4030-madc-hwmon.c | 49 .method = TWL4030_MADC_SW2, in madc_read()
|
/linux-4.4.14/Documentation/arm/Samsung-S3C24XX/ |
D | Suspend.txt | 52 There is currently no support for over-riding the default method of 56 Note, the original method of adding an late_initcall() is wrong,
|
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | Kconfig | 88 bool "Use older RX-reset method" 93 RX-reset method should be adequate for all boards. But if you
|
/linux-4.4.14/arch/mn10300/mm/ |
D | Kconfig.cache | 53 prompt "CPU cache flush/invalidate method" 58 This determines the method by which CPU cache flushing and
|
/linux-4.4.14/drivers/net/ethernet/myricom/ |
D | Kconfig | 41 driver. DCA is a method for warming the CPU cache before data
|
/linux-4.4.14/Documentation/serial/ |
D | tty.txt | 31 counts the number of threads of execution within an ldisc method (plus those 120 is permitted to call the driver write method from 136 character buffer passed to this method is already 165 virtual port) can provide NULL for this method. 207 write_wakeup() method in order to resume
|
/linux-4.4.14/Documentation/isdn/ |
D | README.concap | 38 method in the device structure) using some hardware type specific support 242 As this is compatible to the dev->hard_start_xmit() method, the device 244 function as its hard_start_xmit() method. This would eliminate one 254 as its hard_start_xmit() method when a zero layer encapsulation
|
/linux-4.4.14/Documentation/cpu-freq/ |
D | index.txt | 14 fly. This is a nice method to save battery power, because the lower
|
/linux-4.4.14/drivers/scsi/sym53c8xx_2/ |
D | sym_nvram.h | 114 u_short method; member
|
/linux-4.4.14/Documentation/early-userspace/ |
D | README | 28 CPIO ARCHIVE method 36 IMAGE BUILDING method 39 source parts rather than supplying a cpio archive. This method provides
|
/linux-4.4.14/arch/x86/pci/ |
D | mmconfig-shared.c | 453 char *method = with_e820 ? "E820" : "ACPI motherboard resources"; in is_mmconf_reserved() local 466 &cfg->res, method); in is_mmconf_reserved() 469 &cfg->res, method); in is_mmconf_reserved()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | Kconfig | 208 macros. This is the preferred method due to speed but it 221 By default, the direct method is used. Choose this option if you 222 need to use the indirect method instead. If you don't know
|
/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_mad.c | 52 smp->method = IB_MGMT_METHOD_GET_RESP; in reply() 259 if (smp->method == IB_MGMT_METHOD_SET || dev->mkey == smp->mkey || in recv_subn_get_portinfo() 1288 (smp->method == IB_MGMT_METHOD_SET || in process_subn() 1289 (smp->method == IB_MGMT_METHOD_GET && in process_subn() 1307 switch (smp->method) { in process_subn() 1405 switch (pmp->mad_hdr.method) { in process_perf()
|
/linux-4.4.14/tools/power/cpupower/ |
D | README | 15 "libcpupower" is a library which offers a unified access method for userspace
|
/linux-4.4.14/lib/zlib_deflate/ |
D | deflate.c | 170 int method, in zlib_deflateInit2() argument 198 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED || in zlib_deflateInit2() 247 s->method = (Byte)method; in zlib_deflateInit2()
|
/linux-4.4.14/Documentation/devicetree/bindings/dma/ |
D | mmp-dma.txt | 25 * Using this method, interrupt-parent is required as demuxer
|
/linux-4.4.14/Documentation/power/ |
D | video.txt | 21 methods work on different systems, and no known method suits all of 25 whitelist of systems, and automatically selects working method for a 31 Currently, VBE_SAVE method (6 below) works on most
|
/linux-4.4.14/lib/ |
D | inflate.c | 1197 char method; in gunzip() local 1204 method = NEXTBYTE(); in gunzip() 1213 if (method != 8) { in gunzip()
|
/linux-4.4.14/Documentation/arm/ |
D | Booting | 35 the RAM in the machine, or any other method the boot loader designer 64 method. Whether this is a hard coded value or some algorithm that 190 these extensions. This is the recommended boot method for such CPUs,
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 54 provides temperature reading function which is bound to ->rbin() method 57 w1_smem - driver for simple 64bit memory cell provides ID reading method.
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
D | Kconfig | 36 This driver provides an ALSA interface as another method for user
|