Searched refs:method (Results 1 - 25 of 226) sorted by last modified time

12345678910

/linux-master/drivers/tee/optee/
H A Dsmc_abi.c1411 const char *method; local
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);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1045 const struct lfp_backlight_control_method *method; local
1047 method = &backlight_data->backlight_control[panel_type];
1048 panel->vbt.backlight.type = method->type;
1049 panel->vbt.backlight.controller = method->controller;
/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/tools/net/ynl/lib/
H A Dynl.py881 def _op(self, method, vals, flags=None, dump=False):
882 op = self.ops[method]
942 def do(self, method, vals, flags=None):
943 return self._op(method, vals, flags)
945 def dump(self, method, vals):
946 return self._op(method, vals, [], dump=True)
/linux-master/net/mac80211/
H A Dmesh.h282 const struct ieee80211_mesh_sync_ops *ieee80211_mesh_sync_ops_get(u8 method);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.c10408 enum wmi_sta_keepalive_method method,
10425 arg.method = method;
10407 ath11k_mac_vif_set_keepalive(struct ath11k_vif *arvif, enum wmi_sta_keepalive_method method, u32 interval) argument
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore.c340 * 0x6 - EMAD method not supported
359 * EMAD method type.
365 MLXSW_ITEM32(emad, op_tlv, method, 0x04, 8, 7);
1957 devlink_fmsg_string_pair_put(fmsg, "method", val_str);
/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...]
/linux-master/drivers/infiniband/core/
H A Dcm.c1310 hdr->method = IB_MGMT_METHOD_SEND;
/linux-master/tools/hv/
H A Dhv_kvp_daemon.c1387 * method=<protocol> (where <protocol> is "auto" if DHCP is configured
1546 * For ipv4, set method to manual only when dhcp_enabled is
1549 * set method to 'disabled'.
1551 * For ipv6, set method to manual when we configure ipv6
1552 * addresses. Otherwise set method to 'auto' so that SLAAC from
1557 error = kvp_write_file(nmfile, "method", "",
1562 error = kvp_write_file(nmfile, "method", "",
1567 error = kvp_write_file(nmfile, "method", "",
1574 error = kvp_write_file(nmfile, "method", "",
1579 error = kvp_write_file(nmfile, "method", "",
[all...]
/linux-master/include/acpi/
H A Dacpi_bus.h45 acpi_status acpi_execute_simple_method(acpi_handle handle, char *method,
249 union acpi_object *str_obj; /* unicode string for _STR 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/gpu/drm/amd/amdgpu/
H A Damdgpu_drv.c889 * Trusted Memory Zone (TMZ) is a method to protect data being written
925 * GPU reset method (-1 = auto (default), 0 = legacy, 1 = mode0, 2 = mode1, 3 = mode2, 4 = baco)
927 MODULE_PARM_DESC(reset_method, "GPU reset method (-1 = auto (default), 0 = legacy, 1 = mode0, 2 = mode1, 3 = mode2, 4 = baco/bamaco)");
2449 reset_context.method = AMD_RESET_METHOD_NONE;
H A Damdgpu_job.c78 reset_context.method = AMD_RESET_METHOD_NONE;
H A Damdgpu_device.c1338 * Writeback is the method by which the GPU updates special pages in memory
1872 dev_warn(adev->dev, "invalid option for reset method, reverting to default\n");
5267 /* Try reset handler method first */
5280 /* Reset handler not implemented, use the default method */
6174 reset_context.method = AMD_RESET_METHOD_NONE;
H A Dvcn_v4_0.c118 fw_shared->drm_key_wa.method =
H A Damdgpu_vcn.h410 uint8_t method; member in struct:amdgpu_fw_shared_drm_key_wa
H A Damdgpu_amdkfd.c134 reset_context.method = AMD_RESET_METHOD_NONE;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c2150 vfree(gr->method);
/linux-master/drivers/acpi/
H A Dthermal.c247 char method[] = "_PSL"; local
250 method[1] = 'A';
251 method[2] = 'L';
252 method[3] = '0' + index;
255 if (!acpi_evaluate_reference(tz->device->handle, method, NULL, &devices)) {
256 acpi_handle_info(tz->device->handle, "%s evaluation failure\n", method);
/linux-master/net/core/
H A Dsock.c3298 /* Mirror missing mmap method error code */
4052 static char proto_method_implemented(const void *method) argument
4054 return method == NULL ? 'n' : 'y';
/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...]
H A Dimx_dsp_rproc.c240 .method = IMX_RPROC_MMIO,
256 .method = IMX_RPROC_MMIO,
268 .method = IMX_RPROC_SCU_API,
279 .method = IMX_RPROC_SCU_API,
319 switch (dcfg->method) {
361 switch (dcfg->method) {
968 * Different platform has different control method for DSP, which depends
983 switch (dsp_dcfg->dcfg->method) {
/linux-master/drivers/misc/
H A Dfastrpc.c77 #define FASTRPC_BUILD_SCALARS(attr, method, in, out, oin, oout) \
79 ((method & 0x1f) << 24) | \
85 #define FASTRPC_SCALARS(method, in, out) \
86 FASTRPC_BUILD_SCALARS(0, method, in, out, 0, 0)
/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);

Completed in 402 milliseconds

12345678910