Searched refs:RTK_EPATCH_SIGNATURE (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_usb_driver/ |
| H A D | rtk_misc.c | 134 const uint8_t RTK_EPATCH_SIGNATURE[8] = variable 1503 if (memcmp(epatch_buf, RTK_EPATCH_SIGNATURE, 8) == 0) { in load_firmware() 1533 if ((memcmp(epatch_buf, RTK_EPATCH_SIGNATURE, 8) != 0) || in load_firmware()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | rtk_btusb.h | 177 const uint8_t RTK_EPATCH_SIGNATURE[8] = {0x52,0x65,0x61,0x6C,0x74,0x65,0x63,0x68}; variable
|
| H A D | rtk_btusb.c | 1864 if (!memcmp(epatch_buf, RTK_EPATCH_SIGNATURE, 8)) { in load_firmware() 1937 if (memcmp(epatch_buf, RTK_EPATCH_SIGNATURE, 8)) { in load_firmware() 2098 if (memcmp(epatch_buf, RTK_EPATCH_SIGNATURE, 8)) { in load_suspend_firmware()
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/ |
| H A D | hciattach_rtk.c | 134 const RT_U8 RTK_EPATCH_SIGNATURE[8] = variable 3228 if (memcmp(rtl->fw_buf, RTK_EPATCH_SIGNATURE, 8) == 0) { in rtk_get_final_patch() 3267 if (memcmp(rtl->fw_buf, RTK_EPATCH_SIGNATURE, 8)) { in rtk_get_final_patch()
|