Home
last modified time | relevance | path

Searched refs:handled (Results 1 – 25 of 34) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/usb/musb-new/
H A Dmusb_gadget_ep0.c62 int handled = 1; in service_tx_status_request() local
108 handled = -EINVAL; in service_tx_status_request()
126 handled = 0; in service_tx_status_request()
131 if (handled > 0) { in service_tx_status_request()
139 return handled; in service_tx_status_request()
156 int handled = 0; /* not handled */ in service_in_request() local
162 handled = service_tx_status_request(musb, in service_in_request()
172 return handled; in service_in_request()
212 int handled = -EINVAL; in service_zero_data_request() local
224 handled = 1; in service_zero_data_request()
[all …]
H A Dmusb_core.c424 irqreturn_t handled = IRQ_NONE; in musb_stage0_irq() local
435 handled = IRQ_HANDLED; in musb_stage0_irq()
536 handled = IRQ_HANDLED; in musb_stage0_irq()
606 handled = IRQ_HANDLED; in musb_stage0_irq()
612 handled = IRQ_HANDLED; in musb_stage0_irq()
671 handled = IRQ_HANDLED; in musb_stage0_irq()
739 handled = IRQ_HANDLED; in musb_stage0_irq()
783 handled = IRQ_HANDLED; in musb_stage0_irq()
862 handled = IRQ_HANDLED; in musb_stage0_irq()
890 return handled; in musb_stage0_irq()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dpxa27x_udc.c405 int handled; in udc_irq() local
411 handled = 0; in udc_irq()
416 handled = 1; in udc_irq()
423 handled = 1; in udc_irq()
428 handled = 1; in udc_irq()
435 handled = 1; in udc_irq()
447 handled = 1; in udc_irq()
468 } while (handled); in udc_irq()
H A Dpxa25x_udc.c1520 int handled; in pxa25x_udc_irq() local
1528 handled = 0; in pxa25x_udc_irq()
1533 handled = 1; in pxa25x_udc_irq()
1546 handled = 1; in pxa25x_udc_irq()
1558 handled = 1; in pxa25x_udc_irq()
1595 handled = 1; in pxa25x_udc_irq()
1605 handled = 1; in pxa25x_udc_irq()
1611 handled = 1; in pxa25x_udc_irq()
1619 } while (handled); in pxa25x_udc_irq()
/rk3399_rockchip-uboot/doc/
H A DREADME.blackfin22 All open source code for the Blackfin processors are being handled via our
27 handled in the Das U-Boot sub project:
H A DREADME.atmel_mci17 nor does it start the MCI clock. This has to be handled in a
H A DREADME.spear14 1. ARM926ejs core based (sp600 has two cores, the 2nd handled only in Linux)
H A DREADME.mxs35 The production of BootStream image is handled via "mkimage", which is
115 type of file, which MXS CPUs can boot. This is handled by the following
H A DREADME.rockchip180 handled by a single image (built as the SPL stage) that tests whether
181 it is handled for the first or second time via code executed from the
H A DREADME.drivers.eth114 not touch the hardware in anyway. That step is handled in the driver-specific
H A DREADME.ti-secure185 The exact details of the how the images are secured is handled by the
/rk3399_rockchip-uboot/drivers/i2c/muxes/
H A DKconfig7 bus select is handled automatically when that bus is accessed,
16 bus select is handled automatically when that bus is accessed,
/rk3399_rockchip-uboot/board/imgtec/xilfpga/
H A DREADME37 DDR initialization is already handled by a HW IP block.
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt13 The supplying peripheral clock can also be handled, needing a second property
/rk3399_rockchip-uboot/drivers/usb/cdns3/
H A Dgadget.c1083 int handled = 0; in cdns3_request_handled() local
1099 handled = 1; in cdns3_request_handled()
1105 handled = 1; in cdns3_request_handled()
1113 handled = 1; in cdns3_request_handled()
1117 handled = 1; in cdns3_request_handled()
1121 trace_cdns3_request_handled(priv_req, current_index, handled); in cdns3_request_handled()
1123 return handled; in cdns3_request_handled()
/rk3399_rockchip-uboot/drivers/core/
H A DKconfig198 properties in many nodes. As this translation is not handled
213 properties in many nodes. As this translation is not handled
/rk3399_rockchip-uboot/drivers/input/
H A DKconfig94 handled by the keyboard itself.
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dsun9i-a80-cubieboard4.dts137 * TODO: This should be handled by the
H A Dsun9i-a80-optimus.dts209 * TODO: This should be handled by the
H A Dmeson-gxbb-odroidc2.dts242 * This signal should be handled by a USB specific power sequence
/rk3399_rockchip-uboot/board/freescale/t4qds/
H A DREADME42 Address demultiplexing handled within FPGA.
/rk3399_rockchip-uboot/env/
H A DKconfig197 This value may also be positive or negative; this is handled in the
380 to a power failure during a "saveenv" operation. This is handled
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dx86-fit-boot.txt263 the kernel including the setup.bin format. This is handled in U-Boot in
/rk3399_rockchip-uboot/drivers/video/
H A DKconfig437 some setup handled by U-Boot itself. The graphics adaptor works as
449 some setup handled by U-Boot itself. The graphics adaptor works as
/rk3399_rockchip-uboot/tools/binman/
H A DREADME67 At present this is handled by manual instructions, different for each board,
176 Currently this is handled by ifdtool, which places microcode, FSP, MRC, VGA

12