Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/u-boot-v2022.01-rc1/common/
A Ds_record.c26 for (; *input; ++input) { in srec_decode()
28 ++input; in srec_decode()
36 v = *input++; /* record type */ in srec_decode()
43 input += 2; in srec_decode()
91 if ((v = hex2_bin(input)) < 0) { in srec_decode()
96 input += 2; in srec_decode()
106 input += 2; in srec_decode()
118 input += 2; in srec_decode()
126 input += 2; in srec_decode()
140 input += 2; in srec_decode()
[all …]
A Dcli_simple.c63 int cli_simple_process_macros(const char *input, char *output, int max_size) in cli_simple_process_macros() argument
67 int inputcnt = strlen(input); in cli_simple_process_macros()
77 debug_parser("[PROCESS_MACROS] INPUT len %zd: \"%s\"\n", strlen(input), in cli_simple_process_macros()
78 input); in cli_simple_process_macros()
83 c = *input++; in cli_simple_process_macros()
92 c = *input++; in cli_simple_process_macros()
112 varname_start = input; in cli_simple_process_macros()
129 int envcnt = input - varname_start - 1; in cli_simple_process_macros()
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
818 if (!input) { in builtin_source()
830 fclose(input); in builtin_source()
2609 b_getch(input);
2615 b_getch(input);
2837 int ch = input->peek(input); /* first character after the $ */
3378 FILE *input; local
3425 input=stdin;
[all …]
/u-boot-v2022.01-rc1/arch/arm/dts/
A Dtegra124-nyan-big.dts82 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
89 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
96 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
103 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
110 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
117 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
131 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
152 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
159 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
166 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
[all …]
A Dtegra124-apalis.dts44 #include <dt-bindings/input/input.h>
131 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
138 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
145 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
152 nvidia,enable-input = <TEGRA_PIN_DISABLE>;
195 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
202 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
209 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
238 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
246 nvidia,enable-input = <TEGRA_PIN_ENABLE>;
[all …]
A Dsun4i-a10-inet9f-rev03.dts47 #include <dt-bindings/input/input.h>
73 linux,input-type = <EV_ABS>;
81 linux,input-type = <EV_ABS>;
82 linux,input-value = <1>;
89 linux,input-type = <EV_ABS>;
97 linux,input-type = <EV_ABS>;
98 linux,input-value = <1>;
114 linux,input-value = <1>;
130 linux,input-value = <1>;
146 linux,input-value = <1>;
[all …]
A Dzynqmp-zcu1275-revB.dts52 txc-skew-ps = <1800>; /* Skew control of GTX_CLK pad input */
53 txen-skew-ps = <900>; /* Skew control of TX_CTL pad input */
59 txd0-skew-ps = <900>; /* Skew control of TXD0 pad input */
60 txd1-skew-ps = <900>; /* Skew control of TXD1 pad input */
61 txd2-skew-ps = <900>; /* Skew control of TXD2 pad input */
62 txd3-skew-ps = <900>; /* Skew control of TXD3 pad input */
/u-boot-v2022.01-rc1/examples/standalone/
A Dsmc91111_eeprom.c38 char input[50]; in smc91111_eeprom() local
82 input[i] = 0; in smc91111_eeprom()
90 input[0] = 0; in smc91111_eeprom()
110 input[i] = c; in smc91111_eeprom()
121 input[i] = c; in smc91111_eeprom()
132 input[i] = 0; in smc91111_eeprom()
141 while ((input[i] != ' ') && (input[i] != 0)) in smc91111_eeprom()
161 while ((input[i] != ' ') && (input[i] != 0)) in smc91111_eeprom()
168 while ((input[i] != ' ') && (input[i] != 0)) { in smc91111_eeprom()
177 while ((input[i] != ' ') && (input[i] != 0)) in smc91111_eeprom()
[all …]
/u-boot-v2022.01-rc1/include/linux/
A Dxxhash.h65 uint32_t xxh32(const void *input, size_t length, uint32_t seed);
78 uint64_t xxh64(const void *input, size_t length, uint64_t seed);
93 static inline unsigned long xxhash(const void *input, size_t length, in xxhash() argument
97 return xxh64(input, length, seed); in xxhash()
99 return xxh32(input, length, seed); in xxhash()
161 int xxh32_update(struct xxh32_state *state, const void *input, size_t length);
194 int xxh64_update(struct xxh64_state *state, const void *input, size_t length);
/u-boot-v2022.01-rc1/doc/usage/
A Dpinmux.rst53 P5 : GPIO0 bias-pull-up input-disable.
55 P7 : GPIO2 bias-pull-down input-enable.
64 a0 : gpio input .
65 a1 : gpio input .
66 a2 : gpio input .
67 a3 : gpio input .
68 a4 : gpio input .
71 a7 : gpio input .
72 a8 : gpio input .
73 a9 : gpio input .
[all …]
/u-boot-v2022.01-rc1/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() argument
119 struct udevice *dev = input->dev; in cros_ec_kbc_check()
160 sent = input_send_keycodes(input, keycodes, num_keycodes); in cros_ec_kbc_check()
207 struct input_config *input = &uc_priv->input; in cros_ec_kbd_probe() local
215 input_set_delays(input, KBC_REPEAT_DELAY_MS, KBC_REPEAT_RATE_MS); in cros_ec_kbd_probe()
230 priv->input = input; in cros_ec_kbd_probe()
231 input->dev = dev; in cros_ec_kbd_probe()
232 input_add_tables(input, false); in cros_ec_kbd_probe()
233 input->read_keys = cros_ec_kbc_check; in cros_ec_kbd_probe()
A Dtegra-kbc.c45 struct input_config *input; /* The input layer */ member
122 input_send_keycodes(priv->input, fifo, cnt); in process_fifo()
184 static int tegra_kbc_check(struct input_config *input) in tegra_kbc_check() argument
186 struct tegra_kbd_priv *priv = dev_get_priv(input->dev); in tegra_kbc_check()
291 struct input_config *input = &uc_priv->input; in tegra_kbd_probe() local
299 input_set_delays(input, KBC_REPEAT_DELAY_MS, KBC_REPEAT_RATE_MS); in tegra_kbd_probe()
313 input_add_tables(input, false); in tegra_kbd_probe()
315 ret = input_add_table(input, KEY_FN, -1, in tegra_kbd_probe()
325 priv->input = input; in tegra_kbd_probe()
326 input->dev = dev; in tegra_kbd_probe()
[all …]
A Di8042.c218 static int i8042_kbd_check(struct input_config *input) in i8042_kbd_check() argument
220 struct i8042_kbd_priv *priv = dev_get_priv(input->dev); in i8042_kbd_check()
253 input_add_keycode(input, scan_code, release); in i8042_kbd_check()
263 struct input_config *input = &uc_priv->input; in i8042_start() local
286 ret = input_add_tables(input, keymap == KBD_GER); in i8042_start()
322 struct input_config *input = &uc_priv->input; in i8042_kbd_probe() local
330 input->dev = dev; in i8042_kbd_probe()
331 input->read_keys = i8042_kbd_check; in i8042_kbd_probe()
332 input_allow_repeats(input, true); in i8042_kbd_probe()
A Dkeyboard-uclass.c42 if (priv->input.dev) in keyboard_tstc()
43 return input_tstc(&priv->input); in keyboard_tstc()
57 if (priv->input.dev) in keyboard_getc()
58 return input_getc(&priv->input); in keyboard_getc()
78 ret = input_init(&priv->input, 0); in keyboard_pre_probe()
A DMakefile6 obj-$(CONFIG_KEYBOARD) += input.o
9 obj-$(CONFIG_$(SPL_TPL_)DM_KEYBOARD) += input.o keyboard-uclass.o
14 obj-$(CONFIG_TEGRA_KEYBOARD) += input.o tegra-kbc.o
/u-boot-v2022.01-rc1/include/u-boot/
A Dsha1.h52 void sha1_update(sha1_context *ctx, const unsigned char *input,
70 void sha1_csum(const unsigned char *input, unsigned int ilen,
81 void sha1_csum_wd(const unsigned char *input, unsigned int ilen,
94 const unsigned char *input, unsigned int ilen,
A Dsha512.h22 void sha512_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
25 void sha512_csum_wd(const unsigned char *input, unsigned int ilen,
31 void sha384_update(sha512_context *ctx, const uint8_t *input, uint32_t length);
34 void sha384_csum_wd(const unsigned char *input, unsigned int ilen,
A Dmd5.h30 void md5 (unsigned char *input, int len, unsigned char output[16]);
37 void md5_wd(const unsigned char *input, unsigned int len,
/u-boot-v2022.01-rc1/drivers/video/nexell/
A Ds5pxx18_dp_lvds.c54 static int lvds_setup(int module, int input, in lvds_setup() argument
95 switch (input) { in lvds_setup()
97 input = 0; in lvds_setup()
100 input = 1; in lvds_setup()
103 input = 2; in lvds_setup()
227 nx_disp_top_set_lvdsmux(1, input); in lvds_setup()
243 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; in nx_lvds_display() local
267 lvds_setup(module, input, sync, ctrl, dev); in nx_lvds_display()
A Ds5pxx18_dp_rgb.c16 static int rgb_switch(int module, int input, struct dp_sync_info *sync, in rgb_switch() argument
44 int input = module == 0 ? DP_DEVICE_DP0 : DP_DEVICE_DP1; in nx_rgb_display() local
65 rgb_switch(module, input, sync, dev); in nx_rgb_display()
/u-boot-v2022.01-rc1/lib/
A Dsha512.c133 GET_UINT64_BE(W[I], input, I*8); in LOAD_OP()
142 sha512_transform(uint64_t *state, const uint8_t *input) in sha512_transform() argument
161 LOAD_OP(i + j, W, input); in sha512_transform()
275 sha512_base_do_update(ctx, input, length); in sha384_update()
304 curr = (unsigned char *)input; in sha384_csum_wd()
305 end = input + ilen; in sha384_csum_wd()
315 sha384_update(&ctx, input, ilen); in sha384_csum_wd()
338 sha512_base_do_update(ctx, input, length); in sha512_update()
367 curr = (unsigned char *)input; in sha512_csum_wd()
368 end = input + ilen; in sha512_csum_wd()
[all …]
A Dxxhash.c64 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round() argument
66 seed += input * PRIME32_2; in xxh32_round()
74 const uint8_t *p = (const uint8_t *)input; in xxh32()
128 acc += input * PRIME64_2; in xxh64_round()
144 const uint8_t *p = (const uint8_t *)input; in xxh64()
242 const uint8_t *p = (const uint8_t *)input; in xxh32_update()
245 if (input == NULL) in xxh32_update()
260 memcpy((uint8_t *)(state->mem32) + state->memsize, input, in xxh32_update()
349 const uint8_t *p = (const uint8_t *)input; in xxh64_update()
352 if (input == NULL) in xxh64_update()
[all …]
/u-boot-v2022.01-rc1/cmd/
A Dmdio.c26 static int extract_range(char *input, int *plo, int *phi) in extract_range() argument
29 *plo = simple_strtol(input, &end, 16); in extract_range()
30 if (end == input) in extract_range()
121 static int extract_reg_range(char *input, int *devadlo, int *devadhi, in extract_reg_range() argument
127 regstr = strrchr(input, '.'); in extract_reg_range()
133 strncpy(devadstr, input, regstr - input); in extract_reg_range()
134 devadstr[regstr - input] = '\0'; in extract_reg_range()
144 regstr = input; in extract_reg_range()
/u-boot-v2022.01-rc1/arch/arm/mach-at91/arm920t/
A Dclock.c53 unsigned input, mul1; in at91_pll_calc() local
60 input = main_freq / i; in at91_pll_calc()
61 if (input < 100000) in at91_pll_calc()
63 if (input > 32000000) in at91_pll_calc()
66 mul1 = out_freq / input; in at91_pll_calc()
72 diff1 = out_freq - input * mul1; in at91_pll_calc()
/u-boot-v2022.01-rc1/arch/arm/mach-at91/arm926ejs/
A Dclock.c53 unsigned input, mul1; in at91_pll_calc() local
60 input = main_freq / i; in at91_pll_calc()
62 if (input < 2000000) in at91_pll_calc()
65 if (input < 100000) in at91_pll_calc()
67 if (input > 32000000) in at91_pll_calc()
70 mul1 = out_freq / input; in at91_pll_calc()
80 diff1 = out_freq - input * mul1; in at91_pll_calc()

Completed in 47 milliseconds

12345678910>>...24