Home
last modified time | relevance | path

Searched refs:patch_ent (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_rtk.c1836 rtb_cfg.patch_ent = get_patch_entry(&rtb_cfg); in rtb_config()
1837 if (rtb_cfg.patch_ent) { in rtb_config()
1838 RS_INFO("IC: %s", rtb_cfg.patch_ent->ic_name); in rtb_config()
1840 rtb_cfg.patch_ent->patch_file, in rtb_config()
1841 rtb_cfg.patch_ent->config_file); in rtb_config()
1847 rtb_cfg.config_buf = rtb_read_config(rtb_cfg.patch_ent->config_file, in rtb_config()
1849 rtb_cfg.patch_ent->chip_type); in rtb_config()
1888 switch ((rtb_cfg.patch_ent)->chip_type) { in rtb_config()
H A Dhciattach.h178 struct patch_info *patch_ent; member
H A Drtb_fwc.c1237 btrtl->patch_ent->patch_file); in rtb_read_firmware()
1455 if (rtb_cfg.patch_ent->proj_id != project_id[proj_id]) { in rtb_get_final_patch()
1458 rtb_cfg.patch_ent->proj_id, in rtb_get_final_patch()
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c456 struct patch_info *patch_ent; member
492 struct patch_info *pent = rtk_hw_cfg.patch_ent; in xtalset_supported()
2013 struct patch_info *pent = rtk_hw_cfg.patch_ent; in rtk_parse_config_file()
2340 strcat(bt_config_file_name, btrtl->patch_ent->config_file); in rtk_get_bt_config()
2676 strcat(firmware_file_name, btrtl->patch_ent->patch_file); in rtk_get_bt_firmware()
3438 btrtl->patch_ent = get_patch_entry(btrtl); in rtk_config()
3439 if (btrtl->patch_ent) { in rtk_config()
3440 RS_INFO("IC: %s\n", btrtl->patch_ent->ic_name); in rtk_config()
3442 btrtl->patch_ent->patch_file, in rtk_config()
3443 btrtl->patch_ent->config_file); in rtk_config()