method             39 arch/arm/include/asm/cpuidle.h 	const char *method;
method             46 arch/arm/include/asm/cpuidle.h 	= { .method = _method, .ops = _ops }
method            110 arch/arm/include/asm/smp.h 	const char *method;
method            117 arch/arm/include/asm/smp.h 		= { .method = _method, .ops = _ops }
method             62 arch/arm/kernel/cpuidle.c static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method)
method             66 arch/arm/kernel/cpuidle.c 	for (; m->method; m++)
method             67 arch/arm/kernel/cpuidle.c 		if (!strcmp(m->method, method))
method             37 arch/arm/kernel/devtree.c 	const char *method;
method             40 arch/arm/kernel/devtree.c 	if (of_property_read_string(node, "enable-method", &method))
method             43 arch/arm/kernel/devtree.c 	for (; m->method; m++)
method             44 arch/arm/kernel/devtree.c 		if (!strcmp(m->method, method)) {
method            240 arch/ia64/include/asm/pal.h 				method		: 4, /* Protection method */
method            250 arch/ia64/include/asm/pal.h #define pcpi_prot_method	pcp_info.method
method             57 arch/sh/boards/of-generic.c 	const char *method = NULL;
method             69 arch/sh/boards/of-generic.c 			if (!method)
method             70 arch/sh/boards/of-generic.c 				of_property_read_string(np, "enable-method", &method);
method             77 arch/sh/boards/of-generic.c 	if (!method) {
method             79 arch/sh/boards/of-generic.c 		of_property_read_string(np, "enable-method", &method);
method             83 arch/sh/boards/of-generic.c 	pr_info("CPU enable method: %s\n", method);
method             84 arch/sh/boards/of-generic.c 	if (method)
method             85 arch/sh/boards/of-generic.c 		for (; m->method; m++)
method             86 arch/sh/boards/of-generic.c 			if (!strcmp(m->method, method)) {
method             69 arch/sh/include/asm/smp.h 	const char *method;
method             76 arch/sh/include/asm/smp.h 		= { .method = _method, .ops = _ops }
method            455 arch/x86/pci/mmconfig-shared.c 	char *method = with_e820 ? "E820" : "ACPI motherboard resources";
method            468 arch/x86/pci/mmconfig-shared.c 			 &cfg->res, method);
method            471 arch/x86/pci/mmconfig-shared.c 		       &cfg->res, method);
method           1024 block/sed-opal.c static int cmd_start(struct opal_dev *dev, const u8 *uid, const u8 *method)
method           1033 block/sed-opal.c 	add_token_bytestring(&err, dev, method, OPAL_METHOD_LENGTH);
method            250 drivers/acpi/acpi_tad.c static int acpi_tad_wake_set(struct device *dev, char *method, u32 timer_id,
method            270 drivers/acpi/acpi_tad.c 	status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
method            280 drivers/acpi/acpi_tad.c static int acpi_tad_wake_write(struct device *dev, const char *buf, char *method,
method            297 drivers/acpi/acpi_tad.c 	return acpi_tad_wake_set(dev, method, timer_id, value);
method            300 drivers/acpi/acpi_tad.c static ssize_t acpi_tad_wake_read(struct device *dev, char *buf, char *method,
method            318 drivers/acpi/acpi_tad.c 	status = acpi_evaluate_integer(handle, method, &arg_list, &retval);
method           1170 drivers/acpi/acpica/aclocal.h 	acpi_handle method;
method            373 drivers/acpi/acpica/acobject.h 	struct acpi_object_method method;
method            376 drivers/acpi/acpica/dbdisply.c 		       (u32)obj_desc->method.param_count,
method            377 drivers/acpi/acpica/dbdisply.c 		       (u32)obj_desc->method.sync_level);
method            301 drivers/acpi/acpica/dbexec.c 	if (obj_desc->method.param_count) {
method            409 drivers/acpi/acpica/dbexec.c 				 &acpi_gbl_db_method_info.method);
method            459 drivers/acpi/acpica/dbexec.c 			       acpi_gbl_db_method_info.method)->name.ascii),
method            666 drivers/acpi/acpica/dbexec.c 				 &acpi_gbl_db_method_info.method);
method            813 drivers/acpi/acpica/dbexec.c 				 &acpi_gbl_db_method_info.method);
method            269 drivers/acpi/acpica/dbmethod.c 	struct acpi_namespace_node *method;
method            271 drivers/acpi/acpica/dbmethod.c 	method = acpi_db_convert_to_node(name);
method            272 drivers/acpi/acpica/dbmethod.c 	if (!method) {
method            276 drivers/acpi/acpica/dbmethod.c 	if (method->type != ACPI_TYPE_METHOD) {
method            278 drivers/acpi/acpica/dbmethod.c 			    name, acpi_ut_get_type_name(method->type)));
method            282 drivers/acpi/acpica/dbmethod.c 	obj_desc = method->object;
method            284 drivers/acpi/acpica/dbmethod.c 	op = acpi_ps_create_scope_op(obj_desc->method.aml_start);
method            297 drivers/acpi/acpica/dbmethod.c 				       obj_desc->method.aml_start,
method            298 drivers/acpi/acpica/dbmethod.c 				       obj_desc->method.aml_length, NULL,
method            304 drivers/acpi/acpica/dbmethod.c 	status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
method            309 drivers/acpi/acpica/dbmethod.c 	walk_state->owner_id = obj_desc->method.owner_id;
method            313 drivers/acpi/acpica/dbmethod.c 	status = acpi_ds_scope_stack_push(method, method->type, walk_state);
method            336 drivers/acpi/acpica/dbmethod.c 	acpi_ns_delete_namespace_subtree(method);
method            337 drivers/acpi/acpica/dbmethod.c 	acpi_ns_delete_namespace_by_owner(obj_desc->method.owner_id);
method            338 drivers/acpi/acpica/dbmethod.c 	acpi_ut_release_owner_id(&obj_desc->method.owner_id);
method            502 drivers/acpi/acpica/dbobject.c 			       node->object->method.param_count);
method             86 drivers/acpi/acpica/dbtest.c 	method(_T98, 1, not_serialized) {	/* Read */
method             93 drivers/acpi/acpica/dbtest.c 	method(_T99, 2, not_serialized) {	/* Write */
method            327 drivers/acpi/acpica/dbutils.c 	union acpi_parse_object *method;
method            340 drivers/acpi/acpica/dbutils.c 			method = op;
method            354 drivers/acpi/acpica/dbutils.c 			    method->named.data;
method            357 drivers/acpi/acpica/dbutils.c 			    method->named.data + method->named.length;
method            369 drivers/acpi/acpica/dbutils.c 			    (method->common.value.arg)->common.aml_offset + 1;
method            370 drivers/acpi/acpica/dbutils.c 			start_op = (method->common.value.arg)->common.next;
method            145 drivers/acpi/acpica/dsdebug.c 						  method_desc->method.node,
method            101 drivers/acpi/acpica/dsinit.c 		if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) {
method            111 drivers/acpi/acpica/dsinit.c 			if (obj_desc->method.
method             70 drivers/acpi/acpica/dsmethod.c 	op = acpi_ps_alloc_op(AML_METHOD_OP, obj_desc->method.aml_start);
method             88 drivers/acpi/acpica/dsmethod.c 				       obj_desc->method.aml_start,
method             89 drivers/acpi/acpica/dsmethod.c 				       obj_desc->method.aml_length, NULL, 0);
method            146 drivers/acpi/acpica/dsmethod.c 	walk_state->method_desc->method.sync_level = 0;
method            147 drivers/acpi/acpica/dsmethod.c 	walk_state->method_desc->method.info_flags |=
method            269 drivers/acpi/acpica/dsmethod.c 	mutex_desc->mutex.sync_level = method_desc->method.sync_level;
method            270 drivers/acpi/acpica/dsmethod.c 	method_desc->method.mutex = mutex_desc;
method            308 drivers/acpi/acpica/dsmethod.c 	if (obj_desc->method.thread_count == ACPI_UINT8_MAX) {
method            317 drivers/acpi/acpica/dsmethod.c 	if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) {
method            323 drivers/acpi/acpica/dsmethod.c 		if (!obj_desc->method.mutex) {
method            342 drivers/acpi/acpica/dsmethod.c 		    (!(obj_desc->method.
method            345 drivers/acpi/acpica/dsmethod.c 			obj_desc->method.mutex->mutex.sync_level)) {
method            360 drivers/acpi/acpica/dsmethod.c 		    !obj_desc->method.mutex->mutex.thread_id ||
method            362 drivers/acpi/acpica/dsmethod.c 		     obj_desc->method.mutex->mutex.thread_id)) {
method            368 drivers/acpi/acpica/dsmethod.c 			    acpi_ex_system_wait_mutex(obj_desc->method.mutex->
method            378 drivers/acpi/acpica/dsmethod.c 				obj_desc->method.mutex->mutex.
method            382 drivers/acpi/acpica/dsmethod.c 				obj_desc->method.mutex->mutex.thread_id =
method            392 drivers/acpi/acpica/dsmethod.c 				if (!(obj_desc->method.info_flags &
method            395 drivers/acpi/acpica/dsmethod.c 					    obj_desc->method.sync_level;
method            398 drivers/acpi/acpica/dsmethod.c 				obj_desc->method.mutex->mutex.
method            400 drivers/acpi/acpica/dsmethod.c 				    obj_desc->method.mutex->mutex.sync_level;
method            402 drivers/acpi/acpica/dsmethod.c 				obj_desc->method.mutex->mutex.thread_id =
method            409 drivers/acpi/acpica/dsmethod.c 		obj_desc->method.mutex->mutex.acquisition_depth++;
method            417 drivers/acpi/acpica/dsmethod.c 	if (!obj_desc->method.owner_id) {
method            418 drivers/acpi/acpica/dsmethod.c 		status = acpi_ut_allocate_owner_id(&obj_desc->method.owner_id);
method            428 drivers/acpi/acpica/dsmethod.c 	obj_desc->method.thread_count++;
method            435 drivers/acpi/acpica/dsmethod.c 	if (obj_desc->method.mutex) {
method            436 drivers/acpi/acpica/dsmethod.c 		acpi_os_release_mutex(obj_desc->method.mutex->mutex.os_mutex);
method            498 drivers/acpi/acpica/dsmethod.c 	    acpi_ds_create_walk_state(obj_desc->method.owner_id, NULL, obj_desc,
method            526 drivers/acpi/acpica/dsmethod.c 				       obj_desc->method.aml_start,
method            527 drivers/acpi/acpica/dsmethod.c 				       obj_desc->method.aml_length, info,
method            542 drivers/acpi/acpica/dsmethod.c 	for (i = 0; i < obj_desc->method.param_count; i++) {
method            568 drivers/acpi/acpica/dsmethod.c 	if (obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) {
method            570 drivers/acpi/acpica/dsmethod.c 		    obj_desc->method.dispatch.implementation(next_walk_state);
method            719 drivers/acpi/acpica/dsmethod.c 		if (!(method_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL)
method            720 drivers/acpi/acpica/dsmethod.c 		    && (method_desc->method.thread_count == 1)) {
method            736 drivers/acpi/acpica/dsmethod.c 			if (method_desc->method.
method            740 drivers/acpi/acpica/dsmethod.c 								  method.
method            743 drivers/acpi/acpica/dsmethod.c 				method_desc->method.info_flags &=
method            752 drivers/acpi/acpica/dsmethod.c 		if (method_desc->method.mutex) {
method            756 drivers/acpi/acpica/dsmethod.c 			method_desc->method.mutex->mutex.acquisition_depth--;
method            757 drivers/acpi/acpica/dsmethod.c 			if (!method_desc->method.mutex->mutex.acquisition_depth) {
method            759 drivers/acpi/acpica/dsmethod.c 				    method_desc->method.mutex->mutex.
method            762 drivers/acpi/acpica/dsmethod.c 				acpi_os_release_mutex(method_desc->method.
method            764 drivers/acpi/acpica/dsmethod.c 				method_desc->method.mutex->mutex.thread_id = 0;
method            771 drivers/acpi/acpica/dsmethod.c 	if (method_desc->method.thread_count) {
method            772 drivers/acpi/acpica/dsmethod.c 		method_desc->method.thread_count--;
method            779 drivers/acpi/acpica/dsmethod.c 	if (method_desc->method.thread_count) {
method            786 drivers/acpi/acpica/dsmethod.c 				  method_desc->method.thread_count));
method            800 drivers/acpi/acpica/dsmethod.c 		if (method_desc->method.
method            820 drivers/acpi/acpica/dsmethod.c 			method_desc->method.info_flags &=
method            823 drivers/acpi/acpica/dsmethod.c 			method_desc->method.info_flags |=
method            826 drivers/acpi/acpica/dsmethod.c 			method_desc->method.sync_level = 0;
method            832 drivers/acpi/acpica/dsmethod.c 		    (method_desc->method.
method            834 drivers/acpi/acpica/dsmethod.c 			acpi_ut_release_owner_id(&method_desc->method.owner_id);
method            839 drivers/acpi/acpica/dsmethod.c 				  method.node, method_desc, walk_state);
method            428 drivers/acpi/acpica/excreate.c 	obj_desc->method.aml_start = aml_start;
method            429 drivers/acpi/acpica/excreate.c 	obj_desc->method.aml_length = aml_length;
method            430 drivers/acpi/acpica/excreate.c 	obj_desc->method.node = operand[0];
method            437 drivers/acpi/acpica/excreate.c 	obj_desc->method.param_count = (u8)
method            445 drivers/acpi/acpica/excreate.c 		obj_desc->method.info_flags = ACPI_METHOD_SERIALIZED;
method            451 drivers/acpi/acpica/excreate.c 		obj_desc->method.sync_level = (u8)
method             92 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.info_flags), "Info Flags"},
method             93 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.param_count),
method             95 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.sync_level), "Sync Level"},
method             96 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(method.mutex), "Mutex"},
method             97 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_UINT16, ACPI_EXD_OFFSET(method.owner_id), "Owner Id"},
method             98 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_UINT8, ACPI_EXD_OFFSET(method.thread_count), "Thread Count"},
method             99 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_UINT32, ACPI_EXD_OFFSET(method.aml_length), "Aml Length"},
method            100 drivers/acpi/acpica/exdump.c 	{ACPI_EXD_POINTER, ACPI_EXD_OFFSET(method.aml_start), "Aml Start"}
method            817 drivers/acpi/acpica/exdump.c 			       obj_desc->method.param_count,
method            818 drivers/acpi/acpica/exdump.c 			       obj_desc->method.aml_start,
method            819 drivers/acpi/acpica/exdump.c 			       obj_desc->method.aml_length);
method            198 drivers/acpi/acpica/extrace.c 				 obj_desc ? obj_desc->method.aml_start : NULL,
method            240 drivers/acpi/acpica/extrace.c 				 obj_desc ? obj_desc->method.aml_start : NULL,
method            156 drivers/acpi/acpica/nsaccess.c 				obj_desc->method.param_count =
method            164 drivers/acpi/acpica/nsaccess.c 				new_node->value = obj_desc->method.param_count;
method            168 drivers/acpi/acpica/nsaccess.c 				obj_desc->method.info_flags =
method            170 drivers/acpi/acpica/nsaccess.c 				obj_desc->method.dispatch.implementation =
method            215 drivers/acpi/acpica/nsalloc.c 			walk_state->method_desc->method.info_flags |=
method            149 drivers/acpi/acpica/nsarguments.c 	aml_param_count = node->object->method.param_count;
method            227 drivers/acpi/acpica/nsarguments.c 		aml_param_count = node->object->method.param_count;
method            259 drivers/acpi/acpica/nsdump.c 				       (u32) obj_desc->method.param_count,
method            260 drivers/acpi/acpica/nsdump.c 				       obj_desc->method.aml_length,
method            261 drivers/acpi/acpica/nsdump.c 				       obj_desc->method.aml_start);
method            442 drivers/acpi/acpica/nsdump.c 			acpi_os_printf(" M:%p-%X\n", obj_desc->method.aml_start,
method            443 drivers/acpi/acpica/nsdump.c 				       obj_desc->method.aml_length);
method            570 drivers/acpi/acpica/nsdump.c 			obj_desc = (void *)obj_desc->method.aml_start;
method            193 drivers/acpi/acpica/nseval.c 				  info->obj_desc->method.aml_start + 1,
method            194 drivers/acpi/acpica/nseval.c 				  info->obj_desc->method.aml_length - 1));
method            185 drivers/acpi/acpica/nsobject.c 			ACPI_FREE(obj_desc->method.aml_start);
method             95 drivers/acpi/acpica/nsparse.c 	method_obj->method.aml_start = aml_start;
method             96 drivers/acpi/acpica/nsparse.c 	method_obj->method.aml_length = aml_length;
method             97 drivers/acpi/acpica/nsparse.c 	method_obj->method.owner_id = owner_id;
method             98 drivers/acpi/acpica/nsparse.c 	method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL;
method            282 drivers/acpi/acpica/nsxfeval.c 		if (info->obj_desc->method.param_count > info->param_count) {
method            286 drivers/acpi/acpica/nsxfeval.c 				    info->obj_desc->method.param_count));
method            292 drivers/acpi/acpica/nsxfeval.c 		else if (info->obj_desc->method.param_count < info->param_count) {
method            296 drivers/acpi/acpica/nsxfeval.c 				      info->obj_desc->method.param_count));
method            300 drivers/acpi/acpica/nsxfeval.c 			info->param_count = info->obj_desc->method.param_count;
method            268 drivers/acpi/acpica/nsxfname.c 		param_count = node->object->method.param_count;
method            571 drivers/acpi/acpica/nsxfname.c 	method_obj->method.aml_start = aml_buffer;
method            572 drivers/acpi/acpica/nsxfname.c 	method_obj->method.aml_length = aml_length;
method            574 drivers/acpi/acpica/nsxfname.c 	method_obj->method.param_count = (u8)
method            578 drivers/acpi/acpica/nsxfname.c 		method_obj->method.info_flags = ACPI_METHOD_SERIALIZED;
method            580 drivers/acpi/acpica/nsxfname.c 		method_obj->method.sync_level = (u8)
method            285 drivers/acpi/acpica/psargs.c 				  node, method_desc->method.param_count));
method            289 drivers/acpi/acpica/psargs.c 		walk_state->arg_count = method_desc->method.param_count;
method            451 drivers/acpi/acpica/psparse.c 		    walk_state->method_desc->method.sync_level;
method            538 drivers/acpi/acpica/psparse.c 			    (!(walk_state->method_desc->method.info_flags &
method            546 drivers/acpi/acpica/psparse.c 				walk_state->method_desc->method.info_flags |=
method            124 drivers/acpi/acpica/psxface.c 	op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start);
method            134 drivers/acpi/acpica/psxface.c 	    acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL,
method            142 drivers/acpi/acpica/psxface.c 				       info->obj_desc->method.aml_start,
method            143 drivers/acpi/acpica/psxface.c 				       info->obj_desc->method.aml_length, info,
method            153 drivers/acpi/acpica/psxface.c 	if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) {
method            159 drivers/acpi/acpica/psxface.c 	if (info->obj_desc->method.info_flags & ACPI_METHOD_INTERNAL_ONLY) {
method            161 drivers/acpi/acpica/psxface.c 		    info->obj_desc->method.dispatch.implementation(walk_state);
method            249 drivers/acpi/acpica/psxface.c 	op = acpi_ps_create_scope_op(info->obj_desc->method.aml_start);
method            258 drivers/acpi/acpica/psxface.c 	    acpi_ds_create_walk_state(info->obj_desc->method.owner_id, NULL,
method            266 drivers/acpi/acpica/psxface.c 				       info->obj_desc->method.aml_start,
method            267 drivers/acpi/acpica/psxface.c 				       info->obj_desc->method.aml_length, info,
method            276 drivers/acpi/acpica/psxface.c 	if (info->obj_desc->method.info_flags & ACPI_METHOD_MODULE_LEVEL) {
method            170 drivers/acpi/acpica/utdelete.c 		if (object->method.mutex) {
method            171 drivers/acpi/acpica/utdelete.c 			acpi_os_delete_mutex(object->method.mutex->mutex.
method            173 drivers/acpi/acpica/utdelete.c 			acpi_ut_delete_object_desc(object->method.mutex);
method            174 drivers/acpi/acpica/utdelete.c 			object->method.mutex = NULL;
method            177 drivers/acpi/acpica/utdelete.c 		if (object->method.node) {
method            178 drivers/acpi/acpica/utdelete.c 			object->method.node = NULL;
method            142 drivers/acpi/device_pm.c 		char method[5] = { '_', 'P', 'S', '0' + state, '\0' };
method            145 drivers/acpi/device_pm.c 		status = acpi_evaluate_object(adev->handle, method, NULL, NULL);
method            588 drivers/acpi/device_pm.c 	char method[] = { '_', 'S', '0' + target_state, 'D', '\0' };
method            616 drivers/acpi/device_pm.c 		status = acpi_evaluate_integer(handle, method, NULL, &ret);
method            651 drivers/acpi/device_pm.c 		method[3] = 'W';
method            652 drivers/acpi/device_pm.c 		status = acpi_evaluate_integer(handle, method, NULL, &ret);
method           1758 drivers/acpi/nfit/core.c static bool acpi_nvdimm_has_method(struct acpi_device *adev, char *method)
method           1763 drivers/acpi/nfit/core.c 	status = acpi_get_handle(adev->handle, method, &handle);
method            572 drivers/acpi/resource.c 				    void *preproc_data, char *method)
method            580 drivers/acpi/resource.c 	if (!acpi_has_method(adev->handle, method))
method            588 drivers/acpi/resource.c 	status = acpi_walk_resources(adev->handle, method,
method            238 drivers/acpi/sysfs.c 	const char *method = trace_method_name;
method            246 drivers/acpi/sysfs.c 		method = NULL;
method            249 drivers/acpi/sysfs.c 		method = NULL;
method            261 drivers/acpi/sysfs.c 	status = acpi_debug_trace(method,
method            546 drivers/acpi/utils.c acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
method            554 drivers/acpi/utils.c 	return acpi_evaluate_object(handle, method, &arg_list, NULL);
method            961 drivers/firmware/arm_sdei.c 	const char *method;
method            966 drivers/firmware/arm_sdei.c 		if (of_property_read_string(np, "method", &method)) {
method            971 drivers/firmware/arm_sdei.c 		if (!strcmp("hvc", method)) {
method            974 drivers/firmware/arm_sdei.c 		} else if (!strcmp("smc", method)) {
method            979 drivers/firmware/arm_sdei.c 		pr_warn("invalid \"method\" property: %s\n", method);
method            233 drivers/firmware/psci/psci.c 	const char *method;
method            237 drivers/firmware/psci/psci.c 	if (of_property_read_string(np, "method", &method)) {
method            242 drivers/firmware/psci/psci.c 	if (!strcmp("hvc", method)) {
method            244 drivers/firmware/psci/psci.c 	} else if (!strcmp("smc", method)) {
method            247 drivers/firmware/psci/psci.c 		pr_warn("invalid \"method\" property: %s\n", method);
method            698 drivers/firmware/stratix10-svc.c 	const char *method;
method            700 drivers/firmware/stratix10-svc.c 	if (of_property_read_string(dev->of_node, "method", &method)) {
method            705 drivers/firmware/stratix10-svc.c 	if (!strcmp(method, "smc"))
method            707 drivers/firmware/stratix10-svc.c 	if (!strcmp(method, "hvc"))
method            710 drivers/firmware/stratix10-svc.c 	dev_warn(dev, "invalid \"method\" property: %s\n", method);
method            257 drivers/firmware/xilinx/zynqmp.c 	const char *method;
method            259 drivers/firmware/xilinx/zynqmp.c 	if (of_property_read_string(np, "method", &method)) {
method            264 drivers/firmware/xilinx/zynqmp.c 	if (!strcmp("hvc", method)) {
method            266 drivers/firmware/xilinx/zynqmp.c 	} else if (!strcmp("smc", method)) {
method            270 drivers/firmware/xilinx/zynqmp.c 			__func__, method);
method            332 drivers/gpu/drm/i915/display/intel_bios.c 		const struct lfp_backlight_control_method *method;
method            334 drivers/gpu/drm/i915/display/intel_bios.c 		method = &backlight_data->backlight_control[panel_type];
method            335 drivers/gpu/drm/i915/display/intel_bios.c 		dev_priv->vbt.backlight.type = method->type;
method            336 drivers/gpu/drm/i915/display/intel_bios.c 		dev_priv->vbt.backlight.controller = method->controller;
method            267 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_RELEASE,
method            287 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_ACQUIRE,
method            412 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_DAC_LOAD,
method            492 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method  = NV50_DISP_MTHD_V1_SOR_HDA_ELD,
method            516 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.mthd.method  = NV50_DISP_MTHD_V1_SOR_HDA_ELD,
method            545 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_SOR_HDMI_PWR,
method            567 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_SOR_HDMI_PWR,
method            744 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_SOR_DP_MST_VCPI,
method           1243 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method = NV50_DISP_MTHD_V1_SOR_DP_MST_LINK,
method           1466 drivers/gpu/drm/nouveau/dispnv50/disp.c 		.base.method  = NV50_DISP_MTHD_V1_SOR_LVDS_SCRIPT,
method             11 drivers/gpu/drm/nouveau/include/nvif/cl0046.h 	__u8  method;
method             10 drivers/gpu/drm/nouveau/include/nvif/cl5070.h 	__u8  method;
method             39 drivers/gpu/drm/nouveau/include/nvif/cl5070.h 	__u8  method;
method            132 drivers/gpu/drm/nouveau/include/nvif/ioctl.h 	__u8  method;
method            108 drivers/gpu/drm/nouveau/nouveau_display.c 		.base.method = NV04_DISP_SCANOUTPOS,
method            592 drivers/gpu/drm/nouveau/nouveau_svm.c 	args.i.m.method = NVIF_VMM_V0_PFNMAP;
method            158 drivers/gpu/drm/nouveau/nvif/object.c 	args->mthd.method = mthd;
method            176 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 			   args->v0.version, args->v0.method);
method            177 drivers/gpu/drm/nouveau/nvkm/core/ioctl.c 		ret = nvkm_object_mthd(object, args->v0.method, data, size);
method             52 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv04.c 			   args->v0.version, args->v0.method, args->v0.head);
method             53 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv04.c 		mthd = args->v0.method;
method             56 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 			   args->v0.version, args->v0.method, args->v0.head);
method             57 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 		mthd = args->v0.method;
method             63 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 			   args->v1.version, args->v1.method,
method             65 drivers/gpu/drm/nouveau/nvkm/engine/disp/rootnv50.c 		mthd = args->v1.method;
method            260 drivers/gpu/drm/tegra/falcon.c void falcon_execute_method(struct falcon *falcon, u32 method, u32 data)
method            262 drivers/gpu/drm/tegra/falcon.c 	falcon_writel(falcon, method >> 2, FALCON_UCLASS_METHOD_OFFSET);
method            121 drivers/gpu/drm/tegra/falcon.h void falcon_execute_method(struct falcon *falcon, u32 method, u32 data);
method            676 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    SVGA3dDeclMethod     method;
method            819 drivers/gpu/drm/vmwgfx/device_include/svga3d_cmd.h    uint8 method;        /* SVGA3dDeclMethod */
method            455 drivers/hwmon/asus_atk0110.c 	acpi_handle method;
method            459 drivers/hwmon/asus_atk0110.c 		method = data->rvlt_handle;
method            462 drivers/hwmon/asus_atk0110.c 		method = data->rtmp_handle;
method            465 drivers/hwmon/asus_atk0110.c 		method = data->rfan_handle;
method            477 drivers/hwmon/asus_atk0110.c 	status = acpi_evaluate_integer(method, NULL, &params, value);
method             58 drivers/i2c/busses/i2c-designware-platdrv.c static void dw_i2c_acpi_params(struct platform_device *pdev, char method[],
method             68 drivers/i2c/busses/i2c-designware-platdrv.c 	if (ACPI_FAILURE(acpi_evaluate_object(handle, method, NULL, &buf)))
method             94 drivers/i2c/busses/i2c-scmi.c 	char *method;
method            164 drivers/i2c/busses/i2c-scmi.c 		method = smbus_cmi->methods->mt_sbr;
method            168 drivers/i2c/busses/i2c-scmi.c 		method = smbus_cmi->methods->mt_sbw;
method            180 drivers/i2c/busses/i2c-scmi.c 	status = acpi_evaluate_object(smbus_cmi->handle, method, &input,
method            184 drivers/i2c/busses/i2c-scmi.c 				"Failed to evaluate %s: %i\n", method, status);
method            203 drivers/i2c/busses/i2c-scmi.c 	acpi_handle_debug(smbus_cmi->handle,  "%s return status: %i\n", method,
method            131 drivers/iio/adc/twl4030-madc.c 	u16 method;
method            182 drivers/iio/adc/twl4030-madc.c 	req.method = madc->use_second_irq ? TWL4030_MADC_SW2 : TWL4030_MADC_SW1;
method            473 drivers/iio/adc/twl4030-madc.c 	const struct twl4030_madc_conversion_method *method;
method            505 drivers/iio/adc/twl4030-madc.c 		method = &twl4030_conversion_methods[r->method];
method            507 drivers/iio/adc/twl4030-madc.c 		len = twl4030_madc_read_channels(madc, method->rbase,
method            526 drivers/iio/adc/twl4030-madc.c 		method = &twl4030_conversion_methods[r->method];
method            528 drivers/iio/adc/twl4030-madc.c 		len = twl4030_madc_read_channels(madc, method->rbase,
method            550 drivers/iio/adc/twl4030-madc.c 	const struct twl4030_madc_conversion_method *method;
method            556 drivers/iio/adc/twl4030-madc.c 	method = &twl4030_conversion_methods[conv_method];
method            558 drivers/iio/adc/twl4030-madc.c 			       method->ctrl);
method            561 drivers/iio/adc/twl4030-madc.c 			method->ctrl);
method            612 drivers/iio/adc/twl4030-madc.c 	const struct twl4030_madc_conversion_method *method;
method            619 drivers/iio/adc/twl4030-madc.c 	if (req->method < TWL4030_MADC_RT || req->method > TWL4030_MADC_SW2) {
method            624 drivers/iio/adc/twl4030-madc.c 	if (twl4030_madc->requests[req->method].active) {
method            628 drivers/iio/adc/twl4030-madc.c 	method = &twl4030_conversion_methods[req->method];
method            630 drivers/iio/adc/twl4030-madc.c 	ret = twl_i2c_write_u16(TWL4030_MODULE_MADC, req->channels, method->sel);
method            633 drivers/iio/adc/twl4030-madc.c 			"unable to write sel register 0x%X\n", method->sel);
method            639 drivers/iio/adc/twl4030-madc.c 				       method->avg);
method            643 drivers/iio/adc/twl4030-madc.c 				method->avg);
method            648 drivers/iio/adc/twl4030-madc.c 	if (req->method == TWL4030_MADC_RT) {
method            652 drivers/iio/adc/twl4030-madc.c 	ret = twl4030_madc_start_conversion(twl4030_madc, req->method);
method            655 drivers/iio/adc/twl4030-madc.c 	twl4030_madc->requests[req->method].active = 1;
method            657 drivers/iio/adc/twl4030-madc.c 	ret = twl4030_madc_wait_conversion_ready(twl4030_madc, 5, method->ctrl);
method            659 drivers/iio/adc/twl4030-madc.c 		twl4030_madc->requests[req->method].active = 0;
method            662 drivers/iio/adc/twl4030-madc.c 	ret = twl4030_madc_read_channels(twl4030_madc, method->rbase,
method            664 drivers/iio/adc/twl4030-madc.c 	twl4030_madc->requests[req->method].active = 0;
method           1267 drivers/infiniband/core/cm.c 	hdr->method	   = IB_MGMT_METHOD_SEND;
method             97 drivers/infiniband/core/mad.c static int method_in_use(struct ib_mad_mgmt_method_table **method,
method            194 drivers/infiniband/core/mad.c 	struct ib_mad_mgmt_method_table *method;
method            199 drivers/infiniband/core/mad.c 			method = vendor_class->method_table[i];
method            200 drivers/infiniband/core/mad.c 			if (method) {
method            201 drivers/infiniband/core/mad.c 				if (method_in_use(&method, mad_reg_req))
method            213 drivers/infiniband/core/mad.c 	return ((hdr->method & IB_MGMT_METHOD_RESP) ||
method            214 drivers/infiniband/core/mad.c 		(hdr->method == IB_MGMT_METHOD_TRAP_REPRESS) ||
method            242 drivers/infiniband/core/mad.c 	struct ib_mad_mgmt_method_table *method;
method            438 drivers/infiniband/core/mad.c 				method = class->method_table[mgmt_class];
method            439 drivers/infiniband/core/mad.c 				if (method) {
method            440 drivers/infiniband/core/mad.c 					if (method_in_use(&method,
method           1419 drivers/infiniband/core/mad.c static int method_in_use(struct ib_mad_mgmt_method_table **method,
method           1425 drivers/infiniband/core/mad.c 		if ((*method)->agent[i]) {
method           1433 drivers/infiniband/core/mad.c static int allocate_method_table(struct ib_mad_mgmt_method_table **method)
method           1436 drivers/infiniband/core/mad.c 	*method = kzalloc(sizeof **method, GFP_ATOMIC);
method           1437 drivers/infiniband/core/mad.c 	return (*method) ? 0 : (-ENOMEM);
method           1443 drivers/infiniband/core/mad.c static int check_method_table(struct ib_mad_mgmt_method_table *method)
method           1448 drivers/infiniband/core/mad.c 		if (method->agent[i])
method           1500 drivers/infiniband/core/mad.c static void remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method,
method           1507 drivers/infiniband/core/mad.c 		if (method->agent[i] == agent) {
method           1508 drivers/infiniband/core/mad.c 			method->agent[i] = NULL;
method           1519 drivers/infiniband/core/mad.c 	struct ib_mad_mgmt_method_table **method;
method           1533 drivers/infiniband/core/mad.c 		method = &(*class)->method_table[mgmt_class];
method           1534 drivers/infiniband/core/mad.c 		if ((ret = allocate_method_table(method)))
method           1537 drivers/infiniband/core/mad.c 		method = &(*class)->method_table[mgmt_class];
method           1538 drivers/infiniband/core/mad.c 		if (!*method) {
method           1540 drivers/infiniband/core/mad.c 			if ((ret = allocate_method_table(method)))
method           1546 drivers/infiniband/core/mad.c 	if (method_in_use(method, mad_reg_req))
method           1551 drivers/infiniband/core/mad.c 		(*method)->agent[i] = agent_priv;
method           1557 drivers/infiniband/core/mad.c 	remove_methods_mad_agent(*method, agent_priv);
method           1559 drivers/infiniband/core/mad.c 	if (!check_method_table(*method)) {
method           1561 drivers/infiniband/core/mad.c 		kfree(*method);
method           1562 drivers/infiniband/core/mad.c 		*method = NULL;
method           1580 drivers/infiniband/core/mad.c 	struct ib_mad_mgmt_method_table **method;
method           1609 drivers/infiniband/core/mad.c 			method = &(*vendor_table)->vendor_class[
method           1611 drivers/infiniband/core/mad.c 			if (!*method)
method           1620 drivers/infiniband/core/mad.c 			method = &(*vendor_table)->vendor_class[
method           1623 drivers/infiniband/core/mad.c 			if (!*method) {
method           1624 drivers/infiniband/core/mad.c 				ret = allocate_method_table(method);
method           1638 drivers/infiniband/core/mad.c 	if (method_in_use(method, mad_reg_req))
method           1643 drivers/infiniband/core/mad.c 		(*method)->agent[i] = agent_priv;
method           1649 drivers/infiniband/core/mad.c 	remove_methods_mad_agent(*method, agent_priv);
method           1651 drivers/infiniband/core/mad.c 	if (!check_method_table(*method)) {
method           1653 drivers/infiniband/core/mad.c 		kfree(*method);
method           1654 drivers/infiniband/core/mad.c 		*method = NULL;
method           1675 drivers/infiniband/core/mad.c 	struct ib_mad_mgmt_method_table *method;
method           1696 drivers/infiniband/core/mad.c 	method = class->method_table[mgmt_class];
method           1697 drivers/infiniband/core/mad.c 	if (method) {
method           1699 drivers/infiniband/core/mad.c 		remove_methods_mad_agent(method, agent_priv);
method           1701 drivers/infiniband/core/mad.c 		if (!check_method_table(method)) {
method           1703 drivers/infiniband/core/mad.c 			kfree(method);
method           1733 drivers/infiniband/core/mad.c 		method = vendor_class->method_table[index];
method           1734 drivers/infiniband/core/mad.c 		if (method) {
method           1736 drivers/infiniband/core/mad.c 			remove_methods_mad_agent(method, agent_priv);
method           1741 drivers/infiniband/core/mad.c 			if (!check_method_table(method)) {
method           1743 drivers/infiniband/core/mad.c 				kfree(method);
method           1790 drivers/infiniband/core/mad.c 		struct ib_mad_mgmt_method_table *method;
method           1811 drivers/infiniband/core/mad.c 			method = class->method_table[convert_mgmt_class(
method           1813 drivers/infiniband/core/mad.c 			if (method)
method           1814 drivers/infiniband/core/mad.c 				mad_agent = method->agent[mad_hdr->method &
method           1830 drivers/infiniband/core/mad.c 			method = vendor_class->method_table[index];
method           1831 drivers/infiniband/core/mad.c 			if (method) {
method           1832 drivers/infiniband/core/mad.c 				mad_agent = method->agent[mad_hdr->method &
method           1877 drivers/infiniband/core/mad.c 		    (mad_hdr->method != IB_MGMT_METHOD_SEND))
method           2153 drivers/infiniband/core/mad.c 	if (recv_hdr->method == IB_MGMT_METHOD_GET ||
method           2154 drivers/infiniband/core/mad.c 	    recv_hdr->method == IB_MGMT_METHOD_SET) {
method           2159 drivers/infiniband/core/mad.c 		resp_hdr->method = IB_MGMT_METHOD_GET_RESP;
method             70 drivers/infiniband/core/mad_rmpp.c 	u8 method;
method            124 drivers/infiniband/core/mad_rmpp.c 	ack->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
method            197 drivers/infiniband/core/mad_rmpp.c 	rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
method            231 drivers/infiniband/core/mad_rmpp.c 	rmpp_mad->mad_hdr.method ^= IB_MGMT_METHOD_RESP;
method            323 drivers/infiniband/core/mad_rmpp.c 	rmpp_recv->method  = mad_hdr->method;
method            344 drivers/infiniband/core/mad_rmpp.c 		    rmpp_recv->method == mad_hdr->method)
method            860 drivers/infiniband/core/mad_rmpp.c 	if (!(mad_hdr->method & IB_MGMT_METHOD_RESP))
method            868 drivers/infiniband/core/mad_rmpp.c 		    (rmpp_recv->method & IB_MGMT_METHOD_RESP))
method             52 drivers/infiniband/core/sa.h 			     struct ib_device *device, u8 port_num, u8 method,
method            958 drivers/infiniband/core/sa_query.c 					mad->mad_hdr.method |=
method           1607 drivers/infiniband/core/sa_query.c 	mad->mad_hdr.method	 = IB_MGMT_METHOD_GET;
method           1697 drivers/infiniband/core/sa_query.c 			    struct ib_device *device, u8 port_num, u8 method,
method           1720 drivers/infiniband/core/sa_query.c 	if (method != IB_MGMT_METHOD_GET &&
method           1721 drivers/infiniband/core/sa_query.c 	    method != IB_MGMT_METHOD_SET &&
method           1722 drivers/infiniband/core/sa_query.c 	    method != IB_SA_METHOD_DELETE)
method           1744 drivers/infiniband/core/sa_query.c 	mad->mad_hdr.method	 = method;
method           1794 drivers/infiniband/core/sa_query.c 			     u8 method,
method           1836 drivers/infiniband/core/sa_query.c 	mad->mad_hdr.method	 = method;
method           1887 drivers/infiniband/core/sa_query.c 			      ib_sa_comp_mask comp_mask, u8 method,
method           1905 drivers/infiniband/core/sa_query.c 	if (method != IB_MGMT_METHOD_GET &&
method           1906 drivers/infiniband/core/sa_query.c 	    method != IB_MGMT_METHOD_SET &&
method           1907 drivers/infiniband/core/sa_query.c 	    method != IB_SA_METHOD_DELETE) {
method           1934 drivers/infiniband/core/sa_query.c 	mad->mad_hdr.method	 = method;
method           2088 drivers/infiniband/core/sa_query.c 	mad->mad_hdr.method	 = IB_MGMT_METHOD_GET;
method            494 drivers/infiniband/core/sysfs.c 	in_mad->mad_hdr.method        = IB_MGMT_METHOD_GET;
method            102 drivers/infiniband/core/uverbs_uapi.c 			     const struct uverbs_method_def *method,
method            105 drivers/infiniband/core/uverbs_uapi.c 	u32 method_key = obj_key | uapi_key_ioctl_method(method->id);
method            110 drivers/infiniband/core/uverbs_uapi.c 	if (!method->attrs)
method            121 drivers/infiniband/core/uverbs_uapi.c 		if (WARN_ON(method->handler))
method            124 drivers/infiniband/core/uverbs_uapi.c 		WARN_ON(!method->handler);
method            125 drivers/infiniband/core/uverbs_uapi.c 		rcu_assign_pointer(method_elm->handler, method->handler);
method            126 drivers/infiniband/core/uverbs_uapi.c 		if (method->handler != uverbs_destroy_def_handler)
method            130 drivers/infiniband/core/uverbs_uapi.c 	for (i = 0; i != method->num_attrs; i++) {
method            131 drivers/infiniband/core/uverbs_uapi.c 		const struct uverbs_attr_def *attr = (*method->attrs)[i];
method            212 drivers/infiniband/core/uverbs_uapi.c 		const struct uverbs_method_def *method = (*obj->methods)[i];
method            214 drivers/infiniband/core/uverbs_uapi.c 		if (!method)
method            217 drivers/infiniband/core/uverbs_uapi.c 		rc = uapi_merge_method(uapi, obj_elm, obj_key, method,
method             87 drivers/infiniband/hw/hfi1/mad.c 	smp->method = IB_MGMT_METHOD_GET_RESP;
method            356 drivers/infiniband/hw/hfi1/mad.c 	smp->method = IB_MGMT_METHOD_TRAP;
method            493 drivers/infiniband/hw/hfi1/mad.c 	trap->data.ntc_256.method = mad->method;
method            713 drivers/infiniband/hw/hfi1/mad.c 	    (mad->method == IB_MGMT_METHOD_GET ||
method            714 drivers/infiniband/hw/hfi1/mad.c 	     mad->method == IB_MGMT_METHOD_SET ||
method            715 drivers/infiniband/hw/hfi1/mad.c 	     mad->method == IB_MGMT_METHOD_TRAP_REPRESS))
method            719 drivers/infiniband/hw/hfi1/mad.c 		switch (mad->method) {
method            833 drivers/infiniband/hw/hfi1/mad.c 	if (!(smp->method == IB_MGMT_METHOD_GET &&
method           4549 drivers/infiniband/hw/hfi1/mad.c 		    (smp->method == IB_MGMT_METHOD_GET ||
method           4550 drivers/infiniband/hw/hfi1/mad.c 		     smp->method == IB_MGMT_METHOD_SET) &&
method           4564 drivers/infiniband/hw/hfi1/mad.c 	switch (smp->method) {
method           4646 drivers/infiniband/hw/hfi1/mad.c 		    (smp->method == IB_MGMT_METHOD_GET ||
method           4647 drivers/infiniband/hw/hfi1/mad.c 		     smp->method == IB_MGMT_METHOD_SET) &&
method           4659 drivers/infiniband/hw/hfi1/mad.c 	switch (smp->method) {
method           4692 drivers/infiniband/hw/hfi1/mad.c 	switch (pmp->mad_hdr.method) {
method           4754 drivers/infiniband/hw/hfi1/mad.c 	switch (pmp->mad_hdr.method) {
method            130 drivers/infiniband/hw/hfi1/mad.h 			u8	method;
method            813 drivers/infiniband/hw/hfi1/ud.c 	switch (smp->method) {
method            829 drivers/infiniband/hw/hfi1/ud.c 		if (smp->method == IB_MGMT_METHOD_TRAP)
method             62 drivers/infiniband/hw/mlx4/alias_GUID.c 	u8			method;
method             68 drivers/infiniband/hw/mlx4/alias_GUID.c 	u8 method;
method            340 drivers/infiniband/hw/mlx4/alias_GUID.c 		if (cb_ctx->method == MLX4_GUID_INFO_RECORD_DELETE) {
method            527 drivers/infiniband/hw/mlx4/alias_GUID.c 	callback_context->method = rec->method;
method            547 drivers/infiniband/hw/mlx4/alias_GUID.c 					  comp_mask, rec->method, 1000,
method            681 drivers/infiniband/hw/mlx4/alias_GUID.c 		next_rec->method = MLX4_GUID_INFO_RECORD_DELETE;
method            684 drivers/infiniband/hw/mlx4/alias_GUID.c 		next_rec->method = MLX4_GUID_INFO_RECORD_SET;
method            233 drivers/infiniband/hw/mlx4/mad.c 	    mad->mad_hdr.method == IB_MGMT_METHOD_SET)
method            374 drivers/infiniband/hw/mlx4/mad.c 	    mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
method            727 drivers/infiniband/hw/mlx4/mad.c 	if (mad->mad_hdr.method & 0x80) {
method            759 drivers/infiniband/hw/mlx4/mad.c 			if (!(mad->mad_hdr.method & IB_MGMT_METHOD_RESP)) {
method            762 drivers/infiniband/hw/mlx4/mad.c 					     mad->mad_hdr.method);
method            777 drivers/infiniband/hw/mlx4/mad.c 		if (mad->mad_hdr.method != IB_MGMT_METHOD_GET_RESP)
method            819 drivers/infiniband/hw/mlx4/mad.c 			 in_mad->mad_hdr.mgmt_class, in_mad->mad_hdr.method,
method            833 drivers/infiniband/hw/mlx4/mad.c 	if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0) {
method            840 drivers/infiniband/hw/mlx4/mad.c 		if (in_mad->mad_hdr.method   != IB_MGMT_METHOD_GET &&
method            841 drivers/infiniband/hw/mlx4/mad.c 		    in_mad->mad_hdr.method   != IB_MGMT_METHOD_SET &&
method            842 drivers/infiniband/hw/mlx4/mad.c 		    in_mad->mad_hdr.method   != IB_MGMT_METHOD_TRAP_REPRESS)
method            854 drivers/infiniband/hw/mlx4/mad.c 		if (in_mad->mad_hdr.method  != IB_MGMT_METHOD_GET &&
method            855 drivers/infiniband/hw/mlx4/mad.c 		    in_mad->mad_hdr.method  != IB_MGMT_METHOD_SET)
method            862 drivers/infiniband/hw/mlx4/mad.c 	    in_mad->mad_hdr.method == IB_MGMT_METHOD_SET &&
method            886 drivers/infiniband/hw/mlx4/mad.c 	if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS)
method           1160 drivers/infiniband/hw/mlx4/mad.c 		in_mad->method        = IB_MGMT_METHOD_GET;
method           1515 drivers/infiniband/hw/mlx4/mad.c 	switch (tunnel->mad.mad_hdr.method) {
method           1554 drivers/infiniband/hw/mlx4/mad.c 		if (tunnel->mad.mad_hdr.method != IB_MGMT_METHOD_GET &&
method           1555 drivers/infiniband/hw/mlx4/mad.c 		    tunnel->mad.mad_hdr.method != IB_MGMT_METHOD_SET)
method             93 drivers/infiniband/hw/mlx4/main.c 	mad->method	   = IB_MGMT_METHOD_GET;
method            289 drivers/infiniband/hw/mlx4/mcg.c 	mad.mad_hdr.method = IB_SA_METHOD_DELETE;
method            330 drivers/infiniband/hw/mlx4/mcg.c 	mad.mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
method            650 drivers/infiniband/hw/mlx4/mcg.c 	u8 method;
method            664 drivers/infiniband/hw/mlx4/mcg.c 		method = group->response_sa_mad.mad_hdr.method;
method            676 drivers/infiniband/hw/mlx4/mcg.c 			if (method == IB_MGMT_METHOD_GET_RESP) {
method            686 drivers/infiniband/hw/mlx4/mcg.c 			} else if (method == IB_SA_METHOD_DELETE_RESP && group->demux->flushing)
method            696 drivers/infiniband/hw/mlx4/mcg.c 			if (method == IB_MGMT_METHOD_GET_RESP) {
method            718 drivers/infiniband/hw/mlx4/mcg.c 		if (req->sa_mad.mad_hdr.method == IB_SA_METHOD_DELETE)
method            890 drivers/infiniband/hw/mlx4/mcg.c 	switch (mad->mad_hdr.method) {
method            897 drivers/infiniband/hw/mlx4/mcg.c 			if (mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP) {
method            926 drivers/infiniband/hw/mlx4/mcg.c 			port, mad->mad_hdr.method);
method            944 drivers/infiniband/hw/mlx4/mcg.c 	switch (sa_mad->mad_hdr.method) {
method            985 drivers/infiniband/hw/mlx4/mcg.c 			port, slave, sa_mad->mad_hdr.method);
method           1159 drivers/infiniband/hw/mlx4/mcg.c 	mad->mad_hdr.method = IB_SA_METHOD_DELETE;
method             86 drivers/infiniband/hw/mlx5/mad.c 	if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP && slid == 0)
method             91 drivers/infiniband/hw/mlx5/mad.c 		if (in_mad->mad_hdr.method   != IB_MGMT_METHOD_GET &&
method             92 drivers/infiniband/hw/mlx5/mad.c 		    in_mad->mad_hdr.method   != IB_MGMT_METHOD_SET &&
method             93 drivers/infiniband/hw/mlx5/mad.c 		    in_mad->mad_hdr.method   != IB_MGMT_METHOD_TRAP_REPRESS)
method            104 drivers/infiniband/hw/mlx5/mad.c 		if (in_mad->mad_hdr.method  != IB_MGMT_METHOD_GET &&
method            105 drivers/infiniband/hw/mlx5/mad.c 		    in_mad->mad_hdr.method  != IB_MGMT_METHOD_SET)
method            122 drivers/infiniband/hw/mlx5/mad.c 	if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS)
method            291 drivers/infiniband/hw/mlx5/mad.c 	    in_mad->mad_hdr.method == IB_MGMT_METHOD_GET) {
method           1379 drivers/infiniband/hw/mlx5/mlx5_ib.h 	mad->method	   = IB_MGMT_METHOD_GET;
method            116 drivers/infiniband/hw/mthca/mthca_mad.c 	    mad->mad_hdr.method     == IB_MGMT_METHOD_SET) {
method            155 drivers/infiniband/hw/mthca/mthca_mad.c 	    mad->mad_hdr.method == IB_MGMT_METHOD_GET_RESP &&
method            220 drivers/infiniband/hw/mthca/mthca_mad.c 	if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP &&
method            234 drivers/infiniband/hw/mthca/mthca_mad.c 		if (in_mad->mad_hdr.method   != IB_MGMT_METHOD_GET &&
method            235 drivers/infiniband/hw/mthca/mthca_mad.c 		    in_mad->mad_hdr.method   != IB_MGMT_METHOD_SET &&
method            236 drivers/infiniband/hw/mthca/mthca_mad.c 		    in_mad->mad_hdr.method   != IB_MGMT_METHOD_TRAP_REPRESS)
method            250 drivers/infiniband/hw/mthca/mthca_mad.c 		if (in_mad->mad_hdr.method  != IB_MGMT_METHOD_GET &&
method            251 drivers/infiniband/hw/mthca/mthca_mad.c 		    in_mad->mad_hdr.method  != IB_MGMT_METHOD_SET)
method            257 drivers/infiniband/hw/mthca/mthca_mad.c 	    in_mad->mad_hdr.method == IB_MGMT_METHOD_SET &&
method            282 drivers/infiniband/hw/mthca/mthca_mad.c 	if (in_mad->mad_hdr.method == IB_MGMT_METHOD_TRAP_REPRESS)
method             58 drivers/infiniband/hw/mthca/mthca_provider.c 	mad->method    	   = IB_MGMT_METHOD_GET;
method           4146 drivers/infiniband/hw/qedr/verbs.c 		 mad_hdr->method, mad_hdr->mgmt_class, mad_hdr->status);
method           5470 drivers/infiniband/hw/qib/qib_iba7322.c 	smp->method = IB_MGMT_METHOD_SEND;
method             46 drivers/infiniband/hw/qib/qib_mad.c 	smp->method = IB_MGMT_METHOD_GET_RESP;
method             58 drivers/infiniband/hw/qib/qib_mad.c 	smp->method = IB_MGMT_METHOD_GET_RESP;
method             96 drivers/infiniband/hw/qib/qib_mad.c 	smp->method = IB_MGMT_METHOD_TRAP;
method            180 drivers/infiniband/hw/qib/qib_mad.c 	data.details.ntc_256.method = smp->method;
method            425 drivers/infiniband/hw/qib/qib_mad.c 	    (smp->method == IB_MGMT_METHOD_GET ||
method            426 drivers/infiniband/hw/qib/qib_mad.c 	     smp->method == IB_MGMT_METHOD_SET ||
method            427 drivers/infiniband/hw/qib/qib_mad.c 	     smp->method == IB_MGMT_METHOD_TRAP_REPRESS))
method            431 drivers/infiniband/hw/qib/qib_mad.c 		switch (smp->method) {
method            493 drivers/infiniband/hw/qib/qib_mad.c 	if (!(smp->method == IB_MGMT_METHOD_GET &&
method           1888 drivers/infiniband/hw/qib/qib_mad.c 		    (smp->method == IB_MGMT_METHOD_GET ||
method           1889 drivers/infiniband/hw/qib/qib_mad.c 		     smp->method == IB_MGMT_METHOD_SET) &&
method           1897 drivers/infiniband/hw/qib/qib_mad.c 	switch (smp->method) {
method           2026 drivers/infiniband/hw/qib/qib_mad.c 	switch (pmp->mad_hdr.method) {
method           2325 drivers/infiniband/hw/qib/qib_mad.c 	switch (ccp->method) {
method            123 drivers/infiniband/hw/qib/qib_mad.h 	u8	method;
method            171 drivers/infiniband/hw/qib/qib_mad.h 	u8 method;
method            651 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c 	vema_mad->mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
method            657 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c 	switch (mad_wc->recv_buf.mad->mad_hdr.method) {
method            813 drivers/infiniband/ulp/opa_vnic/opa_vnic_vema.c 	trap_mad->mad_hdr.method = IB_MGMT_METHOD_TRAP;
method            502 drivers/infiniband/ulp/srpt/ib_srpt.c 	dm_mad->mad_hdr.method = IB_MGMT_METHOD_GET_RESP;
method            505 drivers/infiniband/ulp/srpt/ib_srpt.c 	switch (mad_wc->recv_buf.mad->mad_hdr.method) {
method            272 drivers/input/misc/apanel.c 		unsigned char method, slave, chip;
method            274 drivers/input/misc/apanel.c 		method = readb(p + 1);
method            300 drivers/input/misc/apanel.c 		else if (method != 1 && method != 2 && method != 4) {
method            302 drivers/input/misc/apanel.c 				  method, devno);
method            110 drivers/mailbox/zynqmp-ipi-mailbox.c 	unsigned int method;
method            130 drivers/mailbox/zynqmp-ipi-mailbox.c 	if (pdata->method == USE_SMC)
method             21 drivers/media/usb/b2c2/flexcop-usb.c #define debug_dump(b, l, method) do {\
method             24 drivers/media/usb/b2c2/flexcop-usb.c 		method("%02x ", b[i]); \
method             25 drivers/media/usb/b2c2/flexcop-usb.c 	method("\n"); \
method             31 drivers/media/usb/b2c2/flexcop-usb.c #define debug_dump(b, l, method)
method            169 drivers/media/usb/zr364xx/zr364xx.c 	int method;
method            569 drivers/media/usb/zr364xx/zr364xx.c 	if (cam->method == METHOD0) {
method            860 drivers/media/usb/zr364xx/zr364xx.c 	if (cam->method == METHOD3) {
method            879 drivers/media/usb/zr364xx/zr364xx.c 	for (i = 0; init[cam->method][i].size != -1; i++) {
method            881 drivers/media/usb/zr364xx/zr364xx.c 		    send_control_msg(cam->udev, 1, init[cam->method][i].value,
method            882 drivers/media/usb/zr364xx/zr364xx.c 				     0, init[cam->method][i].bytes,
method            883 drivers/media/usb/zr364xx/zr364xx.c 				     init[cam->method][i].size);
method           1099 drivers/media/usb/zr364xx/zr364xx.c 	for (i = 0; init[cam->method][i].size != -1; i++) {
method           1100 drivers/media/usb/zr364xx/zr364xx.c 		res = send_control_msg(cam->udev, 1, init[cam->method][i].value,
method           1101 drivers/media/usb/zr364xx/zr364xx.c 				     0, init[cam->method][i].bytes,
method           1102 drivers/media/usb/zr364xx/zr364xx.c 				     init[cam->method][i].size);
method           1234 drivers/media/usb/zr364xx/zr364xx.c 			send_control_msg(udev, 1, init[cam->method][i].value,
method           1235 drivers/media/usb/zr364xx/zr364xx.c 					0, init[cam->method][i].bytes,
method           1236 drivers/media/usb/zr364xx/zr364xx.c 					init[cam->method][i].size);
method           1426 drivers/media/usb/zr364xx/zr364xx.c 	cam->method = id->driver_info;
method           1459 drivers/media/usb/zr364xx/zr364xx.c 	if (cam->method == METHOD3) {
method             54 drivers/misc/fastrpc.c #define FASTRPC_BUILD_SCALARS(attr, method, in, out, oin, oout)  \
method             56 drivers/misc/fastrpc.c 				((method & 0x1f) << 24) |	\
method             62 drivers/misc/fastrpc.c #define FASTRPC_SCALARS(method, in, out) \
method             63 drivers/misc/fastrpc.c 		FASTRPC_BUILD_SCALARS(0, method, in, out, 0, 0)
method            922 drivers/net/ethernet/mellanox/mlx4/cmd.c 		if (!network_view && smp->method == IB_MGMT_METHOD_GET) {
method           1011 drivers/net/ethernet/mellanox/mlx4/cmd.c 		      smp->method == IB_MGMT_METHOD_GET) || network_view) {
method           1013 drivers/net/ethernet/mellanox/mlx4/cmd.c 				 slave, smp->mgmt_class, smp->method,
method           2891 drivers/net/ethernet/mellanox/mlx4/fw.c 	u8 method;
method           2913 drivers/net/ethernet/mellanox/mlx4/fw.c 			   enum mlx4_access_reg_method method,
method           2936 drivers/net/ethernet/mellanox/mlx4/fw.c 	inbuf->method = method & MLX4_ACCESS_REG_METHOD_MASK;
method           2982 drivers/net/ethernet/mellanox/mlx4/fw.c 			 enum mlx4_access_reg_method method,
method           2986 drivers/net/ethernet/mellanox/mlx4/fw.c 			       method, sizeof(*ptys_reg), ptys_reg);
method           2997 drivers/net/ethernet/mellanox/mlx4/fw.c 	u8 method = inbuf->method & MLX4_ACCESS_REG_METHOD_MASK;
method           3001 drivers/net/ethernet/mellanox/mlx4/fw.c 	    method == MLX4_ACCESS_REG_WRITE)
method           2067 drivers/net/ethernet/mellanox/mlx4/port.c 	inmad->method = 0x1; /* Get */
method            230 drivers/net/ethernet/mellanox/mlxsw/core.c MLXSW_ITEM32(emad, op_tlv, method, 0x04, 8, 7);
method           2658 drivers/net/ethernet/sfc/efx.c void efx_reset_down(struct efx_nic *efx, enum reset_type method)
method           2662 drivers/net/ethernet/sfc/efx.c 	if (method == RESET_TYPE_MCDI_TIMEOUT)
method           2671 drivers/net/ethernet/sfc/efx.c 	if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
method           2672 drivers/net/ethernet/sfc/efx.c 	    method != RESET_TYPE_DATAPATH)
method           2682 drivers/net/ethernet/sfc/efx.c int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok)
method           2688 drivers/net/ethernet/sfc/efx.c 	if (method == RESET_TYPE_MCDI_TIMEOUT)
method           2701 drivers/net/ethernet/sfc/efx.c 	if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
method           2702 drivers/net/ethernet/sfc/efx.c 	    method != RESET_TYPE_DATAPATH) {
method           2756 drivers/net/ethernet/sfc/efx.c int efx_reset(struct efx_nic *efx, enum reset_type method)
method           2762 drivers/net/ethernet/sfc/efx.c 		   RESET_TYPE(method));
method           2765 drivers/net/ethernet/sfc/efx.c 	efx_reset_down(efx, method);
method           2767 drivers/net/ethernet/sfc/efx.c 	rc = efx->type->reset(efx, method);
method           2776 drivers/net/ethernet/sfc/efx.c 	if (method < RESET_TYPE_MAX_METHOD)
method           2777 drivers/net/ethernet/sfc/efx.c 		efx->reset_pending &= -(1 << (method + 1));
method           2779 drivers/net/ethernet/sfc/efx.c 		__clear_bit(method, &efx->reset_pending);
method           2790 drivers/net/ethernet/sfc/efx.c 		method == RESET_TYPE_DISABLE ||
method           2791 drivers/net/ethernet/sfc/efx.c 		method == RESET_TYPE_RECOVER_OR_DISABLE;
method           2792 drivers/net/ethernet/sfc/efx.c 	rc2 = efx_reset_up(efx, method, !disabled);
method           2859 drivers/net/ethernet/sfc/efx.c 	enum reset_type method;
method           2862 drivers/net/ethernet/sfc/efx.c 	method = fls(pending) - 1;
method           2864 drivers/net/ethernet/sfc/efx.c 	if (method == RESET_TYPE_MC_BIST)
method           2867 drivers/net/ethernet/sfc/efx.c 	if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
method           2868 drivers/net/ethernet/sfc/efx.c 	     method == RESET_TYPE_RECOVER_OR_ALL) &&
method           2882 drivers/net/ethernet/sfc/efx.c 		(void)efx_reset(efx, method);
method           2889 drivers/net/ethernet/sfc/efx.c 	enum reset_type method;
method           2908 drivers/net/ethernet/sfc/efx.c 		method = type;
method           2910 drivers/net/ethernet/sfc/efx.c 			  RESET_TYPE(method));
method           2913 drivers/net/ethernet/sfc/efx.c 		method = efx->type->map_reset_reason(type);
method           2916 drivers/net/ethernet/sfc/efx.c 			  RESET_TYPE(method), RESET_TYPE(type));
method           2920 drivers/net/ethernet/sfc/efx.c 	set_bit(method, &efx->reset_pending);
method            229 drivers/net/ethernet/sfc/efx.h int efx_reset(struct efx_nic *efx, enum reset_type method);
method            230 drivers/net/ethernet/sfc/efx.h void efx_reset_down(struct efx_nic *efx, enum reset_type method);
method            231 drivers/net/ethernet/sfc/efx.h int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
method           2356 drivers/net/ethernet/sfc/falcon/efx.c void ef4_reset_down(struct ef4_nic *efx, enum reset_type method)
method           2364 drivers/net/ethernet/sfc/falcon/efx.c 	if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
method           2365 drivers/net/ethernet/sfc/falcon/efx.c 	    method != RESET_TYPE_DATAPATH)
method           2375 drivers/net/ethernet/sfc/falcon/efx.c int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok)
method           2391 drivers/net/ethernet/sfc/falcon/efx.c 	if (efx->port_initialized && method != RESET_TYPE_INVISIBLE &&
method           2392 drivers/net/ethernet/sfc/falcon/efx.c 	    method != RESET_TYPE_DATAPATH) {
method           2429 drivers/net/ethernet/sfc/falcon/efx.c int ef4_reset(struct ef4_nic *efx, enum reset_type method)
method           2435 drivers/net/ethernet/sfc/falcon/efx.c 		   RESET_TYPE(method));
method           2438 drivers/net/ethernet/sfc/falcon/efx.c 	ef4_reset_down(efx, method);
method           2440 drivers/net/ethernet/sfc/falcon/efx.c 	rc = efx->type->reset(efx, method);
method           2449 drivers/net/ethernet/sfc/falcon/efx.c 	if (method < RESET_TYPE_MAX_METHOD)
method           2450 drivers/net/ethernet/sfc/falcon/efx.c 		efx->reset_pending &= -(1 << (method + 1));
method           2452 drivers/net/ethernet/sfc/falcon/efx.c 		__clear_bit(method, &efx->reset_pending);
method           2463 drivers/net/ethernet/sfc/falcon/efx.c 		method == RESET_TYPE_DISABLE ||
method           2464 drivers/net/ethernet/sfc/falcon/efx.c 		method == RESET_TYPE_RECOVER_OR_DISABLE;
method           2465 drivers/net/ethernet/sfc/falcon/efx.c 	rc2 = ef4_reset_up(efx, method, !disabled);
method           2514 drivers/net/ethernet/sfc/falcon/efx.c 	enum reset_type method;
method           2517 drivers/net/ethernet/sfc/falcon/efx.c 	method = fls(pending) - 1;
method           2519 drivers/net/ethernet/sfc/falcon/efx.c 	if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
method           2520 drivers/net/ethernet/sfc/falcon/efx.c 	     method == RESET_TYPE_RECOVER_OR_ALL) &&
method           2534 drivers/net/ethernet/sfc/falcon/efx.c 		(void)ef4_reset(efx, method);
method           2541 drivers/net/ethernet/sfc/falcon/efx.c 	enum reset_type method;
method           2558 drivers/net/ethernet/sfc/falcon/efx.c 		method = type;
method           2560 drivers/net/ethernet/sfc/falcon/efx.c 			  RESET_TYPE(method));
method           2563 drivers/net/ethernet/sfc/falcon/efx.c 		method = efx->type->map_reset_reason(type);
method           2566 drivers/net/ethernet/sfc/falcon/efx.c 			  RESET_TYPE(method), RESET_TYPE(type));
method           2570 drivers/net/ethernet/sfc/falcon/efx.c 	set_bit(method, &efx->reset_pending);
method            193 drivers/net/ethernet/sfc/falcon/efx.h int ef4_reset(struct ef4_nic *efx, enum reset_type method);
method            194 drivers/net/ethernet/sfc/falcon/efx.h void ef4_reset_down(struct ef4_nic *efx, enum reset_type method);
method            195 drivers/net/ethernet/sfc/falcon/efx.h int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok);
method            301 drivers/net/ethernet/sfc/falcon/falcon.c static int falcon_reset_hw(struct ef4_nic *efx, enum reset_type method);
method           1977 drivers/net/ethernet/sfc/falcon/falcon.c static int __falcon_reset_hw(struct ef4_nic *efx, enum reset_type method)
method           1984 drivers/net/ethernet/sfc/falcon/falcon.c 		  RESET_TYPE(method));
method           1987 drivers/net/ethernet/sfc/falcon/falcon.c 	if (method == RESET_TYPE_WORLD) {
method           2014 drivers/net/ethernet/sfc/falcon/falcon.c 				     method == RESET_TYPE_INVISIBLE,
method           2030 drivers/net/ethernet/sfc/falcon/falcon.c 	if (method == RESET_TYPE_WORLD) {
method           2058 drivers/net/ethernet/sfc/falcon/falcon.c static int falcon_reset_hw(struct ef4_nic *efx, enum reset_type method)
method           2064 drivers/net/ethernet/sfc/falcon/falcon.c 	rc = __falcon_reset_hw(efx, method);
method           1051 drivers/net/ethernet/sfc/falcon/net_driver.h 	int (*reset)(struct ef4_nic *efx, enum reset_type method);
method           1856 drivers/net/ethernet/sfc/mcdi.c int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method)
method           1861 drivers/net/ethernet/sfc/mcdi.c 	if (method == RESET_TYPE_MCDI_TIMEOUT) {
method           1878 drivers/net/ethernet/sfc/mcdi.c 	if (method == RESET_TYPE_DATAPATH)
method           1880 drivers/net/ethernet/sfc/mcdi.c 	else if (method == RESET_TYPE_WORLD)
method            359 drivers/net/ethernet/sfc/mcdi.h int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method);
method           1282 drivers/net/ethernet/sfc/net_driver.h 	int (*reset)(struct efx_nic *efx, enum reset_type method);
method           1992 drivers/net/wireless/ath/ath10k/mac.c 	arg.method = WMI_STA_KEEPALIVE_METHOD_NULL_FRAME;
method           2375 drivers/net/wireless/ath/ath10k/wmi-tlv.c 	cmd->method = __cpu_to_le32(arg->method);
method           2391 drivers/net/wireless/ath/ath10k/wmi-tlv.c 		   arg->vdev_id, arg->enabled, arg->method, arg->interval);
method           2024 drivers/net/wireless/ath/ath10k/wmi-tlv.h 	__le32 method; /* WMI_STA_KEEPALIVE_METHOD_ */
method           6599 drivers/net/wireless/ath/ath10k/wmi.h 	__le32 method; /* WMI_STA_KEEPALIVE_METHOD_ */
method           6607 drivers/net/wireless/ath/ath10k/wmi.h 	u32 method;
method             65 drivers/net/wireless/intel/iwlwifi/fw/acpi.c void *iwl_acpi_get_object(struct device *dev, acpi_string method)
method             80 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 	status = acpi_get_handle(root_handle, method, &handle);
method             82 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 		IWL_DEBUG_DEV_RADIO(dev, "%s method not found\n", method);
method             90 drivers/net/wireless/intel/iwlwifi/fw/acpi.c 				    method, status);
method            109 drivers/net/wireless/intel/iwlwifi/fw/acpi.h void *iwl_acpi_get_object(struct device *dev, acpi_string method);
method            139 drivers/net/wireless/intel/iwlwifi/fw/acpi.h static inline void *iwl_acpi_get_object(struct device *dev, acpi_string method)
method            678 drivers/net/wireless/marvell/libertas/host.h 	__le16 method;
method            154 drivers/net/wireless/marvell/libertas/if_usb.c 		if (le16_to_cpu(wake_method.method) == CMD_WAKE_METHOD_COMMAND_INT) {
method            249 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c 				    enum pwr_track_control_method method,
method            256 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c 	if (method == TXAGC) {
method            264 drivers/net/wireless/realtek/rtlwifi/rtl8188ee/dm.c 	} else if (method == BBSWING) {
method            649 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 					enum pwr_track_control_method method,
method            657 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 	if (method == TXAGC) {
method            659 drivers/net/wireless/realtek/rtlwifi/rtl8723be/dm.c 	} else if (method == BBSWING) {
method           1325 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 				      enum pwr_track_control_method method,
method           1416 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	if (method == BBSWING) {
method           1453 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	} else if (method == MIX_MODE) {
method           2015 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 				      enum pwr_track_control_method method,
method           2076 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	if (method == BBSWING) {
method           2093 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.c 	} else if (method == MIX_MODE) {
method            281 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h 				      enum pwr_track_control_method method,
method            285 drivers/net/wireless/realtek/rtlwifi/rtl8821ae/dm.h 				      enum pwr_track_control_method method,
method            220 drivers/platform/x86/asus-laptop.c 	const char *method;
method            362 drivers/platform/x86/asus-laptop.c static int write_acpi_int_ret(acpi_handle handle, const char *method, int val,
method            377 drivers/platform/x86/asus-laptop.c 	status = acpi_evaluate_object(handle, (char *)method, &params, output);
method            384 drivers/platform/x86/asus-laptop.c static int write_acpi_int(acpi_handle handle, const char *method, int val)
method            386 drivers/platform/x86/asus-laptop.c 	return write_acpi_int_ret(handle, method, val, NULL);
method            389 drivers/platform/x86/asus-laptop.c static int acpi_check_handle(acpi_handle handle, const char *method,
method            394 drivers/platform/x86/asus-laptop.c 	if (method == NULL)
method            398 drivers/platform/x86/asus-laptop.c 		status = acpi_get_handle(handle, (char *)method,
method            403 drivers/platform/x86/asus-laptop.c 		status = acpi_get_handle(handle, (char *)method,
method            409 drivers/platform/x86/asus-laptop.c 			pr_warn("Error finding %s\n", method);
method            425 drivers/platform/x86/asus-laptop.c 	char *method = enable ? METHOD_PEGA_ENABLE : METHOD_PEGA_DISABLE;
method            426 drivers/platform/x86/asus-laptop.c 	return write_acpi_int(asus->handle, method, unit);
method            429 drivers/platform/x86/asus-laptop.c static int pega_acc_axis(struct asus_laptop *asus, int curr, char *method)
method            434 drivers/platform/x86/asus-laptop.c 		acpi_evaluate_integer(asus->handle, method, NULL, &val);
method            537 drivers/platform/x86/asus-laptop.c static int asus_led_set(struct asus_laptop *asus, const char *method,
method            540 drivers/platform/x86/asus-laptop.c 	if (!strcmp(method, METHOD_MLED))
method            542 drivers/platform/x86/asus-laptop.c 	else if (!strcmp(method, METHOD_GLED))
method            547 drivers/platform/x86/asus-laptop.c 	return write_acpi_int(asus->handle, method, value);
method            569 drivers/platform/x86/asus-laptop.c 	asus_led_set(asus, led->method, led->wk);
method            668 drivers/platform/x86/asus-laptop.c 			     const char *name, const char *method)
method            672 drivers/platform/x86/asus-laptop.c 	if (!method || acpi_check_handle(asus->handle, method, NULL))
method            676 drivers/platform/x86/asus-laptop.c 	led->method = method;
method            922 drivers/platform/x86/asus-laptop.c 			      const char *method)
method            930 drivers/platform/x86/asus-laptop.c 	if (write_acpi_int(asus->handle, method, value))
method             52 drivers/platform/x86/asus-wireless.c static acpi_status asus_wireless_method(acpi_handle handle, const char *method,
method             60 drivers/platform/x86/asus-wireless.c 			  method, param);
method             66 drivers/platform/x86/asus-wireless.c 	s = acpi_evaluate_integer(handle, (acpi_string) method, &p, ret);
method             70 drivers/platform/x86/asus-wireless.c 				method, param, s);
method             72 drivers/platform/x86/asus-wireless.c 		acpi_handle_debug(handle, "%s returned %#llx\n", method, *ret);
method            183 drivers/platform/x86/eeepc-laptop.c static int write_acpi_int(acpi_handle handle, const char *method, int val)
method            187 drivers/platform/x86/eeepc-laptop.c 	status = acpi_execute_simple_method(handle, (char *)method, val);
method            192 drivers/platform/x86/eeepc-laptop.c static int read_acpi_int(acpi_handle handle, const char *method, int *val)
method            197 drivers/platform/x86/eeepc-laptop.c 	status = acpi_evaluate_integer(handle, (char *)method, NULL, &result);
method            209 drivers/platform/x86/eeepc-laptop.c 	const char *method = cm_setv[cm];
method            211 drivers/platform/x86/eeepc-laptop.c 	if (method == NULL)
method            216 drivers/platform/x86/eeepc-laptop.c 	if (write_acpi_int(eeepc->handle, method, value))
method            217 drivers/platform/x86/eeepc-laptop.c 		pr_warn("Error writing %s\n", method);
method            223 drivers/platform/x86/eeepc-laptop.c 	const char *method = cm_getv[cm];
method            226 drivers/platform/x86/eeepc-laptop.c 	if (method == NULL)
method            231 drivers/platform/x86/eeepc-laptop.c 	if (read_acpi_int(eeepc->handle, method, &value))
method            232 drivers/platform/x86/eeepc-laptop.c 		pr_warn("Error reading %s\n", method);
method            239 drivers/platform/x86/eeepc-laptop.c 	const char *method = cm_setv[cm];
method            242 drivers/platform/x86/eeepc-laptop.c 	if (method == NULL)
method            247 drivers/platform/x86/eeepc-laptop.c 	status = acpi_get_handle(eeepc->handle, (char *)method,
method            250 drivers/platform/x86/eeepc-laptop.c 		pr_warn("Error finding %s\n", method);
method            173 drivers/platform/x86/fujitsu-laptop.c 	char *method;
method            178 drivers/platform/x86/fujitsu-laptop.c 			method = "SBL2";
method            180 drivers/platform/x86/fujitsu-laptop.c 			method = "SBLL";
method            183 drivers/platform/x86/fujitsu-laptop.c 		method = "SBL2";
method            186 drivers/platform/x86/fujitsu-laptop.c 		method = "SBLL";
method            190 drivers/platform/x86/fujitsu-laptop.c 	acpi_handle_debug(device->handle, "set lcd level via %s [%d]\n", method,
method            196 drivers/platform/x86/fujitsu-laptop.c 	status = acpi_execute_simple_method(device->handle, method, level);
method            199 drivers/platform/x86/fujitsu-laptop.c 				method);
method            107 drivers/platform/x86/ideapad-laptop.c static int read_method_int(acpi_handle handle, const char *method, int *val)
method            112 drivers/platform/x86/ideapad-laptop.c 	status = acpi_evaluate_integer(handle, (char *)method, NULL, &result);
method            131 drivers/platform/x86/ideapad-laptop.c static int method_int1(acpi_handle handle, char *method, int cmd)
method            135 drivers/platform/x86/ideapad-laptop.c 	status = acpi_execute_simple_method(handle, method, cmd);
method            126 drivers/platform/x86/lg-laptop.c static union acpi_object *lg_wmab(u32 method, u32 arg1, u32 arg2)
method            135 drivers/platform/x86/lg-laptop.c 	args[0].integer.value = method;
method            725 drivers/platform/x86/sony-laptop.c static union acpi_object *__call_snc_method(acpi_handle handle, char *method,
method            739 drivers/platform/x86/sony-laptop.c 		status = acpi_evaluate_object(handle, method, &params, &output);
method            740 drivers/platform/x86/sony-laptop.c 		dprintk("__call_snc_method: [%s:0x%.8x%.8x]\n", method,
method            744 drivers/platform/x86/sony-laptop.c 		status = acpi_evaluate_object(handle, method, NULL, &output);
method            745 drivers/platform/x86/sony-laptop.c 		dprintk("__call_snc_method: [%s]\n", method);
method            749 drivers/platform/x86/sony-laptop.c 		pr_err("Failed to evaluate [%s]\n", method);
method            755 drivers/platform/x86/sony-laptop.c 		dprintk("No return object [%s]\n", method);
method            566 drivers/platform/x86/thinkpad_acpi.c 		      int *res, char *method, char *fmt, ...)
method            620 drivers/platform/x86/thinkpad_acpi.c 	status = acpi_evaluate_object(handle, method, &params, resultp);
method            641 drivers/platform/x86/thinkpad_acpi.c 		       method, fmt0, acpi_format_exception(status));
method           9367 drivers/platform/x86/thinkpad_acpi.c static acpi_status tpacpi_battery_acpi_eval(char *method, int *ret, int param)
method           9371 drivers/platform/x86/thinkpad_acpi.c 	if (!acpi_evalf(hkey_handle, &response, method, "dd", param)) {
method           9372 drivers/platform/x86/thinkpad_acpi.c 		acpi_handle_err(hkey_handle, "%s: evaluate failed", method);
method           9377 drivers/platform/x86/thinkpad_acpi.c 				"%s evaluated but flagged as error", method);
method            181 drivers/platform/x86/wmi.c 	char method[5];
method            188 drivers/platform/x86/wmi.c 	snprintf(method, 5, "WE%02X", block->notify_id);
method            189 drivers/platform/x86/wmi.c 	status = acpi_execute_simple_method(handle, method, enable);
method            260 drivers/platform/x86/wmi.c 	char method[5] = "WM";
method            291 drivers/platform/x86/wmi.c 	strncat(method, block->object_id, 2);
method            293 drivers/platform/x86/wmi.c 	status = acpi_evaluate_object(handle, method, &input, out);
method            307 drivers/platform/x86/wmi.c 	char method[5];
method            346 drivers/platform/x86/wmi.c 	strcpy(method, "WQ");
method            347 drivers/platform/x86/wmi.c 	strncat(method, block->object_id, 2);
method            349 drivers/platform/x86/wmi.c 	status = acpi_evaluate_object(handle, method, &input, out);
method            413 drivers/platform/x86/wmi.c 	char method[5] = "WS";
method            444 drivers/platform/x86/wmi.c 	strncat(method, block->object_id, 2);
method            446 drivers/platform/x86/wmi.c 	return acpi_evaluate_object(handle, method, &input, NULL);
method           1040 drivers/platform/x86/wmi.c 	char method[5];
method           1059 drivers/platform/x86/wmi.c 	strcpy(method, "WQ");
method           1060 drivers/platform/x86/wmi.c 	strncat(method, wblock->gblock.object_id, 2);
method           1061 drivers/platform/x86/wmi.c 	result = get_subobj_info(device->handle, method, &info);
method           1066 drivers/platform/x86/wmi.c 			 method);
method           1087 drivers/platform/x86/wmi.c 	strcpy(method, "WS");
method           1088 drivers/platform/x86/wmi.c 	strncat(method, wblock->gblock.object_id, 2);
method           1089 drivers/platform/x86/wmi.c 	result = get_subobj_info(device->handle, method, NULL);
method            627 drivers/rapidio/devices/rio_mport_cdev.c 		switch (transfer->method) {
method           2349 drivers/scsi/aacraid/aacraid.h #define CTL_CODE(function, method) (                 \
method           2350 drivers/scsi/aacraid/aacraid.h     (4<< 16) | ((function) << 2) | (method) \
method             57 drivers/scsi/aic94xx/aic94xx_hwi.h 	u8     method;
method           1143 drivers/scsi/aic94xx/aic94xx_sds.c 		switch (asd_ha->hw_prof.flash.method) {
method           1267 drivers/scsi/aic94xx/aic94xx_sds.c 		switch (asd_ha->hw_prof.flash.method) {
method           1316 drivers/scsi/aic94xx/aic94xx_sds.c 	asd_ha->hw_prof.flash.method = FLASH_METHOD_UNKNOWN;
method           1349 drivers/scsi/aic94xx/aic94xx_sds.c 			asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
method           1359 drivers/scsi/aic94xx/aic94xx_sds.c 			asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
method           1369 drivers/scsi/aic94xx/aic94xx_sds.c 			asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
method           1376 drivers/scsi/aic94xx/aic94xx_sds.c 			asd_ha->hw_prof.flash.method = FLASH_METHOD_A;
method           1382 drivers/scsi/aic94xx/aic94xx_sds.c 	if (asd_ha->hw_prof.flash.method == FLASH_METHOD_UNKNOWN) {
method           1410 drivers/scsi/aic94xx/aic94xx_sds.c 				asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
method           1419 drivers/scsi/aic94xx/aic94xx_sds.c 				asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
method           1428 drivers/scsi/aic94xx/aic94xx_sds.c 				asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
method           1435 drivers/scsi/aic94xx/aic94xx_sds.c 				asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
method           1442 drivers/scsi/aic94xx/aic94xx_sds.c 				asd_ha->hw_prof.flash.method = FLASH_METHOD_B;
method           1451 drivers/scsi/aic94xx/aic94xx_sds.c 	if (asd_ha->hw_prof.flash.method == FLASH_METHOD_UNKNOWN)
method            871 drivers/scsi/bnx2fc/bnx2fc_els.c 	int method;
method            891 drivers/scsi/bnx2fc/bnx2fc_els.c 		method = BNX2FC_FCOE_MAC_METHOD_GRANGED_MAC;
method            900 drivers/scsi/bnx2fc/bnx2fc_els.c 		method = BNX2FC_FCOE_MAC_METHOD_FCF_MAP;
method            903 drivers/scsi/bnx2fc/bnx2fc_els.c 		method = BNX2FC_FCOE_MAC_METHOD_FCOE_SET_MAC;
method            906 drivers/scsi/bnx2fc/bnx2fc_els.c 	BNX2FC_HBA_DBG(lport, "fcoe_mac=%pM method=%d\n", fcoe_mac, method);
method           2143 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t method:1;
method           2147 drivers/scsi/lpfc/lpfc_hw.h 	uint32_t method:1;
method            221 drivers/scsi/qedf/qedf_main.c 	int method = 0;
method            238 drivers/scsi/qedf/qedf_main.c 		method = QEDF_FCOE_MAC_METHOD_GRANGED_MAC;
method            247 drivers/scsi/qedf/qedf_main.c 		method = QEDF_FCOE_MAC_METHOD_FCF_MAP;
method            250 drivers/scsi/qedf/qedf_main.c 		method = QEDF_FCOE_MAC_METHOD_FCOE_SET_MAC;
method            254 drivers/scsi/qedf/qedf_main.c 	    "QEDF data_src_mac=%pM method=%d.\n", qedf->data_src_addr, method);
method            101 drivers/scsi/sym53c8xx_2/sym_nvram.h 		u_short	method;
method            539 drivers/tee/optee/core.c 	const char *method;
method            543 drivers/tee/optee/core.c 	if (of_property_read_string(np, "method", &method)) {
method            548 drivers/tee/optee/core.c 	if (!strcmp("hvc", method))
method            550 drivers/tee/optee/core.c 	else if (!strcmp("smc", method))
method            553 drivers/tee/optee/core.c 	pr_warn("invalid \"method\" property: %s\n", method);
method           1802 drivers/tty/mxser.c 		int method;
method           1804 drivers/tty/mxser.c 		if (get_user(method, (int __user *)argp))
method           1806 drivers/tty/mxser.c 		mxser_set_baud_method[tty->index] = method;
method           1807 drivers/tty/mxser.c 		return put_user(method, (int __user *)argp);
method            332 drivers/usb/core/port.c 		char *method;
method            335 drivers/usb/core/port.c 			method = "location";
method            337 drivers/usb/core/port.c 			method = "default";
method            340 drivers/usb/core/port.c 			dev_name(&left->dev), dev_name(&right->dev), method,
method             43 include/acpi/acpi_bus.h acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
method            464 include/linux/ceph/osd_client.h 			const char *class, const char *method);
method            507 include/linux/ceph/osd_client.h 		   const char *class, const char *method,
method           1013 include/linux/mlx4/device.h 	u8	method;
method           1590 include/linux/mlx4/device.h 			 enum mlx4_access_reg_method method,
method             41 include/linux/netfilter/nf_conntrack_sip.h 	const char	*method;
method             55 include/linux/netfilter/nf_conntrack_sip.h 	.method		= (__method),					\
method            580 include/linux/zlib.h extern int zlib_deflateInit2(z_streamp strm, int  level, int  method,
method            168 include/rdma/ib_mad.h 	u8	method;
method            439 include/rdma/ib_mad.h 			u8	method;
method            461 include/rdma/ib_sa.h 			    struct ib_device *device, u8 port_num, u8 method,
method            570 include/rdma/ib_sa.h 			      ib_sa_comp_mask comp_mask, u8 method,
method             49 include/rdma/ib_smi.h 	u8	method;
method             53 include/rdma/opa_smi.h 	u8	method;
method            244 include/rdma/uverbs_ioctl.h 	unsigned int method = key & UVERBS_API_METHOD_KEY_MASK;
method            246 include/rdma/uverbs_ioctl.h 	return method != 0 && method < UVERBS_API_METHOD_IS_WRITE &&
method            293 include/rdma/uverbs_ioctl.h 	unsigned int method = key & UVERBS_API_METHOD_KEY_MASK;
method            295 include/rdma/uverbs_ioctl.h 	return method != 0 && method < UVERBS_API_METHOD_IS_WRITE &&
method             18 include/sound/wavefront.h      The method used to do this here ("__attribute__((packed)") is
method             34 include/trace/events/ib_mad.h 		__field(u8,             method)
method             73 include/trace/events/ib_mad.h 		__entry->method =
method             74 include/trace/events/ib_mad.h 			((struct ib_mad_hdr *)wr->send_buf.mad)->method;
method             99 include/trace/events/ib_mad.h 		__entry->method, be16_to_cpu(__entry->status),
method            141 include/trace/events/ib_mad.h 		__field(u8,             method)
method            160 include/trace/events/ib_mad.h 		__entry->method =
method            161 include/trace/events/ib_mad.h 			((struct ib_mad_hdr *)wr->send_buf.mad)->method;
method            179 include/trace/events/ib_mad.h 		__entry->class_version, __entry->method,
method            199 include/trace/events/ib_mad.h 		__field(u8,             method)
method            218 include/trace/events/ib_mad.h 		__entry->method = mad_hdr->method;
method            242 include/trace/events/ib_mad.h 		__entry->class_version, __entry->method,
method             41 include/trace/events/ib_umad.h 		__field(u8, method)
method             77 include/trace/events/ib_umad.h 		__entry->method = mad_hdr->method;
method            101 include/trace/events/ib_umad.h 		__entry->class_version, __entry->method,
method             70 include/uapi/linux/atmbr2684.h 	int method;		/* BR2684_FIND_* */
method            198 include/uapi/linux/rio_mport_cdev.h 	__u16 method;	/* Data exchange method, one of rio_exchange enum */
method           1198 lib/inflate.c      char method;
method           1205 lib/inflate.c      method   = NEXTBYTE();
method           1214 lib/inflate.c      if (method != 8)  {
method            262 lib/reed_solomon/test_rslib.c 		struct wspace *ws, int method)
method            277 lib/reed_solomon/test_rslib.c 		switch (method) {
method            300 lib/reed_solomon/test_rslib.c 		if (method != IN_PLACE) {
method            314 lib/reed_solomon/test_rslib.c 			int len, int trials, int method)
method            327 lib/reed_solomon/test_rslib.c 		pr_info("  %s\n", desc[method]);
method            331 lib/reed_solomon/test_rslib.c 			test_uc(rs, len, errs, eras, trials, &stat, ws, method);
method            338 lib/reed_solomon/test_rslib.c 		if (method != IN_PLACE)
method            170 lib/zlib_deflate/deflate.c 	int  method,
method            198 lib/zlib_deflate/deflate.c     if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
method            247 lib/zlib_deflate/deflate.c     s->method = (Byte)method;
method            919 lib/zlib_deflate/deftree.c         s->method = STORED;
method             80 lib/zlib_deflate/defutil.h     Byte  method;        /* STORED (for zip only) or DEFLATED */
method            128 net/atm/br2684.c 	switch (s->method) {
method            367 net/atm/br2684.c 	if (fs.ifspec.method != BR2684_FIND_BYNOTHING) {
method            121 net/bluetooth/smp.c 	u8		method;
method            878 net/bluetooth/smp.c 		smp->method = JUST_CFM;
method            880 net/bluetooth/smp.c 		smp->method = get_auth_method(smp, local_io, remote_io);
method            883 net/bluetooth/smp.c 	if (smp->method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR,
method            885 net/bluetooth/smp.c 		smp->method = JUST_WORKS;
method            888 net/bluetooth/smp.c 	if (smp->method == JUST_CFM &&
method            890 net/bluetooth/smp.c 		smp->method = JUST_WORKS;
method            893 net/bluetooth/smp.c 	if (smp->method == JUST_WORKS) {
method            905 net/bluetooth/smp.c 	if (smp->method != JUST_CFM) {
method            914 net/bluetooth/smp.c 	if (smp->method == OVERLAP) {
method            916 net/bluetooth/smp.c 			smp->method = CFM_PASSKEY;
method            918 net/bluetooth/smp.c 			smp->method = REQ_PASSKEY;
method            922 net/bluetooth/smp.c 	if (smp->method == CFM_PASSKEY) {
method            931 net/bluetooth/smp.c 	if (smp->method == REQ_PASSKEY)
method            934 net/bluetooth/smp.c 	else if (smp->method == JUST_CFM)
method           1458 net/bluetooth/smp.c 	if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
method           1461 net/bluetooth/smp.c 	if (smp->method == REQ_OOB)
method           1821 net/bluetooth/smp.c 		u8 method;
method           1823 net/bluetooth/smp.c 		method = get_auth_method(smp, conn->hcon->io_capability,
method           1825 net/bluetooth/smp.c 		if (method == JUST_WORKS || method == JUST_CFM)
method           1981 net/bluetooth/smp.c 		u8 method;
method           1983 net/bluetooth/smp.c 		method = get_auth_method(smp, req->io_capability,
method           1985 net/bluetooth/smp.c 		if (method == JUST_WORKS || method == JUST_CFM)
method           2024 net/bluetooth/smp.c 	if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
method           2151 net/bluetooth/smp.c 	if (smp->method == REQ_OOB) {
method           2160 net/bluetooth/smp.c 	if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
method           2185 net/bluetooth/smp.c 	if (smp->method == JUST_WORKS || smp->method == REQ_OOB) {
method           2632 net/bluetooth/smp.c 	u8 local_mitm, remote_mitm, local_io, remote_io, method;
method           2661 net/bluetooth/smp.c 		method = get_auth_method(smp, local_io, remote_io);
method           2663 net/bluetooth/smp.c 		method = JUST_WORKS;
method           2666 net/bluetooth/smp.c 	if (method == JUST_CFM && test_bit(SMP_FLAG_INITIATOR, &smp->flags))
method           2667 net/bluetooth/smp.c 		method = JUST_WORKS;
method           2669 net/bluetooth/smp.c 	return method;
method           2736 net/bluetooth/smp.c 	smp->method = sc_select_method(smp);
method           2738 net/bluetooth/smp.c 	BT_DBG("%s selected method 0x%02x", hdev->name, smp->method);
method           2741 net/bluetooth/smp.c 	if (smp->method == JUST_WORKS || smp->method == JUST_CFM)
method           2749 net/bluetooth/smp.c 	if (smp->method == DSP_PASSKEY) {
method           2764 net/bluetooth/smp.c 	if (smp->method == REQ_OOB) {
method           2777 net/bluetooth/smp.c 	if (smp->method == REQ_PASSKEY) {
method           2835 net/bluetooth/smp.c 	if (smp->method == REQ_PASSKEY || smp->method == DSP_PASSKEY)
method           2837 net/bluetooth/smp.c 	else if (smp->method == REQ_OOB)
method            838 net/ceph/osd_client.c 			const char *class, const char *method)
method            861 net/ceph/osd_client.c 	op->cls.method_name = method;
method            862 net/ceph/osd_client.c 	size = strlen(method);
method            865 net/ceph/osd_client.c 	ret = ceph_pagelist_append(pagelist, method, size);
method           5064 net/ceph/osd_client.c 		   const char *class, const char *method,
method           5083 net/ceph/osd_client.c 	ret = osd_req_op_cls_init(req, 0, class, method);
method           3498 net/core/sock.c static char proto_method_implemented(const void *method)
method           3500 net/core/sock.c 	return method == NULL ? 'n' : 'y';
method            236 net/mac80211/mesh.h const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);
method             31 net/mac80211/mesh_sync.c 	u8 method;
method            198 net/mac80211/mesh_sync.c 		.method = IEEE80211_SYNC_METHOD_NEIGHBOR_OFFSET,
method            206 net/mac80211/mesh_sync.c const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method)
method            211 net/mac80211/mesh_sync.c 		if (sync_methods[i].method == method)
method           1439 net/netfilter/nf_conntrack_sip.c 		    strncasecmp(*dptr + matchend, handler->method, handler->len))
method           1480 net/netfilter/nf_conntrack_sip.c 		    strncasecmp(*dptr, handler->method, handler->len))
method            206 net/tipc/bcast.c 					  struct tipc_mc_method *method)
method            209 net/tipc/bcast.c 	unsigned long exp = method->expires;
method            213 net/tipc/bcast.c 		method->rcast = true;
method            218 net/tipc/bcast.c 		method->rcast = false;
method            222 net/tipc/bcast.c 	method->expires = jiffies + TIPC_METHOD_EXPIRE;
method            223 net/tipc/bcast.c 	if (method->mandatory)
method            232 net/tipc/bcast.c 		method->rcast = false;
method            237 net/tipc/bcast.c 		method->rcast = true;
method            242 net/tipc/bcast.c 	method->rcast = dests <= bb->bc_threshold;
method            311 net/tipc/bcast.c 				struct tipc_mc_method *method,
method            350 net/tipc/bcast.c 	if (method->rcast)
method            372 net/tipc/bcast.c 		    struct tipc_mc_method *method, struct tipc_nlist *dests,
method            376 net/tipc/bcast.c 	bool rcast = method->rcast;
method            391 net/tipc/bcast.c 		tipc_bcast_select_xmit_method(net, dests->remote, method);
method            397 net/tipc/bcast.c 		msg_set_is_rcast(hdr, method->rcast);
method            400 net/tipc/bcast.c 		if (rcast != method->rcast) {
method            401 net/tipc/bcast.c 			rc = tipc_mcast_send_sync(net, skb, method, dests);
method            409 net/tipc/bcast.c 		if (method->rcast)
method             90 net/tipc/bcast.h 		    struct tipc_mc_method *method, struct tipc_nlist *dests,
method            781 net/tipc/socket.c 	struct tipc_mc_method *method = &tsk->mc_method;
method            819 net/tipc/socket.c 		rc = tipc_mcast_xmit(net, &pkts, method, &dsts,
method            842 net/tipc/socket.c 	struct tipc_mc_method *method = &tsk->mc_method;
method            873 net/tipc/socket.c 	method->rcast = true;
method            874 net/tipc/socket.c 	method->mandatory = true;
method           1025 net/tipc/socket.c 	struct tipc_mc_method *method = &tsk->mc_method;
method           1026 net/tipc/socket.c 	bool ack = method->mandatory && method->rcast;
method           1067 net/tipc/socket.c 	rc = tipc_mcast_xmit(net, &pkts, method, dsts, &tsk->cong_link_cnt);
method           1075 net/tipc/socket.c 	method->mandatory = false;
method           1076 net/tipc/socket.c 	method->expires = jiffies;
method             66 samples/bpf/ibumad_kern.c 	u8 method;
method            693 scripts/asn1_compiler.c 	enum asn1_method method : 8;
method            865 scripts/asn1_compiler.c 	element->method = ASN1_PRIM;
method            940 scripts/asn1_compiler.c 			element->method |= ASN1_CONS;
method            945 scripts/asn1_compiler.c 		element->method = ASN1_PRIM;
method            967 scripts/asn1_compiler.c 		element->method = ASN1_CONS;
method           1032 scripts/asn1_compiler.c 		element->method = ASN1_CONS;
method           1049 scripts/asn1_compiler.c 		element->method = ASN1_CONS;
method           1218 scripts/asn1_compiler.c 	if (e->class == 0 && e->method == 0 && e->tag == 0)
method           1223 scripts/asn1_compiler.c 			asn1_methods[e->method],
method           1228 scripts/asn1_compiler.c 			asn1_methods[e->method],
method           1488 scripts/asn1_compiler.c 		if (e->class == ASN1_UNIV && e->method == ASN1_PRIM && e->tag == 0)
method           1512 scripts/asn1_compiler.c 			      asn1_methods[tag->method | e->method],
method           1517 scripts/asn1_compiler.c 			      asn1_methods[tag->method | e->method],
method            236 tools/perf/jvmti/libjvmti.c 			jmethodID method,
method            257 tools/perf/jvmti/libjvmti.c 	ret = (*jvmti)->GetMethodDeclaringClass(jvmti, method,
method            298 tools/perf/jvmti/libjvmti.c 	ret = (*jvmti)->GetMethodName(jvmti, method, &func_name,