Searched refs:input (Results 126 - 143 of 143) sorted by relevance

123456

/u-boot/board/ge/b1x5v2/
H A Db1x5v2.c22 #include <input.h>
/u-boot/scripts/
H A Dcheckpatch.pl93 --showfile emit diffed file position, not input file position
130 Is the same as --fix, but overwrites the input
145 When FILE is - read standard input.
1234 # If input is git commits, extract all commits from the commit expressions.
2839 # Standardise the strings and chars within the input to
3353 my $input = $line;
3356 if ($input =~ /\bcommit\s+[0-9a-f]{5,}\s*($balanced_parens)/i) {
3368 $input .= " " . trim($rawlines[$linenr + $n]);
3374 if ($input =~ /\b(c)ommit\s+([0-9a-f]{5,})\b/i) {
3377 $short = 0 if ($input
[all...]
H A Dget_maintainer.pl1869 my $input = <STDIN>;
1870 chomp($input);
1874 my @wish = split(/[, ]+/, $input);
/u-boot/scripts/kconfig/
H A Dzconf.y114 input: nl start | start; label
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-pki.h820 * @param input Input keys to pcam match passed as struct.
824 struct cvmx_pki_pcam_input input, struct cvmx_pki_pcam_action action);
/u-boot/drivers/misc/
H A Dcros_ec_sandbox.c24 #include <linux/input.h>
/u-boot/boot/
H A Dscene_menu.c19 #include <linux/input.h>
H A Dscene.c19 #include <linux/input.h>
/u-boot/fs/ext4/
H A Dext4_common.c242 unsigned char input; local
257 input = *ptr;
261 status = input & operand;
751 * dirname : Input parmater, input path name of the file/directory to be created
768 /* TODO: input validation make equivalent to linux */
/u-boot/drivers/video/meson/
H A Dmeson_registers.h1687 #define VIU_OSD_BLEND_BLEN2_PREMULT_EN(input) ((input & 0x3) << 27)
/u-boot/drivers/net/bnxt/
H A Dbnxt_hsi.h9 /* input (size:128b/16B) */
10 struct input { struct
/u-boot/board/freescale/mx6sabresd/
H A Dmx6sabresd.c30 #include <input.h>
/u-boot/drivers/pinctrl/renesas/
H A Dpfc.c293 range = &pfc->info->input;
335 * input-only or output-only pins without
H A Dsh_pfc.h254 struct pinmux_range input; member in struct:sh_pfc_soc_info
/u-boot/drivers/clk/at91/
H A Dsama7g5.c164 .input = { .min = 12000000, .max = 50000000 },
/u-boot/board/boundary/nitrogen6x/
H A Dnitrogen6x.c36 #include <input.h>
/u-boot/board/freescale/mx6sabreauto/
H A Dmx6sabreauto.c29 #include <input.h>
/u-boot/test/boot/
H A Dexpo.c13 #include <linux/input.h>

Completed in 309 milliseconds

123456