Home
last modified time | relevance | path

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

/hal_espressif-latest/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.c520 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ in bta_hh_open_cmpl_act() local
585 UINT8 dev_handle = p_data ? (UINT8)p_data->hid_cback.hdr.layer_specific : \ in bta_hh_open_act() local
938 UINT8 dev_handle; in bta_hh_maint_dev_act() local
1141 static void bta_hh_cback (UINT8 dev_handle, BD_ADDR addr, UINT8 event, in bta_hh_cback()
Dbta_hh_utils.c481 UINT8 bta_hh_dev_handle_to_cb_idx(UINT8 dev_handle) in bta_hh_dev_handle_to_cb_idx()
/hal_espressif-latest/components/driver/spi/
Dspi_bus_lock.c329 SPI_MASTER_ATTR static inline void req_core(spi_bus_lock_dev_t *dev_handle) in req_core()
356 SPI_MASTER_ISR_ATTR static inline bool acquire_core(spi_bus_lock_dev_t *dev_handle) in acquire_core()
438 IRAM_ATTR static inline void acquire_end_core(spi_bus_lock_dev_t *dev_handle) in acquire_end_core()
477 SPI_MASTER_ISR_ATTR static inline bool clear_pend_core(spi_bus_lock_dev_t *dev_handle) in clear_pend_core()
558 IRAM_ATTR static inline void dev_wait_prepare(spi_bus_lock_dev_t *dev_handle) in dev_wait_prepare()
563 SPI_MASTER_ISR_ATTR static inline esp_err_t dev_wait(spi_bus_lock_dev_t *dev_handle, TickType_t wai… in dev_wait()
650 void spi_bus_lock_unregister_dev(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_unregister_dev()
684 IRAM_ATTR int spi_bus_lock_get_dev_id(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_get_dev_id()
690 IRAM_ATTR bool spi_bus_lock_touch(spi_bus_lock_dev_handle_t dev_handle) in spi_bus_lock_touch()
705 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 …]
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/
Dhidh_api.c436 tHID_STATUS HID_HostRemoveDev ( UINT8 dev_handle ) in HID_HostRemoveDev()
474 tHID_STATUS HID_HostOpenDev ( UINT8 dev_handle ) in HID_HostOpenDev()
504 tHID_STATUS HID_HostWriteDev( UINT8 dev_handle, UINT8 t_type, in HID_HostWriteDev()
544 tHID_STATUS HID_HostCloseDev( UINT8 dev_handle ) in HID_HostCloseDev()
654 BOOLEAN HID_HostConnectOrig(UINT8 dev_handle) in HID_HostConnectOrig()
/hal_espressif-latest/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-latest/components/spi_flash/
Desp_flash_spi_init.c191 spi_bus_lock_dev_handle_t dev_handle = NULL; in acquire_spi_device() local
253 spi_bus_lock_dev_handle_t dev_handle; in spi_bus_add_flash_device() local
301 spi_bus_lock_dev_handle_t dev_handle = NULL; in spi_bus_remove_flash_device() local
Dspi_flash_os_func_app.c214 …t esp_flash_init_os_functions(esp_flash_t *chip, int host_id, spi_bus_lock_dev_handle_t dev_handle) in esp_flash_init_os_functions()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h71 uint8_t dev_handle; member
83 uint8_t dev_handle; member
/hal_espressif-latest/components/driver/spi/gpspi/
Dspi_master.c386 spi_bus_lock_dev_handle_t dev_handle; in spi_bus_add_device() local