Searched defs:read (Results 1 - 8 of 8) sorted by relevance
/drivers/hdf_core/framework/include/osal/ |
H A D | osal_cdev.h | 27 ssize_t (*read)(struct file *filep, char __user *buffer, size_t buflen, int64_t *offset); member
|
/drivers/hdf_core/framework/support/platform/include/adc/ |
H A D | adc_core.h | 39 int32_t (*read)(struct AdcDevice *device, uint32_t channel, uint32_t *val); member
|
/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/ |
H A D | gpio_test.c | 179 uint16_t read; in TestCaseGpioWriteRead() local
|
/drivers/hdf_core/adapter/khdf/liteos/model/storage/include/mtd/ |
H A D | mtd_legacy_lite.h | 64 int (*read)(struct mtd_info *mtd, off_t from, size_t len, size_t *retlen, char *buf); member
|
/drivers/hdf_core/framework/support/platform/include/pcie/ |
H A D | pcie_core.h | 27 int32_t (*read)(struct PcieCntlr *cntlr, uint32_t mode, uint32_t pos, uint8_t *data, uint32_t len); member
|
/drivers/hdf_core/framework/support/platform/include/gpio/ |
H A D | gpio_core.h | 126 int32_t (*read)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *val); member
|
/drivers/hdf_core/framework/model/storage/include/mtd/ |
H A D | mtd_core.h | 101 int32_t (*read)(struct MtdDevice *mtdDevice, off_t from, size_t len, uint8_t *buf); member
|
/drivers/peripheral/usb/ddk/device/include/ |
H A D | adapter_if.h | 171 uint32_t read; /* 0 for write ,1 for read */ member
|
Completed in 6 milliseconds