/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/ |
D | phydm_debug.h | 95 #define RT_TRACE(adapter, comp, drv_level, fmt, args...) \ argument 100 #define RT_DEBUG(comp, drv_level, fmt, args...) \ argument 116 #define PHYDM_DBG(dm, comp, fmt, args...) \ argument 118 if ((comp) & dm->debug_components) { \ 124 #define PHYDM_DBG_F(dm, comp, fmt, args...) \ argument 126 if ((comp) & dm->debug_components) { \ 131 #define PHYDM_PRINT_ADDR(dm, comp, title_str, addr) \ argument 133 if ((comp) & dm->debug_components) { \ 146 static __inline void PHYDM_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in PHYDM_DBG() argument 152 if ((comp & dm->debug_components) == 0) in PHYDM_DBG() [all …]
|
D | phydm_debug.c | 997 u64 comp = dm->support_ability; in phydm_dm_summary_cli_win() local 1007 ((comp & ODM_BB_DIG) ? in phydm_dm_summary_cli_win() 1022 ((comp & ODM_BB_RA_MASK) ? in phydm_dm_summary_cli_win() 1030 ((comp & ODM_BB_DYNAMIC_TXPWR) ? in phydm_dm_summary_cli_win() 1039 ((comp & ODM_BB_CCK_PD) ? in phydm_dm_summary_cli_win() 1046 ((comp & ODM_BB_ANT_DIV) ? in phydm_dm_summary_cli_win() 1056 ((comp & ODM_BB_PWR_TRAIN) ? in phydm_dm_summary_cli_win() 1066 ((comp & ODM_BB_DFS) ? in phydm_dm_summary_cli_win() 1074 ((comp & ODM_BB_ADAPTIVITY) ? in phydm_dm_summary_cli_win() 1082 ((comp & ODM_BB_CFO_TRACKING) ? in phydm_dm_summary_cli_win() [all …]
|
D | phydm.c | 1917 u64 comp = 0; in phydm_supportability_en() local 1927 comp = dm->support_ability; in phydm_supportability_en() 1939 ((comp & ODM_BB_DIG) ? ("V") : ("."))); in phydm_supportability_en() 1942 ((comp & ODM_BB_RA_MASK) ? ("V") : ("."))); in phydm_supportability_en() 1945 ((comp & ODM_BB_DYNAMIC_TXPWR) ? ("V") : ("."))); in phydm_supportability_en() 1948 ((comp & ODM_BB_FA_CNT) ? ("V") : ("."))); in phydm_supportability_en() 1951 ((comp & ODM_BB_RSSI_MONITOR) ? ("V") : ("."))); in phydm_supportability_en() 1954 ((comp & ODM_BB_CCK_PD) ? ("V") : ("."))); in phydm_supportability_en() 1957 ((comp & ODM_BB_ANT_DIV) ? ("V") : ("."))); in phydm_supportability_en() 1960 ((comp & ODM_BB_SMT_ANT) ? ("V") : ("."))); in phydm_supportability_en() [all …]
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/halrf/ |
D | halrf_debug.h | 40 #define RF_DBG(dm, comp, fmt, args...) \ argument 42 if ((comp) & dm->rf_table.rf_dbg_comp) { \ 50 static __inline void RF_DBG(PDM_ODM_T dm, int comp, char *fmt, ...) in RF_DBG() argument 56 if ((comp & dm->rf_table.rf_dbg_comp) == 0) in RF_DBG() 76 #define RF_DBG(dm, comp, fmt, args...) \ argument 78 if ((comp) & dm->rf_table.rf_dbg_comp) { \ 84 #define RF_DBG(dm, comp, fmt, args...) \ argument 87 if ((comp) & __dm->rf_table.rf_dbg_comp) { \ 97 static __inline void RF_DBG(struct dm_struct *dm, int comp, char *fmt, ...) in RF_DBG() argument 104 if ((comp & dm->rf_table.rf_dbg_comp) == 0) in RF_DBG() [all …]
|
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/gpu/panfrost/ |
D | panfrost_device.c | 167 pfdev->regulators = devm_kcalloc(pfdev->dev, pfdev->comp->num_supplies, in panfrost_regulator_init() 173 for (i = 0; i < pfdev->comp->num_supplies; i++) in panfrost_regulator_init() 174 pfdev->regulators[i].supply = pfdev->comp->supply_names[i]; in panfrost_regulator_init() 177 pfdev->comp->num_supplies, in panfrost_regulator_init() 186 ret = regulator_bulk_enable(pfdev->comp->num_supplies, in panfrost_regulator_init() 201 regulator_bulk_disable(pfdev->comp->num_supplies, pfdev->regulators); in panfrost_regulator_fini() 232 if (num_domains < 2 && pfdev->comp->num_pm_domains < 2) in panfrost_pm_domain_init() 235 if (num_domains != pfdev->comp->num_pm_domains) { in panfrost_pm_domain_init() 238 num_domains, pfdev->comp->num_pm_domains); in panfrost_pm_domain_init() 249 pfdev->comp->pm_domain_names[i]); in panfrost_pm_domain_init() [all …]
|
D | panfrost_devfreq.c | 100 opp_table = dev_pm_opp_set_regulators(dev, pfdev->comp->supply_names, in panfrost_devfreq_init() 101 pfdev->comp->num_supplies); in panfrost_devfreq_init()
|
D | panfrost_device.h | 96 const struct panfrost_compatible *comp; member
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/src/ |
D | shell.c | 286 static const struct bt_mesh_comp comp = { variable 670 err = bt_mesh_init(addr.type, &prov, &comp); in cmd_mesh_init() 672 err = bt_mesh_init(0, &prov, &comp); in cmd_mesh_init() 937 struct os_mbuf *comp = NET_BUF_SIMPLE(32); in cmd_get_comp() local 945 net_buf_simple_init(comp, 0); in cmd_get_comp() 947 &status, comp); in cmd_get_comp() 959 printk("\tCID 0x%04x\n", net_buf_simple_pull_le16(comp)); in cmd_get_comp() 960 printk("\tPID 0x%04x\n", net_buf_simple_pull_le16(comp)); in cmd_get_comp() 961 printk("\tVID 0x%04x\n", net_buf_simple_pull_le16(comp)); in cmd_get_comp() 962 printk("\tCRPL 0x%04x\n", net_buf_simple_pull_le16(comp)); in cmd_get_comp() [all …]
|
D | nodes.c | 26 const struct bt_mesh_comp *comp = bt_mesh_comp_get(); in addr_is_free() local 31 if (comp == NULL) { in addr_is_free() 41 other_end = other_start + comp->elem_count - 1; in addr_is_free()
|
D | health_srv.c | 62 const struct bt_mesh_comp *comp; in health_get_current() local 70 comp = bt_mesh_comp_get(); in health_get_current() 79 sys_put_le16(comp->cid, company_ptr); in health_get_current() 88 sys_put_le16(comp->cid, company_ptr); in health_get_current()
|
D | mesh.c | 290 const struct bt_mesh_comp *comp) in bt_mesh_init() argument 296 err = bt_mesh_comp_register(comp); in bt_mesh_init()
|
D | access.h | 66 int bt_mesh_comp_register(const struct bt_mesh_comp *comp);
|
/device/soc/rockchip/rk3568/hardware/omx_il/libOMXPlugin/ |
D | OMXPlugin.cpp | 123 OMXComponent comp; in CreateComponentInstance() local 125 comp.mComponent = *component; in CreateComponentInstance() 126 comp.mCore = mCores[i]; in CreateComponentInstance() 128 mComponents.push_back(comp); in CreateComponentInstance()
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
D | hmac_wapi_wpi.c | 62 hi_u32 comp; in hmac_wpi_encrypt() local 80 comp = buflen % 16; /* 16 用于计算 */ in hmac_wpi_encrypt() 102 for (loop = 0; loop < comp; loop++) { in hmac_wpi_encrypt()
|
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_addr.c | 259 UINT8 comp[3]; in btm_ble_proc_resolve_x() local 262 comp[0] = p_mgnt_cb->random_bda[5]; in btm_ble_proc_resolve_x() 263 comp[1] = p_mgnt_cb->random_bda[4]; in btm_ble_proc_resolve_x() 264 comp[2] = p_mgnt_cb->random_bda[3]; in btm_ble_proc_resolve_x() 267 if (!memcmp(p->param_buf, &comp[0], 3)) { in btm_ble_proc_resolve_x()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/isp/drivers/v4l2_dev/src/platform/ |
D | system_dma.c | 76 struct completion comp; member 114 struct completion comp; member 238 complete( &system_dma_device->comp ); in dma_complete_func() 396 init_completion( &system_dma_device->comp ); in system_dma_copy_sg() 461 wait_for_completion( &system_dma_device->comp ); in system_dma_copy_sg() 626 init_completion( &system_dma_device->comp ); in system_dma_copy_sg() 644 wait_for_completion( &system_dma_device->comp ); in system_dma_copy_sg()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/decoder/ |
D | vdec_mpeg12_if.c | 114 struct completion comp; member 242 init_completion(&inst->comp); in vdec_mpeg12_init() 310 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode() 330 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode_dma() 559 complete(&inst->comp); in set_param_write_sync() 592 complete(&inst->comp); in set_param_ps_info()
|
D | vdec_mpeg4_if.c | 114 struct completion comp; member 244 init_completion(&inst->comp); in vdec_mpeg4_init() 320 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode() 340 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode_dma() 598 complete(&inst->comp); in set_param_ps_info() 609 complete(&inst->comp); in set_param_write_sync()
|
D | vdec_hevc_if.c | 115 struct completion comp; member 253 init_completion(&inst->comp); in vdec_hevc_init() 423 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode() 443 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode_dma() 748 complete(&inst->comp); in set_param_write_sync() 782 complete(&inst->comp); in set_param_ps_info()
|
D | vdec_vp9_if.c | 126 struct completion comp; member 301 init_completion(&inst->comp); in vdec_vp9_init() 452 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode() 472 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode_dma() 865 complete(&inst->comp); in set_param_write_sync() 900 complete(&inst->comp); in set_param_ps_info()
|
D | vdec_h264_if.c | 155 struct completion comp; member 346 init_completion(&inst->comp); in vdec_h264_init() 575 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode() 595 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode_dma() 991 complete(&inst->comp); in set_param_write_sync() 1028 complete(&inst->comp); in set_param_ps_info()
|
D | vdec_mjpeg_if.c | 113 struct completion comp; member 291 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode() 311 wait_for_completion_timeout(&inst->comp, in parse_stream_ucode_dma()
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/common/firmware/ |
D | firmware_drv.c | 540 struct firmware_s *comp = NULL; in fw_replace_dup_data() local 544 comp = (struct firmware_s *)pinfo->data; in fw_replace_dup_data() 545 if (comp->head.duplicate) in fw_replace_dup_data() 549 comp->head.checksum != in fw_replace_dup_data() 566 data->head.data_size = comp->head.data_size; in fw_replace_dup_data()
|
/device/soc/rockchip/common/sdk_linux/include/uapi/linux/usb/ |
D | ch9.h | 680 static inline int usb_ss_max_streams(const struct usb_ss_ep_comp_descriptor *comp) in usb_ss_max_streams() argument 684 if (!comp) { in usb_ss_max_streams() 688 max_streams = comp->bmAttributes & 0x1f; in usb_ss_max_streams()
|
/device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/mesh/include/mesh/ |
D | main.h | 304 const struct bt_mesh_comp *comp);
|