Searched defs:dev_handle (Results 1 – 7 of 7) sorted by relevance
| /device/soc/esp/esp32/components/bt/host/bluedroid/bta/hh/ |
| D | bta_hh_api.c | 113 void BTA_HhClose(UINT8 dev_handle) in BTA_HhClose() 162 static void bta_hh_snd_write_dev(UINT8 dev_handle, UINT8 t_type, UINT8 param, in bta_hh_snd_write_dev() 194 void BTA_HhSetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, BT_HDR *p_data) in BTA_HhSetReport() 207 void BTA_HhGetReport(UINT8 dev_handle, tBTA_HH_RPT_TYPE r_type, UINT8 rpt_id, UINT16 buf_size) in BTA_HhGetReport() 223 void BTA_HhSetProtoMode(UINT8 dev_handle, tBTA_HH_PROTO_MODE p_type) in BTA_HhSetProtoMode() 237 void BTA_HhGetProtoMode(UINT8 dev_handle) in BTA_HhGetProtoMode() 250 void BTA_HhSetIdle(UINT8 dev_handle, UINT16 idle_rate) in BTA_HhSetIdle() 264 void BTA_HhGetIdle(UINT8 dev_handle) in BTA_HhGetIdle() 277 void BTA_HhSendCtrl(UINT8 dev_handle, tBTA_HH_TRANS_CTRL_TYPE c_type) in BTA_HhSendCtrl() 299 void BTA_HhSendData(UINT8 dev_handle, BD_ADDR dev_bda, BT_HDR *p_data) in BTA_HhSendData() [all …]
|
| D | bta_hh_act.c | 519 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ in bta_hh_open_cmpl_act() local 583 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ in bta_hh_open_act() local 926 UINT8 dev_handle; in bta_hh_maint_dev_act() local 1119 static void bta_hh_cback (UINT8 dev_handle, BD_ADDR addr, UINT8 event, in bta_hh_cback()
|
| D | bta_hh_utils.c | 478 UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle) in bta_hh_dev_handle_to_cb_idx()
|
| /device/soc/esp/esp32/components/driver/ |
| D | spi_bus_lock.c | 304 SPI_MASTER_ATTR static inline void req_core(spi_bus_lock_dev_t *dev_handle) in req_core() 331 SPI_MASTER_ISR_ATTR static inline bool acquire_core(spi_bus_lock_dev_t *dev_handle) in acquire_core() 409 IRAM_ATTR static inline void acquire_end_core(spi_bus_lock_dev_t *dev_handle) in acquire_end_core() 444 SPI_MASTER_ISR_ATTR static inline bool clear_pend_core(spi_bus_lock_dev_t *dev_handle) in clear_pend_core() 525 IRAM_ATTR static inline void dev_wait_prepare(spi_bus_lock_dev_t *dev_handle) in dev_wait_prepare() 530 SPI_MASTER_ISR_ATTR static inline esp_err_t dev_wait(spi_bus_lock_dev_t *dev_handle, TickType_t wai… in dev_wait() 617 void spi_bus_lock_unregister_dev(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_unregister_dev() 651 IRAM_ATTR int spi_bus_lock_get_dev_id(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_get_dev_id() 657 IRAM_ATTR bool spi_bus_lock_touch(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_touch() 672 IRAM_ATTR esp_err_t spi_bus_lock_acquire_start(spi_bus_lock_dev_t *dev_handle, TickType_t wait) in spi_bus_lock_acquire_start() [all …]
|
| D | spi_master.c | 341 spi_bus_lock_dev_handle_t dev_handle; in spi_bus_add_device() local
|
| /device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/ |
| D | hidh_api.c | 375 tHID_STATUS HID_HostRemoveDev ( UINT8 dev_handle ) in HID_HostRemoveDev() 403 tHID_STATUS HID_HostOpenDev ( UINT8 dev_handle ) in HID_HostOpenDev() 433 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev() 473 tHID_STATUS HID_HostCloseDev( UINT8 dev_handle ) in HID_HostCloseDev()
|
| /device/soc/esp/esp32/components/spi_flash/ |
| D | spi_flash_os_func_app.c | 222 spi_bus_lock_dev_handle_t dev_handle; in register_dev() local 233 spi_bus_lock_dev_handle_t dev_handle = NULL; in esp_flash_init_os_functions() local
|