| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget_ep0.c | 61 int handled = 1; in service_tx_status_request() local 107 handled = -EINVAL; in service_tx_status_request() 125 handled = 0; in service_tx_status_request() 130 if (handled > 0) { in service_tx_status_request() 138 return handled; in service_tx_status_request() 155 int handled = 0; /* not handled */ in service_in_request() local 161 handled = service_tx_status_request(musb, in service_in_request() 171 return handled; in service_in_request() 211 int handled = -EINVAL; in service_zero_data_request() local 223 handled = 1; in service_zero_data_request() [all …]
|
| /openbmc/qemu/hw/core/ |
| H A D | nmi.c | 31 bool handled; member 44 ns->handled = true; in do_nmi() 65 .handled = false in nmi_monitor_handle() 69 if (ns.handled) { in nmi_monitor_handle()
|
| /openbmc/openbmc/poky/scripts/lib/recipetool/ |
| H A D | create_buildsys.py | 29 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 30 if 'buildsystem' in handled: 42 handled.append('buildsystem') 305 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 306 if 'buildsystem' in handled: 314 handled.append('buildsystem') 320 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 321 if 'buildsystem' in handled: 326 handled.append('buildsystem') 332 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument [all …]
|
| H A D | create_kernel.py | 22 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 24 if 'buildsystem' in handled: 31 handled.append('buildsystem')
|
| H A D | create_kmod.py | 22 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 24 if 'buildsystem' in handled: 56 handled.append('buildsystem')
|
| H A D | create_buildsys_python.py | 118 def process_url(self, args, classes, handled, extravalues): argument 124 if 'url' in handled: 178 handled.append('url') 571 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 573 if 'buildsystem' in handled: 727 handled.append('buildsystem') 802 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 806 if 'buildsystem' in handled: 930 handled.append(("license", [license, licfile, md5value])) 1002 handled.append("buildsystem")
|
| H A D | create_npm.py | 180 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument 183 if "buildsystem" in handled: 290 handled.append("buildsystem")
|
| /openbmc/u-boot/drivers/pch/ |
| H A D | Kconfig | 6 parts of the system not handled by that CPU. It supersedes the 9 handled in the CPU.
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | pxa27x_udc.c | 404 int handled; in udc_irq() local 410 handled = 0; in udc_irq() 415 handled = 1; in udc_irq() 422 handled = 1; in udc_irq() 427 handled = 1; in udc_irq() 434 handled = 1; in udc_irq() 446 handled = 1; in udc_irq() 467 } while (handled); in udc_irq()
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/files/ |
| H A D | 0001-fix-zynqmp-handle-secure-SGI-at-EL1-for-OP-TEE.patch | 6 OP-TEE requires SGIs to be handled at S-EL1. The 25 # pncd SPD requires secure SGI to be handled at EL1
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/ |
| H A D | 0001-fix-zynqmp-handle-secure-SGI-at-EL1-for-OP-TEE.patch | 6 OP-TEE requires SGIs to be handled at S-EL1. The 25 # pncd SPD requires secure SGI to be handled at EL1
|
| /openbmc/qemu/docs/system/devices/ |
| H A D | vfio-user.rst | 10 PCI devices, not just ``virtio``. Whereas ``vfio`` is handled by the host 11 kernel, ``vfio-user``, while similar in implementation, is handled entirely in
|
| /openbmc/u-boot/doc/ |
| H A D | README.blackfin | 22 All open source code for the Blackfin processors are being handled via our 27 handled in the Das U-Boot sub project:
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-phosphor/leds/ |
| H A D | phosphor-led-manager_%.bbappend | 5 # Power led is handled by CPLD.
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-phosphor/leds/ |
| H A D | phosphor-led-manager_%.bbappend | 10 # Power led is handled by CPLD.
|
| /openbmc/openbmc/meta-facebook/meta-anacapa/recipes-phosphor/leds/ |
| H A D | phosphor-led-manager_%.bbappend | 10 # Power led is handled by CPLD.
|
| /openbmc/u-boot/drivers/i2c/muxes/ |
| H A D | Kconfig | 7 bus select is handled automatically when that bus is accessed, 16 bus select is handled automatically when that bus is accessed,
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen-hvm-common.c | 494 unsigned int handled = 0; in handle_buffered_iopage() 548 handled += qw + 1; 549 } while (handled < IOREQ_BUFFER_SLOT_NUM); in handle_buffered_io() 551 return handled; in handle_buffered_io() local 556 unsigned int handled; in handle_buffered_io() 559 handled = handle_buffered_iopage(state); in handle_buffered_io() 560 if (handled >= IOREQ_BUFFER_SLOT_NUM) { in handle_buffered_io() 561 /* We handled a full page of ioreqs. Schedule a timer to continue in handle_buffered_io() 566 } else if (handled == 0) { in handle_buffered_io() 489 unsigned int handled = 0; handle_buffered_iopage() local
|
| /openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/ |
| H A D | 0001-lock.py-fix-Exception-handling.patch | 9 handled, it maybe cause log_lock.pid not be deleted in case like [1]. 16 handled correct before, log_lock.pid may not be deleted correctly.
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | packagegroup.bbclass | 10 # -dbg and -dev flavours are handled by the anonfunc below. 28 # to the list. Their dependencies (RRECOMMENDS) are handled as usual
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-driver/ |
| H A D | xf86-input-synaptics_1.10.0.bb | 8 handled by the normal evdev or mouse drivers, this driver allows more \
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/ |
| H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 6 This is glibc specific toolhain issue, it should have been handled in
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/ |
| H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 6 This is glibc specific toolhain issue, it should have been handled in
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/ |
| H A D | 0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch | 8 not be handled here
|
| /openbmc/openbmc/poky/meta/conf/machine/include/arm/ |
| H A D | arch-armv8-1a.inc | 5 # TUNE crypto will be handled by arch-armv8a.inc below
|