| /OK3568_Linux_fs/kernel/drivers/media/platform/sti/hva/ |
| H A D | hva-debugfs.c | 18 struct hva_ctx_dbg *dbg = &ctx->dbg; in format_ctx() local 101 dbg->cnt_duration, in format_ctx() 102 dbg->avg_duration, in format_ctx() 103 dbg->min_duration, in format_ctx() 104 dbg->max_duration, in format_ctx() 105 dbg->avg_period, in format_ctx() 106 dbg->min_period, in format_ctx() 107 dbg->max_period, in format_ctx() 108 dbg->avg_fps, in format_ctx() 109 dbg->max_fps, in format_ctx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-wiimote-debug.c | 26 struct wiimote_debug *dbg = f->private_data; in wiidebug_eeprom_read() local 27 struct wiimote_data *wdata = dbg->wdata; in wiidebug_eeprom_read() 100 struct wiimote_debug *dbg = f->private; in wiidebug_drm_show() local 105 spin_lock_irqsave(&dbg->wdata->state.lock, flags); in wiidebug_drm_show() 106 drm = dbg->wdata->state.drm; in wiidebug_drm_show() 107 spin_unlock_irqrestore(&dbg->wdata->state.lock, flags); in wiidebug_drm_show() 128 struct wiimote_debug *dbg = sf->private; in wiidebug_drm_write() local 153 spin_lock_irqsave(&dbg->wdata->state.lock, flags); in wiidebug_drm_write() 154 dbg->wdata->state.flags &= ~WIIPROTO_FLAG_DRM_LOCKED; in wiidebug_drm_write() 155 wiiproto_req_drm(dbg->wdata, (__u8) i); in wiidebug_drm_write() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | dhd_debug.c | 162 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 171 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 178 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 179 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 187 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 196 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 205 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 214 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 224 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 230 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_debug.c | 162 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 171 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 178 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 179 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 187 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 196 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 205 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 214 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 224 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 230 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | dhd_debug.c | 162 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 171 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 178 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 179 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 187 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 196 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 205 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 214 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 224 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 230 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_ssi_dbg.c | 15 void fsl_ssi_dbg_isr(struct fsl_ssi_dbg *dbg, u32 sisr) in fsl_ssi_dbg_isr() argument 18 dbg->stats.rfrc++; in fsl_ssi_dbg_isr() 21 dbg->stats.tfrc++; in fsl_ssi_dbg_isr() 24 dbg->stats.cmdau++; in fsl_ssi_dbg_isr() 27 dbg->stats.cmddu++; in fsl_ssi_dbg_isr() 30 dbg->stats.rxt++; in fsl_ssi_dbg_isr() 33 dbg->stats.rdr1++; in fsl_ssi_dbg_isr() 36 dbg->stats.rdr0++; in fsl_ssi_dbg_isr() 39 dbg->stats.tde1++; in fsl_ssi_dbg_isr() 42 dbg->stats.tde0++; in fsl_ssi_dbg_isr() [all …]
|
| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | signal32.c | 28 #define DBG(LEVEL, ...) \ macro 32 #define DBG(LEVEL, ...) macro 46 DBG(2,"restore_sigcontext32: PER_LINUX32 process\n"); in restore_sigcontext32() 47 DBG(2,"restore_sigcontext32: sc = 0x%p, rf = 0x%p, regs = 0x%p\n", sc, rf, regs); in restore_sigcontext32() 48 DBG(2,"restore_sigcontext32: compat_sigcontext is %#lx bytes\n", sizeof(*sc)); in restore_sigcontext32() 55 DBG(3,"restore_sigcontext32: gr%02d = %#lx (%#x / %#x)\n", in restore_sigcontext32() 58 DBG(2,"restore_sigcontext32: sc->sc_fr = 0x%p (%#lx)\n",sc->sc_fr, sizeof(sc->sc_fr)); in restore_sigcontext32() 69 DBG(2,"restore_sigcontext32: upper half of iaoq[0] = %#lx\n", compat_regt); in restore_sigcontext32() 70 DBG(2,"restore_sigcontext32: sc->sc_iaoq[0] = %p => %#x\n", in restore_sigcontext32() 77 DBG(2,"restore_sigcontext32: upper half of iaoq[1] = %#lx\n", compat_regt); in restore_sigcontext32() [all …]
|
| H A D | signal.c | 44 #define DBG(LEVEL, ...) \ macro 48 #define DBG(LEVEL, ...) macro 80 DBG(2,"restore_sigcontext: iaoq is %#lx / %#lx\n", in restore_sigcontext() 82 DBG(2,"restore_sigcontext: r28 is %ld\n", regs->gr[28]); in restore_sigcontext() 105 DBG(2,"sys_rt_sigreturn: frame is %p\n", frame); in sys_rt_sigreturn() 113 DBG(2,"sys_rt_sigreturn: ELF32 process.\n"); in sys_rt_sigreturn() 128 DBG(1,"sys_rt_sigreturn: compat_frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 134 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() 141 DBG(1,"sys_rt_sigreturn: frame->uc.uc_mcontext 0x%p\n", in sys_rt_sigreturn() 145 DBG(1,"sys_rt_sigreturn: usp %#08lx stack 0x%p\n", in sys_rt_sigreturn() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | dhd_debug.c | 205 if (!dhdp || !dhdp->dbg) { in dhd_dbg_ring_pull_single() 209 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_ring_pull_single() 277 if (!dhdp || !dhdp->dbg) in dhd_dbg_ring_pull() 279 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_ring_pull() 305 if (!dhdp || !dhdp->dbg) { in dhd_dbg_ring_push() 309 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_ring_push() 411 dhdp->dbg->pullreq(dhdp->dbg->private, ring->id); in dhd_dbg_ring_push() 670 log_level = dhdp->dbg->dbg_rings[FW_EVENT_RING_ID].log_level; in dhd_dbg_custom_evnt_handler() 855 if (dhdp->dbg) { in dhd_dbg_verboselog_printf() 856 log_level = dhdp->dbg->dbg_rings[FW_VERBOSE_RING_ID].log_level; in dhd_dbg_verboselog_printf() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/ |
| H A D | dvb-apps_1.1.1.bb | 40 PACKAGES =+ "dvb-evtest dvb-evtest-dbg \ 41 dvbapp-tests dvbapp-tests-dbg \ 42 dvbdate dvbdate-dbg \ 43 dvbtraffic dvbtraffic-dbg \ 44 dvbnet dvbnet-dbg \ 45 dvb-scan dvb-scan-dbg dvb-scan-data \ 46 dvb-azap dvb-azap-dbg \ 47 dvb-czap dvb-czap-dbg \ 48 dvb-szap dvb-szap-dbg \ 49 dvb-tzap dvb-tzap-dbg \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_debug.c | 198 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 207 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 214 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 215 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 223 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 232 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 241 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 250 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 260 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 266 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_debug.c | 198 if (!dhdp || !dhdp->dbg) { in dhd_dbg_push_to_ring() 207 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_push_to_ring() 214 dhd_dbg_ring_sched_pull(ring, pending_len, dhdp->dbg->pullreq, in dhd_dbg_push_to_ring() 215 dhdp->dbg->private, ring->id); in dhd_dbg_push_to_ring() 223 if (!dhdp || !dhdp->dbg) { in dhd_dbg_get_ring_from_ring_id() 232 return &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_get_ring_from_ring_id() 241 if (!dhdp || !dhdp->dbg) { in dhd_dbg_pull_single_from_ring() 250 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_single_from_ring() 260 if (!dhdp || !dhdp->dbg) in dhd_dbg_pull_from_ring() 266 ring = &dhdp->dbg->dbg_rings[ring_id]; in dhd_dbg_pull_from_ring() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btmrvl_debugfs.c | 155 struct btmrvl_debugfs_data *dbg; in btmrvl_debugfs_init() local 160 dbg = kzalloc(sizeof(*dbg), GFP_KERNEL); in btmrvl_debugfs_init() 161 priv->debugfs_data = dbg; in btmrvl_debugfs_init() 163 if (!dbg) { in btmrvl_debugfs_init() 168 dbg->config_dir = debugfs_create_dir("config", hdev->debugfs); in btmrvl_debugfs_init() 170 debugfs_create_u8("psmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 172 debugfs_create_file("pscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() 174 debugfs_create_x16("gpiogap", 0644, dbg->config_dir, in btmrvl_debugfs_init() 176 debugfs_create_u8("hsmode", 0644, dbg->config_dir, in btmrvl_debugfs_init() 178 debugfs_create_file("hscmd", 0644, dbg->config_dir, in btmrvl_debugfs_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_debugfs.c | 139 struct hinic_debug_priv *dbg; in hinic_dbg_cmd_read() local 146 dbg = container_of(desc, struct hinic_debug_priv, field_id[*desc]); in hinic_dbg_cmd_read() 148 switch (dbg->type) { in hinic_dbg_cmd_read() 150 out = hinic_dbg_get_sq_info(dbg->dev, dbg->object, *desc); in hinic_dbg_cmd_read() 154 out = hinic_dbg_get_rq_info(dbg->dev, dbg->object, *desc); in hinic_dbg_cmd_read() 158 out = hinic_dbg_get_func_table(dbg->dev, *desc); in hinic_dbg_cmd_read() 162 netif_warn(dbg->dev, drv, dbg->dev->netdev, "Invalid hinic debug cmd: %d\n", in hinic_dbg_cmd_read() 163 dbg->type); in hinic_dbg_cmd_read() 179 struct dentry *root, struct hinic_debug_priv **dbg, char **field, in create_dbg_files() argument 199 *dbg = tmp; in create_dbg_files() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | mm.c | 25 #define DBG udbg_printf macro 27 #define DBG pr_devel macro 110 DBG("%s:%d: map.total = %llxh\n", func, line, m->total); in _debug_dump_map() 111 DBG("%s:%d: map.rm.size = %llxh\n", func, line, m->rm.size); in _debug_dump_map() 112 DBG("%s:%d: map.vas_id = %llu\n", func, line, m->vas_id); in _debug_dump_map() 113 DBG("%s:%d: map.htab_size = %llxh\n", func, line, m->htab_size); in _debug_dump_map() 114 DBG("%s:%d: map.r1.base = %llxh\n", func, line, m->r1.base); in _debug_dump_map() 115 DBG("%s:%d: map.r1.offset = %lxh\n", func, line, m->r1.offset); in _debug_dump_map() 116 DBG("%s:%d: map.r1.size = %llxh\n", func, line, m->r1.size); in _debug_dump_map() 153 DBG("%s:%d: lv1_query_logical_partition_address_region_info " in ps3_mm_vas_create() [all …]
|
| H A D | smp.c | 18 #define DBG udbg_printf macro 20 #define DBG pr_debug macro 36 DBG("%s:%d: bad msg: %d\n", __func__, __LINE__, msg); in ps3_smp_message_pass() 44 DBG("%s:%d: ps3_send_event_locally(%d, %d) failed" in ps3_smp_message_pass() 57 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 76 DBG("%s:%d: (%d, %d) => virq %u\n", in ps3_smp_probe() 89 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_probe() 98 DBG(" -> %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 106 DBG(" <- %s:%d: (%d)\n", __func__, __LINE__, cpu); in ps3_smp_cleanup_cpu() 117 DBG(" -> %s\n", __func__); in smp_init_ps3() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/hdmi/ |
| H A D | hdmi_phy_8996.c | 270 DBG("VCO freq: %llu", pd.vco_freq); in pll_calculate() 271 DBG("fdata: %llu", fdata); in pll_calculate() 272 DBG("pix_clk: %lu", pix_clk); in pll_calculate() 273 DBG("tmds clk: %llu", tmds_clk); in pll_calculate() 274 DBG("HSCLK_SEL: %d", pd.hsclk_divsel); in pll_calculate() 275 DBG("DEC_START: %llu", dec_start); in pll_calculate() 276 DBG("DIV_FRAC_START: %llu", frac_start); in pll_calculate() 277 DBG("PLL_CPCTRL: %u", cpctrl); in pll_calculate() 278 DBG("PLL_RCTRL: %u", rctrl); in pll_calculate() 279 DBG("PLL_CCTRL: %u", cctrl); in pll_calculate() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pci/hotplug/ |
| H A D | cpci_hotplug_core.c | 32 #define dbg(format, arg...) \ macro 76 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in enable_slot() 89 dbg("%s - physical_slot = %s", __func__, slot_name(slot)); in disable_slot() 94 dbg("%s - unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 101 dbg("%s - finished unconfiguring slot %s", __func__, slot_name(slot)); in disable_slot() 219 dbg("registering slot %s", name); in cpci_hp_register_bus() 225 dbg("slot registered with name: %s", slot_name(slot)); in cpci_hp_register_bus() 258 dbg("deregistering slot %s", slot_name(slot)); in cpci_hp_unregister_bus() 272 dbg("entered cpci_hp_intr"); in cpci_hp_intr() 277 dbg("exited cpci_hp_intr, not our interrupt"); in cpci_hp_intr() [all …]
|
| H A D | cpqphp_sysfs.c | 134 struct ctrl_dbg *dbg; in open() local 138 dbg = kmalloc(sizeof(*dbg), GFP_KERNEL); in open() 139 if (!dbg) in open() 141 dbg->data = kmalloc(MAX_OUTPUT, GFP_KERNEL); in open() 142 if (!dbg->data) { in open() 143 kfree(dbg); in open() 146 dbg->size = spew_debug_info(ctrl, dbg->data, MAX_OUTPUT); in open() 147 file->private_data = dbg; in open() 156 struct ctrl_dbg *dbg = file->private_data; in lseek() local 157 return fixed_size_llseek(file, off, whence, dbg->size); in lseek() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-omap/ |
| H A D | debug-leds.c | 57 { "dbg:d4", "heartbeat", }, 58 { "dbg:d5", "cpu0", }, 59 { "dbg:d6", "default-on", }, 60 { "dbg:d7", }, 61 { "dbg:d8", }, 62 { "dbg:d9", }, 63 { "dbg:d10", }, 64 { "dbg:d11", }, 65 { "dbg:d12", }, 66 { "dbg:d13", }, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | bq25700_charger.c | 31 #define DBG(args...) \ macro 670 DBG("error: ADC_START\n"); in bq25700_dump_regs() 674 DBG("\n==================================\n"); in bq25700_dump_regs() 676 DBG("REG0x12 : 0x%x\n", val); in bq25700_dump_regs() 678 DBG("REG0x14 : 0x%x\n", val); in bq25700_dump_regs() 680 DBG("REG0x15 : 0x%x\n", val); in bq25700_dump_regs() 682 DBG("REG0x30 : 0x%x\n", val); in bq25700_dump_regs() 684 DBG("REG0x31 : 0x%x\n", val); in bq25700_dump_regs() 686 DBG("REG0x32 : 0x%x\n", val); in bq25700_dump_regs() 688 DBG("REG0x33 : 0x%x\n", val); in bq25700_dump_regs() [all …]
|
| H A D | rk817_battery.c | 46 #define DBG(args...) \ macro 756 DBG("Caloffset: 0x%x\n", rk817_bat_get_coffset(battery)); in rk817_bat_current_calibration() 757 DBG("IOFFSET: 0x%x\n", ioffset); in rk817_bat_current_calibration() 764 DBG("Caloffset: 0x%x\n", rk817_bat_get_coffset(battery)); in rk817_bat_current_calibration() 817 DBG("RELAX_STS: %d\n", relax_sts); in is_rk817_bat_relax_mode() 818 DBG("RELAX_VOL1_UPD: %d\n", relax_vol1_upd); in is_rk817_bat_relax_mode() 819 DBG("RELAX_VOL2_UPD: %d\n", relax_vol2_upd); in is_rk817_bat_relax_mode() 887 DBG("<%s>. sleep_enter_current = %d, sleep_exit_current = %d\n", in rk817_bat_set_relax_sample() 1130 DBG("xxxxxxxxxxxxx capacity = %d\n", capacity); in rk817_bat_get_capacity_uah() 1146 DBG("Q_PRESS_H3 = 0x%x\n", rk817_bat_field_read(battery, Q_PRESS_H3)); in rk817_bat_get_capacity_mah() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | intel_runtime_pm.c | 176 const struct intel_runtime_pm_debug *dbg) in __print_intel_runtime_pm_wakeref() argument 185 if (dbg->last_acquire) { in __print_intel_runtime_pm_wakeref() 186 __print_depot_stack(dbg->last_acquire, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 190 if (dbg->last_release) { in __print_intel_runtime_pm_wakeref() 191 __print_depot_stack(dbg->last_release, buf, PAGE_SIZE, 2); in __print_intel_runtime_pm_wakeref() 195 drm_printf(p, "Wakeref count: %lu\n", dbg->count); in __print_intel_runtime_pm_wakeref() 197 sort(dbg->owners, dbg->count, sizeof(*dbg->owners), cmphandle, NULL); in __print_intel_runtime_pm_wakeref() 199 for (i = 0; i < dbg->count; i++) { in __print_intel_runtime_pm_wakeref() 200 depot_stack_handle_t stack = dbg->owners[i]; in __print_intel_runtime_pm_wakeref() 204 while (i + 1 < dbg->count && dbg->owners[i + 1] == stack) in __print_intel_runtime_pm_wakeref() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | isp1362-hcd.c | 149 DBG(1, "%s: PTD $%04x is on %s queue\n", __func__, offset, epq->name); in get_ptd_queue() 167 DBG(3, "%s: %s PTD[%02x] # %04x\n", __func__, epq->name, index, offset); in get_ptd_offset() 208 DBG(1, "%s: Found %d PTDs[%d] for %d/%d byte\n", __func__, in claim_ptd_buffers() 218 DBG(1, "%s: Done %s PTD[%d] $%04x, avail %d count %d claimed %d %08lx:%08lx\n", in claim_ptd_buffers() 244 DBG(1, "%s: Done %s PTDs $%04x released %d avail %d count %d\n", in release_ptd_buffers() 247 DBG(1, "%s: buf_map %08lx skip_map %08lx\n", __func__, in release_ptd_buffers() 270 DBG(3, "%s: %s ep %p\n", __func__, epq->name, ep); in prepare_ptd() 287 DBG(1, "%s: IN len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 302 DBG(1, "%s: OUT len %d/%d/%d from URB\n", __func__, len, ep->maxpacket, in prepare_ptd() 309 DBG(1, "%s: SETUP len %d\n", __func__, len); in prepare_ptd() [all …]
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | MPQMUX.c | 20 #undef dbg 21 #define dbg( format, arg... ) do {if (strlen(line) < sizeof(line)) snprintf(&line[strlen(line)], si… macro 320 //dbg("QCQMUX_TLV-----------------------------------\n"); in dump_tlv() 321 //dbg("{Type,\tLength,\tValue}\n"); in dump_tlv() 330 dbg("{%02x,\t%04x,\t", TLVHdr->TLVType, le16_to_cpu(TLVHdr->TLVLength)); in dump_tlv() 332 dbg("%02x ", ((UCHAR *)(TLVHdr+1))[i]); in dump_tlv() 334 dbg("}\n"); in dump_tlv() 342 //dbg("QCQMICTL_MSG--------------------------------------------\n"); in dump_ctl() 343 …//dbg("CtlFlags: %02x\t\t%s\n", CTLHdr->CtlFlags, QMI_NAME(qmi_ctl_CtlFlags, CTLHdr->Ctl… in dump_ctl() 344 dbg("TransactionId: %02x\n", CTLHdr->TransactionId); in dump_ctl() [all …]
|