Searched refs:method (Results 26 - 50 of 226) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/sfc/siena/
H A Defx_common.h56 void efx_siena_reset_down(struct efx_nic *efx, enum reset_type method);
58 int efx_siena_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
59 int efx_siena_reset(struct efx_nic *efx, enum reset_type method);
/linux-master/drivers/net/ethernet/sfc/
H A Defx_common.h53 void efx_reset_down(struct efx_nic *efx, enum reset_type method);
55 int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok);
56 int efx_reset(struct efx_nic *efx, enum reset_type method);
/linux-master/include/uapi/linux/
H A Datmbr2684.h70 int method; /* BR2684_FIND_* */ member in struct:br2684_if_spec
/linux-master/drivers/acpi/acpica/
H A Dnsparse.c31 * large control method.
75 /* Create, initialize, and link a new temporary method object */
91 "%s: Create table pseudo-method for [%4.4s] @%p, method %p\n",
95 method_obj->method.aml_start = aml_start;
96 method_obj->method.aml_length = aml_length;
97 method_obj->method.owner_id = owner_id;
98 method_obj->method.info_flags |= ACPI_METHOD_MODULE_LEVEL;
257 * Executes the AML table as one large control method.
H A Dexcreate.c66 * Control method aliases need to be differentiated with
244 * actually used at runtime, abort the executing method.
398 * PARAMETERS: aml_start - First byte of the method's AML
399 * aml_length - AML byte count for this method
404 * DESCRIPTION: Create a new method object
419 /* Create a new method object */
427 /* Save the method's AML pointer and length */
429 obj_desc->method.aml_start = aml_start;
430 obj_desc->method.aml_length = aml_length;
431 obj_desc->method
[all...]
H A Dutdelete.c168 /* Delete the method mutex if it exists */
170 if (object->method.mutex) {
171 acpi_os_delete_mutex(object->method.mutex->mutex.
173 acpi_ut_delete_object_desc(object->method.mutex);
174 object->method.mutex = NULL;
177 if (object->method.node) {
178 object->method.node = NULL;
189 * are installed in this list. (Not created within a method)
H A Dnsxfname.c220 * 1) _SUB method was removed (11/2015)
221 * 2) _STA method was removed (02/2018)
268 param_count = node->object->method.param_count;
286 /* Execute the Device._HID method */
294 /* Execute the Device._UID method */
302 /* Execute the Device._CID method */
315 /* Execute the Device._CLS method */
346 /* Execute the Device._ADR method */
465 * PARAMETERS: buffer - An ACPI table containing one control method
469 * DESCRIPTION: Install a control method int
[all...]
H A Dextrace.c30 * PARAMETERS: name - Whether method name should be matched,
154 * PARAMETERS: method_node - Node of the method
155 * obj_desc - The method object
157 * a method.
161 * DESCRIPTION: Start control method execution trace
198 obj_desc ? obj_desc->method.aml_start : NULL,
211 * PARAMETERS: method_node - Node of the method
212 * obj_desc - The method object
214 * a method.
218 * DESCRIPTION: Stop control method executio
[all...]
H A Ddsinit.c86 * Auto-serialization support. We will examine each method that is
89 * the method is entered by two or more threads and an attempt is
91 * an AE_ALREADY_EXISTS exception and method abort.
101 if (obj_desc->method.info_flags & ACPI_METHOD_SERIALIZED) {
108 /* Parse/scan method and serialize it if necessary */
111 if (obj_desc->method.
H A Dnsarguments.c41 * Also, ignore typecheck if warnings/errors if this method
70 /* Prevent any additional typechecking for this method */
82 * node - Namespace node for the method/object
111 * If this object is not a control method, we can check if the ACPI
112 * spec requires that it be a method.
117 /* Object requires args, must be implemented as a method */
121 "Object (%s) must be a control method with %u arguments",
128 /* Object requires no args and no return value, must be a method */
132 "Object (%s) must be a control method "
142 * This is a control method
[all...]
/linux-master/drivers/input/misc/
H A Dapanel.c246 unsigned char method, slave, chip; local
248 method = readb(p + 1);
274 else if (method != 1 && method != 2 && method != 4) {
275 pr_notice(APANEL ": unknown method %u for devno %u\n",
276 method, devno);
/linux-master/drivers/firmware/efi/libstub/
H A DMakefile.zboot26 zboot-method-y := $(comp-type-y)_with_size
29 zboot-method-$(CONFIG_KERNEL_GZIP) := gzip
33 $(call if_changed,$(zboot-method-y))
/linux-master/drivers/platform/x86/
H A Dwmi.c82 #define ACPI_WMI_METHOD BIT(1) /* GUID is a method */
130 char method[5]; local
137 snprintf(method, 5, "WE%02X", block->notify_id);
138 status = acpi_execute_simple_method(handle, method, enable);
148 const char method,
155 buffer[1] = method;
299 * wmi_evaluate_method - Evaluate a WMI method (deprecated)
303 * @in: Mandatory buffer containing input for the method call
304 * @out: Empty buffer to return the method results
306 * Call an ACPI-WMI method, th
147 get_acpi_method_name(const struct wmi_block *wblock, const char method, char buffer[static WMI_ACPI_METHOD_NAME_SIZE]) argument
348 char method[WMI_ACPI_METHOD_NAME_SIZE]; local
389 char method[WMI_ACPI_METHOD_NAME_SIZE]; local
540 char method[WMI_ACPI_METHOD_NAME_SIZE]; local
982 char method[WMI_ACPI_METHOD_NAME_SIZE]; local
[all...]
H A Dasus-wireless.c52 static acpi_status asus_wireless_method(acpi_handle handle, const char *method, argument
59 acpi_handle_debug(handle, "Evaluating method %s, parameter %#x\n",
60 method, param);
66 s = acpi_evaluate_integer(handle, (acpi_string) method, &p, ret);
69 "Failed to eval method %s, param %#x (%d)\n",
70 method, param, s);
72 acpi_handle_debug(handle, "%s returned %#llx\n", method, *ret);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c42 * No dirtied pages at scan trigger a transition to the _MKWRITE method,
44 * the _PAGETABLE method. How many triggers should we wait for before
45 * changing method?
49 /* Percentage to trigger a transition to the _PAGETABLE method */
56 * @method: The currently used dirty method
57 * @change_count: Number of consecutive method change triggers
67 enum vmw_bo_dirty_method method; member in struct:vmw_bo_dirty
80 * dirty-tracking method.
101 dirty->method
[all...]
/linux-master/drivers/infiniband/core/
H A Duverbs_uapi.c99 const struct uverbs_method_def *method,
102 u32 method_key = obj_key | uapi_key_ioctl_method(method->id);
107 if (!method->attrs)
118 if (WARN_ON(method->handler))
121 WARN_ON(!method->handler);
122 rcu_assign_pointer(method_elm->handler, method->handler);
123 if (method->handler != uverbs_destroy_def_handler)
127 for (i = 0; i != method->num_attrs; i++) {
128 const struct uverbs_attr_def *attr = (*method->attrs)[i];
137 * into a driver method
97 uapi_merge_method(struct uverbs_api *uapi, struct uverbs_api_object *obj_elm, u32 obj_key, const struct uverbs_method_def *method, bool is_driver) argument
209 const struct uverbs_method_def *method = (*obj->methods)[i]; local
[all...]
H A Dmad.c91 static int method_in_use(struct ib_mad_mgmt_method_table **method,
187 struct ib_mad_mgmt_method_table *method; local
192 method = vendor_class->method_table[i];
193 if (method) {
194 if (method_in_use(&method, mad_reg_req))
206 return ((hdr->method & IB_MGMT_METHOD_RESP) ||
207 (hdr->method == IB_MGMT_METHOD_TRAP_REPRESS) ||
235 struct ib_mad_mgmt_method_table *method; local
431 method = class->method_table[mgmt_class];
432 if (method) {
1183 method_in_use(struct ib_mad_mgmt_method_table **method, struct ib_mad_reg_req *mad_reg_req) argument
1197 allocate_method_table(struct ib_mad_mgmt_method_table **method) argument
1207 check_method_table(struct ib_mad_mgmt_method_table *method) argument
1264 remove_methods_mad_agent(struct ib_mad_mgmt_method_table *method, struct ib_mad_agent_private *agent) argument
1281 struct ib_mad_mgmt_method_table **method; local
1342 struct ib_mad_mgmt_method_table **method; local
1437 struct ib_mad_mgmt_method_table *method; local
1551 struct ib_mad_mgmt_method_table *method; local
[all...]
/linux-master/include/trace/events/
H A Dib_mad.h34 __field(u8, method)
72 __entry->method =
73 ((struct ib_mad_hdr *)wr->send_buf.mad)->method;
89 "method 0x%x status 0x%x class_specific 0x%x tid 0x%llx " \
98 __entry->method, be16_to_cpu(__entry->status),
140 __field(u8, method)
159 __entry->method =
160 ((struct ib_mad_hdr *)wr->send_buf.mad)->method;
170 "method 0x%x status 0x%x",
178 __entry->class_version, __entry->method,
[all...]
H A Dib_umad.h41 __field(u8, method)
77 __entry->method = mad_hdr->method;
89 "class_ver 0x%x method 0x%x status 0x%04x " \
101 __entry->class_version, __entry->method,
/linux-master/lib/reed_solomon/
H A Dtest_rslib.c21 enum method { enum
262 struct wspace *ws, int method)
277 switch (method) {
300 if (method != IN_PLACE) {
314 int len, int trials, int method)
327 pr_info(" %s\n", desc[method]);
331 test_uc(rs, len, errs, eras, trials, &stat, ws, method);
338 if (method != IN_PLACE)
260 test_uc(struct rs_control *rs, int len, int errs, int eras, int trials, struct estat *stat, struct wspace *ws, int method) argument
313 ex_rs_helper(struct rs_control *rs, struct wspace *ws, int len, int trials, int method) argument
/linux-master/tools/tracing/rtla/
H A DMakefile.standalone18 $(info This is a deprecated method to compile RTLA, please compile from Linux kernel source)
/linux-master/include/linux/
H A Dzlib.h55 data. This version of the library supports only one compression method
75 directory information, and uses a different, slower check method than zlib.
178 /* The deflate compression method (the only one supported in this version) */
328 value depends on the compression method), inflateInit determines the
329 compression method from the zlib header and allocates all data structures
462 int method,
471 The method parameter is the compression method. It must be Z_DEFLATED in
499 method). msg is set to null if there is no error message. deflateInit2 does
586 extern int zlib_deflateInit2(z_streamp strm, int level, int method,
[all...]
/linux-master/drivers/remoteproc/
H A Dimx_rproc.c301 .method = IMX_RPROC_MMIO,
307 .method = IMX_RPROC_SMC,
317 .method = IMX_RPROC_MMIO,
323 .method = IMX_RPROC_SCU_API,
329 .method = IMX_RPROC_SCU_API,
335 .method = IMX_RPROC_NONE,
341 .method = IMX_RPROC_NONE,
351 .method = IMX_RPROC_MMIO,
361 .method = IMX_RPROC_MMIO,
367 .method
[all...]
/linux-master/fs/smb/server/mgmt/
H A Duser_session.c27 unsigned int method; member in struct:ksmbd_session_rpc
95 int method; local
97 method = __rpc_method(rpc_name);
98 if (!method)
105 entry->method = method;
139 return entry ? entry->method : 0;
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmad.c254 u8 method = in->mad_hdr.method; local
261 if (method == IB_MGMT_METHOD_TRAP && !slid)
267 if (method != IB_MGMT_METHOD_GET &&
268 method != IB_MGMT_METHOD_SET &&
269 method != IB_MGMT_METHOD_TRAP_REPRESS)
279 method == IB_MGMT_METHOD_GET)
285 if (method != IB_MGMT_METHOD_GET &&
286 method != IB_MGMT_METHOD_SET)
303 if (method
[all...]

Completed in 224 milliseconds

12345678910