Home
last modified time | relevance | path

Searched defs:dev_handle (Results 1 – 9 of 9) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/hh/
Dbta_hh_api.c113 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 …]
Dbta_hh_act.c522 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ in bta_hh_open_cmpl_act() local
588 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ in bta_hh_open_act() local
942 UINT8 dev_handle; in bta_hh_maint_dev_act() local
1145 static void bta_hh_cback (UINT8 dev_handle, BD_ADDR addr, UINT8 event, in bta_hh_cback()
Dbta_hh_utils.c480 UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle) in bta_hh_dev_handle_to_cb_idx()
/hal_espressif-3.6.0/components/driver/
Dspi_bus_lock.c296 SPI_MASTER_ATTR static inline void req_core(spi_bus_lock_dev_t *dev_handle) in req_core()
323 SPI_MASTER_ISR_ATTR static inline bool acquire_core(spi_bus_lock_dev_t *dev_handle) in acquire_core()
401 IRAM_ATTR static inline void acquire_end_core(spi_bus_lock_dev_t *dev_handle) in acquire_end_core()
436 SPI_MASTER_ISR_ATTR static inline bool clear_pend_core(spi_bus_lock_dev_t *dev_handle) in clear_pend_core()
517 IRAM_ATTR static inline void dev_wait_prepare(spi_bus_lock_dev_t *dev_handle) in dev_wait_prepare()
522 SPI_MASTER_ISR_ATTR static inline esp_err_t dev_wait(spi_bus_lock_dev_t *dev_handle, TickType_t wai… in dev_wait()
609 void spi_bus_lock_unregister_dev(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_unregister_dev()
643 IRAM_ATTR int spi_bus_lock_get_dev_id(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_get_dev_id()
649 IRAM_ATTR bool spi_bus_lock_touch(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_touch()
664 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 …]
Dspi_master.c333 spi_bus_lock_dev_handle_t dev_handle; in spi_bus_add_device() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/hid/
Dbta_hh_co.c15 void bta_hh_co_open(uint8_t dev_handle, uint8_t sub_class, tBTA_HH_ATTR_MASK attr_mask, uint8_t app… in bta_hh_co_open()
76 void bta_hh_co_close(uint8_t dev_handle, uint8_t app_id) in bta_hh_co_close()
114 void bta_hh_co_data(UINT8 dev_handle, UINT8 *p_rpt, UINT16 len, tBTA_HH_PROTO_MODE mode, UINT8 sub_… in bta_hh_co_data()
/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c435 tHID_STATUS HID_HostRemoveDev ( UINT8 dev_handle ) in HID_HostRemoveDev()
463 tHID_STATUS HID_HostOpenDev ( UINT8 dev_handle ) in HID_HostOpenDev()
493 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev()
533 tHID_STATUS HID_HostCloseDev( UINT8 dev_handle ) in HID_HostCloseDev()
/hal_espressif-3.6.0/components/spi_flash/
Dspi_flash_os_func_app.c216 spi_bus_lock_dev_handle_t dev_handle; in register_dev() local
227 spi_bus_lock_dev_handle_t dev_handle = NULL; in esp_flash_init_os_functions() local
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h71 uint8_t dev_handle; member
83 uint8_t dev_handle; member