Searched refs:emit (Results 1 – 14 of 14) sorted by relevance
/u-boot/lib/ |
A D | slre.c | 203 emit(r, EXACT); in exact() 257 emit(r, op); in anyof() 283 emit(r, END); in relocate() 295 emit(r, 1); in quantifier() 306 emit(r, EXACT); in exact_one_char() 308 emit(r, 1); in exact_one_char() 316 emit(r, END); in fixup_branch() 338 emit(r, BOL); in compile() 422 emit(r, 0); in slre_compile() 431 emit(r, 0); in slre_compile() [all …]
|
/u-boot/scripts/dtc/ |
A D | flattree.c | 266 emit->string(etarget, tree->name, 0); in flatten_tree() 268 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 279 emit->cell(etarget, prop->val.len); in flatten_tree() 280 emit->cell(etarget, nameoff); in flatten_tree() 283 emit->align(etarget, 8); in flatten_tree() 285 emit->data(etarget, prop->val); in flatten_tree() 286 emit->align(etarget, sizeof(cell_t)); in flatten_tree() 290 emit->property(etarget, NULL); in flatten_tree() 295 emit->align(etarget, 8); in flatten_tree() 298 emit->align(etarget, sizeof(cell_t)); in flatten_tree() [all …]
|
/u-boot/common/ |
A D | log_console.c | 47 .emit = log_console_emit,
|
A D | log_syslog.c | 112 .emit = log_syslog_emit,
|
A D | log.c | 224 ldev->drv->emit(ldev, rec); in log_dispatch()
|
/u-boot/arch/mips/ |
A D | config.mk | 60 LDFLAGS_FINAL += --emit-relocs
|
/u-boot/scripts/kconfig/ |
A D | qconf.cc | 410 emit menuChanged(menu); in updateSelection() 415 emit menuSelected(menu); in updateSelection() 715 emit parentSelected(); in keyPressEvent() 730 emit parentSelected(); in keyPressEvent() 739 emit menuSelected(menu); in keyPressEvent() 790 emit parentSelected(); in mouseReleaseEvent() 839 emit parentSelected(); in mouseDoubleClickEvent() 847 emit menuSelected(menu); in mouseDoubleClickEvent() 867 emit gotFocus(menu); in focusInEvent() 959 emit showNameChanged(b); in setShowName() [all …]
|
/u-boot/doc/device-tree-bindings/input/ |
A D | adc-keys.txt | 20 - linux,code: Keycode to emit.
|
/u-boot/arch/x86/ |
A D | config.mk | 74 KBUILD_LDFLAGS += --emit-relocs
|
/u-boot/doc/develop/ |
A D | logging.rst | 154 Filters are attached to log drivers to control what those drivers emit. FIlters 265 Support making printf() emit log statements at L_INFO level 280 Consider making log() calls emit an automatic newline, perhaps with a logn()
|
/u-boot/include/ |
A D | log.h | 378 int (*emit)(struct log_device *ldev, struct log_rec *rec); member
|
/u-boot/drivers/sound/ |
A D | Kconfig | 57 This can emit beeps at a fixed frequency. It is possible to control
|
/u-boot/arch/riscv/ |
A D | Kconfig | 142 Adds "C" to the ISA subsets that the toolchain is allowed to emit
|
/u-boot/arch/sandbox/dts/ |
A D | test.dts | 719 sandbox,silent; /* Don't emit sounds while testing */
|
Completed in 26 milliseconds