Home
last modified time | relevance | path

Searched refs:method (Results 1 – 200 of 503) sorted by relevance

123

/linux-4.1.27/drivers/acpi/acpica/
Ddsmethod.c124 obj_desc->method.aml_start, in acpi_ds_auto_serialize_method()
125 obj_desc->method.aml_length, NULL, 0); in acpi_ds_auto_serialize_method()
184 walk_state->method_desc->method.sync_level = 0; in acpi_ds_detect_named_opcodes()
185 walk_state->method_desc->method.info_flags |= in acpi_ds_detect_named_opcodes()
297 mutex_desc->mutex.sync_level = method_desc->method.sync_level; in acpi_ds_create_method_mutex()
298 method_desc->method.mutex = mutex_desc; in acpi_ds_create_method_mutex()
334 if (obj_desc->method.thread_count == ACPI_UINT8_MAX) { in acpi_ds_begin_method_execution()
343 if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) { in acpi_ds_begin_method_execution()
349 if (!obj_desc->method.mutex) { in acpi_ds_begin_method_execution()
368 (!(obj_desc->method. in acpi_ds_begin_method_execution()
[all …]
Dnseval.c227 info->obj_desc->method.aml_start + 1, in acpi_ns_evaluate()
228 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()
469 method_obj->method.aml_start)); in acpi_ns_exec_module_code()
Dpsxface.c269 acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL, in acpi_ps_execute_method()
277 info->obj_desc->method.aml_start, in acpi_ps_execute_method()
278 info->obj_desc->method.aml_length, info, in acpi_ps_execute_method()
285 if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) { in acpi_ps_execute_method()
291 if (info->obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) { in acpi_ps_execute_method()
293 info->obj_desc->method.dispatch.implementation(walk_state); in acpi_ps_execute_method()
Dpsloop.c332 next = next->method.mutex; in acpi_ps_link_module_code()
340 ((prev->method.aml_start + prev->method.aml_length) != aml_start)) { in acpi_ps_link_module_code()
355 method_obj->method.aml_start = aml_start; in acpi_ps_link_module_code()
356 method_obj->method.aml_length = aml_length; in acpi_ps_link_module_code()
357 method_obj->method.owner_id = owner_id; in acpi_ps_link_module_code()
358 method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL; in acpi_ps_link_module_code()
364 method_obj->method.next_object = in acpi_ps_link_module_code()
370 prev->method.mutex = method_obj; in acpi_ps_link_module_code()
373 prev->method.aml_length += aml_length; in acpi_ps_link_module_code()
Dexcreate.c487 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()
496 obj_desc->method.param_count = in acpi_ex_create_method()
504 obj_desc->method.info_flags = ACPI_METHOD_SERIALIZED; in acpi_ex_create_method()
510 obj_desc->method.sync_level = (u8) in acpi_ex_create_method()
Dnsxfname.c312 param_count = node->object->method.param_count; in acpi_get_object_info()
627 method_obj->method.aml_start = aml_buffer; in ACPI_EXPORT_SYMBOL()
628 method_obj->method.aml_length = aml_length; in ACPI_EXPORT_SYMBOL()
630 method_obj->method.param_count = (u8) in ACPI_EXPORT_SYMBOL()
634 method_obj->method.info_flags = ACPI_METHOD_SERIALIZED; in ACPI_EXPORT_SYMBOL()
636 method_obj->method.sync_level = (u8) in ACPI_EXPORT_SYMBOL()
Dexdump.c126 {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"}
836 obj_desc->method.param_count, in acpi_ex_dump_operand()
837 obj_desc->method.aml_start, in acpi_ex_dump_operand()
[all …]
Dnsdump.c289 (u32) obj_desc->method.param_count, in acpi_ns_dump_one_object()
290 obj_desc->method.aml_length, in acpi_ns_dump_one_object()
291 obj_desc->method.aml_start); in acpi_ns_dump_one_object()
472 acpi_os_printf(" M:%p-%X\n", obj_desc->method.aml_start, in acpi_ns_dump_one_object()
473 obj_desc->method.aml_length); in acpi_ns_dump_one_object()
597 obj_desc = (void *)obj_desc->method.aml_start; in acpi_ns_dump_one_object()
Dnsaccess.c155 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()
Ddsinit.c134 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()
Dutdelete.c206 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()
Dnsxfeval.c295 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()
Dnsarguments.c174 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()
Dpsparse.c478 walk_state->method_desc->method.sync_level; in acpi_ps_parse_aml()
541 (!(walk_state->method_desc->method. in acpi_ps_parse_aml()
549 walk_state->method_desc->method.info_flags |= in acpi_ps_parse_aml()
Devrgnini.c591 if (obj_desc->method. in acpi_ev_initialize_region()
594 obj_desc->method.dispatch.handler; in acpi_ev_initialize_region()
Dpsargs.c314 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.1.27/arch/arm64/boot/dts/cavium/
Dthunder-88xx.dtsi58 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.1.27/Documentation/acpi/
Dmethod-customizing.txt10 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 …]
Dmethod-tracing.txt4 The AML method name that the user wants to trace
7 The temporary debug_layer used when tracing the method.
11 The temporary debug_level used when tracing the method.
18 and the AML method is traced every time it's executed.
20 "1" means this feature is enabled and the AML method
Ddsdt-override.txt1 Linux supports a method of overriding the BIOS DSDT:
5 When to use this method is described in detail on the
Dvideo_extension.txt25 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.1.27/drivers/iio/adc/
Dtwl4030-madc.c77 req.method = madc->use_second_irq ? TWL4030_MADC_SW2 : TWL4030_MADC_SW1; in twl4030_madc_read()
401 const struct twl4030_madc_conversion_method *method; in twl4030_madc_threaded_irq_handler() local
433 method = &twl4030_conversion_methods[r->method]; in twl4030_madc_threaded_irq_handler()
435 len = twl4030_madc_read_channels(madc, method->rbase, in twl4030_madc_threaded_irq_handler()
459 method = &twl4030_conversion_methods[r->method]; in twl4030_madc_threaded_irq_handler()
461 len = twl4030_madc_read_channels(madc, method->rbase, in twl4030_madc_threaded_irq_handler()
483 p = &madc->requests[req->method]; in twl4030_madc_set_irq()
485 ret = twl4030_madc_enable_irq(madc, req->method); in twl4030_madc_set_irq()
505 const struct twl4030_madc_conversion_method *method; in twl4030_madc_start_conversion() local
511 method = &twl4030_conversion_methods[conv_method]; in twl4030_madc_start_conversion()
[all …]
/linux-4.1.27/kernel/trace/
Dtrace_probe.h153 #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 …]
Dtrace_probe.c75 #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.1.27/Documentation/devicetree/bindings/arm/cpu-enable-method/
Dmarvell,berlin-smp2 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";
Dal,alpine-smp2 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.1.27/drivers/infiniband/hw/mlx5/
Dmad.c69 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) in mlx5_ib_process_mad()
74 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mlx5_ib_process_mad()
75 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET && in mlx5_ib_process_mad()
76 in_mad->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS) in mlx5_ib_process_mad()
87 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mlx5_ib_process_mad()
88 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET) in mlx5_ib_process_mad()
105 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) in mlx5_ib_process_mad()
/linux-4.1.27/Documentation/devicetree/bindings/arm/bcm/
Dbrcm,bcm11351-cpu-method.txt3 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";
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dcpus.txt181 - enable-method
203 Usage: required for systems that have an "enable-method"
212 Usage: required for systems that have an "enable-method"
219 Usage: required for systems that have an "enable-method"
233 Usage: optional for systems that have an "enable-method"
308 enable-method = "spin-table";
316 enable-method = "spin-table";
324 enable-method = "spin-table";
332 enable-method = "spin-table";
340 enable-method = "spin-table";
[all …]
Dtopology.txt261 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 …]
Dpsci.txt34 - method : The method of calling the PSCI firmware. Permitted
58 idle-states node entry-method property is set
70 method = "smc";
81 method = "smc";
93 method = "hvc";
Didle-states.txt236 - 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 …]
Dal,alpine.txt21 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
/linux-4.1.27/Documentation/PCI/
Dpci-iov-howto.txt31 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.1.27/drivers/infiniband/hw/mthca/
Dmthca_mad.c114 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()
209 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && in mthca_process_mad()
223 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad()
224 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET && in mthca_process_mad()
225 in_mad->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS) in mthca_process_mad()
239 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in mthca_process_mad()
240 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET) in mthca_process_mad()
246 in_mad->mad_hdr.method == IB_MGMT_METHOD_SET && in mthca_process_mad()
271 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS) in mthca_process_mad()
/linux-4.1.27/arch/arm/kernel/
Dcpuidle.c73 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()
Ddevtree.c40 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()
Dpsci.c149 const char *method; in get_set_conduit_method() local
153 if (of_property_read_string(np, "method", &method)) { in get_set_conduit_method()
158 if (!strcmp("hvc", method)) { in get_set_conduit_method()
160 } else if (!strcmp("smc", method)) { in get_set_conduit_method()
163 pr_warn("invalid \"method\" property: %s\n", method); in get_set_conduit_method()
/linux-4.1.27/drivers/infiniband/core/
Dmad.c71 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 ((mad->mad_hdr.method & IB_MGMT_METHOD_RESP) || in ib_response_mad()
185 (mad->mad_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
391 method = class->method_table[mgmt_class]; in ib_register_mad_agent()
392 if (method) { in ib_register_mad_agent()
[all …]
Dsa_query.c761 mad->mad_hdr.method = IB_MGMT_METHOD_GET; in ib_sa_path_rec_get()
836 struct ib_device *device, u8 port_num, u8 method, in ib_sa_service_rec_query() argument
859 if (method != IB_MGMT_METHOD_GET && in ib_sa_service_rec_query()
860 method != IB_MGMT_METHOD_SET && in ib_sa_service_rec_query()
861 method != IB_SA_METHOD_DELETE) in ib_sa_service_rec_query()
883 mad->mad_hdr.method = method; in ib_sa_service_rec_query()
933 u8 method, in ib_sa_mcmember_rec_query() argument
975 mad->mad_hdr.method = method; in ib_sa_mcmember_rec_query()
1026 ib_sa_comp_mask comp_mask, u8 method, in ib_sa_guid_info_rec_query() argument
1044 if (method != IB_MGMT_METHOD_GET && in ib_sa_guid_info_rec_query()
[all …]
Dmad_rmpp.c69 u8 method; member
122 ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in format_ack()
193 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in ack_ds_ack()
226 rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP; in nack_recv()
318 rmpp_recv->method = mad_hdr->method; in create_rmpp_recv()
338 rmpp_recv->method == mad_hdr->method) in find_rmpp_recv()
844 if (!(mad_hdr->method & IB_MGMT_METHOD_RESP)) in init_newwin()
852 (rmpp_recv->method & IB_MGMT_METHOD_RESP)) in init_newwin()
Dsa.h53 u8 method,
/linux-4.1.27/drivers/staging/unisys/common-spar/include/
Dvmcallinterface.h79 #define ISSUE_IO_VMCALL(method, param, result) \ argument
80 (result = unisys_vmcall(method, (param) & 0xFFFFFFFF, \
82 #define ISSUE_IO_EXTENDED_VMCALL(method, param1, param2, param3) \ argument
83 unisys_extended_vmcall(method, param1, param2, param3)
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/core/
Dobject.h120 struct nvkm_omthds *method = nv_oclass(obj)->omthds; in nv_exec() local
122 while (method && method->call) { in nv_exec()
123 if (mthd >= method->start && mthd <= method->limit) in nv_exec()
124 return method->call(obj, mthd, data, size); in nv_exec()
125 method++; in nv_exec()
/linux-4.1.27/arch/powerpc/boot/dts/
Diss4xx-mpic.dts45 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";
Dcurrituck.dts41 dcr-access-method = "native";
55 dcr-access-method = "native";
57 enable-method = "spin-table";
Dakebono.dts42 dcr-access-method = "native";
56 dcr-access-method = "native";
58 enable-method = "spin-table";
Diss4xx.dts43 dcr-access-method = "native";
Dobs600.dts46 dcr-access-method = "native";
91 dcr-access-method = "native";
/linux-4.1.27/arch/arm64/boot/dts/sprd/
Dsc9836.dtsi23 enable-method = "psci";
30 enable-method = "psci";
37 enable-method = "psci";
44 enable-method = "psci";
116 method = "smc";
/linux-4.1.27/net/mac80211/
Dmesh_sync.c34 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.1.27/Documentation/ABI/testing/
Dsysfs-bus-acpi27 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.
Dsysfs-devices-firmware_node14 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
Ddebugfs-ideapad7 cfg shows the return value of _CFG method in VPC2004 device. It tells machine
Dsysfs-devices-sun6 method in the ACPI namespace. The value is written in Advanced
Dsysfs-dev5 Description: The /sys/dev tree provides a method to look up the sysfs
Dsysfs-devices-real_power_state12 control method or inferred from the configuration of power
Devm6 against integrity attacks. The initial method maintains an
/linux-4.1.27/arch/arm64/boot/dts/arm/
Djuno.dts30 method = "smc";
41 enable-method = "psci";
49 enable-method = "psci";
57 enable-method = "psci";
65 enable-method = "psci";
73 enable-method = "psci";
81 enable-method = "psci";
Drtsm_ve-aemv8a.dts38 enable-method = "spin-table";
46 enable-method = "spin-table";
54 enable-method = "spin-table";
62 enable-method = "spin-table";
Dfoundation-v8.dts35 enable-method = "spin-table";
43 enable-method = "spin-table";
51 enable-method = "spin-table";
59 enable-method = "spin-table";
/linux-4.1.27/drivers/platform/x86/
Dwmi.c251 char method[5]; in wmi_method_enable() local
258 snprintf(method, 5, "WE%02X", block->notify_id); in wmi_method_enable()
259 status = acpi_execute_simple_method(handle, method, enable); in wmi_method_enable()
289 char method[5] = "WM"; in wmi_evaluate_method() local
322 strncat(method, block->object_id, 2); in wmi_evaluate_method()
324 status = acpi_evaluate_object(handle, method, &input, out); in wmi_evaluate_method()
347 char method[5]; in wmi_query_block() local
388 strcpy(method, "WQ"); in wmi_query_block()
389 strncat(method, block->object_id, 2); in wmi_query_block()
391 status = acpi_evaluate_object(handle, method, &input, out); in wmi_query_block()
[all …]
Dasus-laptop.c234 const char *method; member
375 static int write_acpi_int_ret(acpi_handle handle, const char *method, int val, in write_acpi_int_ret() argument
390 status = acpi_evaluate_object(handle, (char *)method, &params, output); in write_acpi_int_ret()
397 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() argument
399 return write_acpi_int_ret(handle, method, val, NULL); in write_acpi_int()
402 static int acpi_check_handle(acpi_handle handle, const char *method, in acpi_check_handle() argument
407 if (method == NULL) in acpi_check_handle()
411 status = acpi_get_handle(handle, (char *)method, in acpi_check_handle()
416 status = acpi_get_handle(handle, (char *)method, in acpi_check_handle()
422 pr_warn("Error finding %s\n", method); in acpi_check_handle()
[all …]
Deeepc-laptop.c189 static int write_acpi_int(acpi_handle handle, const char *method, int val) in write_acpi_int() argument
193 status = acpi_execute_simple_method(handle, (char *)method, val); in write_acpi_int()
198 static int read_acpi_int(acpi_handle handle, const char *method, int *val) in read_acpi_int() argument
203 status = acpi_evaluate_integer(handle, (char *)method, NULL, &result); in read_acpi_int()
215 const char *method = cm_setv[cm]; in set_acpi() local
217 if (method == NULL) in set_acpi()
222 if (write_acpi_int(eeepc->handle, method, value)) in set_acpi()
223 pr_warn("Error writing %s\n", method); in set_acpi()
229 const char *method = cm_getv[cm]; in get_acpi() local
232 if (method == NULL) in get_acpi()
[all …]
/linux-4.1.27/drivers/input/misc/
Dapanel.c292 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.1.27/Documentation/i2c/
Dold-module-parameters22 Old method (module parameters):
27 New method (sysfs interface):
33 Old method (module parameters):
36 New method (sysfs interface):
Dinstantiating-devices14 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
Dupgrading-clients122 Change the example_attach method to accept the new parameters
196 Update the detach method, by changing the name to _remove and
/linux-4.1.27/arch/arm/boot/dts/
Dbcm7445.dtsi23 enable-method = "brcm,brahma-b15";
30 enable-method = "brcm,brahma-b15";
37 enable-method = "brcm,brahma-b15";
44 enable-method = "brcm,brahma-b15";
Dqcom-apq8084.dtsi21 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";
Dqcom-msm8974.dtsi19 enable-method = "qcom,kpss-acc-v2";
30 enable-method = "qcom,kpss-acc-v2";
41 enable-method = "qcom,kpss-acc-v2";
52 enable-method = "qcom,kpss-acc-v2";
Dqcom-apq8064.dtsi20 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";
Dhip01-ca9x2.dts28 enable-method = "hisilicon,hip01-smp";
Dqcom-msm8660.dtsi20 enable-method = "qcom,gcc-msm8660";
28 enable-method = "qcom,gcc-msm8660";
Dhisi-x5hd2-dkb.dts24 enable-method = "hisilicon,hix5hd2-smp";
Dxenvm-4.2.dts42 method = "hvc";
Dqcom-msm8960.dtsi21 enable-method = "qcom,kpss-acc-v1";
31 enable-method = "qcom,kpss-acc-v1";
Dqcom-ipq8064.dtsi19 enable-method = "qcom,kpss-acc-v1";
29 enable-method = "qcom,kpss-acc-v1";
Dbcm21664.dtsi33 enable-method = "brcm,bcm11351-cpu-method";
Dbcm11351.dtsi33 enable-method = "brcm,bcm11351-cpu-method";
/linux-4.1.27/net/bluetooth/
Dsmp.c113 u8 method; member
863 smp->method = JUST_CFM; in tk_request()
865 smp->method = get_auth_method(smp, local_io, remote_io); in tk_request()
868 if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, in tk_request()
870 smp->method = JUST_WORKS; in tk_request()
873 if (smp->method == JUST_CFM && in tk_request()
875 smp->method = JUST_WORKS; in tk_request()
878 if (smp->method == JUST_WORKS) { in tk_request()
890 if (smp->method != JUST_CFM) { in tk_request()
899 if (smp->method == OVERLAP) { in tk_request()
[all …]
/linux-4.1.27/arch/arm/include/asm/
Dcpuidle.h38 const char *method; member
45 = { .method = _method, .ops = _ops }
Dsmp.h113 const char *method; member
120 = { .method = _method, .ops = _ops }
/linux-4.1.27/Documentation/zh_CN/arm64/
Dbooting.txt186 数据块必须在每个 CPU 节点中包含一个 ‘enable-method’ 属性,所
187 支持的 enable-method 请见下文。
192 - enable-method 为 “spin-table” 的 CPU 必须在它们的 CPU
203 - enable-method 为 “psci” 的 CPU 保持在内核外(比如,在
/linux-4.1.27/Documentation/rapidio/
Drapidio.txt64 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.1.27/Documentation/filesystems/caching/
Dbackend-api.txt80 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.1.27/drivers/staging/sm750fb/
Dreadme23 1) if you build the driver with built-in method, the paramter
25 same format as above modular method,but additionaly add
29 it equal to modular method with below command:
/linux-4.1.27/arch/arm64/boot/dts/mediatek/
Dmt8173.dtsi58 enable-method = "psci";
65 enable-method = "psci";
72 enable-method = "psci";
78 method = "smc";
/linux-4.1.27/Documentation/networking/
Ddriver.txt5 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
Ddm9000.txt118 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.
Dtcp.txt52 The method that is used to determine which congestion control mechanism is
62 unknown congestion method, then the sysctl attempt will fail.
Dray_cs.txt25 This will change after the method of sorting out parameters for all
97 Recommended method for controlling
/linux-4.1.27/drivers/i2c/busses/
Di2c-scmi.c93 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()
Di2c-designware-platdrv.c71 static void dw_i2c_acpi_params(struct platform_device *pdev, char method[], in dw_i2c_acpi_params() argument
81 if (ACPI_FAILURE(acpi_evaluate_object(handle, method, NULL, &buf))) in dw_i2c_acpi_params()
/linux-4.1.27/Documentation/filesystems/
Dvfs.txt57 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 …]
Dsysfs.txt136 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
195 method.
201 Attribute method implementations should operate on an identical
206 - Writing causes the show() method to be rearmed regardless of current
Ddirectory-locking16 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.
Ddax.txt34 The direct_access method takes a 'size' parameter that indicates the
39 In order to support this method, the storage must be byte-accessible by
Ddevpts.txt77 3. The '/dev/ptmx -> pts/ptmx' symlink is the preferred method since it
81 But this method requires that system-startup scripts set the mode of
/linux-4.1.27/Documentation/filesystems/configfs/
Dconfigfs.txt185 method. This method is called when the config_item's reference count
187 the ct_item_ops->show_attribute() method. Similarly, storing a new
188 attribute value uses the store_attribute() method.
206 ct_item_ops->show_attribute() method, that method will be called
248 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
259 config_item, it is not necessary for a separate drop_group() method.
262 the ct_group_ops->drop_item() method, and configfs will call
277 ct_group_ops->disconnect_notify() method. The method is called after
362 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
368 method is called with itself and a target item. If the source item
[all …]
/linux-4.1.27/drivers/media/usb/zr364xx/
Dzr364xx.c184 int method; member
591 if (cam->method == METHOD0) { in zr364xx_read_video_callback()
881 if (cam->method == METHOD3) { in zr364xx_vidioc_s_fmt_vid_cap()
900 for (i = 0; init[cam->method][i].size != -1; i++) { in zr364xx_vidioc_s_fmt_vid_cap()
902 send_control_msg(cam->udev, 1, init[cam->method][i].value, in zr364xx_vidioc_s_fmt_vid_cap()
903 0, init[cam->method][i].bytes, in zr364xx_vidioc_s_fmt_vid_cap()
904 init[cam->method][i].size); in zr364xx_vidioc_s_fmt_vid_cap()
1122 for (i = 0; init[cam->method][i].size != -1; i++) { in zr364xx_prepare()
1123 res = send_control_msg(cam->udev, 1, init[cam->method][i].value, in zr364xx_prepare()
1124 0, init[cam->method][i].bytes, in zr364xx_prepare()
[all …]
/linux-4.1.27/drivers/android/
DKconfig16 and remote method invocation.
18 This means one Android process can call a method/routine in another
/linux-4.1.27/Documentation/devicetree/bindings/arm/hisilicon/
Dhisilicon.txt97 Bootwrapper boot method (software protocol on SMP):
101 - boot-method: Address and size of boot method.
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c248 const char *method; in get_set_conduit_method() local
252 if (of_property_read_string(np, "method", &method)) { in get_set_conduit_method()
257 if (!strcmp("hvc", method)) { in get_set_conduit_method()
259 } else if (!strcmp("smc", method)) { in get_set_conduit_method()
262 pr_warn("invalid \"method\" property: %s\n", method); in get_set_conduit_method()
/linux-4.1.27/arch/arm64/boot/dts/xilinx/
Dzynqmp.dtsi26 enable-method = "psci";
33 enable-method = "psci";
40 enable-method = "psci";
47 enable-method = "psci";
62 method = "smc";
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_sds.c1160 switch (asd_ha->hw_prof.flash.method) { in asd_write_flash_seg()
1284 switch (asd_ha->hw_prof.flash.method) { in asd_erase_nv_sector()
1333 asd_ha->hw_prof.flash.method = FLASH_METHOD_UNKNOWN; in asd_check_flash_type()
1366 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type()
1376 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type()
1386 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type()
1393 asd_ha->hw_prof.flash.method = FLASH_METHOD_A; in asd_check_flash_type()
1399 if (asd_ha->hw_prof.flash.method == FLASH_METHOD_UNKNOWN) { in asd_check_flash_type()
1427 asd_ha->hw_prof.flash.method = FLASH_METHOD_B; in asd_check_flash_type()
1436 asd_ha->hw_prof.flash.method = FLASH_METHOD_B; in asd_check_flash_type()
[all …]
/linux-4.1.27/drivers/staging/media/dt3155v4l/
DKconfig24 bool "Selects streaming capture method"
29 or leave it unselected if you want to use read method (one copy more).
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmcg.c285 mad.mad_hdr.method = IB_SA_METHOD_DELETE; in send_leave_to_wire()
326 mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP; in send_reply_to_slave()
646 u8 method; in mlx4_ib_mcg_work_handler() local
660 method = group->response_sa_mad.mad_hdr.method; in mlx4_ib_mcg_work_handler()
672 if ((method == IB_MGMT_METHOD_GET_RESP)) { in mlx4_ib_mcg_work_handler()
682 } else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing) in mlx4_ib_mcg_work_handler()
692 if (method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_work_handler()
714 if (req->sa_mad.mad_hdr.method == IB_SA_METHOD_DELETE) in mlx4_ib_mcg_work_handler()
890 switch (mad->mad_hdr.method) { in mlx4_ib_mcg_demux_handler()
897 if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) { in mlx4_ib_mcg_demux_handler()
[all …]
Dmad.c236 mad->mad_hdr.method == IB_MGMT_METHOD_SET) in smp_snoop()
351 mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP && in node_desc_override()
657 if (mad->mad_hdr.method & 0x80) { in mlx4_ib_demux_mad()
681 if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) { in mlx4_ib_demux_mad()
684 mad->mad_hdr.method); in mlx4_ib_demux_mad()
699 if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP) in mlx4_ib_demux_mad()
739 in_mad->mad_hdr.mgmt_class, in_mad->mad_hdr.method, in ib_process_mad()
753 if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) { in ib_process_mad()
760 if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET && in ib_process_mad()
761 in_mad->mad_hdr.method != IB_MGMT_METHOD_SET && in ib_process_mad()
[all …]
Dalias_GUID.c62 u8 method; member
68 u8 method; member
335 if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) { in aliasguid_query_handler()
521 callback_context->method = rec->method; in set_guid_rec()
541 comp_mask, rec->method, 1000, in set_guid_rec()
675 next_rec->method = MLX4_GUID_INFO_RECORD_DELETE; in set_required_record()
678 next_rec->method = MLX4_GUID_INFO_RECORD_SET; in set_required_record()
/linux-4.1.27/drivers/net/ppp/
DKconfig41 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.1.27/drivers/rapidio/
DKconfig51 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.1.27/drivers/infiniband/hw/ehca/
Dehca_sqp.c156 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.1.27/drivers/net/ethernet/sfc/
Defx.c2385 void efx_reset_down(struct efx_nic *efx, enum reset_type method) in efx_reset_down() argument
2389 if (method == RESET_TYPE_MCDI_TIMEOUT) in efx_reset_down()
2396 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) in efx_reset_down()
2406 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) in efx_reset_up() argument
2412 if (method == RESET_TYPE_MCDI_TIMEOUT) in efx_reset_up()
2425 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) { in efx_reset_up()
2459 int efx_reset(struct efx_nic *efx, enum reset_type method) in efx_reset() argument
2465 RESET_TYPE(method)); in efx_reset()
2468 efx_reset_down(efx, method); in efx_reset()
2470 rc = efx->type->reset(efx, method); in efx_reset()
[all …]
Defx.h185 int efx_reset(struct efx_nic *efx, enum reset_type method);
186 void efx_reset_down(struct efx_nic *efx, enum reset_type method);
187 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
/linux-4.1.27/security/integrity/evm/
DKconfig24 WARNING: changing the HMAC calculation method or adding
41 WARNING: changing the HMAC calculation method or adding
/linux-4.1.27/Documentation/infiniband/
Dcore_locking.txt69 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.1.27/Documentation/arm/nwfpe/
DTODO24 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.1.27/Documentation/ide/
Dide-tape.txt50 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.1.27/scripts/
Dasn1_compiler.c663 enum asn1_method method : 8;
839 element->method = ASN1_PRIM; in parse_type()
916 element->method |= ASN1_CONS; in parse_type()
921 element->method = ASN1_PRIM; in parse_type()
943 element->method = ASN1_CONS; in parse_type()
1009 element->method = ASN1_CONS; in parse_type()
1026 element->method = ASN1_CONS; in parse_type()
1429 if (e->class == ASN1_UNIV && e->method == ASN1_PRIM && e->tag == 0) in render_element()
1453 asn1_methods[tag->method | e->method], in render_element()
1458 asn1_methods[tag->method | e->method], in render_element()
/linux-4.1.27/drivers/usb/core/
Dport.c202 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.1.27/drivers/infiniband/hw/qib/
Dqib_mad.h99 u8 method; member
254 u8 method; member
302 u8 method; member
Dqib_mad.c46 smp->method = IB_MGMT_METHOD_GET_RESP; in reply()
58 smp->method = IB_MGMT_METHOD_GET_RESP; in reply_failure()
94 smp->method = IB_MGMT_METHOD_TRAP; in qib_send_trap()
181 data.details.ntc_256.method = smp->method; in qib_bad_mkey()
424 (smp->method == IB_MGMT_METHOD_GET || in check_mkey()
425 smp->method == IB_MGMT_METHOD_SET || in check_mkey()
426 smp->method == IB_MGMT_METHOD_TRAP_REPRESS)) in check_mkey()
430 switch (smp->method) { in check_mkey()
490 if (!(smp->method == IB_MGMT_METHOD_GET && in subn_get_portinfo()
1884 (smp->method == IB_MGMT_METHOD_GET || in process_subn()
[all …]
/linux-4.1.27/Documentation/hwmon/
Dw83791d93 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
Df71805f131 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.1.27/Documentation/arm64/
Darm-acpi.txt112 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 …]
Dacpi_object_usage.txt287 _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 …]
Dbooting.txt39 the RAM in the machine, or any other method the boot loader designer
188 an 'enable-method' property for each cpu node. The supported
194 - CPUs with a "spin-table" enable-method must have a 'cpu-release-addr'
209 - CPUs with a "psci" enable method should remain outside of
/linux-4.1.27/drivers/acpi/
Ddevice_pm.c136 char method[5] = { '_', 'P', 'S', '0' + state, '\0' }; in acpi_dev_pm_explicit_set() local
139 status = acpi_evaluate_object(adev->handle, method, NULL, NULL); in acpi_dev_pm_explicit_set()
503 char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; in acpi_dev_pm_get_state() local
530 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
562 method[3] = 'W'; in acpi_dev_pm_get_state()
563 status = acpi_evaluate_integer(handle, method, NULL, &ret); in acpi_dev_pm_get_state()
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/4xx/
Dcpm.txt5 - dcr-access-method : "native"
45 dcr-access-method = "native";
/linux-4.1.27/Documentation/security/
Dkeys.txt890 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
1133 This optional method is called to vet a key description. If the key type
1140 This optional method permits the key type to attempt to parse payload
1154 Before calling the method, the caller will fill in data and datalen with
1163 The method can attach anything it likes to type_data[] and payload. These
1168 The method should return 0 if successful or a negative error code
1174 This method is only required if the preparse() method is provided,
1177 struct as filled in by the preparse() method. It will always be called
1184 This method is called to attach a payload to a key during construction.
[all …]
DIMA-templates.txt43 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.1.27/Documentation/x86/
Dearly-microcode.txt28 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.1.27/include/linux/netfilter/
Dnf_conntrack_sip.h41 const char *method; member
55 .method = (__method), \
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Dnv04.c89 args->v0.version, args->v0.method, args->v0.head); in nv04_disp_mthd()
90 mthd = args->v0.method; in nv04_disp_mthd()
/linux-4.1.27/drivers/staging/ft1000/
DTODO6 - change firmware loading for usb driver to proper kernel method (request_firmware)
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/
Dclass.h386 __u8 method; member
414 __u8 method; member
429 __u8 method; member
Dioctl.h123 __u8 method; member
/linux-4.1.27/arch/arm64/boot/dts/exynos/
Dexynos7.dtsi39 enable-method = "psci";
46 enable-method = "psci";
53 enable-method = "psci";
60 enable-method = "psci";
66 method = "smc";
/linux-4.1.27/drivers/staging/nvec/
DTODO6 - modifiy the sync_write method to return the received
/linux-4.1.27/drivers/net/wireless/rtlwifi/rtl8821ae/
Ddm.h303 enum pwr_track_control_method method,
307 enum pwr_track_control_method method,
/linux-4.1.27/include/uapi/linux/
Datmbr2684.h69 int method; /* BR2684_FIND_* */ member
/linux-4.1.27/drivers/mtd/onenand/
DKconfig38 S3C64XX uses command mapping method.
39 S5PC110/S5PC210 use generic OneNAND method.
/linux-4.1.27/fs/ocfs2/
DKconfig36 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.1.27/drivers/ntb/
DKconfig9 ntb Linux driver uses this point-to-point communication as a method to
/linux-4.1.27/drivers/media/usb/b2c2/
Dflexcop-usb.c20 #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.1.27/drivers/sfi/
DKconfig8 The Simple Firmware Interface (SFI) provides a lightweight method
/linux-4.1.27/arch/arm64/boot/dts/apm/
Dapm-storm.dtsi26 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.1.27/Documentation/
Dvideo-output.txt10 method for 'state' with output sysfs class. The user interface under sysfs is:
Dkobject.txt259 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
Drobust-futexes.txt24 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.1.27/include/linux/i2c/
Dtwl4030-madc.h48 u16 method; member
/linux-4.1.27/tools/perf/Documentation/
Dandroid.txt21 This method is not working for Android NDK versions up to Revision 8b.
23 You can use method (b) described below instead.
Dperf-record.txt125 (Hardware Last Branch Record facility) as the method to collect
129 --fomit-frame-pointer, using the "fp" method will produce bogus
132 Using the "lbr" method doesn't require any compiler options. It
/linux-4.1.27/drivers/isdn/i4l/
DKconfig52 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.1.27/Documentation/video4linux/
Dsoc-camera.txt28 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.1.27/include/linux/
Dzlib.h580 extern int zlib_deflateInit2(z_streamp strm, int level, int method,
/linux-4.1.27/include/rdma/
Dib_sa.h312 u8 method,
423 ib_sa_comp_mask comp_mask, u8 method,
Dib_smi.h49 u8 method; member
/linux-4.1.27/Documentation/devicetree/
Doverlay-notes.txt130 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
Dchangesets.txt1 A DT changeset is a method which allows one to apply changes
/linux-4.1.27/fs/minix/
DKconfig6 The minix file system (method to organize files on a hard disk
/linux-4.1.27/Documentation/ptp/
Dptp.txt6 presents a standardized method for developing PTP user space
59 registration method. Clock drivers must implement all of the
/linux-4.1.27/Documentation/usb/
Dpower-management.txt297 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.1.27/Documentation/fmc/
Dcarrier.txt159 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
Dfmc-fakedev.txt33 After loading the device, you can use the write_ee method do modify its
/linux-4.1.27/drivers/hwmon/
Dtwl4030-madc-hwmon.c49 .method = TWL4030_MADC_SW2, in madc_read()
Dasus_atk0110.c462 acpi_handle method; in atk_read_value_old() local
466 method = data->rvlt_handle; in atk_read_value_old()
469 method = data->rtmp_handle; in atk_read_value_old()
472 method = data->rfan_handle; in atk_read_value_old()
484 status = acpi_evaluate_integer(method, NULL, &params, value); in atk_read_value_old()
/linux-4.1.27/arch/mn10300/mm/
DKconfig.cache53 prompt "CPU cache flush/invalidate method"
58 This determines the method by which CPU cache flushing and
/linux-4.1.27/Documentation/arm/Samsung-S3C24XX/
DSuspend.txt52 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.1.27/Documentation/serial/
Dtty.txt34 counts the number of threads of execution within an ldisc method (plus those
105 is permitted to call the driver write method from
121 character buffer passed to this method is already
150 virtual port) can provide NULL for this method.
192 write_wakeup() method in order to resume
/linux-4.1.27/drivers/net/ethernet/realtek/
DKconfig94 bool "Use older RX-reset method"
99 RX-reset method should be adequate for all boards. But if you
/linux-4.1.27/arch/arm64/boot/dts/freescale/
Dfsl-ls2085a.dtsi63 * We expect the enable-method for cpu's to be "psci", but this
66 * Currently supported enable-method is psci v0.2
/linux-4.1.27/Documentation/isdn/
DREADME.concap38 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.1.27/Documentation/cpu-freq/
Dindex.txt14 fly. This is a nice method to save battery power, because the lower
/linux-4.1.27/drivers/net/ethernet/myricom/
DKconfig43 driver. DCA is a method for warming the CPU cache before data
/linux-4.1.27/drivers/scsi/sym53c8xx_2/
Dsym_nvram.h114 u_short method; member
/linux-4.1.27/arch/x86/pci/
Dmmconfig-shared.c453 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.1.27/Documentation/early-userspace/
DREADME28 CPIO ARCHIVE method
36 IMAGE BUILDING method
39 source parts rather than supplying a cpio archive. This method provides
/linux-4.1.27/arch/arm/mach-ixp4xx/
DKconfig208 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.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c52 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.1.27/tools/power/cpupower/
DREADME15 "libcpupower" is a library which offers a unified access method for userspace
/linux-4.1.27/Documentation/w1/
Dw1.generic54 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.1.27/lib/zlib_deflate/
Ddeflate.c170 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()
Ddefutil.h80 Byte method; /* STORED (for zip only) or DEFLATED */ member
/linux-4.1.27/Documentation/devicetree/bindings/dma/
Dmmp-dma.txt25 * Using this method, interrupt-parent is required as demuxer
/linux-4.1.27/drivers/media/pci/ivtv/
DKconfig36 This driver provides an ALSA interface as another method for user
/linux-4.1.27/Documentation/arm/
DBooting35 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.1.27/Documentation/power/
Dvideo.txt21 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.1.27/lib/
Dinflate.c1197 char method; in gunzip() local
1204 method = NEXTBYTE(); in gunzip()
1213 if (method != 8) { in gunzip()
/linux-4.1.27/Documentation/devicetree/bindings/mfd/
Dcros-ec.txt7 compatible string used depends on the interface. Each connection method has
/linux-4.1.27/drivers/of/
DKconfig95 Overlays are a method to dynamically modify part of the kernel's
/linux-4.1.27/drivers/gpu/drm/nouveau/
Dnv50_display.c1532 .base.method = NV50_DISP_MTHD_V1_DAC_PWR, in nv50_dac_dpms()
1637 .base.method = NV50_DISP_MTHD_V1_DAC_LOAD, in nv50_dac_detect()
1720 .base.mthd.method = NV50_DISP_MTHD_V1_SOR_HDA_ELD, in nv50_audio_mode_set()
1747 .base.method = NV50_DISP_MTHD_V1_SOR_HDA_ELD, in nv50_audio_disconnect()
1770 .base.method = NV50_DISP_MTHD_V1_SOR_HDMI_PWR, in nv50_hdmi_mode_set()
1803 .base.method = NV50_DISP_MTHD_V1_SOR_HDMI_PWR, in nv50_hdmi_disconnect()
1825 .base.method = NV50_DISP_MTHD_V1_SOR_PWR, in nv50_sor_dpms()
1835 .base.method = NV50_DISP_MTHD_V1_SOR_DP_PWR, in nv50_sor_dpms()
1918 .base.method = NV50_DISP_MTHD_V1_SOR_LVDS_SCRIPT, in nv50_sor_mode_set()
2111 .base.method = NV50_DISP_MTHD_V1_PIOR_PWR, in nv50_pior_dpms()
/linux-4.1.27/Documentation/scsi/
DChangeLog.sym53c8xx_244 from SCRIPTS :) in the patch method (was wrongly placed in
45 the SCRIPTS setup method).
/linux-4.1.27/Documentation/gpio/
Ddriver.txt46 - method to return the IRQ number associated to a given GPIO
48 - optional debugfs dump method (showing extra state like pullup config)
61 Any debugfs dump method should normally ignore signals which haven't been
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt158 of duplicate entry detection using -EALREADY as method 1 above. But the
229 Note also that methods #1 and #2 and method #3 can be combined, e.g. to first lock a
232 method #3 below. The backoff/retry procedure will be a bit more involved, since
237 Also, method 3 can't fail the lock acquisition step since it doesn't return
/linux-4.1.27/Documentation/dvb/
Dudev.txt15 0. Don't forget to disable your current method of creating the
/linux-4.1.27/arch/arm/mach-vexpress/
DKconfig37 platforms. The traditional (ATAGs) boot method is not usable on
/linux-4.1.27/Documentation/fb/
Dmetronomefb.txt13 which is then delivered to the AMLCD interface by a host specific method.
/linux-4.1.27/Documentation/laptops/
Dsony-laptop.txt96 * For new models you will see a long list of meaningless method names,
117 entry to this table with your get/set method names using the

123