Searched refs:method (Results 176 - 200 of 226) sorted by relevance

12345678910

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dmxgpu_vi.c529 reset_context.method = AMD_RESET_METHOD_NONE;
H A Damdgpu_fence.c981 reset_context.method = AMD_RESET_METHOD_NONE;
H A Damdgpu_amdkfd.c134 reset_context.method = AMD_RESET_METHOD_NONE;
/linux-master/drivers/net/ethernet/sfc/
H A Dmcdi.c1182 * request, because the completion method is specified in the request.
1913 int efx_mcdi_reset(struct efx_nic *efx, enum reset_type method) argument
1918 if (method == RESET_TYPE_MCDI_TIMEOUT) {
1935 if (method == RESET_TYPE_DATAPATH)
1937 else if (method == RESET_TYPE_WORLD)
H A Dnet_driver.h1216 * @map_reset_reason: Map ethtool reset reason to a reset method
1217 * @map_reset_flags: Map ethtool reset flags to a reset method, if possible
1365 int (*reset)(struct efx_nic *efx, enum reset_type method);
/linux-master/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-cipher.c214 rctx->method = ss->variant->alg_cipher[algt->ss_algo_id];
/linux-master/arch/x86/boot/
H A Dheader.S401 # method[1]
/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/include/linux/mlx4/
H A Ddevice.h1008 u8 method; member in struct:mlx4_mad_ifc
1592 enum mlx4_access_reg_method method,
/linux-master/drivers/scsi/qedf/
H A Dqedf_main.c231 int method = 0; local
248 method = QEDF_FCOE_MAC_METHOD_GRANGED_MAC;
257 method = QEDF_FCOE_MAC_METHOD_FCF_MAP;
260 method = QEDF_FCOE_MAC_METHOD_FCOE_SET_MAC;
264 "QEDF data_src_mac=%pM method=%d.\n", qedf->data_src_addr, method);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Ddm.c249 enum pwr_track_control_method method,
256 if (method == TXAGC) {
264 } else if (method == BBSWING) {
248 dm_tx_pwr_track_set_pwr(struct ieee80211_hw *hw, enum pwr_track_control_method method, u8 rfpath, u8 channel_mapped_index) argument
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf100.c1407 if (gr->method)
1408 gf100_gr_mthd(gr, gr->method);
/linux-master/net/netfilter/
H A Dnf_conntrack_sip.c247 /* Skip method and following whitespace */
1444 strncasecmp(*dptr + matchend, handler->method, handler->len))
1485 strncasecmp(*dptr, handler->method, handler->len))
/linux-master/drivers/scsi/aacraid/
H A Daacraid.h2354 #define CTL_CODE(function, method) ( \
2355 (4<< 16) | ((function) << 2) | (method) \
2359 * Define the method codes for how buffers are passed for I/O and FS
/linux-master/lib/zlib_deflate/
H A Ddeftree.c865 s->method = STORED;
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_usb.c154 if (le16_to_cpu(wake_method.method) == CMD_WAKE_METHOD_COMMAND_INT) {
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dnet_driver.h1160 * @map_reset_reason: Map ethtool reset reason to a reset method
1161 * @map_reset_flags: Map ethtool reset flags to a reset method, if possible
1314 int (*reset)(struct efx_nic *efx, enum reset_type method);
/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/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/platform/x86/
H A Dthinkpad_acpi.c591 int *res, char *method, char *fmt, ...)
645 status = acpi_evaluate_object(handle, method, &params, resultp);
666 method, fmt0, acpi_format_exception(status));
6819 * Call _BCL method of video device. On some ThinkPads this will
7906 * ACPI GFAN method: returns fan level
7912 * ACPI SFAN method: sets fan level, 0 (stop) to 7 (max)
9450 * This evaluates a ACPI method call specific to the battery
9454 static acpi_status tpacpi_battery_acpi_eval(char *method, int *ret, int param) argument
9458 if (!acpi_evalf(hkey_handle, &response, method, "dd", param)) {
9459 acpi_handle_err(hkey_handle, "%s: evaluate failed", method);
590 acpi_evalf(acpi_handle handle, int *res, char *method, char *fmt, ...) argument
[all...]
/linux-master/net/ceph/
H A Dosd_client.c825 const char *class, const char *method)
848 op->cls.method_name = method;
849 size = strlen(method);
852 ret = ceph_pagelist_append(pagelist, method, size);
5170 * Execute an OSD class method on an object.
5178 const char *class, const char *method,
5197 ret = osd_req_op_cls_init(req, 0, class, method);
824 osd_req_op_cls_init(struct ceph_osd_request *osd_req, unsigned int which, const char *class, const char *method) argument
5175 ceph_osdc_call(struct ceph_osd_client *osdc, struct ceph_object_id *oid, struct ceph_object_locator *oloc, const char *class, const char *method, unsigned int flags, struct page *req_page, size_t req_len, struct page **resp_pages, size_t *resp_len) argument
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c2050 inmad->method = 0x1; /* Get */
2168 inmad->method = 0x1; /* Get */
H A Dcmd.c922 if (!network_view && smp->method == IB_MGMT_METHOD_GET) {
1011 smp->method == IB_MGMT_METHOD_GET) || network_view) {
1012 mlx4_err(dev, "Unprivileged slave %d is trying to execute a Subnet MGMT MAD, class 0x%x, method 0x%x, view=%s for attr 0x%x. Rejecting\n",
1013 slave, smp->mgmt_class, smp->method,
/linux-master/drivers/mtd/nand/spi/
H A Dcore.c1064 * @rdid_method: read id method to match
1086 if (rdid_method != info->devid.method)
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c2546 cmd->method = __cpu_to_le32(arg->method);
2561 ath10k_dbg(ar, ATH10K_DBG_WMI, "wmi tlv sta keepalive vdev %d enabled %d method %d interval %d\n",
2562 arg->vdev_id, arg->enabled, arg->method, arg->interval);

Completed in 418 milliseconds

12345678910