/u-boot/drivers/video/nexell/ |
A D | s5pxx18_dp_rgb.c | 16 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 D | s5pxx18_dp_lvds.c | 54 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 D | s5pxx18_dp_hdmi.c | 410 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 D | s5pxx18_dp_mipi.c | 204 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 D | xxhash.c | 64 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 D | sha512.c | 131 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 D | sha1.c | 225 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 D | md5.c | 271 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 D | sha256.c | 189 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 D | cros_ec_keyb.c | 25 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 D | i8042.c | 218 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 D | tegra-kbc.c | 45 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 D | s_record.c | 13 int srec_decode (char *input, int *count, ulong *addr, char *data) in srec_decode()
|
A D | cli_hush.c | 340 #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 D | serial_nulldev.c | 20 static int nulldev_serial_pending(struct udevice *dev, bool input) in nulldev_serial_pending()
|
A D | lpc32xx_hsuart.c | 60 static int lpc32xx_serial_pending(struct udevice *dev, bool input) in lpc32xx_serial_pending()
|
A D | serial_mcf.c | 131 static int coldfire_serial_pending(struct udevice *dev, bool input) in coldfire_serial_pending()
|
A D | serial_owl.c | 68 static int owl_serial_pending(struct udevice *dev, bool input) in owl_serial_pending()
|
A D | serial_efi.c | 88 static int serial_efi_pending(struct udevice *dev, bool input) in serial_efi_pending()
|
/u-boot/include/ |
A D | keyboard.h | 20 struct input_config input; member
|
/u-boot/cmd/ |
A D | mdio.c | 26 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 D | kw_gpio.c | 24 void __set_direction(unsigned pin, int input) in __set_direction()
|
A D | bcm6345_gpio.c | 43 bool input) in bcm6345_gpio_set_direction()
|
/u-boot/arch/arm/mach-at91/arm920t/ |
A D | clock.c | 53 unsigned input, mul1; in at91_pll_calc() local
|
/u-boot/include/linux/ |
A D | xxhash.h | 93 static inline unsigned long xxhash(const void *input, size_t length, in xxhash()
|