Home
last modified time | relevance | path

Searched defs:handle (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/device/soc/hpmicro/sdk/hpm_sdk/components/usb/device/
Dhpm_usb_device.c37 dcd_qhd_t *usb_device_qhd_get(usb_device_handle_t *handle, uint8_t ep_idx) in usb_device_qhd_get()
42 dcd_qtd_t *usb_device_qtd_get(usb_device_handle_t *handle, uint8_t ep_idx) in usb_device_qtd_get()
47 void usb_device_bus_reset(usb_device_handle_t *handle, uint16_t ep0_max_packet_size) in usb_device_bus_reset()
65 bool usb_device_init(usb_device_handle_t *handle, uint32_t int_mask) in usb_device_init()
92 void usb_device_deinit(usb_device_handle_t *handle) in usb_device_deinit()
105 uint32_t usb_device_status_flags(usb_device_handle_t *handle) in usb_device_status_flags()
110 void usb_device_clear_status_flags(usb_device_handle_t *handle, uint32_t mask) in usb_device_clear_status_flags()
115 uint32_t usb_device_interrupts(usb_device_handle_t *handle) in usb_device_interrupts()
120 uint8_t usb_device_get_port_speed(usb_device_handle_t *handle) in usb_device_get_port_speed()
125 uint8_t usb_device_get_suspend_status(usb_device_handle_t *handle) in usb_device_get_suspend_status()
[all …]
/device/soc/hpmicro/sdk/hpm_sdk/components/usb/host/
Dhpm_usb_host.c96 static hcd_qhd_t *usb_host_qhd_control(usb_host_handle_t *handle, uint8_t dev_addr) in usb_host_qhd_control()
106 static hcd_qhd_t *usb_host_qhd_find_free(usb_host_handle_t *handle) in usb_host_qhd_find_free()
117 static hcd_qhd_t *usb_host_qhd_get_from_addr(usb_host_handle_t *handle, uint8_t dev_addr, uint8_t e… in usb_host_qhd_get_from_addr()
131 static bool usb_host_qhd_init(usb_host_handle_t *handle, hcd_qhd_t *p_qhd, uint8_t dev_addr, usb_de… in usb_host_qhd_init()
203 hcd_qhd_t *usb_host_qhd_async_head(usb_host_handle_t *handle) in usb_host_qhd_async_head()
214 hcd_link_t *usb_host_get_period_head(usb_host_handle_t *handle, uint8_t interval_ms) in usb_host_get_period_head()
222 static hcd_qtd_t *usb_host_qtd_find_free(usb_host_handle_t *handle) in usb_host_qtd_find_free()
279 hcd_qtd_t *usb_host_qtd_control(usb_host_handle_t *handle, uint8_t dev_addr) in usb_host_qtd_control()
284 static void usb_host_init_async_list(usb_host_handle_t *handle) in usb_host_init_async_list()
299 static void usb_host_init_periodic_list(usb_host_handle_t *handle) in usb_host_init_periodic_list()
[all …]
/device/qemu/SmartL_E802/liteos_m/board/hals/csky_driver/src/
Dck_usart.c91 int32_t csi_usart_config_baudrate(usart_handle_t handle, uint32_t baud) in csi_usart_config_baudrate()
128 int32_t csi_usart_config_mode(usart_handle_t handle, usart_mode_e mode) in csi_usart_config_mode()
145 int32_t csi_usart_config_parity(usart_handle_t handle, usart_parity_e parity) in csi_usart_config_parity()
184 int32_t csi_usart_config_stopbits(usart_handle_t handle, usart_stop_bits_e stopbit) in csi_usart_config_stopbits()
219 int32_t csi_usart_config_databits(usart_handle_t handle, usart_data_bits_e databits) in csi_usart_config_databits()
267 int32_t csi_usart_getchar(usart_handle_t handle, uint8_t *ch) in csi_usart_getchar()
288 int32_t csi_usart_putchar(usart_handle_t handle, uint8_t ch) in csi_usart_putchar()
581 int32_t csi_usart_uninitialize(usart_handle_t handle) in csi_usart_uninitialize()
607 int32_t csi_usart_config(usart_handle_t handle, in csi_usart_config()
663 int32_t csi_usart_send(usart_handle_t handle, const void *data, uint32_t num) in csi_usart_send()
[all …]
Ddw_timer.c81 static void manage_clock(timer_handle_t handle, uint8_t enable) in manage_clock()
90 static void do_prepare_sleep_action(timer_handle_t handle) in do_prepare_sleep_action()
98 static void do_wakeup_sleep_action(timer_handle_t handle) in do_wakeup_sleep_action()
158 int32_t csi_timer_uninitialize(timer_handle_t handle) in csi_timer_uninitialize()
180 int32_t csi_timer_power_control(timer_handle_t handle, csi_power_stat_e state) in csi_timer_power_control()
201 int32_t csi_timer_config(timer_handle_t handle, timer_mode_e mode) in csi_timer_config()
230 int32_t csi_timer_set_timeout(timer_handle_t handle, uint32_t timeout) in csi_timer_set_timeout()
244 int32_t csi_timer_start(timer_handle_t handle) in csi_timer_start()
288 int32_t csi_timer_stop(timer_handle_t handle) in csi_timer_stop()
306 int32_t csi_timer_suspend(timer_handle_t handle) in csi_timer_suspend()
[all …]
Ddw_gpio.c328 int32_t csi_gpio_port_uninitialize(gpio_port_handle_t handle) in csi_gpio_port_uninitialize()
354 int32_t csi_gpio_port_config(gpio_port_handle_t handle, uint32_t mask, gpio_mode_e mode, gpio_direc… in csi_gpio_port_config()
390 int32_t csi_gpio_port_write(gpio_port_handle_t handle, uint32_t mask, uint32_t value) in csi_gpio_port_write()
411 int32_t csi_gpio_port_read(gpio_port_handle_t handle, uint32_t mask, uint32_t *value) in csi_gpio_port_read()
426 static void manage_clock(gpio_pin_handle_t handle, uint8_t enable) in manage_clock()
434 static void do_prepare_sleep_action(void *handle) in do_prepare_sleep_action()
443 static void do_wakeup_sleep_action(void *handle) in do_wakeup_sleep_action()
502 int32_t csi_gpio_pin_uninitialize(gpio_pin_handle_t handle) in csi_gpio_pin_uninitialize()
522 int32_t csi_gpio_power_control(gpio_pin_handle_t handle, csi_power_stat_e state) in csi_gpio_power_control()
545 int32_t csi_gpio_pin_config_mode(gpio_pin_handle_t handle, in csi_gpio_pin_config_mode()
[all …]
/device/board/unionman/unionpi_tiger/hardware/audio_alsa/src/
Daudio_interface_lib_capture_alsa.c280 static int32_t DoCtlCaptureSetPauseStu(const struct DevHandleCapture *handle, in DoCtlCaptureSetPauseStu()
301 static int32_t DoCtlCaptureGetVolume(const struct DevHandleCapture *handle, in DoCtlCaptureGetVolume()
312 static int32_t DoCtlCaptureSetVolume(const struct DevHandleCapture *handle, in DoCtlCaptureSetVolume()
333 static int32_t DoCtlCaptureSetMuteStu(const struct DevHandleCapture *handle, in DoCtlCaptureSetMuteStu()
344 static int32_t DoCtlCaptureGetMuteStu(const struct DevHandleCapture *handle, in DoCtlCaptureGetMuteStu()
355 static int32_t DoCtlCaptureSetGainStu(const struct DevHandleCapture *handle, in DoCtlCaptureSetGainStu()
373 static int32_t DoCtlCaptureGetGainStu(const struct DevHandleCapture *handle, in DoCtlCaptureGetGainStu()
384 static int32_t DoCtlCaptureSceneSelect(const struct DevHandleCapture *handle, in DoCtlCaptureSceneSelect()
391 static int32_t DoCtlCaptureGetGainThreshold(const struct DevHandleCapture *handle, int cmdId, in DoCtlCaptureGetGainThreshold()
402 static int32_t DoCtlCaptureGetVolThreshold(const struct DevHandleCapture *handle, int cmdId, in DoCtlCaptureGetVolThreshold()
[all …]
Daudio_interface_lib_render_alsa.c313 static int32_t DoCtlRenderSetVolume(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetVolume()
333 static int32_t DoCtlRenderGetVolume(const struct DevHandle *handle, int cmdId, in DoCtlRenderGetVolume()
343 static int32_t DoCtlRenderSetPauseStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetPauseStu()
363 static int32_t DoCtlRenderSetMuteStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetMuteStu()
373 static int32_t DoCtlRenderGetMuteStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderGetMuteStu()
383 static int32_t DoCtlRenderSetGainStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderSetGainStu()
400 static int32_t DoCtlRenderGetGainStu(const struct DevHandle *handle, int cmdId, in DoCtlRenderGetGainStu()
410 static int32_t DoCtlRenderSceneSelect(const struct DevHandle *handle, int cmdId, in DoCtlRenderSceneSelect()
431 static int32_t DoCtlRenderSceneGetGainThreshold(const struct DevHandle *handle, int cmdId, in DoCtlRenderSceneGetGainThreshold()
442 static int32_t DoCtlRenderGetVolThreshold(const struct DevHandle *handle, in DoCtlRenderGetVolThreshold()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/rfcomm/
Dport_api.c231 int RFCOMM_RemoveConnection (UINT16 handle) in RFCOMM_RemoveConnection()
265 int RFCOMM_RemoveServer (UINT16 handle) in RFCOMM_RemoveServer()
471 int PORT_CheckConnection (UINT16 handle, BD_ADDR bd_addr, UINT16 *p_lcid) in PORT_CheckConnection()
565 int PORT_SetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_SetState()
610 int PORT_GetRxQueueCnt (UINT16 handle, UINT16 *p_rx_queue_count) in PORT_GetRxQueueCnt()
651 int PORT_GetState (UINT16 handle, tPORT_STATE *p_settings) in PORT_GetState()
688 int PORT_Control (UINT16 handle, UINT8 signal) in PORT_Control()
773 int PORT_FlowControl (UINT16 handle, BOOLEAN enable) in PORT_FlowControl()
913 int PORT_FlowControl_GiveCredit (UINT16 handle, BOOLEAN enable, UINT16 credits_given) in PORT_FlowControl_GiveCredit()
986 int PORT_GetModemStatus (UINT16 handle, UINT8 *p_signal) in PORT_GetModemStatus()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/common/
Ddrv_model.c43 UINT32 ddev_check_handle(DD_HANDLE handle) in ddev_check_handle()
59 UINT32 handle = DD_HANDLE_UNVALID; in ddev_make_handle() local
70 UINT32 ddev_get_id_from_handle(DD_HANDLE handle) in ddev_get_id_from_handle()
87 UINT32 handle; in ddev_open() local
123 UINT32 ddev_close(DD_HANDLE handle) in ddev_close()
153 UINT32 ddev_read(DD_HANDLE handle, char *user_buf, UINT32 count, UINT32 op_flag) in ddev_read()
173 UINT32 ddev_write(DD_HANDLE handle, char *user_buf, UINT32 count, UINT32 op_flag) in ddev_write()
193 UINT32 ddev_control(DD_HANDLE handle, UINT32 cmd, VOID *param) in ddev_control()
213 UINT32 ddev_register_dev(DD_HANDLE handle, DD_OPERATIONS *optr) in ddev_register_dev()
237 UINT32 ddev_unregister_dev(DD_HANDLE handle) in ddev_unregister_dev()
/device/soc/nxp/hardware/display/src/display_gralloc/
Ddisplay_gralloc.cpp23 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
31 static void FreeMem(BufferHandle *handle) in FreeMem()
38 static void *Mmap(BufferHandle *handle) in Mmap()
45 static int32_t Unmap(BufferHandle *handle) in Unmap()
52 static int32_t FlushCache(BufferHandle *handle) in FlushCache()
59 static int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
Dallocator.cpp156 int32_t Allocator::AllocMem(const AllocInfo &info, BufferHandle **handle) in AllocMem()
190 int32_t Allocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate()
196 int32_t Allocator::FreeMem(BufferHandle *handle) in FreeMem()
217 int32_t Allocator::DmaBufferSync(const BufferHandle &handle, uint64_t flag) in DmaBufferSync()
249 int32_t Allocator::InvalidateCache(BufferHandle &handle) in InvalidateCache()
255 int32_t Allocator::FlushCache(BufferHandle &handle) in FlushCache()
261 void *Allocator::Mmap(BufferHandle &handle) in Mmap()
279 int32_t Allocator::Unmap(BufferHandle &handle) in Unmap()
/device/soc/hisilicon/common/hal/display/source/display_gralloc/src/
Ddisplay_gralloc.cpp20 static int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
28 static void FreeMem(BufferHandle *handle) in FreeMem()
35 static void *Mmap(BufferHandle *handle) in Mmap()
42 static int32_t Unmap(BufferHandle *handle) in Unmap()
49 static int32_t FlushCache(BufferHandle *handle) in FlushCache()
56 static int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
Dallocator.cpp153 int32_t Allocator::AllocMem(const AllocInfo &info, BufferHandle **handle) in AllocMem()
184 int32_t Allocator::Allocate(const BufferInfo &bufferInfo, BufferHandle &handle) in Allocate()
190 int32_t Allocator::FreeMem(BufferHandle *handle) in FreeMem()
211 int32_t Allocator::DmaBufferSync(const BufferHandle &handle, uint64_t flag) in DmaBufferSync()
243 int32_t Allocator::InvalidateCache(BufferHandle &handle) in InvalidateCache()
249 int32_t Allocator::FlushCache(BufferHandle &handle) in FlushCache()
255 void *Allocator::Mmap(BufferHandle &handle) in Mmap()
273 int32_t Allocator::Unmap(BufferHandle &handle) in Unmap()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
Ddisplay_gralloc.c22 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
35 void FreeMem(BufferHandle *handle) in FreeMem()
46 void *Mmap(BufferHandle *handle) in Mmap()
57 int32_t Unmap(BufferHandle *handle) in Unmap()
68 int32_t FlushCache(BufferHandle *handle) in FlushCache()
79 int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
Ddisplay_gralloc.c21 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
28 void FreeMem(BufferHandle *handle) in FreeMem()
34 void *Mmap(BufferHandle *handle) in Mmap()
40 int32_t Unmap(BufferHandle *handle) in Unmap()
46 int32_t FlushCache(BufferHandle *handle) in FlushCache()
52 int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
/device/soc/allwinner/t507/hardware/display/src/display_gralloc/
Ddisplay_gralloc.c22 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
35 void FreeMem(BufferHandle *handle) in FreeMem()
46 void *Mmap(BufferHandle *handle) in Mmap()
57 int32_t Unmap(BufferHandle *handle) in Unmap()
68 int32_t FlushCache(BufferHandle *handle) in FlushCache()
79 int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
Ddisplay_gralloc.c21 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
28 void FreeMem(BufferHandle *handle) in FreeMem()
34 void *Mmap(BufferHandle *handle) in Mmap()
40 int32_t Unmap(BufferHandle *handle) in Unmap()
46 int32_t FlushCache(BufferHandle *handle) in FlushCache()
52 int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
/device/soc/amlogic/a311d/hardware/display/src/display_gralloc/
Ddisplay_gralloc.c22 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
35 void FreeMem(BufferHandle *handle) in FreeMem()
46 void *Mmap(BufferHandle *handle) in Mmap()
57 int32_t Unmap(BufferHandle *handle) in Unmap()
68 int32_t FlushCache(BufferHandle *handle) in FlushCache()
79 int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
Ddisplay_gralloc.c22 int32_t AllocMem(const AllocInfo *info, BufferHandle **handle) in AllocMem()
35 void FreeMem(BufferHandle *handle) in FreeMem()
46 void *Mmap(BufferHandle *handle) in Mmap()
57 int32_t Unmap(BufferHandle *handle) in Unmap()
68 int32_t FlushCache(BufferHandle *handle) in FlushCache()
79 int32_t InvalidateCache(BufferHandle *handle) in InvalidateCache()
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/fw_lib/
Ddma_writer.c40 dma_error dma_writer_create( void **handle ) in dma_writer_create()
60 void dma_writer_exit( void *handle ) in dma_writer_exit()
94 dma_error dma_writer_get_settings( void *handle, dma_type type, dma_pipe_settings *settings ) in dma_writer_get_settings()
107 dma_error dma_writer_set_settings( void *handle, dma_type type, dma_pipe_settings *settings ) in dma_writer_set_settings()
122 dma_error dma_writer_get_ptr_settings( void *handle, dma_type type, dma_pipe_settings **settings ) in dma_writer_get_ptr_settings()
134 void dma_writer_set_initialized( void *handle, dma_type type, uint8_t initialized ) in dma_writer_set_initialized()
142 dma_error dma_writer_init( void *handle, dma_type type, dma_pipe_settings *settings, dma_api *api ) in dma_writer_init()
174 dma_error dma_writer_reset( void *handle, dma_type type ) in dma_writer_reset()
201 dma_error dma_writer_set_pipe_fps(void *handle, dma_type type, in dma_writer_set_pipe_fps()
230 dma_error dma_writer_get_default_settings( void *handle, dma_type type, dma_pipe_settings *settings… in dma_writer_get_default_settings()
[all …]
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
DRockchip_OSAL_SharedMemory.c92 unsigned int flags, ion_user_handle_t *handle) in ion_alloc()
115 static int ion_free(int fd, ion_user_handle_t handle) in ion_free()
123 static int ion_map(int fd, ion_user_handle_t handle, size_t length, int prot, in ion_map()
157 int ion_import(int fd, int share_fd, ion_user_handle_t *handle) in ion_import()
177 int ion_get_phys(int fd, ion_user_handle_t handle, unsigned long *phys) in ion_get_phys()
254 static int drm_handle_to_fd(int fd, RK_U32 handle, int *map_fd, RK_U32 flags) in drm_handle_to_fd()
283 static int drm_fd_to_handle(int fd, int map_fd, RK_U32 *handle, RK_U32 flags) in drm_fd_to_handle()
302 static int drm_map(int fd, RK_U32 handle, size_t length, int prot, in drm_map()
344 static int drm_alloc(int fd, size_t len, size_t align, RK_U32 *handle, int flag) in drm_alloc()
371 static int drm_free(int fd, RK_U32 handle) in drm_free()
[all …]
/device/soc/beken/bk7235/liteos_m/bk_sdk_armino/components/key/
Dmulti_button.c37 void button_init(BUTTON_S *handle, uint8_t(*pin_level)(struct _button_ *), uint8_t active_level, vo… in button_init()
55 void button_attach(BUTTON_S *handle, PRESS_EVT event, btn_callback cb) in button_attach()
65 PRESS_EVT button_get_event(BUTTON_S *handle) in button_get_event()
75 void button_handler(BUTTON_S *handle) in button_handler()
172 int button_start(BUTTON_S *handle) in button_start()
195 void button_stop(BUTTON_S *handle) in button_stop()
/device/soc/esp/esp32/components/nvs_flash/src/
Dnvs_api.cpp40 NVSHandleEntry(nvs::NVSHandleSimple *handle, const char* part_name) in NVSHandleEntry()
255 static esp_err_t nvs_find_ns_handle(nvs_handle_t c_handle, NVSHandleSimple** handle) in nvs_find_ns_handle()
272 NVSHandleSimple *handle; in nvs_open_from_partition() local
293 extern "C" void nvs_close(nvs_handle_t handle) in nvs_close()
311 NVSHandleSimple *handle; in nvs_erase_key() local
324 NVSHandleSimple *handle; in nvs_erase_all() local
338 NVSHandleSimple *handle; in nvs_set() local
347 extern "C" esp_err_t nvs_set_i8 (nvs_handle_t handle, const char* key, int8_t value) in nvs_set_i8()
352 extern "C" esp_err_t nvs_set_u8 (nvs_handle_t handle, const char* key, uint8_t value) in nvs_set_u8()
357 extern "C" esp_err_t nvs_set_i16 (nvs_handle_t handle, const char* key, int16_t value) in nvs_set_i16()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_db.c170 tSDP_RECORD *sdp_db_find_record (UINT32 handle) in sdp_db_find_record()
288 UINT32 handle; in SDP_CreateRecord() local
348 BOOLEAN SDP_DeleteRecord (UINT32 handle) in SDP_DeleteRecord()
404 BOOLEAN SDP_AddAttribute (UINT32 handle, UINT16 attr_id, UINT8 attr_type, in SDP_AddAttribute()
524 BOOLEAN SDP_AddSequence (UINT32 handle, UINT16 attr_id, UINT16 num_elem, in SDP_AddSequence()
602 BOOLEAN SDP_AddUuidSequence (UINT32 handle, UINT16 attr_id, UINT16 num_uuids, in SDP_AddUuidSequence()
649 BOOLEAN SDP_AddProtocolList (UINT32 handle, UINT16 num_elem, in SDP_AddProtocolList()
684 BOOLEAN SDP_AddAdditionProtoLists (UINT32 handle, UINT16 num_elem, in SDP_AddAdditionProtoLists()
734 BOOLEAN SDP_AddProfileDescriptorList (UINT32 handle, UINT16 profile_uuid, in SDP_AddProfileDescriptorList()
782 BOOLEAN SDP_AddLanguageBaseAttrIDList (UINT32 handle, UINT16 lang, in SDP_AddLanguageBaseAttrIDList()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c174 BOOLEAN btsnd_hcic_disconnect (UINT16 handle, UINT8 reason) in btsnd_hcic_disconnect()
198 BOOLEAN btsnd_hcic_add_SCO_conn (UINT16 handle, UINT16 packet_types) in btsnd_hcic_add_SCO_conn()
402 BOOLEAN btsnd_hcic_change_conn_type (UINT16 handle, UINT16 packet_types) in btsnd_hcic_change_conn_type()
426 BOOLEAN btsnd_hcic_auth_request (UINT16 handle) in btsnd_hcic_auth_request()
449 BOOLEAN btsnd_hcic_set_conn_encrypt (UINT16 handle, BOOLEAN enable) in btsnd_hcic_set_conn_encrypt()
524 BOOLEAN btsnd_hcic_rmt_features_req (UINT16 handle) in btsnd_hcic_rmt_features_req()
547 BOOLEAN btsnd_hcic_rmt_ext_features (UINT16 handle, UINT8 page_num) in btsnd_hcic_rmt_ext_features()
571 BOOLEAN btsnd_hcic_rmt_ver_req (UINT16 handle) in btsnd_hcic_rmt_ver_req()
594 BOOLEAN btsnd_hcic_read_rmt_clk_offset (UINT16 handle) in btsnd_hcic_read_rmt_clk_offset()
617 BOOLEAN btsnd_hcic_read_lmp_handle (UINT16 handle) in btsnd_hcic_read_lmp_handle()
[all …]

12345678910>>...19