Home
last modified time | relevance | path

Searched refs:driver (Results 1 – 25 of 47) sorted by relevance

12

/arm-trusted-firmware-2.8.0/drivers/usb/
A Dusb_device.c49 pdev->driver->ep_set_stall(hpcd->instance, ep); in usb_core_set_stall()
51 pdev->driver->ep0_out_start(hpcd->instance); in usb_core_set_stall()
554 pdev->driver->read_packet(pdev->data->instance, in usb_core_handle_it()
563 pdev->driver->read_packet(pdev->data->instance, in usb_core_handle_it()
621 pdev->driver->ep0_start_xfer(handle, ep); in usb_core_start_xfer()
623 pdev->driver->ep_start_xfer(handle, ep); in usb_core_start_xfer()
769 pdev->driver->start_device(pdev->data->instance); in usb_core_start()
786 pdev->driver->stop_device(pdev->data->instance); in usb_core_stop()
802 const struct usb_driver *driver, in register_usb_driver() argument
809 assert(driver != NULL); in register_usb_driver()
[all …]
/arm-trusted-firmware-2.8.0/plat/brcm/board/stingray/
A Dplatform.mk198 plat/${SOC_DIR}/driver/plat_emmc.c \
207 PLAT_BL_COMMON_SOURCES += plat/${SOC_DIR}/driver/usb.c \
208 plat/${SOC_DIR}/driver/usb_phy.c
211 BL2_SOURCES += plat/${SOC_DIR}/driver/ihost_pll_config.c \
213 plat/${SOC_DIR}/driver/swreg.c
216 PLAT_INCLUDES += -Iplat/${SOC_DIR}/driver/ddr/soc/include
218 PLAT_INCLUDES += -Iplat/${SOC_DIR}/driver/ext_sram_init
219 BL2_SOURCES += plat/${SOC_DIR}/driver/ext_sram_init/ext_sram_init.c
234 plat/${SOC_DIR}/driver/ihost_pll_config.c \
/arm-trusted-firmware-2.8.0/fdts/
A Djuno-ethosn.dtsi10 * Refer to the Arm(R) Ethos(TM)-N driver stack for complete device tree examples.
11 * https://github.com/ARM-software/ethos-n-driver-stack
/arm-trusted-firmware-2.8.0/docs/components/measured_boot/
A Devent_log.rst11 Measured Boot driver expects a *tpm_event_log* node with the following field
19 can be used by Measured Boot driver. Each property is named according
/arm-trusted-firmware-2.8.0/docs/components/
A Ddebugfs-design.rst57 - mount(): create a link between a driver and spec.
73 - This permits direct access to a firmware driver, mainly for test purposes
105 - Notice, a physical device driver if exposed by the firmware may conflict with
106 the higher level OS if the latter implements its own driver for the same
115 - a Linux kernel driver running at NS-EL1
116 - a Linux userspace application through the kernel driver
/arm-trusted-firmware-2.8.0/docs/plat/marvell/armada/misc/
A Dmvebu-ccu.rst4 CCU configuration driver (1st stage address translation) for Marvell Armada 8K and 8K+ SoCs.
A Dmvebu-amb.rst4 AXI to M-bridge decoding unit driver for Marvell Armada 8K and 8K+ SoCs.
A Dmvebu-io-win.rst4 IO Window configuration driver (2nd stage address translation) for Marvell Armada 8K and 8K+ SoCs.
A Dmvebu-iob.rst4 IO bridge configuration driver (3rd stage address translation) for Marvell Armada 8K and 8K+ SoCs.
/arm-trusted-firmware-2.8.0/docs/process/
A Dcode-review-guidelines.rst70 For example, if some existing piece of code - say a driver - does not quite
187 - Generally speaking, new driver code should be placed in the generic
188 layer. There are cases where a driver has to stay into the platform layer but
191 - Existing common drivers (in particular for Arm IPs like the GIC driver) should
194 duplicate driver is less likely to benefit from bug fixes and future
195 enhancements. In most cases, it is possible to rework a generic driver to
199 - When a platform specific driver really is required, the burden lies with the
A Dplatform-ports-policy.rst11 documented in the :ref:`Porting Guide`), driver APIs (like the GICv3 drivers) or
/arm-trusted-firmware-2.8.0/docs/plat/
A Dxilinx-versal-net.rst25 * `VERSAL_NET_CONSOLE`: Select the console driver. Options:
A Dmeson-axg.rst13 - GICv2 driver set up.
A Dmeson-g12a.rst13 - GICv2 driver set up.
A Dmeson-gxbb.rst13 - GICv2 driver set up.
A Dmeson-gxl.rst13 - GICv2 driver set up.
A Dxilinx-versal.rst40 * `VERSAL_CONSOLE`: Select the console driver. Options:
A Dintel-agilex.rst81 INFO: ARM GICv2 driver initialized
A Dxilinx-zynqmp.rst39 - ``ZYNQMP_CONSOLE``: Select the console driver. Options:
A Dintel-stratix10.rst88 INFO: ARM GICv2 driver initialized
/arm-trusted-firmware-2.8.0/include/drivers/
A Dusb_device.h256 const struct usb_driver *driver; member
273 const struct usb_driver *driver,
/arm-trusted-firmware-2.8.0/docs/
A Dchange-log.md3158 - generic timer driver
3676 - Added Broadcom RNG driver
3785 - Added RNG driver
3980 - STM32MP1 Clock driver
4180 - brcm: Add iproc SPI Nor flash support, spi driver, emmc driver, and support
4215 QSPI, FMC2 driver
4547 - intel: Add ncore ccu driver
4638 driver
6109 - Changed FVP default interrupt driver to be the GICv3-only driver. **Note**
6237 common driver. The standalone CCI-400 driver has been deprecated.
[all …]
/arm-trusted-firmware-2.8.0/plat/st/stm32mp1/
A Dplatform.mk490 echo "No boot device driver is enabled"; \
/arm-trusted-firmware-2.8.0/docs/plat/arm/fvp/
A Dindex.rst112 - ``FVP_INTERCONNECT_DRIVER``: Selects the interconnect driver to be built. The
113 default interconnect driver depends on the value of ``FVP_CLUSTER_COUNT`` as
116 - ``FVP_CCI`` : The CCI driver is selected. This is the default
118 - ``FVP_CCN`` : The CCN driver is selected. This is the default
128 - ``FVP_USE_GIC_DRIVER`` : Selects the GIC driver to be built. Options:
130 - ``FVP_GICV2`` : The GICv2 only driver is selected
131 - ``FVP_GICV3`` : The GICv3 only driver is selected (default option)
/arm-trusted-firmware-2.8.0/docs/components/spd/
A Dtlk-dispatcher.rst44 • Linux kernel driver

Completed in 33 milliseconds

12