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

/u-boot/include/linux/
H A Dzstd.h90 * struct zstd_compression_parameters - zstd compression parameters
109 * struct zstd_frame_parameters - zstd frame parameters
122 * struct zstd_parameters - zstd parameters
123 * @cParams: The compression parameters.
124 * @fParams: The frame parameters.
145 * @parameters: The compression parameters to be used.
147 * If multiple compression parameters might be used, the caller must call
148 * zstd_cctx_workspace_bound() for each set of parameters and use the maximum
154 size_t zstd_cctx_workspace_bound(const zstd_compression_parameters *parameters);
[all...]
/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h62 void do_omap3_emu_romcode_call(u32 service_id, u32 parameters);
/u-boot/arch/arm/mach-omap2/omap3/
H A Dboard.c220 * Save the boot parameters passed from romcode.
356 static void omap3_emu_romcode_call(u32 service_id, u32 *parameters) argument
358 u32 i, num_params = *parameters;
362 * copy the parameters to an un-cached area to avoid coherency
366 __raw_writel(*parameters, sram_scratch_space);
367 parameters++;
/u-boot/drivers/usb/dwc3/
H A Dcore.h945 * @parameters: Parameters of the current event. Refer to databook for
972 u32 parameters:16;
1038 * parameters
970 u32 parameters:16; member in struct:dwc3_event_depevt
H A Dgadget.c647 pr_debug("dwc3: invalid parameters\n");
695 pr_debug("dwc3: invalid parameters\n");
996 cur_uf = event->parameters & mask;
1943 event->parameters);
/u-boot/drivers/video/sunxi/
H A Dsunxi_display.c887 #error MIPI LCD panel needs configuration parameters
/u-boot/scripts/
H A Dkernel-doc87 Other parameters:
622 # parameterlist => @list of parameters
1600 # handles unnamed variable parameters
1604 # for named variable parameters of the form `x...`, remove the dots
1626 # (but ignore ones starting with # as these are not parameters
1753 # 3. Function parameters.
1755 # All the while we have to watch out for function pointer parameters
1762 # - parport_register_device (function pointer parameters)
2120 # Until all named variable macro parameters are
2362 } elsif ($state == STATE_INLINE) { # scanning for inline parameters
[all...]
H A Dcheckpatch.pl2790 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {
4756 # check for new typedefs, only function parameters and sparse annotations
5156 # Ignore operators passed as parameters.
5406 ## # falsely report the parameters of functions.
7124 "__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $herecurr);
/u-boot/include/
H A Dec_commands.h1008 /* More than one command can use these structs to get/set parameters. */
1334 /* Same as v0 parameters. */
1581 /* List of tweakable parameters. NOTE: It's __packed so it can be sent in a
2197 uint16_t parameters[3]; /* activity dependent parameters */ member in struct:ec_motion_sense_activity
3740 /* Get / Set string smart battery parameters
3769 /* Battery vendor parameters
3771 * Get or set vendor-specific parameters in the battery. Implementations may
4188 /* Negative port parameters have special meaning */

Completed in 128 milliseconds