Home
last modified time | relevance | path

Searched full:physically (Results 1 – 25 of 558) sorted by relevance

12345678910>>...23

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/nfc/
H A Dst21nfca.txt12 - ese-present: Specifies that an ese is physically connected to the nfc
14 - uicc-present: Specifies that the uicc swp signal can be physically
H A Dst-nci-spi.txt12 - ese-present: Specifies that an ese is physically connected to the nfc
14 - uicc-present: Specifies that the uicc swp signal can be physically
H A Dst-nci-i2c.txt13 - ese-present: Specifies that an ese is physically connected to the nfc
15 - uicc-present: Specifies that the uicc swp signal can be physically
/OK3568_Linux_fs/kernel/include/linux/
H A Dio-pgtable.h140 * @map: Map a physically contiguous memory region.
141 * @map_pages: Map a physically contiguous range of pages of the same size.
142 * @map_sg: Map a scatter-gather list of physically contiguous memory
145 * @unmap: Unmap a physically contiguous memory region.
H A Dremoteproc.h97 * @RSC_CARVEOUT: request for allocation of a physically contiguous
129 * struct fw_rsc_carveout - physically contiguous memory request
137 * This resource entry requests the host to allocate a physically contiguous
189 * This resource entry requests the host to iommu map a physically contiguous
498 * @carveouts: list of physically contiguous memory allocations
/OK3568_Linux_fs/kernel/Documentation/
H A Ddma-buf-test-exporter.txt31 * simple allocation of physically non-contiguous buffers
32 * simple allocation of physically contiguous buffers
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk.h557 /** @brief Map a physically contiguous region into kernel space
566 * @param size the number of bytes of physically contiguous address space to
574 /** @brief Unmap a physically contiguous address range from kernel space.
596 /** @brief Allocate and Map a physically contiguous region into kernel space
598 * This is used for allocating physically contiguous regions (such as Mali-MMU
608 * incapable of separating the tasks 'allocate physically contiguous memory'
615 * @param[in] size the number of bytes of physically contiguous memory to
623 /** @brief Free a physically contiguous address range from kernel space.
645 /** @brief Request a region of physically contiguous memory
647 * This is used to ensure exclusive access to a region of physically contigous
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A Dv3d_bo.c11 * Physically contiguous objects may still be imported to V3D, but the
12 * driver doesn't allocate physically contiguous objects on its own.
13 * Display engines requiring physically contiguous allocations should
/OK3568_Linux_fs/kernel/arch/c6x/
H A DKconfig91 The kernel memory allocator divides physically contiguous memory
95 blocks of physically contiguous memory, then you may need to
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_mb.h68 MB_DMA_TYPE_NONE = 0, /* Physically Non-Continuous memory default */
69 MB_DMA_TYPE_CMA = 1 << 12, /* Physically Continuous memory */
/OK3568_Linux_fs/kernel/Documentation/driver-api/media/
H A Dv4l2-videobuf.rst44 - Buffers which are physically scattered, but which are virtually
50 - Buffers which are physically contiguous. Allocation of this kind of
74 <media/videobuf-dma-sg.h> /* Physically scattered */
76 <media/videobuf-dma-contig.h> /* Physically contiguous */
343 as long as that buffer is physically contiguous. Normal user-space
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Duser_exp_rcv.c257 * made by finding all sets of physically contiguous pages in a
259 * These physically contiguous sets are further split into
322 /* Find sets of physically contiguous pages */ in hfi1_user_exp_rcv_setup()
572 * Look for sets of physically contiguous pages in the user buffer. in find_phys_blocks()
581 * If the pfn's are not sequential, pages are not physically in find_phys_blocks()
587 * physically contiguous pages and break them down it in find_phys_blocks()
631 * struct tid_pageset holding information on physically contiguous
645 * HW. Each RcvArray entry will be programmed with a physically contiguous
/OK3568_Linux_fs/kernel/arch/nios2/
H A DKconfig59 The kernel memory allocator divides physically contiguous memory
63 blocks of physically contiguous memory, then you may need to
/OK3568_Linux_fs/kernel/tools/usb/usbip/
H A DREADME66 server:# (Physically attach your USB device.)
128 Physically attach your USB devices to this host.
134 In another terminal, let's look up what USB devices are physically
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A DKconfig60 whereby the hardware is not physically present. If the hardware is physically
194 bool "Enable memory fully physically-backed"
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dsuspend-and-cpuhotplug.rst203 c. When a CPU is physically hot-unplugged and a new (and possibly different
229 physically removing or inserting CPUs, the CPUs are not actually powered
240 [Note that we don't expect someone to physically pull out nodes and insert
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dcache-sh4.c178 * Note : (RPC) since the caches are physically tagged, the only point
286 * the cache is physically tagged, the data can just be left in there. in sh4_flush_cache_range()
371 * SH-4 has virtually indexed and physically tagged cache.
H A DKconfig31 The kernel memory allocator divides physically contiguous memory
35 blocks of physically contiguous memory, then you may need to
/OK3568_Linux_fs/external/linux-rga/samples/allocator_demo/src/
H A Drga_allocator_drm_phy_demo.cpp76 * Allocate a physically continuous drm_buf, return dma_fd and in main()
93 printf("alloc physically continuous drm buffer failed!\n"); in main()
/OK3568_Linux_fs/kernel/include/media/drv-intf/
H A Dexynos-fimc.h92 * @memplanes: number of physically non-contiguous data planes
93 * @colplanes: number of physically contiguous data planes
/OK3568_Linux_fs/u-boot/drivers/net/
H A Daltera_tse.h30 * Note: The control byte physically occupies bits [31:24] in memory.
42 * Note: The status byte physically occupies bits [23:16] in memory.
/OK3568_Linux_fs/kernel/include/soc/nps/
H A Dcommon.h90 * Now quad of logical clusters id's are adjacent physically,
91 * and not like the id's physically came with each cluster.
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dia_css_frame_public.h172 bool contiguous; /** memory is allocated physically contiguously */
259 * physically contiguous memory.
279 * Only for FPGA display driver which needs physically contiguous memory.
/OK3568_Linux_fs/kernel/drivers/mtd/maps/
H A DKconfig18 physically into the CPU's memory. You will need to configure
75 physically into the CPU's memory. The mapping description here is
128 physically addressed and assisted by GPIOs.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A DKconfig194 whereby the hardware is not physically present. If the hardware is physically

12345678910>>...23