Symbol: method
arch/arm/include/asm/cpuidle.h
41
const char *method;
arch/arm/include/asm/cpuidle.h
47
__cpuidle_method_section = { .method = _method, .ops = _ops }
arch/arm/include/asm/smp.h
105
const char *method;
arch/arm/include/asm/smp.h
112
= { .method = _method, .ops = _ops }
arch/arm/include/asm/spectre.h
36
int spectre_bhb_update_vectors(unsigned int method);
arch/arm/kernel/cpuidle.c
61
static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method)
arch/arm/kernel/cpuidle.c
65
for (; m->method; m++)
arch/arm/kernel/cpuidle.c
66
if (!strcmp(m->method, method))
arch/arm/kernel/devtree.c
36
const char *method;
arch/arm/kernel/devtree.c
39
if (of_property_read_string(node, "enable-method", &method))
arch/arm/kernel/devtree.c
42
for (; m->method; m++)
arch/arm/kernel/devtree.c
43
if (!strcmp(m->method, method)) {
arch/arm/kernel/spectre.c
26
void spectre_v2_update_state(unsigned int state, unsigned int method)
arch/arm/kernel/spectre.c
30
spectre_v2_methods |= method;
arch/arm/kernel/spectre.c
36
const char *method;
arch/arm/kernel/spectre.c
49
method = "Branch predictor hardening";
arch/arm/kernel/spectre.c
53
method = "I-cache invalidation";
arch/arm/kernel/spectre.c
58
method = "Firmware call";
arch/arm/kernel/spectre.c
62
method = "History overwrite";
arch/arm/kernel/spectre.c
66
method = "Multiple mitigations";
arch/arm/kernel/spectre.c
70
return sprintf(buf, "Mitigation: %s\n", method);
arch/arm/kernel/traps.c
824
int spectre_bhb_update_vectors(unsigned int method)
arch/arm/kernel/traps.c
836
switch (method) {
arch/arm/kernel/traps.c
849
smp_processor_id(), method);
arch/arm/mm/proc-v7-bugs.c
109
static unsigned int spectre_v2_install_workaround(unsigned int method)
arch/arm/mm/proc-v7-bugs.c
119
unsigned int state, method = 0;
arch/arm/mm/proc-v7-bugs.c
129
method = SPECTRE_V2_METHOD_BPIALL;
arch/arm/mm/proc-v7-bugs.c
135
method = SPECTRE_V2_METHOD_ICIALLU;
arch/arm/mm/proc-v7-bugs.c
161
method = SPECTRE_V2_METHOD_HVC;
arch/arm/mm/proc-v7-bugs.c
165
method = SPECTRE_V2_METHOD_SMC;
arch/arm/mm/proc-v7-bugs.c
175
state = spectre_v2_install_workaround(method);
arch/arm/mm/proc-v7-bugs.c
177
spectre_v2_update_state(state, method);
arch/arm/mm/proc-v7-bugs.c
183
static const char *spectre_bhb_method_name(int method)
arch/arm/mm/proc-v7-bugs.c
185
switch (method) {
arch/arm/mm/proc-v7-bugs.c
197
static int spectre_bhb_install_workaround(int method)
arch/arm/mm/proc-v7-bugs.c
199
if (spectre_bhb_method != method) {
arch/arm/mm/proc-v7-bugs.c
207
if (spectre_bhb_update_vectors(method) == SPECTRE_VULNERABLE)
arch/arm/mm/proc-v7-bugs.c
210
spectre_bhb_method = method;
arch/arm/mm/proc-v7-bugs.c
213
smp_processor_id(), spectre_bhb_method_name(method));
arch/arm/mm/proc-v7-bugs.c
219
static int spectre_bhb_install_workaround(int method)
arch/arm/mm/proc-v7-bugs.c
227
unsigned int state, method = 0;
arch/arm/mm/proc-v7-bugs.c
235
method = SPECTRE_V2_METHOD_LOOP8;
arch/arm/mm/proc-v7-bugs.c
241
method = SPECTRE_V2_METHOD_BPIALL;
arch/arm/mm/proc-v7-bugs.c
250
state = spectre_bhb_install_workaround(method);
arch/arm/mm/proc-v7-bugs.c
252
spectre_v2_update_state(state, method);
arch/arm/mm/proc-v7-bugs.c
66
static unsigned int spectre_v2_install_workaround(unsigned int method)
arch/arm/mm/proc-v7-bugs.c
74
switch (method) {
arch/sh/boards/of-generic.c
59
const char *method = NULL;
arch/sh/boards/of-generic.c
70
if (!method)
arch/sh/boards/of-generic.c
71
of_property_read_string(np, "enable-method", &method);
arch/sh/boards/of-generic.c
78
if (!method) {
arch/sh/boards/of-generic.c
80
of_property_read_string(np, "enable-method", &method);
arch/sh/boards/of-generic.c
84
pr_info("CPU enable method: %s\n", method);
arch/sh/boards/of-generic.c
85
if (method)
arch/sh/boards/of-generic.c
86
for (; m->method; m++)
arch/sh/boards/of-generic.c
87
if (!strcmp(m->method, method)) {
arch/sh/include/asm/smp.h
68
const char *method;
arch/sh/include/asm/smp.h
75
= { .method = _method, .ops = _ops }
arch/x86/pci/mmconfig-shared.c
473
struct device *dev, const char *method)
arch/x86/pci/mmconfig-shared.c
491
&cfg->res, method);
arch/x86/pci/mmconfig-shared.c
493
pr_info("ECAM %pR reserved as %s\n", &cfg->res, method);
block/sed-opal.c
1191
static int cmd_start(struct opal_dev *dev, const u8 *uid, const u8 *method)
block/sed-opal.c
1200
add_token_bytestring(&err, dev, method, OPAL_METHOD_LENGTH);
drivers/acpi/acpi_tad.c
260
static int acpi_tad_wake_set(struct device *dev, char *method, u32 timer_id,
drivers/acpi/acpi_tad.c
282
status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
drivers/acpi/acpi_tad.c
289
static int acpi_tad_wake_write(struct device *dev, const char *buf, char *method,
drivers/acpi/acpi_tad.c
306
return acpi_tad_wake_set(dev, method, timer_id, value);
drivers/acpi/acpi_tad.c
309
static ssize_t acpi_tad_wake_read(struct device *dev, char *buf, char *method,
drivers/acpi/acpi_tad.c
329
status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
drivers/acpi/acpica/aclocal.h
1196
acpi_handle method;
drivers/acpi/acpica/acobject.h
411
struct acpi_object_method method;
drivers/acpi/acpica/dbdisply.c
378
(u32)obj_desc->method.param_count,
drivers/acpi/acpica/dbdisply.c
379
(u32)obj_desc->method.sync_level);
drivers/acpi/acpica/dbexec.c
302
if (obj_desc->method.param_count) {
drivers/acpi/acpica/dbexec.c
429
&acpi_gbl_db_method_info.method);
drivers/acpi/acpica/dbexec.c
480
acpi_gbl_db_method_info.method)->name.ascii),
drivers/acpi/acpica/dbexec.c
687
&acpi_gbl_db_method_info.method);
drivers/acpi/acpica/dbexec.c
834
&acpi_gbl_db_method_info.method);
drivers/acpi/acpica/dbmethod.c
271
struct acpi_namespace_node *method;
drivers/acpi/acpica/dbmethod.c
273
method = acpi_db_convert_to_node(name);
drivers/acpi/acpica/dbmethod.c
274
if (!method) {
drivers/acpi/acpica/dbmethod.c
278
if (method->type != ACPI_TYPE_METHOD) {
drivers/acpi/acpica/dbmethod.c
280
name, acpi_ut_get_type_name(method->type)));
drivers/acpi/acpica/dbmethod.c
284
obj_desc = method->object;
drivers/acpi/acpica/dbmethod.c
286
op = acpi_ps_create_scope_op(obj_desc->method.aml_start);
drivers/acpi/acpica/dbmethod.c
299
obj_desc->method.aml_start,
drivers/acpi/acpica/dbmethod.c
300
obj_desc->method.aml_length, NULL,
drivers/acpi/acpica/dbmethod.c
306
status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
drivers/acpi/acpica/dbmethod.c
311
walk_state->owner_id = obj_desc->method.owner_id;
drivers/acpi/acpica/dbmethod.c
315
status = acpi_ds_scope_stack_push(method, method->type, walk_state);
drivers/acpi/acpica/dbmethod.c
342
acpi_ns_delete_namespace_subtree(method);
drivers/acpi/acpica/dbmethod.c
343
acpi_ns_delete_namespace_by_owner(obj_desc->method.owner_id);
drivers/acpi/acpica/dbmethod.c
344
acpi_ut_release_owner_id(&obj_desc->method.owner_id);
drivers/acpi/acpica/dbobject.c
501
node->object->method.param_count);
drivers/acpi/acpica/dbtest.c
86
method(_T98, 1, not_serialized) { /* Read */
drivers/acpi/acpica/dbtest.c
93
method(_T99, 2, not_serialized) { /* Write */
drivers/acpi/acpica/dbutils.c
327
union acpi_parse_object *method;
drivers/acpi/acpica/dbutils.c
340
method = op;
drivers/acpi/acpica/dbutils.c
354
method->named.data;
drivers/acpi/acpica/dbutils.c
357
method->named.data + method->named.length;
drivers/acpi/acpica/dbutils.c
369
(method->common.value.arg)->common.aml_offset + 1;
drivers/acpi/acpica/dbutils.c
370
start_op = (method->common.value.arg)->common.next;
drivers/acpi/acpica/dsdebug.c
145
method_desc->method.node,
drivers/acpi/acpica/dsinit.c
101
if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) {
drivers/acpi/acpica/dsinit.c
111
if (obj_desc->method.
drivers/acpi/acpica/dsmethod.c
146
walk_state->method_desc->method.sync_level = 0;
drivers/acpi/acpica/dsmethod.c
147
walk_state->method_desc->method.info_flags |=
drivers/acpi/acpica/dsmethod.c
269
mutex_desc->mutex.sync_level = method_desc->method.sync_level;
drivers/acpi/acpica/dsmethod.c
270
method_desc->method.mutex = mutex_desc;
drivers/acpi/acpica/dsmethod.c
308
if (obj_desc->method.thread_count == ACPI_UINT8_MAX) {
drivers/acpi/acpica/dsmethod.c
317
if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) {
drivers/acpi/acpica/dsmethod.c
323
if (!obj_desc->method.mutex) {
drivers/acpi/acpica/dsmethod.c
342
(!(obj_desc->method.
drivers/acpi/acpica/dsmethod.c
345
obj_desc->method.mutex->mutex.sync_level)) {
drivers/acpi/acpica/dsmethod.c
360
!obj_desc->method.mutex->mutex.thread_id ||
drivers/acpi/acpica/dsmethod.c
362
obj_desc->method.mutex->mutex.thread_id)) {
drivers/acpi/acpica/dsmethod.c
368
acpi_ex_system_wait_mutex(obj_desc->method.mutex->
drivers/acpi/acpica/dsmethod.c
378
obj_desc->method.mutex->mutex.
drivers/acpi/acpica/dsmethod.c
382
obj_desc->method.mutex->mutex.thread_id =
drivers/acpi/acpica/dsmethod.c
392
if (!(obj_desc->method.info_flags &
drivers/acpi/acpica/dsmethod.c
395
obj_desc->method.sync_level;
drivers/acpi/acpica/dsmethod.c
398
obj_desc->method.mutex->mutex.
drivers/acpi/acpica/dsmethod.c
400
obj_desc->method.mutex->mutex.sync_level;
drivers/acpi/acpica/dsmethod.c
402
obj_desc->method.mutex->mutex.thread_id =
drivers/acpi/acpica/dsmethod.c
409
obj_desc->method.mutex->mutex.acquisition_depth++;
drivers/acpi/acpica/dsmethod.c
417
if (!obj_desc->method.owner_id) {
drivers/acpi/acpica/dsmethod.c
418
status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
drivers/acpi/acpica/dsmethod.c
428
obj_desc->method.thread_count++;
drivers/acpi/acpica/dsmethod.c
435
if (obj_desc->method.mutex) {
drivers/acpi/acpica/dsmethod.c
436
acpi_os_release_mutex(obj_desc->method.mutex->mutex.os_mutex);
drivers/acpi/acpica/dsmethod.c
485
if (this_walk_state->num_operands < obj_desc->method.param_count) {
drivers/acpi/acpica/dsmethod.c
492
else if (this_walk_state->num_operands > obj_desc->method.param_count) {
drivers/acpi/acpica/dsmethod.c
511
acpi_ds_create_walk_state(obj_desc->method.owner_id, NULL, obj_desc,
drivers/acpi/acpica/dsmethod.c
539
obj_desc->method.aml_start,
drivers/acpi/acpica/dsmethod.c
540
obj_desc->method.aml_length, info,
drivers/acpi/acpica/dsmethod.c
574
if (obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) {
drivers/acpi/acpica/dsmethod.c
576
obj_desc->method.dispatch.implementation(next_walk_state);
drivers/acpi/acpica/dsmethod.c
70
op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start);
drivers/acpi/acpica/dsmethod.c
731
if (!(method_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL)
drivers/acpi/acpica/dsmethod.c
732
&& (method_desc->method.thread_count == 1)) {
drivers/acpi/acpica/dsmethod.c
748
if (method_desc->method.
drivers/acpi/acpica/dsmethod.c
752
method.
drivers/acpi/acpica/dsmethod.c
755
method_desc->method.info_flags &=
drivers/acpi/acpica/dsmethod.c
764
if (method_desc->method.mutex) {
drivers/acpi/acpica/dsmethod.c
768
method_desc->method.mutex->mutex.acquisition_depth--;
drivers/acpi/acpica/dsmethod.c
769
if (!method_desc->method.mutex->mutex.acquisition_depth) {
drivers/acpi/acpica/dsmethod.c
771
method_desc->method.mutex->mutex.
drivers/acpi/acpica/dsmethod.c
774
acpi_os_release_mutex(method_desc->method.
drivers/acpi/acpica/dsmethod.c
776
method_desc->method.mutex->mutex.thread_id = 0;
drivers/acpi/acpica/dsmethod.c
783
if (method_desc->method.thread_count) {
drivers/acpi/acpica/dsmethod.c
784
method_desc->method.thread_count--;
drivers/acpi/acpica/dsmethod.c
791
if (method_desc->method.thread_count) {
drivers/acpi/acpica/dsmethod.c
798
method_desc->method.thread_count));
drivers/acpi/acpica/dsmethod.c
812
if (method_desc->method.
drivers/acpi/acpica/dsmethod.c
832
method_desc->method.info_flags &=
drivers/acpi/acpica/dsmethod.c
835
method_desc->method.info_flags |=
drivers/acpi/acpica/dsmethod.c
838
method_desc->method.sync_level = 0;
drivers/acpi/acpica/dsmethod.c
844
(method_desc->method.
drivers/acpi/acpica/dsmethod.c
846
acpi_ut_release_owner_id(&method_desc->method.owner_id);
drivers/acpi/acpica/dsmethod.c
851
method.node, method_desc, walk_state);
drivers/acpi/acpica/dsmethod.c
88
obj_desc->method.aml_start,
drivers/acpi/acpica/dsmethod.c
89
obj_desc->method.aml_length, NULL, 0);
drivers/acpi/acpica/excreate.c
429
obj_desc->method.aml_start = aml_start;
drivers/acpi/acpica/excreate.c
430
obj_desc->method.aml_length = aml_length;
drivers/acpi/acpica/excreate.c
431
obj_desc->method.node = operand[0];
drivers/acpi/acpica/excreate.c
438
obj_desc->method.param_count = (u8)
drivers/acpi/acpica/excreate.c
446
obj_desc->method.info_flags = ACPI_METHOD_SERIALIZED;
drivers/acpi/acpica/excreate.c
452
obj_desc->method.sync_level = (u8)
drivers/acpi/acpica/exdump.c
100
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(method.aml_start), "Aml Start"}
drivers/acpi/acpica/exdump.c
817
obj_desc->method.param_count,
drivers/acpi/acpica/exdump.c
818
obj_desc->method.aml_start,
drivers/acpi/acpica/exdump.c
819
obj_desc->method.aml_length);
drivers/acpi/acpica/exdump.c
92
{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.info_flags), "Info Flags"},
drivers/acpi/acpica/exdump.c
93
{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.param_count),
drivers/acpi/acpica/exdump.c
95
{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.sync_level), "Sync Level"},
drivers/acpi/acpica/exdump.c
96
{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(method.mutex), "Mutex"},
drivers/acpi/acpica/exdump.c
97
{ACPI_EXD_UINT16, ACPI_EXD_OFFSET(method.owner_id), "Owner Id"},
drivers/acpi/acpica/exdump.c
98
{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"},
drivers/acpi/acpica/exdump.c
99
{ACPI_EXD_UINT32, ACPI_EXD_OFFSET(method.aml_length), "Aml Length"},
drivers/acpi/acpica/extrace.c
249
obj_desc ? obj_desc->method.aml_start : NULL,
drivers/acpi/acpica/extrace.c
291
obj_desc ? obj_desc->method.aml_start : NULL,
drivers/acpi/acpica/nsaccess.c
155
obj_desc->method.param_count =
drivers/acpi/acpica/nsaccess.c
163
new_node->value = obj_desc->method.param_count;
drivers/acpi/acpica/nsaccess.c
167
obj_desc->method.info_flags =
drivers/acpi/acpica/nsaccess.c
169
obj_desc->method.dispatch.implementation =
drivers/acpi/acpica/nsalloc.c
215
walk_state->method_desc->method.info_flags |=
drivers/acpi/acpica/nsarguments.c
151
aml_param_count = node->object->method.param_count;
drivers/acpi/acpica/nsarguments.c
229
aml_param_count = node->object->method.param_count;
drivers/acpi/acpica/nsdump.c
259
(u32) obj_desc->method.param_count,
drivers/acpi/acpica/nsdump.c
260
obj_desc->method.aml_length,
drivers/acpi/acpica/nsdump.c
261
obj_desc->method.aml_start);
drivers/acpi/acpica/nsdump.c
442
acpi_os_printf(" M:%p-%X\n", obj_desc->method.aml_start,
drivers/acpi/acpica/nsdump.c
443
obj_desc->method.aml_length);
drivers/acpi/acpica/nsdump.c
570
obj_desc = (void *)obj_desc->method.aml_start;
drivers/acpi/acpica/nseval.c
193
info->obj_desc->method.aml_start + 1,
drivers/acpi/acpica/nseval.c
194
info->obj_desc->method.aml_length - 1));
drivers/acpi/acpica/nsobject.c
185
ACPI_FREE(obj_desc->method.aml_start);
drivers/acpi/acpica/nsparse.c
95
method_obj->method.aml_start = aml_start;
drivers/acpi/acpica/nsparse.c
96
method_obj->method.aml_length = aml_length;
drivers/acpi/acpica/nsparse.c
97
method_obj->method.owner_id = owner_id;
drivers/acpi/acpica/nsparse.c
98
method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL;
drivers/acpi/acpica/nsxfeval.c
282
if (info->obj_desc->method.param_count > info->param_count) {
drivers/acpi/acpica/nsxfeval.c
286
info->obj_desc->method.param_count));
drivers/acpi/acpica/nsxfeval.c
292
else if (info->obj_desc->method.param_count < info->param_count) {
drivers/acpi/acpica/nsxfeval.c
296
info->obj_desc->method.param_count));
drivers/acpi/acpica/nsxfeval.c
300
info->param_count = info->obj_desc->method.param_count;
drivers/acpi/acpica/nsxfname.c
268
param_count = node->object->method.param_count;
drivers/acpi/acpica/nsxfname.c
571
method_obj->method.aml_start = aml_buffer;
drivers/acpi/acpica/nsxfname.c
572
method_obj->method.aml_length = aml_length;
drivers/acpi/acpica/nsxfname.c
574
method_obj->method.param_count = (u8)
drivers/acpi/acpica/nsxfname.c
578
method_obj->method.info_flags = ACPI_METHOD_SERIALIZED;
drivers/acpi/acpica/nsxfname.c
580
method_obj->method.sync_level = (u8)
drivers/acpi/acpica/psargs.c
287
node, method_desc->method.param_count));
drivers/acpi/acpica/psargs.c
291
walk_state->arg_count = method_desc->method.param_count;
drivers/acpi/acpica/psparse.c
451
walk_state->method_desc->method.sync_level;
drivers/acpi/acpica/psparse.c
538
(!(walk_state->method_desc->method.info_flags &
drivers/acpi/acpica/psparse.c
546
walk_state->method_desc->method.info_flags |=
drivers/acpi/acpica/psxface.c
124
op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start);
drivers/acpi/acpica/psxface.c
134
acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL,
drivers/acpi/acpica/psxface.c
142
info->obj_desc->method.aml_start,
drivers/acpi/acpica/psxface.c
143
info->obj_desc->method.aml_length, info,
drivers/acpi/acpica/psxface.c
153
if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) {
drivers/acpi/acpica/psxface.c
159
if (info->obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) {
drivers/acpi/acpica/psxface.c
161
info->obj_desc->method.dispatch.implementation(walk_state);
drivers/acpi/acpica/psxface.c
249
op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start);
drivers/acpi/acpica/psxface.c
258
acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL,
drivers/acpi/acpica/psxface.c
266
info->obj_desc->method.aml_start,
drivers/acpi/acpica/psxface.c
267
info->obj_desc->method.aml_length, info,
drivers/acpi/acpica/psxface.c
276
if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) {
drivers/acpi/acpica/utdelete.c
170
if (object->method.mutex) {
drivers/acpi/acpica/utdelete.c
171
acpi_os_delete_mutex(object->method.mutex->mutex.
drivers/acpi/acpica/utdelete.c
173
acpi_ut_delete_object_desc(object->method.mutex);
drivers/acpi/acpica/utdelete.c
174
object->method.mutex = NULL;
drivers/acpi/acpica/utdelete.c
177
if (object->method.node) {
drivers/acpi/acpica/utdelete.c
178
object->method.node = NULL;
drivers/acpi/device_pm.c
144
char method[5] = { '_', 'P', 'S', '0' + state, '\0' };
drivers/acpi/device_pm.c
147
status = acpi_evaluate_object(adev->handle, method, NULL, NULL);
drivers/acpi/device_pm.c
670
char method[] = { '_', 'S', '0' + target_state, 'D', '\0' };
drivers/acpi/device_pm.c
698
status = acpi_evaluate_integer(handle, method, NULL, &ret);
drivers/acpi/device_pm.c
748
method[3] = 'W';
drivers/acpi/device_pm.c
749
status = acpi_evaluate_integer(handle, method, NULL, &ret);
drivers/acpi/dptf/dptf_pch_fivr.c
17
static int pch_fivr_read(acpi_handle handle, char *method, struct pch_fivr_resp *fivr_resp)
drivers/acpi/dptf/dptf_pch_fivr.c
26
status = acpi_evaluate_object(handle, method, NULL, &buffer);
drivers/acpi/dptf/dptf_pch_fivr.c
56
#define PCH_FIVR_SHOW(name, method) \
drivers/acpi/dptf/dptf_pch_fivr.c
65
status = pch_fivr_read(acpi_dev->handle, #method, &fivr_resp);\
drivers/acpi/dptf/dptf_pch_fivr.c
72
#define PCH_FIVR_STORE(name, method) \
drivers/acpi/dptf/dptf_pch_fivr.c
84
status = acpi_execute_simple_method(acpi_dev->handle, #method, val);\
drivers/acpi/nfit/core.c
1718
static bool acpi_nvdimm_has_method(struct acpi_device *adev, char *method)
drivers/acpi/nfit/core.c
1723
status = acpi_get_handle(adev->handle, method, &handle);
drivers/acpi/resource.c
950
void *preproc_data, char *method)
drivers/acpi/resource.c
958
if (!acpi_has_method(adev->handle, method))
drivers/acpi/resource.c
966
status = acpi_walk_resources(adev->handle, method,
drivers/acpi/sysfs.c
222
const char *method = trace_method_name;
drivers/acpi/sysfs.c
230
method = NULL;
drivers/acpi/sysfs.c
233
method = NULL;
drivers/acpi/sysfs.c
245
status = acpi_debug_trace(method,
drivers/acpi/thermal.c
254
char method[] = "_PSL";
drivers/acpi/thermal.c
257
method[1] = 'A';
drivers/acpi/thermal.c
258
method[2] = 'L';
drivers/acpi/thermal.c
259
method[3] = '0' + index;
drivers/acpi/thermal.c
262
if (!acpi_evaluate_reference(tz->device->handle, method, NULL, &devices)) {
drivers/acpi/thermal.c
263
acpi_handle_info(tz->device->handle, "%s evaluation failure\n", method);
drivers/acpi/utils.c
676
acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
drivers/acpi/utils.c
684
return acpi_evaluate_object(handle, method, &arg_list, NULL);
drivers/bluetooth/btintel.c
2816
acpi_string method,
drivers/bluetooth/btintel.c
2831
status = acpi_evaluate_object(handle, method, NULL, &buffer);
drivers/bluetooth/btintel.c
2835
acpi_format_exception(status), method);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c
214
rctx->method = ss->variant->alg_cipher[algt->ss_algo_id];
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
125
rctx->method, rctx->op_mode,
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-core.c
86
v |= rctx->method;
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
304
v |= rctx->method;
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
321
rctx->method, rctx->t_src[i].addr, rctx->t_dst[i].addr);
drivers/crypto/allwinner/sun8i-ss/sun8i-ss-hash.c
524
rctx->method = ss->variant->alg_hash[algt->ss_algo_id];
drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
193
u32 method;
drivers/crypto/allwinner/sun8i-ss/sun8i-ss.h
251
u32 method;
drivers/firmware/arm_sdei.c
925
const char *method;
drivers/firmware/arm_sdei.c
930
if (of_property_read_string(np, "method", &method)) {
drivers/firmware/arm_sdei.c
935
if (!strcmp("hvc", method)) {
drivers/firmware/arm_sdei.c
938
} else if (!strcmp("smc", method)) {
drivers/firmware/arm_sdei.c
943
pr_warn("invalid \"method\" property: %s\n", method);
drivers/firmware/efi/libstub/efi-stub-helper.c
252
} method;
drivers/firmware/efi/libstub/efi-stub-helper.c
272
method.hash_log_extend_event =
drivers/firmware/efi/libstub/efi-stub-helper.c
296
method.hash_log_extend_event =
drivers/firmware/efi/libstub/efi-stub-helper.c
313
status = efi_fn_call(&method, hash_log_extend_event, protocol, 0,
drivers/firmware/psci/psci.c
289
const char *method;
drivers/firmware/psci/psci.c
293
if (of_property_read_string(np, "method", &method)) {
drivers/firmware/psci/psci.c
298
if (!strcmp("hvc", method)) {
drivers/firmware/psci/psci.c
300
} else if (!strcmp("smc", method)) {
drivers/firmware/psci/psci.c
303
pr_warn("invalid \"method\" property: %s\n", method);
drivers/firmware/stratix10-svc.c
1022
const char *method;
drivers/firmware/stratix10-svc.c
1024
if (of_property_read_string(dev->of_node, "method", &method)) {
drivers/firmware/stratix10-svc.c
1029
if (!strcmp(method, "smc"))
drivers/firmware/stratix10-svc.c
1031
if (!strcmp(method, "hvc"))
drivers/firmware/stratix10-svc.c
1034
dev_warn(dev, "invalid \"method\" property: %s\n", method);
drivers/firmware/xilinx/zynqmp.c
623
const char *method;
drivers/firmware/xilinx/zynqmp.c
625
if (of_property_read_string(np, "method", &method)) {
drivers/firmware/xilinx/zynqmp.c
630
if (!strcmp("hvc", method)) {
drivers/firmware/xilinx/zynqmp.c
632
} else if (!strcmp("smc", method)) {
drivers/firmware/xilinx/zynqmp.c
636
__func__, method);
drivers/gpu/drm/amd/amdgpu/aldebaran.c
53
if (reset_context->method == AMD_RESET_METHOD_NONE) {
drivers/gpu/drm/amd/amdgpu/aldebaran.c
55
reset_context->method = AMD_RESET_METHOD_MODE2;
drivers/gpu/drm/amd/amdgpu/aldebaran.c
57
reset_context->method = amdgpu_asic_reset_method(adev);
drivers/gpu/drm/amd/amdgpu/aldebaran.c
60
if (reset_context->method != AMD_RESET_METHOD_NONE) {
drivers/gpu/drm/amd/amdgpu/aldebaran.c
62
reset_context->method);
drivers/gpu/drm/amd/amdgpu/aldebaran.c
64
if (handler->reset_method == reset_context->method)
drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
134
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
5907
if (reset_context->method == AMD_RESET_METHOD_ON_INIT)
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
7128
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c
974
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/amdgpu_job.c
164
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
1671
inject_req.method = info->value;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
2951
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c
2964
reset_context.method = AMD_RESET_METHOD_MODE2;
drivers/gpu/drm/amd/amdgpu/amdgpu_reset.h
50
enum amd_reset_method method;
drivers/gpu/drm/amd/amdgpu/amdgpu_userq.c
1329
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/amdgpu_vcn.h
449
uint8_t method;
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c
1643
reset_context.method = AMD_RESET_METHOD_ON_INIT;
drivers/gpu/drm/amd/amdgpu/mxgpu_ai.c
286
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/mxgpu_nv.c
374
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c
523
reset_context.method = AMD_RESET_METHOD_NONE;
drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c
53
if (reset_context->method != AMD_RESET_METHOD_NONE) {
drivers/gpu/drm/amd/amdgpu/sienna_cichlid.c
55
if (handler->reset_method == reset_context->method)
drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.c
49
if (reset_context->method != AMD_RESET_METHOD_NONE) {
drivers/gpu/drm/amd/amdgpu/smu_v13_0_10.c
51
if (handler->reset_method == reset_context->method)
drivers/gpu/drm/amd/amdgpu/vcn_v4_0.c
164
fw_shared->drm_key_wa.method =
drivers/gpu/drm/amd/amdgpu/vcn_v4_0_5.c
209
fw_shared->drm_key_wa.method =
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1185
enum dml2_pstate_method method = dml2_pstate_method_na;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1189
method = dml2_pstate_method_vactive;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1192
method = dml2_pstate_method_vblank;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1195
method = dml2_pstate_method_fw_drr;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1198
method = dml2_pstate_method_fw_svp;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1203
method = dml2_pstate_method_na;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1206
return method;
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1209
static enum dml2_uclk_pstate_change_strategy pstate_method_to_uclk_pstate_strategy_override(const enum dml2_pstate_method method)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1213
switch (method) {
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1242
static bool all_planes_match_method(const struct display_configuation_with_meta *display_cfg, int plane_mask, enum dml2_pstate_method method)
drivers/gpu/drm/amd/display/dc/dml2_0/dml21/src/dml2_pmo/dml2_pmo_dcn4_fams2.c
1249
display_cfg->display_config.plane_descriptors[i].overrides.uclk_pstate_change_strategy != pstate_method_to_uclk_pstate_strategy_override(method))
drivers/gpu/drm/amd/ras/rascore/ras_cmd.c
415
.value = req->method,
drivers/gpu/drm/amd/ras/rascore/ras_cmd.h
195
uint64_t method : 10;
drivers/gpu/drm/drm_drv.c
563
int drm_dev_wedged_event(struct drm_device *dev, unsigned long method,
drivers/gpu/drm/drm_drv.c
573
for_each_set_bit(opt, &method, BITS_PER_TYPE(method)) {
drivers/gpu/drm/drm_drv.c
588
drm_info(dev, "device wedged, %s\n", method == DRM_WEDGE_RECOVERY_NONE ?
drivers/gpu/drm/i915/display/intel_bios.c
1047
const struct lfp_backlight_control_method *method;
drivers/gpu/drm/i915/display/intel_bios.c
1049
method = &backlight_data->backlight_control[panel_type];
drivers/gpu/drm/i915/display/intel_bios.c
1050
panel->vbt.backlight.type = method->type;
drivers/gpu/drm/i915/display/intel_bios.c
1051
panel->vbt.backlight.controller = method->controller;
drivers/gpu/drm/nouveau/include/nvif/ioctl.h
63
__u8 method;
drivers/gpu/drm/nouveau/nouveau_abi16.c
729
if (args->method != NV_DEVICE_V0_INFO ||
drivers/gpu/drm/nouveau/nouveau_svm.c
775
args->m.method = NVIF_VMM_V0_PFNMAP;
drivers/gpu/drm/nouveau/nouveau_svm.c
908
args->m.method = NVIF_VMM_V0_PFNMAP;
drivers/gpu/drm/nouveau/nvif/object.c
124
args->mthd.method = mthd;
drivers/gpu/drm/nouveau/nvkm/core/ioctl.c
182
args->v0.version, args->v0.method);
drivers/gpu/drm/nouveau/nvkm/core/ioctl.c
183
ret = nvkm_object_mthd(object, args->v0.method, data, size);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1407
if (gr->method)
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgf100.c
1408
gf100_gr_mthd(gr, gr->method);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgk20a.c
61
gf100_gr_mthd(gr, gr->method);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ctxgm20b.c
64
gf100_gr_mthd(gr, gr->method);
drivers/gpu/drm/nouveau/nvkm/engine/gr/ga102.c
308
case 7: gk20a_gr_av_to_method(&blob, &gr->method); break;
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.c
2151
vfree(gr->method);
drivers/gpu/drm/nouveau/nvkm/engine/gr/gf100.h
99
struct gf100_gr_pack *method;
drivers/gpu/drm/nouveau/nvkm/engine/gr/gk20a.c
299
gk20a_gr_load_net(gr, path, "sw_method_init", ver, gk20a_gr_av_to_method, &gr->method))
drivers/gpu/drm/tegra/falcon.c
245
void falcon_execute_method(struct falcon *falcon, u32 method, u32 data)
drivers/gpu/drm/tegra/falcon.c
247
falcon_writel(falcon, method >> 2, FALCON_UCLASS_METHOD_OFFSET);
drivers/gpu/drm/tegra/falcon.h
113
void falcon_execute_method(struct falcon *falcon, u32 method, u32 data);
drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h
540
SVGA3dDeclMethod method;
drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h
611
uint8 method;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
130
dirty->method = VMW_BO_DIRTY_PAGETABLE;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
153
if (dirty->method == VMW_BO_DIRTY_PAGETABLE)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
177
if (dirty->method != VMW_BO_DIRTY_PAGETABLE || start >= end)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
240
dirty->method = VMW_BO_DIRTY_PAGETABLE;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
245
dirty->method = VMW_BO_DIRTY_MKWRITE;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
428
if (vbo->dirty && vbo->dirty->method == VMW_BO_DIRTY_MKWRITE &&
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
481
if (vbo->dirty && vbo->dirty->method == VMW_BO_DIRTY_MKWRITE)
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
49
enum vmw_bo_dirty_method method;
drivers/gpu/drm/vmwgfx/vmwgfx_page_dirty.c
87
dirty->method = VMW_BO_DIRTY_MKWRITE;
drivers/gpu/drm/xe/xe_device.c
1275
void xe_device_set_wedged_method(struct xe_device *xe, unsigned long method)
drivers/gpu/drm/xe/xe_device.c
1277
xe->wedged.method = method;
drivers/gpu/drm/xe/xe_device.c
1323
if (!xe->wedged.method)
drivers/gpu/drm/xe/xe_device.c
1328
drm_dev_wedged_event(&xe->drm, xe->wedged.method, NULL);
drivers/gpu/drm/xe/xe_device.h
195
void xe_device_set_wedged_method(struct xe_device *xe, unsigned long method);
drivers/gpu/drm/xe/xe_device_types.h
652
unsigned long method;
drivers/hwmon/asus_atk0110.c
456
acpi_handle method;
drivers/hwmon/asus_atk0110.c
460
method = data->rvlt_handle;
drivers/hwmon/asus_atk0110.c
463
method = data->rtmp_handle;
drivers/hwmon/asus_atk0110.c
466
method = data->rfan_handle;
drivers/hwmon/asus_atk0110.c
478
status = acpi_evaluate_integer(method, NULL, &params, value);
drivers/i2c/busses/i2c-designware-common.c
279
static void i2c_dw_acpi_params(struct device *device, char method[],
drivers/i2c/busses/i2c-designware-common.c
289
if (ACPI_FAILURE(acpi_evaluate_object(handle, method, NULL, &buf)))
drivers/i2c/busses/i2c-scmi.c
157
method = smbus_cmi->methods->mt_sbr;
drivers/i2c/busses/i2c-scmi.c
161
method = smbus_cmi->methods->mt_sbw;
drivers/i2c/busses/i2c-scmi.c
173
status = acpi_evaluate_object(smbus_cmi->handle, method, &input,
drivers/i2c/busses/i2c-scmi.c
177
"Failed to evaluate %s: %i\n", method, status);
drivers/i2c/busses/i2c-scmi.c
196
acpi_handle_debug(smbus_cmi->handle, "%s return status: %i\n", method,
drivers/i2c/busses/i2c-scmi.c
87
char *method;
drivers/iio/adc/twl4030-madc.c
133
u16 method;
drivers/iio/adc/twl4030-madc.c
184
req.method = madc->use_second_irq ? TWL4030_MADC_SW2 : TWL4030_MADC_SW1;
drivers/iio/adc/twl4030-madc.c
468
const struct twl4030_madc_conversion_method *method;
drivers/iio/adc/twl4030-madc.c
500
method = &twl4030_conversion_methods[r->method];
drivers/iio/adc/twl4030-madc.c
502
twl4030_madc_read_channels(madc, method->rbase,
drivers/iio/adc/twl4030-madc.c
521
method = &twl4030_conversion_methods[r->method];
drivers/iio/adc/twl4030-madc.c
523
twl4030_madc_read_channels(madc, method->rbase,
drivers/iio/adc/twl4030-madc.c
545
const struct twl4030_madc_conversion_method *method;
drivers/iio/adc/twl4030-madc.c
551
method = &twl4030_conversion_methods[conv_method];
drivers/iio/adc/twl4030-madc.c
553
method->ctrl);
drivers/iio/adc/twl4030-madc.c
556
method->ctrl);
drivers/iio/adc/twl4030-madc.c
607
const struct twl4030_madc_conversion_method *method;
drivers/iio/adc/twl4030-madc.c
614
if (req->method < TWL4030_MADC_RT || req->method > TWL4030_MADC_SW2) {
drivers/iio/adc/twl4030-madc.c
619
if (twl4030_madc->requests[req->method].active) {
drivers/iio/adc/twl4030-madc.c
623
method = &twl4030_conversion_methods[req->method];
drivers/iio/adc/twl4030-madc.c
625
ret = twl_i2c_write_u16(TWL4030_MODULE_MADC, req->channels, method->sel);
drivers/iio/adc/twl4030-madc.c
628
"unable to write sel register 0x%X\n", method->sel);
drivers/iio/adc/twl4030-madc.c
634
method->avg);
drivers/iio/adc/twl4030-madc.c
638
method->avg);
drivers/iio/adc/twl4030-madc.c
643
if (req->method == TWL4030_MADC_RT) {
drivers/iio/adc/twl4030-madc.c
647
ret = twl4030_madc_start_conversion(twl4030_madc, req->method);
drivers/iio/adc/twl4030-madc.c
650
twl4030_madc->requests[req->method].active = true;
drivers/iio/adc/twl4030-madc.c
652
ret = twl4030_madc_wait_conversion_ready(twl4030_madc, 5, method->ctrl);
drivers/iio/adc/twl4030-madc.c
654
twl4030_madc->requests[req->method].active = false;
drivers/iio/adc/twl4030-madc.c
657
ret = twl4030_madc_read_channels(twl4030_madc, method->rbase,
drivers/iio/adc/twl4030-madc.c
659
twl4030_madc->requests[req->method].active = false;
drivers/infiniband/core/cm.c
1327
hdr->method = IB_MGMT_METHOD_SEND;
drivers/infiniband/core/mad.c
1386
static int method_in_use(struct ib_mad_mgmt_method_table **method,
drivers/infiniband/core/mad.c
1392
if ((*method)->agent[i]) {
drivers/infiniband/core/mad.c
1400
static int allocate_method_table(struct ib_mad_mgmt_method_table **method)
drivers/infiniband/core/mad.c
1403
*method = kzalloc_obj(**method, GFP_ATOMIC);
drivers/infiniband/core/mad.c
1404
return (*method) ? 0 : (-ENOMEM);
drivers/infiniband/core/mad.c
1410
static int check_method_table(struct ib_mad_mgmt_method_table *method)
drivers/infiniband/core/mad.c
1415
if (method->agent[i])
drivers/infiniband/core/mad.c
1467
static void remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method,
drivers/infiniband/core/mad.c
1474
if (method->agent[i] == agent)
drivers/infiniband/core/mad.c
1475
method->agent[i] = NULL;
drivers/infiniband/core/mad.c
1484
struct ib_mad_mgmt_method_table **method;
drivers/infiniband/core/mad.c
1498
method = &(*class)->method_table[mgmt_class];
drivers/infiniband/core/mad.c
1499
if ((ret = allocate_method_table(method)))
drivers/infiniband/core/mad.c
1502
method = &(*class)->method_table[mgmt_class];
drivers/infiniband/core/mad.c
1503
if (!*method) {
drivers/infiniband/core/mad.c
1505
if ((ret = allocate_method_table(method)))
drivers/infiniband/core/mad.c
1511
if (method_in_use(method, mad_reg_req))
drivers/infiniband/core/mad.c
1516
(*method)->agent[i] = agent_priv;
drivers/infiniband/core/mad.c
1522
remove_methods_mad_agent(*method, agent_priv);
drivers/infiniband/core/mad.c
1524
if (!check_method_table(*method)) {
drivers/infiniband/core/mad.c
1526
kfree(*method);
drivers/infiniband/core/mad.c
1527
*method = NULL;
drivers/infiniband/core/mad.c
1545
struct ib_mad_mgmt_method_table **method;
drivers/infiniband/core/mad.c
1574
method = &(*vendor_table)->vendor_class[
drivers/infiniband/core/mad.c
1576
if (!*method)
drivers/infiniband/core/mad.c
1585
method = &(*vendor_table)->vendor_class[
drivers/infiniband/core/mad.c
1588
if (!*method) {
drivers/infiniband/core/mad.c
1589
ret = allocate_method_table(method);
drivers/infiniband/core/mad.c
1603
if (method_in_use(method, mad_reg_req))
drivers/infiniband/core/mad.c
1608
(*method)->agent[i] = agent_priv;
drivers/infiniband/core/mad.c
1614
remove_methods_mad_agent(*method, agent_priv);
drivers/infiniband/core/mad.c
1616
if (!check_method_table(*method)) {
drivers/infiniband/core/mad.c
1618
kfree(*method);
drivers/infiniband/core/mad.c
1619
*method = NULL;
drivers/infiniband/core/mad.c
1640
struct ib_mad_mgmt_method_table *method;
drivers/infiniband/core/mad.c
1660
method = class->method_table[mgmt_class];
drivers/infiniband/core/mad.c
1661
if (method) {
drivers/infiniband/core/mad.c
1663
remove_methods_mad_agent(method, agent_priv);
drivers/infiniband/core/mad.c
1665
if (!check_method_table(method)) {
drivers/infiniband/core/mad.c
1667
kfree(method);
drivers/infiniband/core/mad.c
1697
method = vendor_class->method_table[index];
drivers/infiniband/core/mad.c
1698
if (method) {
drivers/infiniband/core/mad.c
1700
remove_methods_mad_agent(method, agent_priv);
drivers/infiniband/core/mad.c
1705
if (!check_method_table(method)) {
drivers/infiniband/core/mad.c
1707
kfree(method);
drivers/infiniband/core/mad.c
1754
struct ib_mad_mgmt_method_table *method;
drivers/infiniband/core/mad.c
1775
method = class->method_table[convert_mgmt_class(
drivers/infiniband/core/mad.c
1777
if (method)
drivers/infiniband/core/mad.c
1778
mad_agent = method->agent[mad_hdr->method &
drivers/infiniband/core/mad.c
1794
method = vendor_class->method_table[index];
drivers/infiniband/core/mad.c
1795
if (method) {
drivers/infiniband/core/mad.c
1796
mad_agent = method->agent[mad_hdr->method &
drivers/infiniband/core/mad.c
1841
(mad_hdr->method != IB_MGMT_METHOD_SEND))
drivers/infiniband/core/mad.c
187
struct ib_mad_mgmt_method_table *method;
drivers/infiniband/core/mad.c
192
method = vendor_class->method_table[i];
drivers/infiniband/core/mad.c
193
if (method) {
drivers/infiniband/core/mad.c
194
if (method_in_use(&method, mad_reg_req))
drivers/infiniband/core/mad.c
206
return ((hdr->method & IB_MGMT_METHOD_RESP) ||
drivers/infiniband/core/mad.c
207
(hdr->method == IB_MGMT_METHOD_TRAP_REPRESS) ||
drivers/infiniband/core/mad.c
2172
if (recv_hdr->method == IB_MGMT_METHOD_GET ||
drivers/infiniband/core/mad.c
2173
recv_hdr->method == IB_MGMT_METHOD_SET) {
drivers/infiniband/core/mad.c
2178
resp_hdr->method = IB_MGMT_METHOD_GET_RESP;
drivers/infiniband/core/mad.c
258
struct ib_mad_mgmt_method_table *method;
drivers/infiniband/core/mad.c
458
method = class->method_table[mgmt_class];
drivers/infiniband/core/mad.c
459
if (method) {
drivers/infiniband/core/mad.c
460
if (method_in_use(&method,
drivers/infiniband/core/mad.c
91
static int method_in_use(struct ib_mad_mgmt_method_table **method,
drivers/infiniband/core/mad_rmpp.c
119
ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
drivers/infiniband/core/mad_rmpp.c
192
rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
drivers/infiniband/core/mad_rmpp.c
226
rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
drivers/infiniband/core/mad_rmpp.c
314
rmpp_recv->method = mad_hdr->method;
drivers/infiniband/core/mad_rmpp.c
335
rmpp_recv->method == mad_hdr->method)
drivers/infiniband/core/mad_rmpp.c
69
u8 method;
drivers/infiniband/core/mad_rmpp.c
859
if (!(mad_hdr->method & IB_MGMT_METHOD_RESP))
drivers/infiniband/core/mad_rmpp.c
867
(rmpp_recv->method & IB_MGMT_METHOD_RESP))
drivers/infiniband/core/sa.h
52
struct ib_device *device, u32 port_num, u8 method,
drivers/infiniband/core/sa_query.c
1727
mad->mad_hdr.method = IB_MGMT_METHOD_GET;
drivers/infiniband/core/sa_query.c
1837
mad->mad_hdr.method = IB_MGMT_METHOD_GET_TABLE;
drivers/infiniband/core/sa_query.c
1885
u8 method,
drivers/infiniband/core/sa_query.c
1927
mad->mad_hdr.method = method;
drivers/infiniband/core/sa_query.c
1977
ib_sa_comp_mask comp_mask, u8 method,
drivers/infiniband/core/sa_query.c
1995
if (method != IB_MGMT_METHOD_GET &&
drivers/infiniband/core/sa_query.c
1996
method != IB_MGMT_METHOD_SET &&
drivers/infiniband/core/sa_query.c
1997
method != IB_SA_METHOD_DELETE) {
drivers/infiniband/core/sa_query.c
2024
mad->mad_hdr.method = method;
drivers/infiniband/core/sa_query.c
2153
mad->mad_hdr.method = IB_MGMT_METHOD_GET;
drivers/infiniband/core/sa_query.c
978
mad->mad_hdr.method |= IB_MGMT_METHOD_RESP;
drivers/infiniband/core/sa_query.c
998
mad->mad_hdr.method |= IB_MGMT_METHOD_RESP;
drivers/infiniband/core/sysfs.c
528
in_mad->mad_hdr.method = IB_MGMT_METHOD_GET;
drivers/infiniband/core/uverbs_uapi.c
102
u32 method_key = obj_key | uapi_key_ioctl_method(method->id);
drivers/infiniband/core/uverbs_uapi.c
107
if (!method->attrs)
drivers/infiniband/core/uverbs_uapi.c
118
if (WARN_ON(method->handler))
drivers/infiniband/core/uverbs_uapi.c
121
WARN_ON(!method->handler);
drivers/infiniband/core/uverbs_uapi.c
122
rcu_assign_pointer(method_elm->handler, method->handler);
drivers/infiniband/core/uverbs_uapi.c
123
if (method->handler != uverbs_destroy_def_handler)
drivers/infiniband/core/uverbs_uapi.c
127
for (i = 0; i != method->num_attrs; i++) {
drivers/infiniband/core/uverbs_uapi.c
128
const struct uverbs_attr_def *attr = (*method->attrs)[i];
drivers/infiniband/core/uverbs_uapi.c
209
const struct uverbs_method_def *method = (*obj->methods)[i];
drivers/infiniband/core/uverbs_uapi.c
211
if (!method)
drivers/infiniband/core/uverbs_uapi.c
214
rc = uapi_merge_method(uapi, obj_elm, obj_key, method,
drivers/infiniband/core/uverbs_uapi.c
99
const struct uverbs_method_def *method,
drivers/infiniband/hw/hfi1/mad.c
314
smp->method = IB_MGMT_METHOD_TRAP;
drivers/infiniband/hw/hfi1/mad.c
45
smp->method = IB_MGMT_METHOD_GET_RESP;
drivers/infiniband/hw/hfi1/mad.c
4506
(smp->method == IB_MGMT_METHOD_GET ||
drivers/infiniband/hw/hfi1/mad.c
4507
smp->method == IB_MGMT_METHOD_SET) &&
drivers/infiniband/hw/hfi1/mad.c
451
trap->data.ntc_256.method = mad->method;
drivers/infiniband/hw/hfi1/mad.c
4521
switch (smp->method) {
drivers/infiniband/hw/hfi1/mad.c
4603
(smp->method == IB_MGMT_METHOD_GET ||
drivers/infiniband/hw/hfi1/mad.c
4604
smp->method == IB_MGMT_METHOD_SET) &&
drivers/infiniband/hw/hfi1/mad.c
4616
switch (smp->method) {
drivers/infiniband/hw/hfi1/mad.c
4649
switch (pmp->mad_hdr.method) {
drivers/infiniband/hw/hfi1/mad.c
4711
switch (pmp->mad_hdr.method) {
drivers/infiniband/hw/hfi1/mad.c
671
(mad->method == IB_MGMT_METHOD_GET ||
drivers/infiniband/hw/hfi1/mad.c
672
mad->method == IB_MGMT_METHOD_SET ||
drivers/infiniband/hw/hfi1/mad.c
673
mad->method == IB_MGMT_METHOD_TRAP_REPRESS))
drivers/infiniband/hw/hfi1/mad.c
677
switch (mad->method) {
drivers/infiniband/hw/hfi1/mad.c
791
if (!(smp->method == IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/hfi1/mad.h
89
u8 method;
drivers/infiniband/hw/hfi1/ud.c
772
switch (smp->method) {
drivers/infiniband/hw/hfi1/ud.c
788
if (smp->method == IB_MGMT_METHOD_TRAP)
drivers/infiniband/hw/mlx4/alias_GUID.c
339
if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) {
drivers/infiniband/hw/mlx4/alias_GUID.c
526
callback_context->method = rec->method;
drivers/infiniband/hw/mlx4/alias_GUID.c
546
comp_mask, rec->method, 1000,
drivers/infiniband/hw/mlx4/alias_GUID.c
61
u8 method;
drivers/infiniband/hw/mlx4/alias_GUID.c
67
u8 method;
drivers/infiniband/hw/mlx4/alias_GUID.c
680
next_rec->method = MLX4_GUID_INFO_RECORD_DELETE;
drivers/infiniband/hw/mlx4/alias_GUID.c
683
next_rec->method = MLX4_GUID_INFO_RECORD_SET;
drivers/infiniband/hw/mlx4/mad.c
1152
in_mad->method = IB_MGMT_METHOD_GET;
drivers/infiniband/hw/mlx4/mad.c
1512
switch (tunnel->mad.mad_hdr.method) {
drivers/infiniband/hw/mlx4/mad.c
1552
if (tunnel->mad.mad_hdr.method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mlx4/mad.c
1553
tunnel->mad.mad_hdr.method != IB_MGMT_METHOD_SET)
drivers/infiniband/hw/mlx4/mad.c
233
mad->mad_hdr.method == IB_MGMT_METHOD_SET)
drivers/infiniband/hw/mlx4/mad.c
374
mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
drivers/infiniband/hw/mlx4/mad.c
746
if (mad->mad_hdr.method & 0x80) {
drivers/infiniband/hw/mlx4/mad.c
778
if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) {
drivers/infiniband/hw/mlx4/mad.c
781
mad->mad_hdr.method);
drivers/infiniband/hw/mlx4/mad.c
796
if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP)
drivers/infiniband/hw/mlx4/mad.c
832
if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) {
drivers/infiniband/hw/mlx4/mad.c
839
if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mlx4/mad.c
840
in_mad->mad_hdr.method != IB_MGMT_METHOD_SET &&
drivers/infiniband/hw/mlx4/mad.c
841
in_mad->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS)
drivers/infiniband/hw/mlx4/mad.c
853
if (in_mad->mad_hdr.method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mlx4/mad.c
854
in_mad->mad_hdr.method != IB_MGMT_METHOD_SET)
drivers/infiniband/hw/mlx4/mad.c
861
in_mad->mad_hdr.method == IB_MGMT_METHOD_SET &&
drivers/infiniband/hw/mlx4/mad.c
885
if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS)
drivers/infiniband/hw/mlx4/mcg.c
1169
mad->mad_hdr.method = IB_SA_METHOD_DELETE;
drivers/infiniband/hw/mlx4/mcg.c
289
mad.mad_hdr.method = IB_SA_METHOD_DELETE;
drivers/infiniband/hw/mlx4/mcg.c
330
mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
drivers/infiniband/hw/mlx4/mcg.c
650
u8 method;
drivers/infiniband/hw/mlx4/mcg.c
664
method = group->response_sa_mad.mad_hdr.method;
drivers/infiniband/hw/mlx4/mcg.c
676
if (method == IB_MGMT_METHOD_GET_RESP) {
drivers/infiniband/hw/mlx4/mcg.c
686
} else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing)
drivers/infiniband/hw/mlx4/mcg.c
696
if (method == IB_MGMT_METHOD_GET_RESP) {
drivers/infiniband/hw/mlx4/mcg.c
718
if (req->sa_mad.mad_hdr.method == IB_SA_METHOD_DELETE)
drivers/infiniband/hw/mlx4/mcg.c
890
switch (mad->mad_hdr.method) {
drivers/infiniband/hw/mlx4/mcg.c
897
if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) {
drivers/infiniband/hw/mlx4/mcg.c
926
port, mad->mad_hdr.method);
drivers/infiniband/hw/mlx4/mcg.c
944
switch (sa_mad->mad_hdr.method) {
drivers/infiniband/hw/mlx4/mcg.c
985
port, slave, sa_mad->mad_hdr.method);
drivers/infiniband/hw/mlx5/mad.c
307
u8 method = in->mad_hdr.method;
drivers/infiniband/hw/mlx5/mad.c
314
if (method == IB_MGMT_METHOD_TRAP && !slid)
drivers/infiniband/hw/mlx5/mad.c
320
if (method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mlx5/mad.c
321
method != IB_MGMT_METHOD_SET &&
drivers/infiniband/hw/mlx5/mad.c
322
method != IB_MGMT_METHOD_TRAP_REPRESS)
drivers/infiniband/hw/mlx5/mad.c
332
method == IB_MGMT_METHOD_GET)
drivers/infiniband/hw/mlx5/mad.c
338
if (method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mlx5/mad.c
339
method != IB_MGMT_METHOD_SET)
drivers/infiniband/hw/mlx5/mad.c
356
if (method == IB_MGMT_METHOD_TRAP_REPRESS)
drivers/infiniband/hw/mthca/mthca_mad.c
116
mad->mad_hdr.method == IB_MGMT_METHOD_SET) {
drivers/infiniband/hw/mthca/mthca_mad.c
155
mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
drivers/infiniband/hw/mthca/mthca_mad.c
210
if (in->mad_hdr.method == IB_MGMT_METHOD_TRAP && !slid) {
drivers/infiniband/hw/mthca/mthca_mad.c
223
if (in->mad_hdr.method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mthca/mthca_mad.c
224
in->mad_hdr.method != IB_MGMT_METHOD_SET &&
drivers/infiniband/hw/mthca/mthca_mad.c
225
in->mad_hdr.method != IB_MGMT_METHOD_TRAP_REPRESS)
drivers/infiniband/hw/mthca/mthca_mad.c
239
if (in->mad_hdr.method != IB_MGMT_METHOD_GET &&
drivers/infiniband/hw/mthca/mthca_mad.c
240
in->mad_hdr.method != IB_MGMT_METHOD_SET)
drivers/infiniband/hw/mthca/mthca_mad.c
246
in->mad_hdr.method == IB_MGMT_METHOD_SET &&
drivers/infiniband/hw/mthca/mthca_mad.c
270
if (in->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS)
drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c
649
vema_mad->mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c
655
switch (mad_wc->recv_buf.mad->mad_hdr.method) {
drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c
811
trap_mad->mad_hdr.method = IB_MGMT_METHOD_TRAP;
drivers/infiniband/ulp/srpt/ib_srpt.c
566
dm_mad->mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
drivers/infiniband/ulp/srpt/ib_srpt.c
569
switch (mad_wc->recv_buf.mad->mad_hdr.method) {
drivers/input/misc/apanel.c
246
unsigned char method, slave, chip;
drivers/input/misc/apanel.c
248
method = readb(p + 1);
drivers/input/misc/apanel.c
274
else if (method != 1 && method != 2 && method != 4) {
drivers/input/misc/apanel.c
276
method, devno);
drivers/mailbox/zynqmp-ipi-mailbox.c
136
unsigned int method;
drivers/mailbox/zynqmp-ipi-mailbox.c
159
if (pdata->method == USE_SMC)
drivers/media/platform/rockchip/rkisp1/rkisp1-params.c
139
arg->methods[i].method &
drivers/media/usb/b2c2/flexcop-usb.c
21
#define debug_dump(b, l, method) do {\
drivers/media/usb/b2c2/flexcop-usb.c
24
method("%02x ", b[i]); \
drivers/media/usb/b2c2/flexcop-usb.c
25
method("\n"); \
drivers/media/usb/b2c2/flexcop-usb.c
31
#define debug_dump(b, l, method) do { } while (0)
drivers/misc/fastrpc.c
77
#define FASTRPC_BUILD_SCALARS(attr, method, in, out, oin, oout) \
drivers/misc/fastrpc.c
79
((method & 0x1f) << 24) | \
drivers/misc/fastrpc.c
85
#define FASTRPC_SCALARS(method, in, out) \
drivers/misc/fastrpc.c
86
FASTRPC_BUILD_SCALARS(0, method, in, out, 0, 0)
drivers/mtd/nand/spi/core.c
1579
if (rdid_method != info->devid.method)
drivers/net/ethernet/mellanox/mlx4/cmd.c
1011
smp->method == IB_MGMT_METHOD_GET) || network_view) {
drivers/net/ethernet/mellanox/mlx4/cmd.c
1013
slave, smp->mgmt_class, smp->method,
drivers/net/ethernet/mellanox/mlx4/cmd.c
922
if (!network_view && smp->method == IB_MGMT_METHOD_GET) {
drivers/net/ethernet/mellanox/mlx4/fw.c
2894
u8 method;
drivers/net/ethernet/mellanox/mlx4/fw.c
2916
enum mlx4_access_reg_method method,
drivers/net/ethernet/mellanox/mlx4/fw.c
2939
inbuf->method = method & MLX4_ACCESS_REG_METHOD_MASK;
drivers/net/ethernet/mellanox/mlx4/fw.c
2985
enum mlx4_access_reg_method method,
drivers/net/ethernet/mellanox/mlx4/fw.c
2989
method, sizeof(*ptys_reg), ptys_reg);
drivers/net/ethernet/mellanox/mlx4/fw.c
3000
u8 method = inbuf->method & MLX4_ACCESS_REG_METHOD_MASK;
drivers/net/ethernet/mellanox/mlx4/fw.c
3004
method == MLX4_ACCESS_REG_WRITE)
drivers/net/ethernet/mellanox/mlx4/port.c
2030
inmad->method = 0x1; /* Get */
drivers/net/ethernet/mellanox/mlx4/port.c
2148
inmad->method = 0x1; /* Get */
drivers/net/ethernet/mellanox/mlxsw/core.c
366
MLXSW_ITEM32(emad, op_tlv, method, 0x04, 8, 7);
drivers/net/ethernet/mellanox/mlxsw/reg.h
11519
MLXSW_ITEM32(reg, mddt, method, 0x0C, 22, 2);
drivers/net/ethernet/mellanox/mlxsw/reg.h
11537
enum mlxsw_reg_mddt_method method,
drivers/net/ethernet/mellanox/mlxsw/reg.h
11549
mlxsw_reg_mddt_method_set(payload, method);
drivers/net/ethernet/mellanox/mlxsw/reg.h
11871
MLXSW_ITEM32(reg, mfde, method, 0x04, 29, 1);
drivers/net/ethernet/sfc/efx_common.c
689
void efx_reset_down(struct efx_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/efx_common.c
693
if (method == RESET_TYPE_MCDI_TIMEOUT)
drivers/net/ethernet/sfc/efx_common.c
723
int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok)
drivers/net/ethernet/sfc/efx_common.c
729
if (method == RESET_TYPE_MCDI_TIMEOUT)
drivers/net/ethernet/sfc/efx_common.c
742
if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
drivers/net/ethernet/sfc/efx_common.c
743
method != RESET_TYPE_DATAPATH) {
drivers/net/ethernet/sfc/efx_common.c
792
int efx_reset(struct efx_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/efx_common.c
798
RESET_TYPE(method));
drivers/net/ethernet/sfc/efx_common.c
805
efx_reset_down(efx, method);
drivers/net/ethernet/sfc/efx_common.c
807
rc = efx->type->reset(efx, method);
drivers/net/ethernet/sfc/efx_common.c
816
if (method < RESET_TYPE_MAX_METHOD)
drivers/net/ethernet/sfc/efx_common.c
817
efx->reset_pending &= -(1 << (method + 1));
drivers/net/ethernet/sfc/efx_common.c
819
__clear_bit(method, &efx->reset_pending);
drivers/net/ethernet/sfc/efx_common.c
831
method == RESET_TYPE_DISABLE ||
drivers/net/ethernet/sfc/efx_common.c
832
method == RESET_TYPE_RECOVER_OR_DISABLE;
drivers/net/ethernet/sfc/efx_common.c
834
rc2 = efx_reset_up(efx, method, !disabled);
drivers/net/ethernet/sfc/efx_common.c
859
enum reset_type method;
drivers/net/ethernet/sfc/efx_common.c
862
method = fls(pending) - 1;
drivers/net/ethernet/sfc/efx_common.c
864
if (method == RESET_TYPE_MC_BIST)
drivers/net/ethernet/sfc/efx_common.c
867
if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
drivers/net/ethernet/sfc/efx_common.c
868
method == RESET_TYPE_RECOVER_OR_ALL) &&
drivers/net/ethernet/sfc/efx_common.c
882
(void)efx_reset(efx, method);
drivers/net/ethernet/sfc/efx_common.c
889
enum reset_type method;
drivers/net/ethernet/sfc/efx_common.c
908
method = type;
drivers/net/ethernet/sfc/efx_common.c
910
RESET_TYPE(method));
drivers/net/ethernet/sfc/efx_common.c
913
method = efx->type->map_reset_reason(type);
drivers/net/ethernet/sfc/efx_common.c
916
RESET_TYPE(method), RESET_TYPE(type));
drivers/net/ethernet/sfc/efx_common.c
920
set_bit(method, &efx->reset_pending);
drivers/net/ethernet/sfc/efx_common.h
52
void efx_reset_down(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/efx_common.h
54
int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
drivers/net/ethernet/sfc/efx_common.h
55
int efx_reset(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/falcon/efx.c
2336
void ef4_reset_down(struct ef4_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/falcon/efx.c
2344
if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
drivers/net/ethernet/sfc/falcon/efx.c
2345
method != RESET_TYPE_DATAPATH)
drivers/net/ethernet/sfc/falcon/efx.c
2355
int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok)
drivers/net/ethernet/sfc/falcon/efx.c
2371
if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
drivers/net/ethernet/sfc/falcon/efx.c
2372
method != RESET_TYPE_DATAPATH) {
drivers/net/ethernet/sfc/falcon/efx.c
2409
int ef4_reset(struct ef4_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/falcon/efx.c
2415
RESET_TYPE(method));
drivers/net/ethernet/sfc/falcon/efx.c
2418
ef4_reset_down(efx, method);
drivers/net/ethernet/sfc/falcon/efx.c
2420
rc = efx->type->reset(efx, method);
drivers/net/ethernet/sfc/falcon/efx.c
2429
if (method < RESET_TYPE_MAX_METHOD)
drivers/net/ethernet/sfc/falcon/efx.c
2430
efx->reset_pending &= -(1 << (method + 1));
drivers/net/ethernet/sfc/falcon/efx.c
2432
__clear_bit(method, &efx->reset_pending);
drivers/net/ethernet/sfc/falcon/efx.c
2443
method == RESET_TYPE_DISABLE ||
drivers/net/ethernet/sfc/falcon/efx.c
2444
method == RESET_TYPE_RECOVER_OR_DISABLE;
drivers/net/ethernet/sfc/falcon/efx.c
2445
rc2 = ef4_reset_up(efx, method, !disabled);
drivers/net/ethernet/sfc/falcon/efx.c
2494
enum reset_type method;
drivers/net/ethernet/sfc/falcon/efx.c
2497
method = fls(pending) - 1;
drivers/net/ethernet/sfc/falcon/efx.c
2499
if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
drivers/net/ethernet/sfc/falcon/efx.c
2500
method == RESET_TYPE_RECOVER_OR_ALL) &&
drivers/net/ethernet/sfc/falcon/efx.c
2514
(void)ef4_reset(efx, method);
drivers/net/ethernet/sfc/falcon/efx.c
2521
enum reset_type method;
drivers/net/ethernet/sfc/falcon/efx.c
2538
method = type;
drivers/net/ethernet/sfc/falcon/efx.c
2540
RESET_TYPE(method));
drivers/net/ethernet/sfc/falcon/efx.c
2543
method = efx->type->map_reset_reason(type);
drivers/net/ethernet/sfc/falcon/efx.c
2546
RESET_TYPE(method), RESET_TYPE(type));
drivers/net/ethernet/sfc/falcon/efx.c
2550
set_bit(method, &efx->reset_pending);
drivers/net/ethernet/sfc/falcon/efx.h
193
int ef4_reset(struct ef4_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/falcon/efx.h
194
void ef4_reset_down(struct ef4_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/falcon/efx.h
195
int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok);
drivers/net/ethernet/sfc/falcon/falcon.c
1977
static int __falcon_reset_hw(struct ef4_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/falcon/falcon.c
1984
RESET_TYPE(method));
drivers/net/ethernet/sfc/falcon/falcon.c
1987
if (method == RESET_TYPE_WORLD) {
drivers/net/ethernet/sfc/falcon/falcon.c
2014
method == RESET_TYPE_INVISIBLE,
drivers/net/ethernet/sfc/falcon/falcon.c
2030
if (method == RESET_TYPE_WORLD) {
drivers/net/ethernet/sfc/falcon/falcon.c
2058
static int falcon_reset_hw(struct ef4_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/falcon/falcon.c
2064
rc = __falcon_reset_hw(efx, method);
drivers/net/ethernet/sfc/falcon/falcon.c
301
static int falcon_reset_hw(struct ef4_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/falcon/net_driver.h
1051
int (*reset)(struct ef4_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/mcdi.c
1905
int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/mcdi.c
1910
if (method == RESET_TYPE_MCDI_TIMEOUT) {
drivers/net/ethernet/sfc/mcdi.c
1927
if (method == RESET_TYPE_DATAPATH)
drivers/net/ethernet/sfc/mcdi.c
1929
else if (method == RESET_TYPE_WORLD)
drivers/net/ethernet/sfc/mcdi.h
412
int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/net_driver.h
1404
int (*reset)(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/siena/efx_common.c
716
void efx_siena_reset_down(struct efx_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/siena/efx_common.c
720
if (method == RESET_TYPE_MCDI_TIMEOUT)
drivers/net/ethernet/sfc/siena/efx_common.c
749
int efx_siena_reset_up(struct efx_nic *efx, enum reset_type method, bool ok)
drivers/net/ethernet/sfc/siena/efx_common.c
755
if (method == RESET_TYPE_MCDI_TIMEOUT)
drivers/net/ethernet/sfc/siena/efx_common.c
768
if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
drivers/net/ethernet/sfc/siena/efx_common.c
769
method != RESET_TYPE_DATAPATH) {
drivers/net/ethernet/sfc/siena/efx_common.c
816
int efx_siena_reset(struct efx_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/siena/efx_common.c
822
RESET_TYPE(method));
drivers/net/ethernet/sfc/siena/efx_common.c
829
efx_siena_reset_down(efx, method);
drivers/net/ethernet/sfc/siena/efx_common.c
831
rc = efx->type->reset(efx, method);
drivers/net/ethernet/sfc/siena/efx_common.c
840
if (method < RESET_TYPE_MAX_METHOD)
drivers/net/ethernet/sfc/siena/efx_common.c
841
efx->reset_pending &= -(1 << (method + 1));
drivers/net/ethernet/sfc/siena/efx_common.c
843
__clear_bit(method, &efx->reset_pending);
drivers/net/ethernet/sfc/siena/efx_common.c
855
method == RESET_TYPE_DISABLE ||
drivers/net/ethernet/sfc/siena/efx_common.c
856
method == RESET_TYPE_RECOVER_OR_DISABLE;
drivers/net/ethernet/sfc/siena/efx_common.c
858
rc2 = efx_siena_reset_up(efx, method, !disabled);
drivers/net/ethernet/sfc/siena/efx_common.c
883
enum reset_type method;
drivers/net/ethernet/sfc/siena/efx_common.c
886
method = fls(pending) - 1;
drivers/net/ethernet/sfc/siena/efx_common.c
888
if (method == RESET_TYPE_MC_BIST)
drivers/net/ethernet/sfc/siena/efx_common.c
891
if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
drivers/net/ethernet/sfc/siena/efx_common.c
892
method == RESET_TYPE_RECOVER_OR_ALL) &&
drivers/net/ethernet/sfc/siena/efx_common.c
906
(void)efx_siena_reset(efx, method);
drivers/net/ethernet/sfc/siena/efx_common.c
913
enum reset_type method;
drivers/net/ethernet/sfc/siena/efx_common.c
932
method = type;
drivers/net/ethernet/sfc/siena/efx_common.c
934
RESET_TYPE(method));
drivers/net/ethernet/sfc/siena/efx_common.c
937
method = efx->type->map_reset_reason(type);
drivers/net/ethernet/sfc/siena/efx_common.c
940
RESET_TYPE(method), RESET_TYPE(type));
drivers/net/ethernet/sfc/siena/efx_common.c
944
set_bit(method, &efx->reset_pending);
drivers/net/ethernet/sfc/siena/efx_common.h
56
void efx_siena_reset_down(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/siena/efx_common.h
58
int efx_siena_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
drivers/net/ethernet/sfc/siena/efx_common.h
59
int efx_siena_reset(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/siena/mcdi.c
1865
int efx_siena_mcdi_reset(struct efx_nic *efx, enum reset_type method)
drivers/net/ethernet/sfc/siena/mcdi.c
1870
if (method == RESET_TYPE_MCDI_TIMEOUT) {
drivers/net/ethernet/sfc/siena/mcdi.c
1887
if (method == RESET_TYPE_DATAPATH)
drivers/net/ethernet/sfc/siena/mcdi.c
1889
else if (method == RESET_TYPE_WORLD)
drivers/net/ethernet/sfc/siena/mcdi.h
366
int efx_siena_mcdi_reset(struct efx_nic *efx, enum reset_type method);
drivers/net/ethernet/sfc/siena/net_driver.h
1301
int (*reset)(struct efx_nic *efx, enum reset_type method);
drivers/net/wireless/ath/ath10k/mac.c
2034
arg.method = WMI_STA_KEEPALIVE_METHOD_NULL_FRAME;
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2546
cmd->method = __cpu_to_le32(arg->method);
drivers/net/wireless/ath/ath10k/wmi-tlv.c
2562
arg->vdev_id, arg->enabled, arg->method, arg->interval);
drivers/net/wireless/ath/ath10k/wmi-tlv.h
2084
__le32 method; /* WMI_STA_KEEPALIVE_METHOD_ */
drivers/net/wireless/ath/ath10k/wmi.h
6664
__le32 method; /* WMI_STA_KEEPALIVE_METHOD_ */
drivers/net/wireless/ath/ath10k/wmi.h
6672
u32 method;
drivers/net/wireless/ath/ath11k/cfr.c
492
ath11k_cfr_method_to_fw_cfr_method(enum ath11k_cfr_capture_method method)
drivers/net/wireless/ath/ath11k/cfr.c
494
switch (method) {
drivers/net/wireless/ath/ath11k/cfr.c
514
enum ath11k_wmi_cfr_capture_method method;
drivers/net/wireless/ath/ath11k/cfr.c
540
method = ath11k_cfr_method_to_fw_cfr_method(params->cfr_method);
drivers/net/wireless/ath/ath11k/cfr.c
541
if (method >= WMI_CFR_CAPTURE_METHOD_MAX) {
drivers/net/wireless/ath/ath11k/cfr.c
550
arg.method = method;
drivers/net/wireless/ath/ath11k/debugfs_sta.c
312
arg.method = cfr_capture_method;
drivers/net/wireless/ath/ath11k/mac.c
10862
enum wmi_sta_keepalive_method method,
drivers/net/wireless/ath/ath11k/mac.c
10879
arg.method = method;
drivers/net/wireless/ath/ath11k/mac.h
177
enum wmi_sta_keepalive_method method,
drivers/net/wireless/ath/ath11k/wmi.c
10025
cmd->method = arg->method;
drivers/net/wireless/ath/ath11k/wmi.c
10032
if (arg->method == WMI_STA_KEEPALIVE_METHOD_UNSOLICITED_ARP_RESPONSE ||
drivers/net/wireless/ath/ath11k/wmi.c
10033
arg->method == WMI_STA_KEEPALIVE_METHOD_GRATUITOUS_ARP_REQUEST) {
drivers/net/wireless/ath/ath11k/wmi.c
10041
arg->vdev_id, arg->enabled, arg->method, arg->interval);
drivers/net/wireless/ath/ath11k/wmi.c
3979
cmd->capture_method = arg->method;
drivers/net/wireless/ath/ath11k/wmi.c
3992
arg->bw, arg->method);
drivers/net/wireless/ath/ath11k/wmi.h
4286
enum ath11k_wmi_cfr_capture_method method;
drivers/net/wireless/ath/ath11k/wmi.h
6389
u32 method;
drivers/net/wireless/ath/ath11k/wmi.h
6409
u32 method;
drivers/net/wireless/ath/ath11k/wow.c
657
enum wmi_sta_keepalive_method method,
drivers/net/wireless/ath/ath11k/wow.c
666
ret = ath11k_mac_vif_set_keepalive(arvif, method, interval);
drivers/net/wireless/ath/ath12k/mac.c
15188
enum wmi_sta_keepalive_method method,
drivers/net/wireless/ath/ath12k/mac.c
15205
arg.method = method;
drivers/net/wireless/ath/ath12k/mac.h
187
enum wmi_sta_keepalive_method method,
drivers/net/wireless/ath/ath12k/wmi.c
10845
cmd->method = cpu_to_le32(arg->method);
drivers/net/wireless/ath/ath12k/wmi.c
10850
if (arg->method == WMI_STA_KEEPALIVE_METHOD_UNSOLICITED_ARP_RESPONSE ||
drivers/net/wireless/ath/ath12k/wmi.c
10851
arg->method == WMI_STA_KEEPALIVE_METHOD_GRATUITOUS_ARP_REQUEST) {
drivers/net/wireless/ath/ath12k/wmi.c
10859
arg->vdev_id, arg->enabled, arg->method, arg->interval);
drivers/net/wireless/ath/ath12k/wmi.h
5878
__le32 method;
drivers/net/wireless/ath/ath12k/wmi.h
5898
u32 method;
drivers/net/wireless/ath/ath12k/wow.c
844
enum wmi_sta_keepalive_method method,
drivers/net/wireless/ath/ath12k/wow.c
853
ret = ath12k_mac_vif_set_keepalive(arvif, method, interval);
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
35
static int iwl_acpi_get_handle(struct device *dev, acpi_string method,
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
48
status = acpi_get_handle(root_handle, method, ret_handle);
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
51
"ACPI: %s method not found\n", method);
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
57
static void *iwl_acpi_get_object(struct device *dev, acpi_string method)
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
64
ret = iwl_acpi_get_handle(dev, method, &handle);
drivers/net/wireless/intel/iwlwifi/fw/acpi.c
73
method, status);
drivers/net/wireless/marvell/libertas/host.h
682
__le16 method;
drivers/net/wireless/marvell/libertas/if_usb.c
154
if (le16_to_cpu(wake_method.method) == CMD_WAKE_METHOD_COMMAND_INT) {
drivers/net/wireless/mediatek/mt76/mt792x_acpi_sar.c
30
mt792x_acpi_read(struct mt792x_dev *dev, u8 *method, u8 **tbl, u32 *len)
drivers/net/wireless/mediatek/mt76/mt792x_acpi_sar.c
44
status = acpi_get_handle(root, method, &handle);
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
4159
u8 method;
drivers/net/wireless/mediatek/mt76/mt7996/mcu.c
4174
req.trigger.method = val;
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c
249
enum pwr_track_control_method method,
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c
256
if (method == TXAGC) {
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c
264
} else if (method == BBSWING) {
drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c
646
enum pwr_track_control_method method,
drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c
654
if (method == TXAGC) {
drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c
656
} else if (method == BBSWING) {
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1169
enum pwr_track_control_method method,
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1260
if (method == BBSWING) {
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1297
} else if (method == MIX_MODE) {
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1848
enum pwr_track_control_method method,
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1909
if (method == BBSWING) {
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c
1926
} else if (method == MIX_MODE) {
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h
281
enum pwr_track_control_method method,
drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h
285
enum pwr_track_control_method method,
drivers/net/wireless/realtek/rtw89/acpi.c
106
"acpi (%s): failed to evaluate object\n", method);
drivers/net/wireless/realtek/rtw89/acpi.c
114
"acpi (%s): failed to traversal obj len\n", method);
drivers/net/wireless/realtek/rtw89/acpi.c
80
rtw89_acpi_evaluate_method(struct rtw89_dev *rtwdev, const char *method)
drivers/net/wireless/realtek/rtw89/acpi.c
92
"acpi (%s): failed to get root\n", method);
drivers/net/wireless/realtek/rtw89/acpi.c
96
status = acpi_get_handle(root, (acpi_string)method, &handle);
drivers/net/wireless/realtek/rtw89/acpi.c
99
"acpi (%s): failed to get handle\n", method);
drivers/pci/pci.c
5102
const struct pci_reset_fn_method *method;
drivers/pci/pci.c
5120
method = &pci_reset_fn_methods[m];
drivers/pci/pci.c
5121
pci_dbg(dev, "reset via %s\n", method->name);
drivers/pci/pci.c
5122
rc = method->reset_fn(dev, PCI_RESET_DO_RESET);
drivers/pci/pci.c
5126
pci_dbg(dev, "%s failed with %d\n", method->name, rc);
drivers/platform/loongarch/loongson-laptop.c
115
status = acpi_evaluate_object(handle, method, &params, resultp);
drivers/platform/loongarch/loongson-laptop.c
134
method, fmt0, acpi_format_exception(status));
drivers/platform/loongarch/loongson-laptop.c
64
static int acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...)
drivers/platform/wmi/core.c
1147
char method[WMI_ACPI_METHOD_NAME_SIZE];
drivers/platform/wmi/core.c
1159
get_acpi_method_name(wblock, 'M', method);
drivers/platform/wmi/core.c
1160
if (!acpi_has_method(device->handle, method)) {
drivers/platform/wmi/core.c
1163
method);
drivers/platform/wmi/core.c
1177
get_acpi_method_name(wblock, 'Q', method);
drivers/platform/wmi/core.c
1178
status = acpi_get_handle(device->handle, method, &method_handle);
drivers/platform/wmi/core.c
1182
method);
drivers/platform/wmi/core.c
1208
get_acpi_method_name(wblock, 'S', method);
drivers/platform/wmi/core.c
1209
if (acpi_has_method(device->handle, method))
drivers/platform/wmi/core.c
135
const char method,
drivers/platform/wmi/core.c
142
buffer[1] = method;
drivers/platform/wmi/core.c
174
char method[WMI_ACPI_METHOD_NAME_SIZE];
drivers/platform/wmi/core.c
187
snprintf(method, sizeof(method), "WE%02X", wblock->gblock.notify_id);
drivers/platform/wmi/core.c
192
get_acpi_method_name(wblock, 'C', method);
drivers/platform/wmi/core.c
200
status = acpi_get_handle(wblock->acpi_device->handle, method, &handle);
drivers/platform/wmi/core.c
327
char method[WMI_ACPI_METHOD_NAME_SIZE];
drivers/platform/wmi/core.c
360
get_acpi_method_name(wblock, 'M', method);
drivers/platform/wmi/core.c
362
return acpi_evaluate_object(handle, method, &input, out);
drivers/platform/wmi/core.c
437
char method[WMI_ACPI_METHOD_NAME_SIZE];
drivers/platform/wmi/core.c
460
get_acpi_method_name(wblock, 'Q', method);
drivers/platform/wmi/core.c
462
return acpi_evaluate_object(handle, method, &input, out);
drivers/platform/wmi/core.c
597
char method[WMI_ACPI_METHOD_NAME_SIZE];
drivers/platform/wmi/core.c
626
get_acpi_method_name(wblock, 'S', method);
drivers/platform/wmi/core.c
628
return acpi_evaluate_object(handle, method, &input, NULL);
drivers/platform/x86/asus-laptop.c
218
const char *method;
drivers/platform/x86/asus-laptop.c
360
static int write_acpi_int_ret(acpi_handle handle, const char *method, int val,
drivers/platform/x86/asus-laptop.c
375
status = acpi_evaluate_object(handle, (char *)method, &params, output);
drivers/platform/x86/asus-laptop.c
382
static int write_acpi_int(acpi_handle handle, const char *method, int val)
drivers/platform/x86/asus-laptop.c
384
return write_acpi_int_ret(handle, method, val, NULL);
drivers/platform/x86/asus-laptop.c
387
static int acpi_check_handle(acpi_handle handle, const char *method,
drivers/platform/x86/asus-laptop.c
392
if (method == NULL)
drivers/platform/x86/asus-laptop.c
396
status = acpi_get_handle(handle, (char *)method,
drivers/platform/x86/asus-laptop.c
401
status = acpi_get_handle(handle, (char *)method,
drivers/platform/x86/asus-laptop.c
407
pr_warn("Error finding %s\n", method);
drivers/platform/x86/asus-laptop.c
423
char *method = enable ? METHOD_PEGA_ENABLE : METHOD_PEGA_DISABLE;
drivers/platform/x86/asus-laptop.c
424
return write_acpi_int(asus->handle, method, unit);
drivers/platform/x86/asus-laptop.c
427
static int pega_acc_axis(struct asus_laptop *asus, int curr, char *method)
drivers/platform/x86/asus-laptop.c
434
status = acpi_evaluate_integer(asus->handle, method, NULL, &val);
drivers/platform/x86/asus-laptop.c
539
static int asus_led_set(struct asus_laptop *asus, const char *method,
drivers/platform/x86/asus-laptop.c
542
if (!strcmp(method, METHOD_MLED))
drivers/platform/x86/asus-laptop.c
544
else if (!strcmp(method, METHOD_GLED))
drivers/platform/x86/asus-laptop.c
549
return write_acpi_int(asus->handle, method, value);
drivers/platform/x86/asus-laptop.c
571
asus_led_set(asus, led->method, led->wk);
drivers/platform/x86/asus-laptop.c
663
const char *name, const char *method)
drivers/platform/x86/asus-laptop.c
667
if (!method || acpi_check_handle(asus->handle, method, NULL))
drivers/platform/x86/asus-laptop.c
671
led->method = method;
drivers/platform/x86/asus-laptop.c
917
const char *method)
drivers/platform/x86/asus-laptop.c
925
if (write_acpi_int(asus->handle, method, value))
drivers/platform/x86/asus-wireless.c
52
static acpi_status asus_wireless_method(acpi_handle handle, const char *method,
drivers/platform/x86/asus-wireless.c
60
method, param);
drivers/platform/x86/asus-wireless.c
66
s = acpi_evaluate_integer(handle, (acpi_string) method, &p, ret);
drivers/platform/x86/asus-wireless.c
70
method, param, s);
drivers/platform/x86/asus-wireless.c
72
acpi_handle_debug(handle, "%s returned %#llx\n", method, *ret);
drivers/platform/x86/dasharo-acpi.c
118
status = acpi_evaluate_integer(handle, method, &obj_list, &val);
drivers/platform/x86/dasharo-acpi.c
96
static int dasharo_read_channel(struct dasharo_data *data, char *method, enum dasharo_feature feat, int channel, long *value)
drivers/platform/x86/dell/dell-wmi-ddv.c
1002
ret = dell_wmi_ddv_query_buffer(data->wdev, method, 0, &obj);
drivers/platform/x86/dell/dell-wmi-ddv.c
161
static int dell_wmi_ddv_query_type(struct wmi_device *wdev, enum dell_ddv_method method, u32 arg,
drivers/platform/x86/dell/dell-wmi-ddv.c
172
ret = wmidev_evaluate_method(wdev, 0x0, method, &in, &out);
drivers/platform/x86/dell/dell-wmi-ddv.c
190
static int dell_wmi_ddv_query_integer(struct wmi_device *wdev, enum dell_ddv_method method,
drivers/platform/x86/dell/dell-wmi-ddv.c
196
ret = dell_wmi_ddv_query_type(wdev, method, arg, &obj, ACPI_TYPE_INTEGER);
drivers/platform/x86/dell/dell-wmi-ddv.c
210
static int dell_wmi_ddv_query_buffer(struct wmi_device *wdev, enum dell_ddv_method method,
drivers/platform/x86/dell/dell-wmi-ddv.c
217
ret = dell_wmi_ddv_query_type(wdev, method, arg, &obj, ACPI_TYPE_PACKAGE);
drivers/platform/x86/dell/dell-wmi-ddv.c
256
static int dell_wmi_ddv_query_string(struct wmi_device *wdev, enum dell_ddv_method method,
drivers/platform/x86/dell/dell-wmi-ddv.c
259
return dell_wmi_ddv_query_type(wdev, method, arg, result, ACPI_TYPE_STRING);
drivers/platform/x86/dell/dell-wmi-ddv.c
265
static int dell_wmi_ddv_update_sensors(struct wmi_device *wdev, enum dell_ddv_method method,
drivers/platform/x86/dell/dell-wmi-ddv.c
281
ret = dell_wmi_ddv_query_buffer(wdev, method, 0, &obj);
drivers/platform/x86/dell/dell-wmi-ddv.c
571
enum dell_ddv_method method,
drivers/platform/x86/dell/dell-wmi-ddv.c
580
ret = dell_wmi_ddv_update_sensors(wdev, method, sensors, entry_size);
drivers/platform/x86/dell/dell-wmi-ddv.c
993
static int dell_wmi_ddv_buffer_read(struct seq_file *seq, enum dell_ddv_method method)
drivers/platform/x86/eeepc-laptop.c
183
static int write_acpi_int(acpi_handle handle, const char *method, int val)
drivers/platform/x86/eeepc-laptop.c
187
status = acpi_execute_simple_method(handle, (char *)method, val);
drivers/platform/x86/eeepc-laptop.c
192
static int read_acpi_int(acpi_handle handle, const char *method, int *val)
drivers/platform/x86/eeepc-laptop.c
197
status = acpi_evaluate_integer(handle, (char *)method, NULL, &result);
drivers/platform/x86/eeepc-laptop.c
209
const char *method = cm_setv[cm];
drivers/platform/x86/eeepc-laptop.c
211
if (method == NULL)
drivers/platform/x86/eeepc-laptop.c
216
if (write_acpi_int(eeepc->handle, method, value))
drivers/platform/x86/eeepc-laptop.c
217
pr_warn("Error writing %s\n", method);
drivers/platform/x86/eeepc-laptop.c
223
const char *method = cm_getv[cm];
drivers/platform/x86/eeepc-laptop.c
226
if (method == NULL)
drivers/platform/x86/eeepc-laptop.c
231
if (read_acpi_int(eeepc->handle, method, &value))
drivers/platform/x86/eeepc-laptop.c
232
pr_warn("Error reading %s\n", method);
drivers/platform/x86/eeepc-laptop.c
239
const char *method = cm_setv[cm];
drivers/platform/x86/eeepc-laptop.c
242
if (method == NULL)
drivers/platform/x86/eeepc-laptop.c
247
status = acpi_get_handle(eeepc->handle, (char *)method,
drivers/platform/x86/eeepc-laptop.c
250
pr_warn("Error finding %s\n", method);
drivers/platform/x86/fujitsu-laptop.c
291
char *method;
drivers/platform/x86/fujitsu-laptop.c
296
method = "SBL2";
drivers/platform/x86/fujitsu-laptop.c
298
method = "SBLL";
drivers/platform/x86/fujitsu-laptop.c
301
method = "SBL2";
drivers/platform/x86/fujitsu-laptop.c
304
method = "SBLL";
drivers/platform/x86/fujitsu-laptop.c
308
acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method,
drivers/platform/x86/fujitsu-laptop.c
314
status = acpi_execute_simple_method(device->handle, method, level);
drivers/platform/x86/fujitsu-laptop.c
317
method);
drivers/platform/x86/lenovo/thinkpad_acpi.c
613
int *res, char *method, char *fmt, ...)
drivers/platform/x86/lenovo/thinkpad_acpi.c
667
status = acpi_evaluate_object(handle, method, &params, resultp);
drivers/platform/x86/lenovo/thinkpad_acpi.c
688
method, fmt0, acpi_format_exception(status));
drivers/platform/x86/lenovo/thinkpad_acpi.c
9507
static acpi_status tpacpi_battery_acpi_eval(char *method, int *ret, int param)
drivers/platform/x86/lenovo/thinkpad_acpi.c
9511
if (!acpi_evalf(hkey_handle, &response, method, "dd", param)) {
drivers/platform/x86/lenovo/thinkpad_acpi.c
9512
acpi_handle_err(hkey_handle, "%s: evaluate failed", method);
drivers/platform/x86/lenovo/thinkpad_acpi.c
9517
"%s evaluated but flagged as error", method);
drivers/platform/x86/lg-laptop.c
157
static union acpi_object *lg_wmab(struct device *dev, u32 method, u32 arg1, u32 arg2)
drivers/platform/x86/lg-laptop.c
165
args[0].integer.value = method;
drivers/platform/x86/msi-wmi-platform.c
144
enum msi_wmi_platform_method method, u8 *input,
drivers/platform/x86/msi-wmi-platform.c
164
status = wmidev_evaluate_method(data->wdev, 0x0, method, &in, &out);
drivers/platform/x86/msi-wmi-platform.c
249
ret = msi_wmi_platform_query(data->data, data->method, payload, data->length, data->buffer,
drivers/platform/x86/msi-wmi-platform.c
296
const char *name, enum msi_wmi_platform_method method)
drivers/platform/x86/msi-wmi-platform.c
306
data->method = method;
drivers/platform/x86/msi-wmi-platform.c
323
int ret, method;
drivers/platform/x86/msi-wmi-platform.c
335
for (method = MSI_PLATFORM_GET_PACKAGE; method <= MSI_PLATFORM_GET_WMI; method++)
drivers/platform/x86/msi-wmi-platform.c
336
msi_wmi_platform_debugfs_add(data, dir, msi_wmi_platform_debugfs_names[method - 1],
drivers/platform/x86/msi-wmi-platform.c
337
method);
drivers/platform/x86/msi-wmi-platform.c
89
enum msi_wmi_platform_method method;
drivers/platform/x86/samsung-galaxybook.c
220
static int galaxybook_acpi_method(struct samsung_galaxybook *galaxybook, acpi_string method,
drivers/platform/x86/samsung-galaxybook.c
236
status = acpi_evaluate_object_typed(galaxybook->acpi->handle, method, &input, &output,
drivers/platform/x86/samsung-galaxybook.c
241
method, acpi_format_exception(status));
drivers/platform/x86/samsung-galaxybook.c
250
method);
drivers/platform/x86/samsung-galaxybook.c
257
method, GB_RFLG_SUCCESS);
drivers/platform/x86/samsung-galaxybook.c
264
method, GB_GUNM_FAIL);
drivers/platform/x86/sony-laptop.c
724
static union acpi_object *__call_snc_method(acpi_handle handle, char *method,
drivers/platform/x86/sony-laptop.c
738
status = acpi_evaluate_object(handle, method, &params, &output);
drivers/platform/x86/sony-laptop.c
739
dprintk("__call_snc_method: [%s:0x%.8x%.8x]\n", method,
drivers/platform/x86/sony-laptop.c
743
status = acpi_evaluate_object(handle, method, NULL, &output);
drivers/platform/x86/sony-laptop.c
744
dprintk("__call_snc_method: [%s]\n", method);
drivers/platform/x86/sony-laptop.c
748
pr_err("Failed to evaluate [%s]\n", method);
drivers/platform/x86/sony-laptop.c
754
dprintk("No return object [%s]\n", method);
drivers/platform/x86/system76_acpi.c
104
status = acpi_evaluate_integer(handle, method, &obj_list, &ret);
drivers/platform/x86/system76_acpi.c
111
static int system76_get_object(struct system76_data *data, char *method, union acpi_object **obj)
drivers/platform/x86/system76_acpi.c
118
status = acpi_evaluate_object(handle, method, NULL, &buf);
drivers/platform/x86/system76_acpi.c
139
static int system76_set(struct system76_data *data, char *method, int value)
drivers/platform/x86/system76_acpi.c
151
status = acpi_evaluate_object(handle, method, &obj_list, NULL);
drivers/platform/x86/system76_acpi.c
76
static int system76_get(struct system76_data *data, char *method)
drivers/platform/x86/system76_acpi.c
83
status = acpi_evaluate_integer(handle, method, NULL, &ret);
drivers/platform/x86/system76_acpi.c
90
static int system76_get_index(struct system76_data *data, char *method, int index)
drivers/platform/x86/tuxedo/nb04/wmi_util.c
78
enum tux_wmi_xx_8in_80out_methods method,
drivers/platform/x86/tuxedo/nb04/wmi_util.c
82
return __wmi_method_buffer_out(wdev, method, in->raw, 8, out->raw, 80);
drivers/platform/x86/tuxedo/nb04/wmi_util.c
86
enum tux_wmi_xx_496in_80out_methods method,
drivers/platform/x86/tuxedo/nb04/wmi_util.c
90
return __wmi_method_buffer_out(wdev, method, in->raw, 496, out->raw, 80);
drivers/platform/x86/tuxedo/nb04/wmi_util.h
101
enum tux_wmi_xx_8in_80out_methods method,
drivers/platform/x86/tuxedo/nb04/wmi_util.h
105
enum tux_wmi_xx_496in_80out_methods method,
drivers/rapidio/devices/rio_mport_cdev.c
607
switch (transfer->method) {
drivers/scsi/aacraid/aacraid.h
2348
#define CTL_CODE(function, method) ( \
drivers/scsi/aacraid/aacraid.h
2349
(4<< 16) | ((function) << 2) | (method) \
drivers/scsi/aic94xx/aic94xx_hwi.h
57
u8 method;
drivers/scsi/aic94xx/aic94xx_sds.c
1147
switch (asd_ha->hw_prof.flash.method) {
drivers/scsi/aic94xx/aic94xx_sds.c
1271
switch (asd_ha->hw_prof.flash.method) {
drivers/scsi/aic94xx/aic94xx_sds.c
1320
asd_ha->hw_prof.flash.method = FLASH_METHOD_UNKNOWN;
drivers/scsi/aic94xx/aic94xx_sds.c
1353
asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
drivers/scsi/aic94xx/aic94xx_sds.c
1363
asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
drivers/scsi/aic94xx/aic94xx_sds.c
1373
asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
drivers/scsi/aic94xx/aic94xx_sds.c
1380
asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
drivers/scsi/aic94xx/aic94xx_sds.c
1386
if (asd_ha->hw_prof.flash.method == FLASH_METHOD_UNKNOWN) {
drivers/scsi/aic94xx/aic94xx_sds.c
1414
asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
drivers/scsi/aic94xx/aic94xx_sds.c
1423
asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
drivers/scsi/aic94xx/aic94xx_sds.c
1432
asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
drivers/scsi/aic94xx/aic94xx_sds.c
1439
asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
drivers/scsi/aic94xx/aic94xx_sds.c
1446
asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
drivers/scsi/aic94xx/aic94xx_sds.c
1455
if (asd_ha->hw_prof.flash.method == FLASH_METHOD_UNKNOWN)
drivers/scsi/bnx2fc/bnx2fc_els.c
871
int method;
drivers/scsi/bnx2fc/bnx2fc_els.c
891
method = BNX2FC_FCOE_MAC_METHOD_GRANGED_MAC;
drivers/scsi/bnx2fc/bnx2fc_els.c
900
method = BNX2FC_FCOE_MAC_METHOD_FCF_MAP;
drivers/scsi/bnx2fc/bnx2fc_els.c
903
method = BNX2FC_FCOE_MAC_METHOD_FCOE_SET_MAC;
drivers/scsi/bnx2fc/bnx2fc_els.c
906
BNX2FC_HBA_DBG(lport, "fcoe_mac=%pM method=%d\n", fcoe_mac, method);
drivers/scsi/elx/libefc_sli/sli4.h
3791
sli_convert_mask_to_count(u32 method, u32 mask)
drivers/scsi/elx/libefc_sli/sli4.h
3795
if (method) {
drivers/scsi/lpfc/lpfc_hw.h
2339
uint32_t method:1;
drivers/scsi/lpfc/lpfc_hw.h
2343
uint32_t method:1;
drivers/scsi/qedf/qedf_main.c
231
int method = 0;
drivers/scsi/qedf/qedf_main.c
248
method = QEDF_FCOE_MAC_METHOD_GRANGED_MAC;
drivers/scsi/qedf/qedf_main.c
257
method = QEDF_FCOE_MAC_METHOD_FCF_MAP;
drivers/scsi/qedf/qedf_main.c
260
method = QEDF_FCOE_MAC_METHOD_FCOE_SET_MAC;
drivers/scsi/qedf/qedf_main.c
264
"QEDF data_src_mac=%pM method=%d.\n", qedf->data_src_addr, method);
drivers/scsi/sym53c8xx_2/sym_nvram.h
101
u_short method;
drivers/tee/optee/smc_abi.c
1488
const char *method;
drivers/tee/optee/smc_abi.c
1492
if (device_property_read_string(dev, "method", &method)) {
drivers/tee/optee/smc_abi.c
1497
if (!strcmp("hvc", method))
drivers/tee/optee/smc_abi.c
1499
else if (!strcmp("smc", method))
drivers/tee/optee/smc_abi.c
1502
pr_warn("invalid \"method\" property: %s\n", method);
drivers/usb/core/port.c
495
char *method;
drivers/usb/core/port.c
498
method = "location";
drivers/usb/core/port.c
500
method = "default";
drivers/usb/core/port.c
503
dev_name(&left->dev), dev_name(&right->dev), method,
fs/smb/server/mgmt/user_session.c
30
unsigned int method;
fs/smb/server/mgmt/user_session.c
319
int method, id;
fs/smb/server/mgmt/user_session.c
321
method = __rpc_method(rpc_name);
fs/smb/server/mgmt/user_session.c
322
if (!method)
fs/smb/server/mgmt/user_session.c
329
entry->method = method;
fs/smb/server/mgmt/user_session.c
376
return entry ? entry->method : 0;
include/acpi/acpi_bus.h
47
acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
include/drm/drm_drv.h
490
int drm_dev_wedged_event(struct drm_device *dev, unsigned long method,
include/linux/arm-smccc.h
697
int method = arm_smccc_1_1_get_conduit(); \
include/linux/arm-smccc.h
698
switch (method) { \
include/linux/arm-smccc.h
707
method = SMCCC_CONDUIT_NONE; \
include/linux/arm-smccc.h
710
method; \
include/linux/arm-smccc.h
736
int method = arm_smccc_1_1_get_conduit(); \
include/linux/arm-smccc.h
737
switch (method) { \
include/linux/arm-smccc.h
746
method = SMCCC_CONDUIT_NONE; \
include/linux/arm-smccc.h
749
method; \
include/linux/ceph/osd_client.h
524
const char *class, const char *method);
include/linux/ceph/osd_client.h
592
const char *class, const char *method,
include/linux/mlx4/device.h
1008
u8 method;
include/linux/mlx4/device.h
1591
enum mlx4_access_reg_method method,
include/linux/mtd/spinand.h
392
const enum spinand_readid_method method;
include/linux/mtd/spinand.h
621
.method = __method, \
include/linux/netfilter/nf_conntrack_sip.h
41
const char *method;
include/linux/netfilter/nf_conntrack_sip.h
55
.method = (__method), \
include/linux/zlib.h
586
extern int zlib_deflateInit2(z_streamp strm, int level, int method,
include/rdma/ib_mad.h
142
u8 method;
include/rdma/ib_mad.h
416
u8 method;
include/rdma/ib_sa.h
558
ib_sa_comp_mask comp_mask, u8 method,
include/rdma/ib_smi.h
156
mad->method = IB_MGMT_METHOD_GET;
include/rdma/ib_smi.h
22
u8 method;
include/rdma/opa_smi.h
26
u8 method;
include/rdma/uverbs_ioctl.h
218
unsigned int method = key & UVERBS_API_METHOD_KEY_MASK;
include/rdma/uverbs_ioctl.h
220
return method != 0 && method < UVERBS_API_METHOD_IS_WRITE &&
include/rdma/uverbs_ioctl.h
267
unsigned int method = key & UVERBS_API_METHOD_KEY_MASK;
include/rdma/uverbs_ioctl.h
269
return method != 0 && method < UVERBS_API_METHOD_IS_WRITE &&
include/trace/events/ib_mad.h
140
__field(u8, method)
include/trace/events/ib_mad.h
159
__entry->method =
include/trace/events/ib_mad.h
160
((struct ib_mad_hdr *)wr->send_buf.mad)->method;
include/trace/events/ib_mad.h
178
__entry->class_version, __entry->method,
include/trace/events/ib_mad.h
198
__field(u8, method)
include/trace/events/ib_mad.h
216
__entry->method = mad_hdr->method;
include/trace/events/ib_mad.h
237
__entry->class_version, __entry->method,
include/trace/events/ib_mad.h
34
__field(u8, method)
include/trace/events/ib_mad.h
72
__entry->method =
include/trace/events/ib_mad.h
73
((struct ib_mad_hdr *)wr->send_buf.mad)->method;
include/trace/events/ib_mad.h
98
__entry->method, be16_to_cpu(__entry->status),
include/trace/events/ib_umad.h
101
__entry->class_version, __entry->method,
include/trace/events/ib_umad.h
41
__field(u8, method)
include/trace/events/ib_umad.h
77
__entry->method = mad_hdr->method;
include/uapi/linux/atmbr2684.h
70
int method; /* BR2684_FIND_* */
include/uapi/linux/rio_mport_cdev.h
198
__u16 method; /* Data exchange method, one of rio_exchange enum */
include/uapi/linux/rkisp1-config.h
329
__u32 method;
lib/inflate.c
1198
char method;
lib/inflate.c
1205
method = NEXTBYTE();
lib/inflate.c
1214
if (method != 8) {
lib/reed_solomon/test_rslib.c
262
struct wspace *ws, int method)
lib/reed_solomon/test_rslib.c
277
switch (method) {
lib/reed_solomon/test_rslib.c
300
if (method != IN_PLACE) {
lib/reed_solomon/test_rslib.c
314
int len, int trials, int method)
lib/reed_solomon/test_rslib.c
327
pr_info(" %s\n", desc[method]);
lib/reed_solomon/test_rslib.c
331
test_uc(rs, len, errs, eras, trials, &stat, ws, method);
lib/reed_solomon/test_rslib.c
338
if (method != IN_PLACE)
lib/zlib_deflate/deflate.c
188
int method,
lib/zlib_deflate/deflate.c
216
if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
lib/zlib_deflate/deflate.c
273
s->method = (Byte)method;
lib/zlib_deflate/deftree.c
865
s->method = STORED;
lib/zlib_deflate/defutil.h
82
Byte method; /* STORED (for zip only) or DEFLATED */
net/atm/br2684.c
128
switch (s->method) {
net/atm/br2684.c
367
if (fs.ifspec.method != BR2684_FIND_BYNOTHING) {
net/bluetooth/smp.c
121
u8 method;
net/bluetooth/smp.c
1467
if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
net/bluetooth/smp.c
1470
if (smp->method == REQ_OOB)
net/bluetooth/smp.c
1828
u8 method;
net/bluetooth/smp.c
1830
method = get_auth_method(smp, conn->hcon->io_capability,
net/bluetooth/smp.c
1832
if (method == JUST_WORKS || method == JUST_CFM)
net/bluetooth/smp.c
1992
u8 method;
net/bluetooth/smp.c
1994
method = get_auth_method(smp, req->io_capability,
net/bluetooth/smp.c
1996
if (method == JUST_WORKS || method == JUST_CFM)
net/bluetooth/smp.c
2035
if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
net/bluetooth/smp.c
2166
if (smp->method == REQ_OOB) {
net/bluetooth/smp.c
2175
if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
net/bluetooth/smp.c
2200
if (smp->method == REQ_OOB) {
net/bluetooth/smp.c
2217
confirm_hint = smp->method == JUST_WORKS ? 1 : 0;
net/bluetooth/smp.c
2685
u8 local_mitm, remote_mitm, local_io, remote_io, method;
net/bluetooth/smp.c
2714
method = get_auth_method(smp, local_io, remote_io);
net/bluetooth/smp.c
2716
method = JUST_WORKS;
net/bluetooth/smp.c
2719
if (method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, &smp->flags))
net/bluetooth/smp.c
2720
method = JUST_WORKS;
net/bluetooth/smp.c
2722
return method;
net/bluetooth/smp.c
2798
smp->method = sc_select_method(smp);
net/bluetooth/smp.c
2800
bt_dev_dbg(hdev, "selected method 0x%02x", smp->method);
net/bluetooth/smp.c
2803
if (smp->method == JUST_WORKS || smp->method == JUST_CFM)
net/bluetooth/smp.c
2811
if (smp->method == DSP_PASSKEY) {
net/bluetooth/smp.c
2826
if (smp->method == REQ_OOB) {
net/bluetooth/smp.c
2839
if (smp->method == REQ_PASSKEY) {
net/bluetooth/smp.c
2897
if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
net/bluetooth/smp.c
2899
else if (smp->method == REQ_OOB)
net/bluetooth/smp.c
873
smp->method = JUST_CFM;
net/bluetooth/smp.c
875
smp->method = get_auth_method(smp, local_io, remote_io);
net/bluetooth/smp.c
878
if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR,
net/bluetooth/smp.c
880
smp->method = JUST_WORKS;
net/bluetooth/smp.c
883
if (smp->method == JUST_CFM &&
net/bluetooth/smp.c
885
smp->method = JUST_WORKS;
net/bluetooth/smp.c
889
if (smp->method == JUST_WORKS) {
net/bluetooth/smp.c
907
if (smp->method != JUST_CFM) {
net/bluetooth/smp.c
916
if (smp->method == OVERLAP) {
net/bluetooth/smp.c
918
smp->method = CFM_PASSKEY;
net/bluetooth/smp.c
920
smp->method = REQ_PASSKEY;
net/bluetooth/smp.c
924
if (smp->method == CFM_PASSKEY) {
net/bluetooth/smp.c
933
if (smp->method == REQ_PASSKEY)
net/bluetooth/smp.c
936
else if (smp->method == JUST_CFM)
net/ceph/osd_client.c
5130
const char *class, const char *method,
net/ceph/osd_client.c
5149
ret = osd_req_op_cls_init(req, 0, class, method);
net/ceph/osd_client.c
802
const char *class, const char *method)
net/ceph/osd_client.c
825
op->cls.method_name = method;
net/ceph/osd_client.c
826
size = strlen(method);
net/ceph/osd_client.c
829
ret = ceph_pagelist_append(pagelist, method, size);
net/core/sock.c
4302
static char proto_method_implemented(const void *method)
net/core/sock.c
4304
return method == NULL ? 'n' : 'y';
net/mac80211/mesh.h
282
const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);
net/mac80211/mesh_sync.c
198
.method = IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET,
net/mac80211/mesh_sync.c
206
const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method)
net/mac80211/mesh_sync.c
211
if (sync_methods[i].method == method)
net/mac80211/mesh_sync.c
32
u8 method;
net/netfilter/nf_conntrack_sip.c
1450
strncasecmp(*dptr + matchend, handler->method, handler->len))
net/netfilter/nf_conntrack_sip.c
1491
strncasecmp(*dptr, handler->method, handler->len))
net/tipc/bcast.c
213
struct tipc_mc_method *method)
net/tipc/bcast.c
216
unsigned long exp = method->expires;
net/tipc/bcast.c
220
method->rcast = true;
net/tipc/bcast.c
225
method->rcast = false;
net/tipc/bcast.c
229
method->expires = jiffies + TIPC_METHOD_EXPIRE;
net/tipc/bcast.c
230
if (method->mandatory)
net/tipc/bcast.c
239
method->rcast = false;
net/tipc/bcast.c
244
method->rcast = true;
net/tipc/bcast.c
249
method->rcast = dests <= bb->bc_threshold;
net/tipc/bcast.c
318
struct tipc_mc_method *method,
net/tipc/bcast.c
357
if (method->rcast)
net/tipc/bcast.c
379
struct tipc_mc_method *method, struct tipc_nlist *dests,
net/tipc/bcast.c
383
bool rcast = method->rcast;
net/tipc/bcast.c
398
tipc_bcast_select_xmit_method(net, dests->remote, method);
net/tipc/bcast.c
404
msg_set_is_rcast(hdr, method->rcast);
net/tipc/bcast.c
407
if (rcast != method->rcast) {
net/tipc/bcast.c
408
rc = tipc_mcast_send_sync(net, skb, method, dests);
net/tipc/bcast.c
416
if (method->rcast)
net/tipc/bcast.h
91
struct tipc_mc_method *method, struct tipc_nlist *dests,
net/tipc/socket.c
1088
struct tipc_mc_method *method = &tsk->mc_method;
net/tipc/socket.c
1089
bool ack = method->mandatory && method->rcast;
net/tipc/socket.c
1130
rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
net/tipc/socket.c
1138
method->mandatory = false;
net/tipc/socket.c
1139
method->expires = jiffies;
net/tipc/socket.c
909
struct tipc_mc_method *method = &tsk->mc_method;
net/tipc/socket.c
940
method->rcast = true;
net/tipc/socket.c
941
method->mandatory = true;
samples/bpf/ibumad_kern.c
66
u8 method;
scripts/asn1_compiler.c
1032
element->method = ASN1_CONS;
scripts/asn1_compiler.c
1049
element->method = ASN1_CONS;
scripts/asn1_compiler.c
1218
if (e->class == 0 && e->method == 0 && e->tag == 0)
scripts/asn1_compiler.c
1223
asn1_methods[e->method],
scripts/asn1_compiler.c
1228
asn1_methods[e->method],
scripts/asn1_compiler.c
1488
if (e->class == ASN1_UNIV && e->method == ASN1_PRIM && e->tag == 0)
scripts/asn1_compiler.c
1512
asn1_methods[tag->method | e->method],
scripts/asn1_compiler.c
1517
asn1_methods[tag->method | e->method],
scripts/asn1_compiler.c
693
enum asn1_method method : 8;
scripts/asn1_compiler.c
865
element->method = ASN1_PRIM;
scripts/asn1_compiler.c
940
element->method |= ASN1_CONS;
scripts/asn1_compiler.c
945
element->method = ASN1_PRIM;
scripts/asn1_compiler.c
967
element->method = ASN1_CONS;
tools/perf/jvmti/libjvmti.c
231
jmethodID method,
tools/perf/jvmti/libjvmti.c
250
ret = (*jvmti)->GetMethodDeclaringClass(jvmti, method,
tools/perf/jvmti/libjvmti.c
287
ret = (*jvmti)->GetMethodName(jvmti, method, &func_name,
tools/perf/util/demangle-rust-v0.c
964
#define PARSE(printer, method, ...) \
tools/perf/util/demangle-rust-v0.c
970
demangle_status _parse_status = method(&(printer)->parser, ## __VA_ARGS__); \
tools/testing/selftests/mm/write_to_hugetlbfs.c
103
method = atoi(optarg);
tools/testing/selftests/mm/write_to_hugetlbfs.c
152
if (method == MAX_METHOD) {
tools/testing/selftests/mm/write_to_hugetlbfs.c
157
printf("Using method=%d\n", method);
tools/testing/selftests/mm/write_to_hugetlbfs.c
169
switch (method) {
tools/testing/selftests/mm/write_to_hugetlbfs.c
242
if (method == HUGETLBFS)
tools/testing/selftests/mm/write_to_hugetlbfs.c
73
enum method method = MAX_METHOD;