HomeSort by relevance Sort by last modified time
    Searched refs:handle_t (Results 1 - 13 of 13) sorted by null

  /device/google/contexthub/util/stm32_flash/
i2c.h 24 handle_t handle;
29 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length);
30 uint8_t i2c_write_cmd(handle_t *handle, uint8_t cmd);
31 uint8_t i2c_read_data(handle_t *handle, uint8_t *data, int length);
32 uint8_t i2c_read_ack(handle_t *handle);
33 int i2c_init(handle_t *handle);
spi.h 24 handle_t handle;
28 uint8_t spi_write_data(handle_t *handle, uint8_t *buffer, int length);
29 uint8_t spi_write_cmd(handle_t *handle, uint8_t cmd);
30 uint8_t spi_read_data(handle_t *handle, uint8_t *data, int length);
31 uint8_t spi_read_ack(handle_t *handle);
32 int spi_init(handle_t *handle);
i2c.c 26 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length)
38 uint8_t i2c_write_cmd(handle_t *handle, uint8_t cmd)
48 uint8_t i2c_read_data(handle_t *handle, uint8_t *data, int length)
58 uint8_t i2c_read_ack(handle_t *handle)
68 int i2c_init(handle_t *handle)
stm32_bl.h 40 } handle_t; typedef in typeref:struct:handle
42 uint8_t checksum(handle_t *handle, uint8_t *bytes, int length);
43 uint8_t erase_sector(handle_t *handle, uint16_t sector);
44 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer);
45 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer);
stm32_bl.c 26 uint8_t checksum(__attribute__((unused)) handle_t *handle, uint8_t *bytes, int length)
43 static uint8_t write_len(handle_t *handle, int len)
52 static uint8_t write_cnt(handle_t *handle, uint16_t cnt)
62 static uint8_t write_addr(handle_t *handle, uint32_t addr)
75 static uint8_t write_len_data(handle_t *handle, int len, uint8_t *data)
89 static uint8_t read_ack_loop(handle_t *handle)
101 uint8_t erase_sector(handle_t *handle, uint16_t sector)
120 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer)
155 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer)
spi.c 24 uint8_t spi_write_data(handle_t *handle, uint8_t *buffer, int length)
43 uint8_t spi_write_cmd(handle_t *handle, uint8_t cmd)
66 uint8_t spi_read_data(handle_t *handle, uint8_t *data, int length)
94 uint8_t spi_read_ack(handle_t *handle)
129 uint8_t spi_sync(handle_t *handle)
150 int spi_init(handle_t *handle)
flash.c 68 handle_t *handle;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
midles.h 26 typedef handle_t MIDL_ES_HANDLE;
34 RPC_STATUS RPC_ENTRY MesEncodeIncrementalHandleCreate(void *UserState,MIDL_ES_ALLOC AllocFn,MIDL_ES_WRITE WriteFn,handle_t *pHandle);
35 RPC_STATUS RPC_ENTRY MesDecodeIncrementalHandleCreate(void *UserState,MIDL_ES_READ ReadFn,handle_t *pHandle);
36 RPC_STATUS RPC_ENTRY MesIncrementalHandleReset(handle_t Handle,void *UserState,MIDL_ES_ALLOC AllocFn,MIDL_ES_WRITE WriteFn,MIDL_ES_READ ReadFn,MIDL_ES_CODE Operation);
37 RPC_STATUS RPC_ENTRY MesEncodeFixedBufferHandleCreate(char *pBuffer,unsigned __LONG32 BufferSize,unsigned __LONG32 *pEncodedSize,handle_t *pHandle);
38 RPC_STATUS RPC_ENTRY MesEncodeDynBufferHandleCreate(char **pBuffer,unsigned __LONG32 *pEncodedSize,handle_t *pHandle);
39 RPC_STATUS RPC_ENTRY MesDecodeBufferHandleCreate(char *pBuffer,unsigned __LONG32 BufferSize,handle_t *pHandle);
40 RPC_STATUS RPC_ENTRY MesBufferHandleReset(handle_t Handle,unsigned __LONG32 HandleStyle,MIDL_ES_CODE Operation,char **pBuffer,unsigned __LONG32 BufferSize,unsigned __LONG32 *pEncodedSize);
41 RPC_STATUS RPC_ENTRY MesHandleFree(handle_t Handle);
42 RPC_STATUS RPC_ENTRY MesInqProcEncodingId(handle_t Handle,PRPC_SYNTAX_IDENTIFIER pInterfaceId,unsigned __LONG32 *pProcNum)
    [all...]
rpcndr.h 273 handle_t SavedHandle;
420 handle_t *pAutoHandle;
421 handle_t *pPrimitiveHandle;
    [all...]
rpcdce.h 36 typedef RPC_BINDING_HANDLE handle_t; typedef
  /external/e2fsprogs/debugfs/
revoke.c 335 int journal_revoke(handle_t *handle, unsigned long long blocknr,
426 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh)
  /external/e2fsprogs/e2fsck/
revoke.c 335 int journal_revoke(handle_t *handle, unsigned long long blocknr,
426 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh)
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 4394 native_handle_t *handle_t = (native_handle_t *)(bufhdr->pBuffer); local
4398 native_handle_t *handle_t = meta_buf->nh; local
    [all...]

Completed in 1141 milliseconds