Searched refs:method (Results 101 - 125 of 227) sorted by relevance

12345678910

/linux-master/include/uapi/linux/
H A Drio_mport_cdev.h183 RIO_EXCHANGE_DEFAULT, /* Default method */
198 __u16 method; /* Data exchange method, one of rio_exchange enum */ member in struct:rio_transfer_io
206 __u16 sync; /* Synch method, one of rio_transfer_sync enum */
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dmac.h177 enum wmi_sta_keepalive_method method,
/linux-master/drivers/firmware/efi/libstub/
H A Defi-stub-helper.c252 } method; local
272 method.hash_log_extend_event =
296 method.hash_log_extend_event =
313 status = efi_fn_call(&method, hash_log_extend_event, protocol, 0,
/linux-master/drivers/media/usb/b2c2/
H A Dflexcop-usb.c21 #define debug_dump(b, l, method) do {\
24 method("%02x ", b[i]); \
25 method("\n"); \
31 #define debug_dump(b, l, method) do { } while (0)
/linux-master/include/linux/mtd/
H A Dspinand.h217 * @method: method to read chip id
229 const enum spinand_readid_method method; member in struct:spinand_devid
363 .method = __method, \
/linux-master/tools/net/ynl/lib/
H A Dynl.py959 for (method, vals, flags) in ops:
960 op = self.ops[method]
1023 def _op(self, method, vals, flags=None, dump=False):
1028 ops = [(method, vals, req_flags)]
1031 def do(self, method, vals, flags=None):
1032 return self._op(method, vals, flags)
1034 def dump(self, method, vals):
1035 return self._op(method, vals, dump=True)
/linux-master/drivers/acpi/
H A Ddevice_pm.c144 char method[5] = { '_', 'P', 'S', '0' + state, '\0' }; local
147 status = acpi_evaluate_object(adev->handle, method, NULL, NULL);
671 char method[] = { '_', 'S', '0' + target_state, 'D', '\0' }; local
699 status = acpi_evaluate_integer(handle, method, NULL, &ret);
731 * _S0W method to get the correct wake D-state. Otherwise we
749 method[3] = 'W';
750 status = acpi_evaluate_integer(handle, method, NULL, &ret);
785 * incorrect, or -ENODATA on ACPI method failure.
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);
H A Dresource.c905 void *preproc_data, char *method)
913 if (!acpi_has_method(adev->handle, method))
921 status = acpi_walk_resources(adev->handle, method,
938 * Evaluate the _CRS method for the given device node and process its output by
984 * Evaluate the _DMA method for the given device node and process its
902 __acpi_dev_get_resources(struct acpi_device *adev, struct list_head *list, int (*preproc)(struct acpi_resource *, void *), void *preproc_data, char *method) argument
/linux-master/include/rdma/
H A Duverbs_ioctl.h118 * the object slot, and OBJ_ID,METH_ID,0 and returns the method slot.
124 * ie the WRITE path is treated as a special method type in the ioctl
218 unsigned int method = key & UVERBS_API_METHOD_KEY_MASK; local
220 return method != 0 && method < UVERBS_API_METHOD_IS_WRITE &&
237 /* 0 is the method slot itself */
267 unsigned int method = key & UVERBS_API_METHOD_KEY_MASK; local
269 return method != 0 && method < UVERBS_API_METHOD_IS_WRITE &&
H A Dib_mad.h141 u8 method; member in struct:ib_mad_hdr
415 u8 method; member in struct:ib_mad_notice_attr::__anon1878::__anon1883
643 * @method_mask: The caller will receive unsolicited MADs for any method
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/
H A Dacpi.c32 static int iwl_acpi_get_handle(struct device *dev, acpi_string method, argument
45 status = acpi_get_handle(root_handle, method, ret_handle);
48 "ACPI: %s method not found\n", method);
54 static void *iwl_acpi_get_object(struct device *dev, acpi_string method) argument
61 ret = iwl_acpi_get_handle(dev, method, &handle);
65 /* Call the method with no arguments */
69 "ACPI: %s method invocation failed (status: 0x%x)\n",
70 method, status);
77 * Generic function for evaluating a method define
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_mad.c46 smp->method = IB_MGMT_METHOD_GET_RESP;
58 smp->method = IB_MGMT_METHOD_GET_RESP;
96 smp->method = IB_MGMT_METHOD_TRAP;
180 data.details.ntc_256.method = smp->method;
425 (smp->method == IB_MGMT_METHOD_GET ||
426 smp->method == IB_MGMT_METHOD_SET ||
427 smp->method == IB_MGMT_METHOD_TRAP_REPRESS))
431 switch (smp->method) {
493 if (!(smp->method
[all...]
/linux-master/drivers/infiniband/core/
H A Dsa_query.c917 mad->mad_hdr.method |= IB_MGMT_METHOD_RESP;
937 mad->mad_hdr.method |= IB_MGMT_METHOD_RESP;
1581 mad->mad_hdr.method = IB_MGMT_METHOD_GET;
1644 u8 method,
1686 mad->mad_hdr.method = method;
1736 ib_sa_comp_mask comp_mask, u8 method,
1754 if (method != IB_MGMT_METHOD_GET &&
1755 method != IB_MGMT_METHOD_SET &&
1756 method !
1642 ib_sa_mcmember_rec_query(struct ib_sa_client *client, struct ib_device *device, u32 port_num, u8 method, struct ib_sa_mcmember_rec *rec, ib_sa_comp_mask comp_mask, unsigned long timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_mcmember_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) argument
1733 ib_sa_guid_info_rec_query(struct ib_sa_client *client, struct ib_device *device, u32 port_num, struct ib_sa_guidinfo_rec *rec, ib_sa_comp_mask comp_mask, u8 method, unsigned long timeout_ms, gfp_t gfp_mask, void (*callback)(int status, struct ib_sa_guidinfo_rec *resp, void *context), void *context, struct ib_sa_query **sa_query) argument
[all...]
/linux-master/drivers/scsi/bnx2fc/
H A Dbnx2fc_els.c871 int method; local
891 method = BNX2FC_FCOE_MAC_METHOD_GRANGED_MAC;
900 method = BNX2FC_FCOE_MAC_METHOD_FCF_MAP;
903 method = BNX2FC_FCOE_MAC_METHOD_FCOE_SET_MAC;
906 BNX2FC_HBA_DBG(lport, "fcoe_mac=%pM method=%d\n", fcoe_mac, method);
/linux-master/drivers/firmware/
H A Darm_sdei.c925 const char *method; local
930 if (of_property_read_string(np, "method", &method)) {
931 pr_warn("missing \"method\" property\n");
935 if (!strcmp("hvc", method)) {
938 } else if (!strcmp("smc", method)) {
943 pr_warn("invalid \"method\" property: %s\n", method);
H A Dstratix10-svc.c856 const char *method; local
858 if (of_property_read_string(dev->of_node, "method", &method)) {
859 dev_warn(dev, "missing \"method\" property\n");
863 if (!strcmp(method, "smc"))
865 if (!strcmp(method, "hvc"))
868 dev_warn(dev, "invalid \"method\" property: %s\n", method);
/linux-master/arch/arm/kernel/
H A Dtraps.c828 int spectre_bhb_update_vectors(unsigned int method) argument
840 switch (method) {
853 smp_processor_id(), method);
/linux-master/arch/x86/pci/
H A Dmmconfig-shared.c472 struct device *dev, const char *method)
490 &cfg->res, method);
492 pr_info("ECAM %pR reserved as %s\n", &cfg->res, method);
579 * _CBA method, just assume it's reserved.
470 is_mmconf_reserved(check_reserved_t is_reserved, struct pci_mmcfg_region *cfg, struct device *dev, const char *method) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dioctl.c196 args->v0.version, args->v0.method);
197 ret = nvkm_object_mthd(object, args->v0.method, data, size);
/linux-master/drivers/acpi/acpica/
H A Dpsargs.c181 * arg_count - If the namepath points to a control method
182 * the method's argument is returned here.
184 * start of a method call
188 * DESCRIPTION: Get next name (if method call, return # of required args).
190 * if the name represents a control method. If a method
191 * is found, the number of arguments to the method is returned.
234 * If this name is a control method invocation, we must
235 * setup the method call
245 * the method invocatio
[all...]
H A Dnsobject.c185 ACPI_FREE(obj_desc->method.aml_start);
H A Dnsalloc.c210 * A method is creating a new node that is not a child of the
211 * method (it is non-local). Mark the executing method as having
213 * method exits.
215 walk_state->method_desc->method.info_flags |=
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_acpi_sar.c8 mt792x_acpi_read(struct mt792x_dev *dev, u8 *method, u8 **tbl, u32 *len) argument
22 status = acpi_get_handle(root, method, &handle);
/linux-master/drivers/i2c/busses/
H A Di2c-designware-common.c233 static void i2c_dw_acpi_params(struct device *device, char method[], argument
243 if (ACPI_FAILURE(acpi_evaluate_object(handle, method, NULL, &buf)))
265 * Try to get SDA hold time and *CNT values from an ACPI method for

Completed in 540 milliseconds

12345678910