Searched refs:method (Results 1 - 25 of 226) sorted by path

12345678910

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S9630 # later. we don't do this with the DENORMs above because this method
/linux-master/drivers/acpi/acpica/
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 Ddbutils.c327 union acpi_parse_object *method; local
340 method = op;
354 method->named.data;
357 method->named.data + method->named.length;
369 (method->common.value.arg)->common.aml_offset + 1;
370 start_op = (method->common.value.arg)->common.next;
H A Dnseval.c4 * Module Name: nseval - Object evaluation, includes control method execution
24 * relative_path - Name of method to execute, If NULL, the
26 * parameters - List of parameters to pass to the method,
30 * return_object - Where to put method's return value (if
36 * DESCRIPTION: Execute a control method or return the current value of an
70 * For a method alias, we must grab the actual method node so that
138 * this method/object matches the actual ASL/AML definition.
151 * 2) The object is a control method -- execute it
152 * 3) The object is not a method
[all...]
H A Dnsobject.c185 ACPI_FREE(obj_desc->method.aml_start);
H A Dnsxfeval.c28 * external_params - List of parameters to pass to a method,
149 * external_params - List of parameters to pass to method,
152 * return_buffer - Where to put method's return value (if
280 /* Check incoming argument count against the method definition */
282 if (info->obj_desc->method.param_count > info->param_count) {
286 info->obj_desc->method.param_count));
292 else if (info->obj_desc->method.param_count < info->param_count) {
296 info->obj_desc->method.param_count));
300 info->param_count = info->obj_desc->method.param_count;
305 * method mus
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_mad.h123 u8 method; member in struct:ib_cc_mad
171 u8 method; member in struct:ib_cc_trap_key_violation_attr
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Defx.h193 int ef4_reset(struct ef4_nic *efx, enum reset_type method);
194 void ef4_reset_down(struct ef4_nic *efx, enum reset_type method);
195 int ef4_reset_up(struct ef4_nic *efx, enum reset_type method, bool ok);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Ddm.h281 enum pwr_track_control_method method,
285 enum pwr_track_control_method method,
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_hwi.h57 u8 method; member in struct:flash_struct
/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/scsi/sym53c8xx_2/
H A Dsym_nvram.h101 u_short method; member in struct:Symbios_nvram::Symbios_scam
/linux-master/include/trace/events/
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/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/lib/
H A Dinflate.c19 Inflate deflated (PKZIP's method 8 compressed) data. The compression
20 method searches for as much of the current string of bytes (up to a
37 decides which method to use on a chunk-by-chunk basis. A chunk might
39 "stored" method is used. In this case, the bytes are simply stored as
44 are used. In the dynamic method, the compressed data is preceded by
49 a predefined set of codes, called the fixed codes. The fixed method is
51 chunks), otherwise the dynamic method is used. In the latter case, the
1198 char method;
1205 method = NEXTBYTE();
1213 /* We only support method #
[all...]
/linux-master/arch/arm/include/asm/
H A Dcpuidle.h41 const char *method; member in struct:of_cpuidle_method
47 __cpuidle_method_section = { .method = _method, .ops = _ops }
H A Dsmp.h105 const char *method; member in struct:of_cpu_method
112 = { .method = _method, .ops = _ops }
H A Dspectre.h36 int spectre_bhb_update_vectors(unsigned int method);
/linux-master/arch/arm/kernel/
H A Dcpuidle.c54 * @method: the method name
57 * method name.
61 static const struct cpuidle_ops *__init arm_cpuidle_get_ops(const char *method) argument
65 for (; m->method; m++)
66 if (!strcmp(m->method, method))
77 * Get the method name defined in the 'enable-method' property, retrieve the
82 * Return 0 on sucess, -ENOENT if no 'enable-method' i
[all...]
H A Ddevtree.c36 const char *method; local
39 if (of_property_read_string(node, "enable-method", &method))
42 for (; m->method; m++)
43 if (!strcmp(m->method, method)) {
144 * Fallback to an enable-method in the cpus node if nothing found in
H A Dspectre.c26 void spectre_v2_update_state(unsigned int state, unsigned int method) argument
30 spectre_v2_methods |= method;
36 const char *method; local
49 method = "Branch predictor hardening";
53 method = "I-cache invalidation";
58 method = "Firmware call";
62 method = "History overwrite";
66 method = "Multiple mitigations";
70 return sprintf(buf, "Mitigation: %s\n", method);
H A Dtraps.c827 int spectre_bhb_update_vectors(unsigned int method) argument
839 switch (method) {
852 smp_processor_id(), method);
/linux-master/arch/arm/mm/
H A Dproc-v7-bugs.c66 static unsigned int spectre_v2_install_workaround(unsigned int method) argument
74 switch (method) {
109 static unsigned int spectre_v2_install_workaround(unsigned int method) argument
119 unsigned int state, method = 0; local
129 method = SPECTRE_V2_METHOD_BPIALL;
135 method = SPECTRE_V2_METHOD_ICIALLU;
161 method = SPECTRE_V2_METHOD_HVC;
165 method = SPECTRE_V2_METHOD_SMC;
175 state = spectre_v2_install_workaround(method);
177 spectre_v2_update_state(state, method);
183 spectre_bhb_method_name(int method) argument
197 spectre_bhb_install_workaround(int method) argument
219 spectre_bhb_install_workaround(int method) argument
227 unsigned int state, method = 0; local
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S10 # GHASH is based on the Karatsuba multiplication method.
233 # Compute 4x hash values based on Karatsuba method.
/linux-master/arch/sh/boards/
H A Dof-generic.c57 const char *method = NULL; local
68 if (!method)
69 of_property_read_string(np, "enable-method", &method);
76 if (!method) {
78 of_property_read_string(np, "enable-method", &method);
82 pr_info("CPU enable method: %s\n", method);
83 if (method)
[all...]

Completed in 408 milliseconds

12345678910