Home
last modified time | relevance | path

Searched refs:emit (Results 1 – 14 of 14) sorted by relevance

/u-boot/lib/
A Dslre.c203 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 Dflattree.c266 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 Dlog_console.c47 .emit = log_console_emit,
A Dlog_syslog.c112 .emit = log_syslog_emit,
A Dlog.c224 ldev->drv->emit(ldev, rec); in log_dispatch()
/u-boot/arch/mips/
A Dconfig.mk60 LDFLAGS_FINAL += --emit-relocs
/u-boot/scripts/kconfig/
A Dqconf.cc410 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 Dadc-keys.txt20 - linux,code: Keycode to emit.
/u-boot/arch/x86/
A Dconfig.mk74 KBUILD_LDFLAGS += --emit-relocs
/u-boot/doc/develop/
A Dlogging.rst154 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 Dlog.h378 int (*emit)(struct log_device *ldev, struct log_rec *rec); member
/u-boot/drivers/sound/
A DKconfig57 This can emit beeps at a fixed frequency. It is possible to control
/u-boot/arch/riscv/
A DKconfig142 Adds "C" to the ISA subsets that the toolchain is allowed to emit
/u-boot/arch/sandbox/dts/
A Dtest.dts719 sandbox,silent; /* Don't emit sounds while testing */

Completed in 26 milliseconds