Home
last modified time | relevance | path

Searched refs:handled (Results 101 – 125 of 895) sorted by relevance

12345678910>>...36

/openbmc/linux/drivers/tty/serial/
H A Dmps2-uart.c221 irqreturn_t handled = IRQ_NONE; in mps2_uart_oerrirq() local
234 handled = IRQ_HANDLED; in mps2_uart_oerrirq()
244 handled = IRQ_HANDLED; in mps2_uart_oerrirq()
249 return handled; in mps2_uart_oerrirq()
/openbmc/linux/drivers/ata/
H A Dsata_sx4.c664 unsigned int handled = 0; in pdc20621_host_intr() local
690 handled = 1; in pdc20621_host_intr()
717 handled = 1; in pdc20621_host_intr()
726 handled = 1; in pdc20621_host_intr()
732 return handled; in pdc20621_host_intr()
746 unsigned int handled = 0; in pdc20621_interrupt() local
783 handled += pdc20621_host_intr(ap, qc, (i > 4), in pdc20621_interrupt()
790 return IRQ_RETVAL(handled); in pdc20621_interrupt()
H A Dsata_rcar.c684 int handled = 0; in sata_rcar_ata_interrupt() local
688 handled |= ata_bmdma_port_intr(ap, qc); in sata_rcar_ata_interrupt()
691 if (!handled) in sata_rcar_ata_interrupt()
700 unsigned int handled = 0; in sata_rcar_interrupt() local
722 handled = 1; in sata_rcar_interrupt()
726 return IRQ_RETVAL(handled); in sata_rcar_interrupt()
H A Dsata_promise.c872 unsigned int handled = 0; in pdc_host_intr() local
894 handled = 1; in pdc_host_intr()
901 return handled; in pdc_host_intr()
917 unsigned int handled = 0; in pdc_interrupt() local
966 ++handled; in pdc_interrupt()
977 handled += pdc_host_intr(ap, qc); in pdc_interrupt()
983 return IRQ_RETVAL(handled); in pdc_interrupt()
/openbmc/linux/Documentation/userspace-api/media/
H A Dgen-errors.rst22 - The ioctl can't be handled because the device is in state where it
34 - The ioctl can't be handled because the device is busy. This is
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space.c206 int err = 0, handled = 0; in xen_pcibk_config_write() local
243 handled = 1; in xen_pcibk_config_write()
247 if (!handled && !err) { in xen_pcibk_config_write()
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch6 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 D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch6 This is glibc specific toolhain issue, it should have been handled in
/openbmc/linux/sound/isa/
H A Dopl3sa2.c287 int handled = 0; in snd_opl3sa2_interrupt() local
296 handled = 1; in snd_opl3sa2_interrupt()
301 handled = 1; in snd_opl3sa2_interrupt()
306 handled = 1; in snd_opl3sa2_interrupt()
311 handled = 1; in snd_opl3sa2_interrupt()
322 return IRQ_RETVAL(handled); in snd_opl3sa2_interrupt()
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst215 does nothing and this message has to be handled by a follower
223 does nothing and this message has to be handled by a follower
231 and this message has to be handled by a follower instead.
237 and this message has to be handled by a follower instead.
244 does nothing and this message has to be handled by a follower
253 does nothing (for any CEC version) and this message has to be handled
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dti,omap2-intc.txt15 - ti,intc-size: Number of interrupts handled by the interrupt controller.
H A Dti,cp-intc.txt16 - ti,intc-size: Number of interrupts handled by the interrupt controller.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/dbus/dbus-daemon-proxy/
H A D0001-dbus-daemon-proxy-Return-DBUS_HANDLER_RESULT_NOT_YET.patch8 not be handled here
/openbmc/linux/drivers/mmc/host/
H A Dpxamci.c377 int handled = 0; in pxamci_irq() local
387 handled |= pxamci_cmd_done(host, stat); in pxamci_irq()
389 handled |= pxamci_data_done(host, stat); in pxamci_irq()
392 handled = 1; in pxamci_irq()
396 return IRQ_RETVAL(handled); in pxamci_irq()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py258 def process(self, srctree, classes, lines_before, lines_after, handled, extravalues): argument
426 handled = []
451 ret = handler.process_url(args, classes, handled, extravalues)
452 if 'url' in handled and ret:
755 handled.append('buildsystem')
758 handler.process(srctree_use, classes, lines_before, lines_after, handled, extravalues)
795 …licvalues = handle_license_vars(srctree_use, lines_before, handled, extravalues, tinfoil.config_da…
957 def handle_license_vars(srctree, lines_before, handled, extravalues, d): argument
958 lichandled = [x for x in handled if x[0] == 'license']
1040 handled.append(('license', licvalues))
/openbmc/openbmc/poky/meta/recipes-bsp/gnu-efi/gnu-efi/
H A D0001-riscv64-ignore-unknown-relocs.patch7 these don't need to be handled yet so just can be skipped otherwise
/openbmc/openbmc/poky/meta/conf/machine/include/arm/
H A Darch-armv8-1a.inc5 # TUNE crypto will be handled by arch-armv8a.inc below
H A Darch-armv8-2a.inc5 # TUNE crypto will be handled by arch-armv8a.inc below
/openbmc/linux/drivers/vdpa/vdpa_sim/
H A Dvdpa_sim_blk.c115 bool handled = false; in vdpasim_blk_handle_req() local
316 handled = true; in vdpasim_blk_handle_req()
321 return handled; in vdpasim_blk_handle_req()
/openbmc/linux/drivers/irqchip/
H A Dirq-loongson-eiointc.c194 bool handled = false; in eiointc_irq_dispatch() local
209 handled = true; in eiointc_irq_dispatch()
213 if (!handled) in eiointc_irq_dispatch()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dbgmac.c416 int handled = 0; in bgmac_dma_rx_read() local
486 handled++; in bgmac_dma_rx_read()
494 if (handled >= weight) /* Should never be greater */ in bgmac_dma_rx_read()
500 return handled; in bgmac_dma_rx_read()
1151 int handled = 0; in bgmac_poll() local
1157 handled += bgmac_dma_rx_read(bgmac, &bgmac->rx_ring[0], weight); in bgmac_poll()
1163 if (handled < weight) { in bgmac_poll()
1164 napi_complete_done(napi, handled); in bgmac_poll()
1168 return handled; in bgmac_poll()
/openbmc/linux/drivers/net/can/
H A Dti_hecc.c674 u32 handled = 0; in ti_hecc_interrupt() local
693 handled |= HECC_CANGIF_WLIF; in ti_hecc_interrupt()
701 handled |= HECC_CANGIF_EPIF; in ti_hecc_interrupt()
709 handled |= HECC_CANGIF_BOIF; in ti_hecc_interrupt()
772 hecc_write(priv, HECC_CANGIF1, handled); in ti_hecc_interrupt()
775 hecc_write(priv, HECC_CANGIF0, handled); in ti_hecc_interrupt()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0003-gen-pkgconfig.in-Do-not-include-LDFLAGS-in-generated.patch30 -l*) # LIBS is handled specially below
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables-context.rst42 handled. Those are usually set by ``bitbake.conf`` and might get adapted in a
55 handled. For example:
/openbmc/linux/sound/soc/sof/
H A DKconfig62 This option is not user-selectable but automagically handled by
69 This option is not user-selectable but automagically handled by
268 This option is not user-selectable but automagically handled by
277 This option is not user-selectable but automagically handled by
279 When selected, the probe is handled in two steps, for example to

12345678910>>...36