Searched refs:tb_info (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/uAPI/ |
| H A D | rk_aiq_user_api_sysctl.cpp | 150 tb_info.magic = sizeof(rk_aiq_tb_info_t) - 2; in rk_aiq_sys_preinit_cfg_s() 151 tb_info.is_pre_aiq = false; in rk_aiq_sys_preinit_cfg_s() 152 tb_info.prd_type = RK_AIQ_PRD_TYPE_NORMAL; in rk_aiq_sys_preinit_cfg_s() 155 rk_aiq_tb_info_t tb_info; member 225 if (g_rk_aiq_sys_preinit_cfg_map[sns_ent_name_str].tb_info.magic != info->magic) { in rk_aiq_uapi_sysctl_preInit_tb_info() 226 … LOGE("Wrong magic %x vs %x", g_rk_aiq_sys_preinit_cfg_map[sns_ent_name_str].tb_info.magic, in rk_aiq_uapi_sysctl_preInit_tb_info() 230 g_rk_aiq_sys_preinit_cfg_map[sns_ent_name_str].tb_info.is_pre_aiq = info->is_pre_aiq; in rk_aiq_uapi_sysctl_preInit_tb_info() 231 g_rk_aiq_sys_preinit_cfg_map[sns_ent_name_str].tb_info.prd_type = info->prd_type; in rk_aiq_uapi_sysctl_preInit_tb_info() 234 g_rk_aiq_sys_preinit_cfg_map[sns_ent_name_str].tb_info.prd_type = RK_AIQ_PRD_TYPE_NORMAL; in rk_aiq_uapi_sysctl_preInit_tb_info() 477 ctx->_rkAiqManager->setTbInfo(it->second.tb_info); in rk_aiq_uapi_sysctl_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/thunderbolt/ |
| H A D | tb.h | 567 #define tb_info(tb, fmt, arg...) dev_info(&(tb)->nhi->pdev->dev, fmt, ## arg) macro 578 #define tb_sw_info(sw, fmt, arg...) __TB_SW_PRINT(tb_info, sw, fmt, ##arg) 592 __TB_PORT_PRINT(tb_info, port, fmt, ##arg)
|
| H A D | icm.c | 729 tb_info(tb, "switch at %u.%u was rejected by ICM firmware because topology limit exceeded\n", in icm_fr_device_connected() 1197 tb_info(tb, "switch at %llx was rejected by ICM firmware because topology limit exceeded\n", in __icm_tr_device_connected() 1915 tb_info(tb, "Thunderbolt host controller is in safe mode.\n"); in icm_driver_ready() 1916 tb_info(tb, "You need to update NVM firmware of the controller before it can be used.\n"); in icm_driver_ready() 1917 tb_info(tb, "For latest updates check https://thunderbolttechnology.net/updates.\n"); in icm_driver_ready()
|
| H A D | tunnel.c | 59 __TB_TUNNEL_PRINT(tb_info, tunnel, fmt, ##arg)
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/ |
| H A D | rkisp_demo.cpp | 2340 rk_aiq_tb_info_t tb_info; local 2341 tb_info.magic = sizeof(rk_aiq_tb_info_t) - 2; 2342 tb_info.is_pre_aiq = false; 2343 ret = rk_aiq_uapi2_sysctl_preInit_tb_info(sns_entity_name, &tb_info);
|