Searched refs:parameters (Results 1 - 25 of 41) sorted by relevance

12

/drivers/char/
H A Dnwbutton.h27 static void button_sequence_finished (unsigned long parameters);
H A Dnwbutton.c26 static void button_sequence_finished (unsigned long parameters);
130 static void button_sequence_finished (unsigned long parameters) argument
/drivers/acpi/acpica/
H A Dpsxface.c199 * Parameters - List of parameters to pass to the method,
201 * NULL if no parameters are being passed.
243 * The caller "owns" the parameters, so give each one an extra reference
335 /* Take away the extra reference that we gave the parameters above */
379 if (info->parameters) {
383 for (i = 0; info->parameters[i]; i++) {
388 parameters[i],
H A Dnsxfeval.c63 * external_params - List of parameters to pass to method,
65 * if no parameters are being passed.
73 * parameters if necessary. One of "Handle" or "Pathname" must
157 * external_params - List of parameters to pass to method,
159 * if no parameters are being passed.
166 * parameters if necessary. One of "Handle" or "Pathname" must
201 * If there are parameters to be passed to a control method, the external
209 info->parameters = ACPI_ALLOCATE_ZEROED(((acpi_size)
213 if (!info->parameters) {
225 parameters[
[all...]
H A Dnseval.c66 * Parameters - List of parameters to pass to the method,
68 * NULL if no parameters are being passed.
154 if (info->parameters) {
155 while (info->parameters[info->param_count]) {
H A Dacstruct.h181 * Structure used to pass object evaluation parameters.
188 union acpi_operand_object **parameters; member in struct:acpi_evaluate_info
H A Dnsinit.c181 info.evaluate_info->parameters = NULL;
572 info->parameters = NULL;
H A Drsutils.c473 /* Execute the method, no parameters */
522 /* Execute the method, no parameters */
573 /* Execute the method, no parameters */
624 /* Execute the method, no parameters */
675 /* Execute the method, no parameters */
736 info->parameters = args;
741 * resource parameters. It needs to be formatted into a
H A Ddsmethod.c384 info->parameters = &this_walk_state->operands[0];
H A Ddswstate.c619 walk_state->params = info->parameters;
H A Devregion.c283 info->parameters = args;
464 * There are three extra parameters that must be passed to the
/drivers/auxdisplay/
H A DKconfig56 using the module parameters.
71 value using the module parameters.
120 value using the module parameters.
/drivers/firmware/
H A Ddcdbas.h101 } __attribute__ ((packed)) parameters; member in struct:apm_cmd
H A Ddcdbas.c474 *((s16 *)&apm_cmd->parameters.shortreq.parm[0]) = (s16) 0;
479 *((s16 *)&apm_cmd->parameters.shortreq.parm[0]) = (s16) 20;
/drivers/pci/pcie/
H A DKconfig47 /sys/module/pcie_aspm/parameters/policy
/drivers/acpi/
H A DKconfig283 parameters documented in Documentation/acpi/debug.txt and
284 Documentation/kernel-parameters.txt to control the type and
/drivers/char/tpm/
H A Dtpm.h247 u8 parameters[12]; /*assuming RSA*/ member in struct:tpm_readpubek_params_out
/drivers/net/wireless/wl1251/
H A Dcmd.h111 u8 parameters[MAX_CMD_PARAMS]; member in struct:wl1251_command
221 /* SCAN parameters */
/drivers/usb/dwc3/
H A Dcore.h671 * @parameters: Parameters of the current event. Refer to databook for
699 u32 parameters:16; member in struct:dwc3_event_depevt
H A Dgadget.c569 pr_debug("dwc3: invalid parameters\n");
621 pr_debug("dwc3: invalid parameters\n");
1617 uf = event->parameters & mask;
1647 u32 param = event->parameters;
1732 event->parameters);
/drivers/video/
H A DKconfig252 parameters in terms of number of tiles instead of number of pixels.
978 You can pass several parameters to the driver at boot time or at
979 module load time. The parameters look like "video=pvr2:XXX", where
1062 independently validate video mode parameters, you should say Y
1109 independently validate video mode parameters, you should say Y
1168 to specify your own timing parameters. This is especially useful
1257 You can pass several parameters to the driver at boot time or at
1258 module load time. The parameters look like "video=matroxfb:XXX", and
1521 independently validate video mode parameters, you should say Y
1921 bool "PXA LCD command line parameters"
[all...]
/drivers/net/wireless/wl12xx/
H A Dcmd.h213 u8 parameters[WL1271_CMD_MAX_PARAMS]; member in struct:wl1271_command
536 /* Static radio parameters */
540 /* Dynamic radio parameters */
552 /* Static radio parameters */
558 /* Dynamic radio parameters */
/drivers/scsi/bnx2fc/
H A D57xx_hsi_bnx2fc.h167 __le32 parameters; member in struct:fcoe_fc_hdr
279 * FCoE KCQ CQE parameters $$KEEP_ENDIANNESS$$
911 * FCoE RX statistics parameters section#0 $$KEEP_ENDIANNESS$$
920 * FCoE RX statistics parameters section#1 $$KEEP_ENDIANNESS$$
929 * FCoE RX statistics parameters section#2 $$KEEP_ENDIANNESS$$
944 * FCoE TX statistics parameters $$KEEP_ENDIANNESS$$
954 * FCoE statistics parameters $$KEEP_ENDIANNESS$$
/drivers/block/
H A DKconfig28 parameters of the driver at run time.
/drivers/ide/
H A DKconfig295 # TODO: split it on per host driver config options (or module parameters)
818 comment "Note: most of these also require special kernel boot parameters"

Completed in 339 milliseconds

12