Home
last modified time | relevance | path

Searched refs:hci_reset (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/brcm-tools/files/
H A Dbrcm_patchram_plus1.c174 uchar hci_reset[] = { 0x01, 0x03, 0x0c, 0x00 }; variable
701 hci_send_cmd(hci_reset, sizeof(hci_reset)); in expired()
712 hci_send_cmd(hci_reset, sizeof(hci_reset)); in proc_reset()
/OK3568_Linux_fs/external/rkwifibt/tools/brcm_tools/
H A Dbrcm_patchram_plus1.c204 uchar hci_reset[] = { 0x01, 0x03, 0x0c, 0x00 }; variable
751 hci_send_cmd(hci_reset, sizeof(hci_reset)); in expired()
762 hci_send_cmd(hci_reset, sizeof(hci_reset)); in proc_reset()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c829 unsigned char hci_reset[] = { 0x01, 0x03, 0x0c, 0x00 }; variable
1014 hci_send_buf(hci_reset, sizeof(hci_reset)); in proc_reset()
1085 hci_send_cmd(hci_reset, sizeof(hci_reset)); in test_brcmtty()
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufs-mediatek.h121 struct reset_control *hci_reset; member
H A Dufs-mediatek.c132 reset_control_assert(host->hci_reset); in ufs_mtk_host_reset()
140 reset_control_deassert(host->hci_reset); in ufs_mtk_host_reset()
159 ufs_mtk_init_reset_control(hba, &host->hci_reset, in ufs_mtk_init_reset()