Home
last modified time | relevance | path

Searched defs:addr (Results 1 – 25 of 44) sorted by relevance

12

/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cmInstr.h566 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __LDREXB(volatile uint8_t *addr) in __LDREXB()
589 __attribute__( ( always_inline ) ) __STATIC_INLINE uint16_t __LDREXH(volatile uint16_t *addr) in __LDREXH()
612 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __LDREXW(volatile uint32_t *addr) in __LDREXW()
630 …ute__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXB(uint8_t value, volatile uint8_t *addr) in __STREXB()
648 …e__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXH(uint16_t value, volatile uint16_t *addr) in __STREXH()
666 …e__( ( always_inline ) ) __STATIC_INLINE uint32_t __STREXW(uint32_t value, volatile uint32_t *addr) in __STREXW()
757 __attribute__( ( always_inline ) ) __STATIC_INLINE uint8_t __LDRBT(volatile uint8_t *addr) in __LDRBT()
780 __attribute__( ( always_inline ) ) __STATIC_INLINE uint16_t __LDRHT(volatile uint16_t *addr) in __LDRHT()
803 __attribute__( ( always_inline ) ) __STATIC_INLINE uint32_t __LDRT(volatile uint32_t *addr) in __LDRT()
819 …ttribute__( ( always_inline ) ) __STATIC_INLINE void __STRBT(uint8_t value, volatile uint8_t *addr) in __STRBT()
[all …]
/device/google/accessory/arduino/USB_Host_Shield/
DUsb.h161 inline byte USB::getDevDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned int … in getDevDescr()
165 inline byte USB::getConfDescr( byte addr, byte ep, unsigned int nbytes, byte conf, char* dataptr, u… in getConfDescr()
169 inline byte USB::getStrDescr( byte addr, byte ep, unsigned int nbytes, byte index, unsigned int lan… in getStrDescr()
177 inline byte USB::setConf( byte addr, byte ep, byte conf_value, unsigned int nak_limit ) { in setConf()
181 inline byte USB::setProto( byte addr, byte ep, byte interface, byte protocol, unsigned int nak_limi… in setProto()
184 inline byte USB::getProto( byte addr, byte ep, byte interface, char* dataptr, unsigned int nak_limi… in getProto()
188 inline byte USB::getReportDescr( byte addr, byte ep, unsigned int nbytes, char* dataptr, unsigned i… in getReportDescr()
191 inline byte USB::setReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_ty… in setReport()
194 inline byte USB::getReport( byte addr, byte ep, unsigned int nbytes, byte interface, byte report_ty… in getReport()
198 inline byte USB::getIdle( byte addr, byte ep, byte interface, byte reportID, char* dataptr, unsigne… in getIdle()
[all …]
DUsb.cpp67 EP_RECORD* USB::getDevTableEntry( byte addr, byte ep ) in getDevTableEntry()
76 void USB::setDevTableEntry( byte addr, EP_RECORD* eprecord_ptr ) in setDevTableEntry()
86 byte USB::ctrlReq( byte addr, byte ep, byte bmReqType, byte bRequest, byte wValLo, byte wValHi, uns… in ctrlReq()
137 byte USB::ctrlData( byte addr, byte ep, unsigned int nbytes, char* dataptr, boolean direction, unsi… in ctrlData()
155 byte USB::inTransfer( byte addr, byte ep, unsigned int nbytes, char* data, unsigned int nak_limit ) in inTransfer()
191 int USB::newInTransfer( byte addr, byte ep, unsigned int nbytes, char* data, unsigned int nak_limit… in newInTransfer()
231 byte USB::outTransfer( byte addr, byte ep, unsigned int nbytes, char* data, unsigned int nak_limit ) in outTransfer()
/device/google/accessory/arduino/AndroidAccessory/
DAndroidAccessory.cpp60 int AndroidAccessory::getProtocol(byte addr) in getProtocol()
71 void AndroidAccessory::sendString(byte addr, int index, const char *str) in sendString()
82 bool AndroidAccessory::switchDevice(byte addr) in switchDevice()
115 bool AndroidAccessory::findEndpoints(byte addr, EP_RECORD *inEp, EP_RECORD *outEp) in findEndpoints()
/device/google/contexthub/util/stm32_flash/
Dstm32_bl.c62 static uint8_t write_addr(handle_t *handle, uint32_t addr) in write_addr()
120 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in read_memory()
155 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in write_memory()
Di2c.h26 uint8_t addr; member
Dflash.c59 uint8_t addr = 0x39; in main() local
/device/google/contexthub/firmware/inc/
Di2c.h34 static inline int i2cMasterTx(uint32_t busId, uint32_t addr, in i2cMasterTx()
38 static inline int i2cMasterRx(uint32_t busId, uint32_t addr, in i2cMasterRx()
Dutil.h33 #define container_of(addr, struct_name, field_name) \ argument
/device/google/contexthub/firmware/src/platform/linux/
Di2c.c39 int i2cMasterTxRx(I2cBus busId, I2cAddr addr, in i2cMasterTxRx()
46 int i2cSlaveRequest(I2cBus busId, I2cAddr addr) in i2cSlaveRequest()
/device/generic/goldfish/libqemu/
Dtest_host_1.c60 struct sockaddr_in addr; in socket_loopback_server() local
93 struct sockaddr_un addr; in socket_unix_server() local
Dtest_host_2.c58 struct sockaddr_in addr; in socket_loopback_server() local
Dtest_util.c48 struct sockaddr_in addr; in pipe_openSocket() local
/device/google/contexthub/firmware/src/platform/stm32f4xx/
DeeData.c102 void *addr = eeDataGetEx(name, &offset, true, buf, szP); in eeDataGetAllVersions() local
142 uint32_t *addr = (uint32_t*)vaddr; in eeDataEraseOldVersion() local
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_helper.c43 int mm_camera_dump_image(void *addr, uint32_t size, char *filename) in mm_camera_dump_image()
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h44 struct sockaddr addr; member
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_sock.h44 struct sockaddr addr; member
/device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_ionbuf.h49 uint8_t *addr; member
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_ionbuf.h48 uint8_t *addr; member
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
Dmm_jpeg_ionbuf.h48 uint8_t *addr; member
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DTcpStream.cpp63 struct sockaddr_in addr; in accept() local
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c66 uint32_t addr; member
648 static uint8_t fixupAddrElf(uint32_t *addr) in fixupAddrElf()
750 uint32_t *addr = (uint32_t *) &data[offset]; in genElfNanoRelocs() local
768 uint32_t *addr = (uint32_t *) &data[offset]; in genElfNanoRelocs() local
/device/google/contexthub/firmware/misc/platform/stm32f4xx/flash_script/
Dtool.c64 static void __attribute__((used)) flashWriteOneK(uint32_t addr, const uint8_t* data) in flashWriteOneK()
/device/asus/fugu/original-kernel-headers/linux/sound/
Dintel_sst_ioctl.h54 __u64 addr; member
/device/asus/fugu/kernel-headers/linux/sound/
Dintel_sst_ioctl.h42 __u64 addr; member

12