/u-boot/lib/efi_selftest/ |
A D | efi_selftest_startimage_return.c | 26 struct line { struct 28 char *line; argument
|
A D | efi_selftest_startimage_exit.c | 26 struct line { struct 28 char *line; member
|
A D | efi_selftest_exception.c | 46 struct line { struct 48 char *line; member
|
A D | efi_selftest_block_device.c | 40 struct line { struct 42 char *line; argument
|
A D | efi_selftest_load_file.c | 44 struct line { struct 46 char *line; member
|
A D | efi_selftest_loadimage.c | 37 struct line { struct 39 char *line; argument
|
/u-boot/drivers/gpio/ |
A D | mpc83xx_gpio.c | 56 unsigned int line; in gpio_direction_input() local 76 unsigned int line; in gpio_direction_output() local 104 unsigned int line; in gpio_get_value() local 123 unsigned int line; in gpio_set_value() local
|
A D | atmel_pio4.c | 198 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_direction_input() local 214 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_direction_output() local 234 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_get_value() local 245 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_set_value() local 260 u32 line = ATMEL_PIO_LINE(offset); in atmel_pio4_get_function() local
|
A D | gpio-rza1.c | 46 static int r7s72100_gpio_set_value(struct udevice *dev, unsigned line, in r7s72100_gpio_set_value() 57 static void r7s72100_gpio_set_direction(struct udevice *dev, unsigned line, in r7s72100_gpio_set_direction()
|
/u-boot/include/dt-bindings/pinctrl/ |
A D | stm32-pinfunc.h | 31 #define PIN_NO(port, line) (((port) - 'A') * 0x10 + (line)) argument 33 #define STM32_PINMUX(port, line, mode) (((PIN_NO(port, line)) << 8) | (mode)) argument
|
/u-boot/drivers/video/ |
A D | console_rotate.c | 18 void *start, *line; in console_set_row_1() local 98 void *start, *line; in console_putc_xy_1() local 160 void *start, *line, *end; in console_set_row_2() local 231 void *start, *line; in console_putc_xy_2() local 298 void *start, *line; in console_set_row_3() local 374 void *start, *line; in console_putc_xy_3() local
|
A D | console_normal.c | 19 void *line, *end; in console_normal_set_row() local 90 void *line; in console_normal_putc_xy() local
|
/u-boot/scripts/kconfig/ |
A D | nconf.gui.c | 204 int get_line_length(const char *line) in get_line_length() 226 const char *line = get_line(text, i); in fill_window() local 272 const char *line = get_line(msg, i); in btn_dialog() local 384 const char *line = get_line(prompt, i); in dialog_inputbox() local 572 const char *line = get_line(text, i); in show_scroll_win() local
|
/u-boot/include/dt-bindings/gpio/ |
A D | uniphier-gpio.h | 13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument
|
/u-boot/test/ |
A D | ut.c | 20 void ut_fail(struct unit_test_state *uts, const char *fname, int line, in ut_fail() 28 void ut_failf(struct unit_test_state *uts, const char *fname, int line, in ut_failf()
|
/u-boot/common/ |
A D | cli_simple.c | 26 int cli_simple_parse_line(char *line, char *argv[]) in cli_simple_parse_line() 320 char *line, *next; in cli_simple_run_command_list() local
|
/u-boot/lib/ |
A D | panic.c | 51 void __assert_fail(const char *assertion, const char *file, unsigned int line, in __assert_fail()
|
/u-boot/tools/patman/ |
A D | checkpatch.py | 171 def GetWarningMsg(col, msg_type, fname, line, msg): argument
|
A D | patchstream.py | 140 def _add_to_series(self, line, name, value): argument 200 def _parse_version(self, value, line): argument 274 def process_line(self, line): argument
|
/u-boot/scripts/dtc/ |
A D | dtc-lexer.l | 76 char *line, *fnstart, *fnend; variable
|
/u-boot/tools/ |
A D | zynqmpbif.c | 110 static char *parse_dest_cpu(char *line, struct bif_entry *bf) in parse_dest_cpu() 135 static char *parse_el(char *line, struct bif_entry *bf) in parse_el() 150 static char *parse_load(char *line, struct bif_entry *bf) in parse_load() 159 static char *parse_entry(char *line, struct bif_entry *bf) in parse_entry() 168 static char *parse_offset(char *line, struct bif_entry *bf) in parse_offset() 177 static char *parse_partition_owner(char *line, struct bif_entry *bf) in parse_partition_owner() 831 char *line; in zynqmpbif_copy_image() local
|
/u-boot/tools/dtoc/ |
A D | dtb_platdata.py | 81 def tab_to(num_tabs, line): argument 227 def out(self, line): argument 235 def buf(self, line): argument
|
/u-boot/test/lib/ |
A D | getopt.c | 15 static int do_test_getopt(struct unit_test_state *uts, int line, in do_test_getopt()
|
/u-boot/drivers/pinctrl/renesas/ |
A D | pfc-r7s72100.c | 40 static void r7s72100_pfc_set_function(struct udevice *dev, u16 bank, u16 line, in r7s72100_pfc_set_function() 67 u16 bank, line, func; in r7s72100_pfc_set_state() local
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | textbox.c | 330 char *line; in print_line() local 359 static char line[MAX_LEN + 1]; in get_line() local
|