Home
last modified time | relevance | path

Searched defs:dir (Results 1 - 25 of 123) sorted by relevance

12345

/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_cache_policy.c51 void kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) in kbase_sync_single_for_cpu() argument
39 kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) kbase_sync_single_for_device() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_cache_policy.c53 kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) kbase_sync_single_for_device() argument
60 kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) kbase_sync_single_for_cpu() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_cache_policy.c61 void kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) in kbase_sync_single_for_cpu() argument
55 kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) kbase_sync_single_for_device() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_cache_policy.c43 kbase_sync_single_for_device(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) kbase_sync_single_for_device() argument
55 kbase_sync_single_for_cpu(struct kbase_device *kbdev, dma_addr_t handle, size_t size, enum dma_data_direction dir) kbase_sync_single_for_cpu() argument
/test/xts/acts/iothardware_lite/peripheral_hal/src/
H A Diot_gpio_test.c78 IotGpioDir dir = {0}; variable
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/
H A Dosal_gpio.c60 int osal_gpio_set_direction(unsigned int gpio, unsigned int dir) in osal_gpio_set_direction() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/drivers/gpio/
H A Dhi_flashboot_gpio.c32 hi_u32 hi_gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir) in hi_gpio_get_dir() argument
88 hi_u32 hi_gpio_set_dir(hi_gpio_idx id, hi_gpio_dir dir) in hi_gpio_set_dir() argument
/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_if.c39 int32_t GpioSetDir(uint16_t gpio, uint16_t dir) in GpioSetDir() argument
50 int32_t GpioGetDir(uint16_t gpio, uint16_t *dir) in GpioGetDir() argument
H A Dgpio_if_u.c140 int32_t GpioGetDir(uint16_t gpio, uint16_t *dir) in GpioGetDir() argument
198 int32_t GpioSetDir(uint16_t gpio, uint16_t dir) in GpioSetDir() argument
/test/xts/hats/kernel/syscalls/fileio/chdir/
H A DChdirApiTest.cpp66 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
86 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
108 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
131 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
[all...]
/test/xts/hats/kernel/syscalls/fileio/fchdir/
H A DFchdirApiTest.cpp78 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
/test/xts/hats/kernel/dmabuffer/
H A Ddmabuf_alloc.cpp58 DIR *dir = opendir(rootDir.c_str()); in SetUp() local
/test/xts/hats/kernel/syscalls/fileio/faccessat/
H A DFaccessatApiTest.cpp71 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_gpio.c47 unsigned int IoTGpioSetDir(unsigned int id, IotGpioDir dir) in IoTGpioSetDir() argument
52 unsigned int IoTGpioGetDir(unsigned int id, IotGpioDir *dir) in IoTGpioGetDir() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
H A Dload_partition_table.h60 hi_u32 dir : 1; /* Flash area storage direction. 0:regular. 1: reversed.CNcomment:Flash区存放方向。 member
/device/soc/hisilicon/hi3861v100/sdk_liteos/components/at/src/
H A Dat_io.c40 hi_u32 gpio_get_dir(hi_gpio_idx id, hi_gpio_dir *dir) in gpio_get_dir() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_partition_table.h55 hi_u32 dir : 1; /**< Flash area storage direction.0:regular.1: reversed.CNcomment:Flash区存放方向。 member
/device/soc/rockchip/rk2206/adapter/hals/iot_hardware/wifiiot_lite/
H A Dhal_iot_gpio.c41 unsigned int IoTGpioSetDir(unsigned int id, IotGpioDir dir) in IoTGpioSetDir() argument
46 unsigned int IoTGpioGetDir(unsigned int id, IotGpioDir *dir) in IoTGpioGetDir() argument
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dgpio_test.c96 uint16_t dir; in TestCaseGpioDir() local
/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_listener_u.h64 uint8_t dir; member
/drivers/hdf_core/framework/support/platform/src/pcie/
H A Dpcie_core.c159 int32_t PcieCntlrDmaMap(struct PcieCntlr *cntlr, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieCntlrDmaMap() argument
184 void PcieCntlrDmaUnmap(struct PcieCntlr *cntlr, uintptr_t addr, uint32_t len, uint8_t dir) in PcieCntlrDmaUnmap() argument
H A Dpcie_if.c49 int32_t PcieDmaMap(DevHandle handle, PcieCallbackFunc cb, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaMap() argument
54 void PcieDmaUnmap(DevHandle handle, uintptr_t addr, uint32_t len, uint8_t dir) in PcieDmaUnmap() argument
/test/xts/hats/kernel/syscalls/fileio/fchownat/
H A DFchownatApiTest.cpp112 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
167 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
210 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
/test/xts/hats/kernel/syscalls/fileio/fchmodat/
H A DFchmodatApiTest.cpp80 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
132 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
163 char *dir = getcwd(path, sizeof(path)); in HWTEST_F() local
/device/qemu/drivers/virtio/
H A Dfakesdio.c217 static int32_t FakeGiopDummyOps0(struct GpioCntlr *cntlr, uint16_t local, uint16_t dir) in FakeGiopDummyOps0() argument

Completed in 8 milliseconds

12345