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

123456

/u-boot/drivers/input/
H A Dinput.c16 #include <input.h>
20 #include <linux/input.h>
451 * list into a list of ASCII characters and sends them to the input layer.
679 /* check if this is the standard input device */
/u-boot/include/
H A Dsh_pfc.h90 struct pinmux_range input; member in struct:pinmux_info
H A Dtpm-v2.h504 * Create a list of digests of the supported PCR banks for a given input data
507 * @input Data
513 int tcg2_create_digest(struct udevice *dev, const u8 *input, u32 length,
/u-boot/drivers/clk/at91/
H A Dpmc.h38 struct clk_range input; member in struct:clk_pll_characteristics
H A Dsam9x60.c118 .input = { .min = 12000000, .max = 48000000 },
124 .input = { .min = 12000000, .max = 48000000 },
/u-boot/drivers/gpio/
H A Dpca953x.c125 * 0 = output, 1 = input
181 printf("input: ");
199 U_BOOT_CMD_MKENT(input, 3, 0, (void *)PCA953X_CMD_INPUT, "", ""),
291 "pca953x input pin\n"
292 " - set pin as input and read value"
H A Dtca642x.c118 * 0 = output, 1 = input
237 U_BOOT_CMD_MKENT(input, 3, 0, (void *)TCA642X_CMD_INPUT, "", ""),
352 "tca642x input pin\n"
353 " - set pin as input and read value"
H A Dsh_pfc.c346 range = &gpioc->input;
390 * input-only or output-only pins without
/u-boot/board/logicpd/imx6/
H A Dimx6logic.c15 #include <input.h>
/u-boot/drivers/misc/
H A Dds4510.c241 U_BOOT_CMD_MKENT(input, 3, 0, (void *)DS4510_CMD_INPUT, "", ""),
361 "ds4510 input pin\n"
/u-boot/board/freescale/mx53loco/
H A Dmx53loco.c22 #include <input.h>
/u-boot/lib/
H A Dtpm-v2.c68 int tcg2_create_digest(struct udevice *dev, const u8 *input, u32 length, argument
95 sha1_update(&ctx, input, length);
101 sha256_update(&ctx_256, input, length);
107 sha384_update(&ctx_512, input, length);
113 sha512_update(&ctx_512, input, length);
/u-boot/drivers/serial/
H A Dns16550.c404 static int ns16550_serial_pending(struct udevice *dev, bool input) argument
408 if (input)
H A Dserial_msm_geni.c472 static int msm_serial_pending(struct udevice *dev, bool input) argument
476 if (input)
H A Dserial_sh.c168 static int sh_serial_pending(struct udevice *dev, bool input) argument
/u-boot/drivers/pinctrl/
H A Dpinctrl-at91.c354 static void at91_mux_gpio_enable(struct at91_port *pio, u32 mask, bool input) argument
357 writel(mask, (input ? &pio->odr : &pio->oer));
/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dpsci.S84 @ r1: input target CPU ID in MPIDR format, original value in r1 may be dropped
/u-boot/test/py/
H A Dmultiplexed_log.py144 (stdout, stderr) = p.communicate(input=stdin)
/u-boot/board/ge/bx50v3/
H A Dbx50v3.c36 #include <input.h>
/u-boot/board/embest/mx6boards/
H A Dmx6boards.c33 #include <input.h>
385 /* touch interrupt is an input */
/u-boot/include/linux/
H A Dzstd_lib.h165 * or an error code if input is invalid */
372 * ZSTD_compressStream*() consumes input and flush output if possible, but immediately gives back control to caller,
464 * Total input data size to be compressed as a single frame.
473 * Note 3 : Whenever all input data is provided and consumed in a single round,
587 const void* src; /*< start of input buffer */
588 size_t size; /*< size of input buffer */
620 * consume input stream. The function will automatically update both `pos`
621 * fields within `input` and `output`.
622 * Note that the function may not consume the entire input, for example, because
623 * the output buffer is already full, in which case `input
[all...]
H A Dfb.h323 __u16 input; /* display type - see FB_DISP_* */ member in struct:fb_monspecs
/u-boot/scripts/
H A Dkernel-doc69 in any input FILE or -export-file FILE.
72 in any input FILE or -export-file FILE.
862 my $input = join "\n",@_;
869 foreach $line (split "\n",$input) {
/u-boot/arch/sandbox/cpu/
H A Dsdl.c10 #include <linux/input.h>
/u-boot/drivers/net/bnxt/
H A Dbnxt.c183 static void hwrm_init(struct bnxt *bp, struct input *req, u16 cmd, u16 len)
208 sreq.req_type = (u16)((struct input *)bp->hwrm_addr_req)->req_type;
218 struct input *req = (struct input *)bp->hwrm_addr_req;

Completed in 277 milliseconds

123456