Home
last modified time | relevance | path

Searched defs:line (Results 1 – 25 of 62) sorted by relevance

123

/u-boot/lib/efi_selftest/
A Defi_selftest_startimage_return.c26 struct line { struct
28 char *line; argument
A Defi_selftest_startimage_exit.c26 struct line { struct
28 char *line; member
A Defi_selftest_exception.c46 struct line { struct
48 char *line; member
A Defi_selftest_block_device.c40 struct line { struct
42 char *line; argument
A Defi_selftest_load_file.c44 struct line { struct
46 char *line; member
A Defi_selftest_loadimage.c37 struct line { struct
39 char *line; argument
/u-boot/drivers/gpio/
A Dmpc83xx_gpio.c56 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 Datmel_pio4.c198 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 Dgpio-rza1.c46 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 Dstm32-pinfunc.h31 #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 Dconsole_rotate.c18 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 Dconsole_normal.c19 void *line, *end; in console_normal_set_row() local
90 void *line; in console_normal_putc_xy() local
/u-boot/scripts/kconfig/
A Dnconf.gui.c204 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 Duniphier-gpio.h13 #define UNIPHIER_GPIO_PORT(bank, line) \ argument
/u-boot/test/
A Dut.c20 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 Dcli_simple.c26 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 Dpanic.c51 void __assert_fail(const char *assertion, const char *file, unsigned int line, in __assert_fail()
/u-boot/tools/patman/
A Dcheckpatch.py171 def GetWarningMsg(col, msg_type, fname, line, msg): argument
A Dpatchstream.py140 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 Ddtc-lexer.l76 char *line, *fnstart, *fnend; variable
/u-boot/tools/
A Dzynqmpbif.c110 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 Ddtb_platdata.py81 def tab_to(num_tabs, line): argument
227 def out(self, line): argument
235 def buf(self, line): argument
/u-boot/test/lib/
A Dgetopt.c15 static int do_test_getopt(struct unit_test_state *uts, int line, in do_test_getopt()
/u-boot/drivers/pinctrl/renesas/
A Dpfc-r7s72100.c40 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 Dtextbox.c330 char *line; in print_line() local
359 static char line[MAX_LEN + 1]; in get_line() local

Completed in 38 milliseconds

123