Home
last modified time | relevance | path

Searched defs:input (Results 1 – 25 of 75) sorted by relevance

123

/u-boot/drivers/video/nexell/
A Ds5pxx18_dp_rgb.c16 static int rgb_switch(int module, int input, struct dp_sync_info *sync, in rgb_switch()
44 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; in nx_rgb_display() local
A Ds5pxx18_dp_lvds.c54 static int lvds_setup(int module, int input, in lvds_setup()
243 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; in nx_lvds_display() local
A Ds5pxx18_dp_hdmi.c410 void hdmi_enable(int input, int preset, struct dp_sync_info *sync, int enable) in hdmi_enable()
422 static int hdmi_setup(int input, int preset, in hdmi_setup()
498 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; in nx_hdmi_display() local
A Ds5pxx18_dp_mipi.c204 static int mipi_prepare(int module, int input, in mipi_prepare()
259 static int mipi_enable(int module, int input, in mipi_enable()
632 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; in nx_mipi_display() local
/u-boot/lib/
A Dxxhash.c64 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
72 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
126 static uint64_t xxh64_round(uint64_t acc, const uint64_t input) in xxh64_round()
142 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
240 int xxh32_update(struct xxh32_state *state, const void *input, const size_t len) in xxh32_update()
347 int xxh64_update(struct xxh64_state *state, const void *input, const size_t len) in xxh64_update()
A Dsha512.c131 static inline void LOAD_OP(int I, uint64_t *W, const uint8_t *input) in LOAD_OP()
142 sha512_transform(uint64_t *state, const uint8_t *input) in sha512_transform()
273 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha384_update()
291 void sha384_csum_wd(const unsigned char *input, unsigned int ilen, in sha384_csum_wd()
337 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length) in sha512_update()
355 void sha512_csum_wd(const unsigned char *input, unsigned int ilen, in sha512_csum_wd()
A Dsha1.c225 void sha1_update(sha1_context *ctx, const unsigned char *input, in sha1_update()
301 void sha1_csum(const unsigned char *input, unsigned int ilen, in sha1_csum()
315 void sha1_csum_wd(const unsigned char *input, unsigned int ilen, in sha1_csum_wd()
348 const unsigned char *input, unsigned int ilen, in sha1_hmac()
A Dmd5.c271 md5 (unsigned char *input, int len, unsigned char output[16]) in md5()
287 md5_wd (unsigned char *input, int len, unsigned char output[16], in md5_wd()
A Dsha256.c189 void sha256_update(sha256_context *ctx, const uint8_t *input, uint32_t length) in sha256_update()
263 void sha256_csum_wd(const unsigned char *input, unsigned int ilen, in sha256_csum_wd()
/u-boot/drivers/input/
A Dcros_ec_keyb.c25 struct input_config *input; /* The input layer */ member
117 int cros_ec_kbc_check(struct input_config *input) in cros_ec_kbc_check()
207 struct input_config *input = &uc_priv->input; in cros_ec_kbd_probe() local
A Di8042.c218 static int i8042_kbd_check(struct input_config *input) in i8042_kbd_check()
263 struct input_config *input = &uc_priv->input; in i8042_start() local
322 struct input_config *input = &uc_priv->input; in i8042_kbd_probe() local
A Dtegra-kbc.c45 struct input_config *input; /* The input layer */ member
184 static int tegra_kbc_check(struct input_config *input) in tegra_kbc_check()
291 struct input_config *input = &uc_priv->input; in tegra_kbd_probe() local
/u-boot/common/
A Ds_record.c13 int srec_decode (char *input, int *count, ulong *addr, char *data) in srec_decode()
A Dcli_hush.c340 #define b_getch(input) ((input)->get(input)) argument
341 #define b_peek(input) ((input)->peek(input)) argument
810 FILE *input; in builtin_source() local
2287 struct in_str *input)
2600 static int redirect_dup_num(struct in_str *input)
2732 struct in_str *input, int ch)
2827 static int handle_dollar(o_string *dest, struct p_context *ctx, struct in_str *input)
2941 struct in_str *input, int end_trigger)
3251 struct in_str input; local
3283 struct in_str input; local
[all …]
/u-boot/drivers/serial/
A Dserial_nulldev.c20 static int nulldev_serial_pending(struct udevice *dev, bool input) in nulldev_serial_pending()
A Dlpc32xx_hsuart.c60 static int lpc32xx_serial_pending(struct udevice *dev, bool input) in lpc32xx_serial_pending()
A Dserial_mcf.c131 static int coldfire_serial_pending(struct udevice *dev, bool input) in coldfire_serial_pending()
A Dserial_owl.c68 static int owl_serial_pending(struct udevice *dev, bool input) in owl_serial_pending()
A Dserial_efi.c88 static int serial_efi_pending(struct udevice *dev, bool input) in serial_efi_pending()
/u-boot/include/
A Dkeyboard.h20 struct input_config input; member
/u-boot/cmd/
A Dmdio.c26 static int extract_range(char *input, int *plo, int *phi) in extract_range()
121 static int extract_reg_range(char *input, int *devadlo, int *devadhi, in extract_reg_range()
/u-boot/drivers/gpio/
A Dkw_gpio.c24 void __set_direction(unsigned pin, int input) in __set_direction()
A Dbcm6345_gpio.c43 bool input) in bcm6345_gpio_set_direction()
/u-boot/arch/arm/mach-at91/arm920t/
A Dclock.c53 unsigned input, mul1; in at91_pll_calc() local
/u-boot/include/linux/
A Dxxhash.h93 static inline unsigned long xxhash(const void *input, size_t length, in xxhash()

Completed in 57 milliseconds

123