Searched refs:method (Results 126 - 150 of 226) sorted by relevance

12345678910

/linux-master/lib/zlib_deflate/
H A Ddeflate.c191 int method,
219 if (memLevel < 1 || memLevel > MAX_MEM_LEVEL || method != Z_DEFLATED ||
276 s->method = (Byte)method;
188 zlib_deflateInit2( z_streamp strm, int level, int method, int windowBits, int memLevel, int strategy ) argument
H A Ddefutil.h82 Byte method; /* STORED (for zip only) or DEFLATED */ member in struct:deflate_state
295 * method would use a table)
/linux-master/drivers/acpi/acpica/
H A Dacobject.h343 ACPI_OBJECT_COMMON_HEADER struct acpi_namespace_node *method_REG; /* _REG method for this region (if any) */
376 struct acpi_object_method method; member in union:acpi_operand_object
H A Ddbtest.c86 method(_T98, 1, not_serialized) { /* Read */
93 method(_T99, 2, not_serialized) { /* Write */
176 /* Install the debugger read-object control method if necessary */
182 ("%s, Could not install debugger read method\n",
191 ("Could not obtain handle for debug method %s\n",
197 /* Install the debugger write-object control method if necessary */
203 ("%s, Could not install debugger write method\n",
212 ("Could not obtain handle for debug method %s\n",
801 * special debugger control method that reads the object. Thus,
885 * special debugger control method tha
[all...]
H A Ddbdisply.c342 * PARAMETERS: start_op - Root of the control method parse tree
346 * DESCRIPTION: Display information about the current method
368 acpi_os_printf("There is no method currently executing\n");
375 acpi_os_printf("Currently executing control method is [%4.4s]\n",
378 (u32)obj_desc->method.param_count,
379 (u32)obj_desc->method.sync_level);
448 * DESCRIPTION: Display all locals for the currently running control method
458 acpi_os_printf("There is no method currently executing\n");
473 * DESCRIPTION: Display all arguments for the currently running control method
483 acpi_os_printf("There is no method currentl
[all...]
/linux-master/drivers/acpi/
H A Dsysfs.c222 const char *method = trace_method_name; local
230 method = NULL;
233 method = NULL;
234 else if (!acpi_compare_param(val, "method-once"))
236 else if (!acpi_compare_param(val, "method"))
245 status = acpi_debug_trace(method,
262 return sprintf(buffer, "method-once\n");
264 return sprintf(buffer, "method\n");
/linux-master/drivers/usb/core/
H A Dport.c383 * as that is the lowest latency method to restart the port.
492 char *method; local
495 method = "location";
497 method = "default";
500 dev_name(&left->dev), dev_name(&right->dev), method,
/linux-master/drivers/hwmon/
H A Dasus_atk0110.c455 acpi_handle method; local
459 method = data->rvlt_handle;
462 method = data->rtmp_handle;
465 method = data->rfan_handle;
477 status = acpi_evaluate_integer(method, NULL, &params, value);
1210 dev_dbg(dev, "method " METHOD_OLD_READ_TMP " not found: %s\n",
1218 dev_dbg(dev, "method " METHOD_OLD_READ_VLT " not found: %s\n",
1226 dev_dbg(dev, "method " METHOD_OLD_READ_FAN " not found: %s\n",
1234 dev_dbg(dev, "method " METHOD_ENUMERATE " not found: %s\n",
1242 dev_dbg(dev, "method " METHOD_REA
[all...]
/linux-master/drivers/tee/optee/
H A Dsmc_abi.c1411 const char *method;
1413 pr_info("probing for conduit method.\n");
1415 if (device_property_read_string(dev, "method", &method)) {
1416 pr_warn("missing \"method\" property\n");
1420 if (!strcmp("hvc", method))
1422 else if (!strcmp("smc", method))
1425 pr_warn("invalid \"method\" property: %s\n", method);
1412 const char *method; local
/linux-master/drivers/firmware/xilinx/
H A Dzynqmp.c529 const char *method; local
531 if (of_property_read_string(np, "method", &method)) {
532 pr_warn("%s missing \"method\" property\n", __func__);
536 if (!strcmp("hvc", method)) {
538 } else if (!strcmp("smc", method)) {
541 pr_warn("%s Invalid \"method\" property: %s\n",
542 __func__, method);
/linux-master/drivers/infiniband/hw/hfi1/
H A Dmad.c45 smp->method = IB_MGMT_METHOD_GET_RESP;
314 smp->method = IB_MGMT_METHOD_TRAP;
451 trap->data.ntc_256.method = mad->method;
671 (mad->method == IB_MGMT_METHOD_GET ||
672 mad->method == IB_MGMT_METHOD_SET ||
673 mad->method == IB_MGMT_METHOD_TRAP_REPRESS))
677 switch (mad->method) {
791 if (!(smp->method == IB_MGMT_METHOD_GET &&
4506 (smp->method
[all...]
H A Dmad.h89 u8 method; member in struct:opa_mad_notice_attr::__anon893::__anon900
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dfalcon.c301 static int falcon_reset_hw(struct ef4_nic *efx, enum reset_type method);
1977 static int __falcon_reset_hw(struct ef4_nic *efx, enum reset_type method) argument
1984 RESET_TYPE(method));
1987 if (method == RESET_TYPE_WORLD) {
2014 method == RESET_TYPE_INVISIBLE,
2030 if (method == RESET_TYPE_WORLD) {
2058 static int falcon_reset_hw(struct ef4_nic *efx, enum reset_type method) argument
2064 rc = __falcon_reset_hw(efx, method);
/linux-master/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c99 * @method: IPI SMC or HVC is going to be used
107 unsigned int method; member in struct:zynqmp_ipi_pdata
127 if (pdata->method == USE_SMC)
/linux-master/include/linux/ceph/
H A Dosd_client.h532 const char *class, const char *method);
600 const char *class, const char *method,
/linux-master/drivers/platform/x86/
H A Dlg-laptop.c131 static union acpi_object *lg_wmab(u32 method, u32 arg1, u32 arg2) argument
140 args[0].integer.value = method;
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h57 u8 method; member in struct:flash_struct
/linux-master/drivers/gpu/drm/nouveau/nvif/
H A Dobject.c157 args->mthd.method = mthd;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgk20a.c134 if (prevclass) /* Add terminator to the method list. */
299 gk20a_gr_load_net(gr, path, "sw_method_init", ver, gk20a_gr_av_to_method, &gr->method))
H A Dga102.c308 case 7: gk20a_gr_av_to_method(&blob, &gr->method); break;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dmxgpu_ai.c290 reset_context.method = AMD_RESET_METHOD_NONE;
H A Dmxgpu_nv.c326 reset_context.method = AMD_RESET_METHOD_NONE;
H A Damdgpu_job.c78 reset_context.method = AMD_RESET_METHOD_NONE;
/linux-master/include/uapi/linux/
H A Drkisp1-config.h300 * the Green and Red/Blue components) through the @method field, the result is
302 * and factors for each method.
304 * @method: Method enable bits (RKISP1_CIF_ISP_DPCC_METHODS_SET_*)
312 __u32 method; member in struct:rkisp1_cif_isp_dpcc_methods_config
/linux-master/net/mac80211/
H A Dmesh.h282 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);

Completed in 295 milliseconds

12345678910