Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 25 of 178) sorted by relevance

12345678

/drivers/gpu/drm/msm/hdmi/
Dhdmi_phy_8996.c270 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 …]
Dhdmi_hdcp.c97 DBG("Start DDC read"); in msm_hdmi_ddc_read()
109 DBG("End DDC read %d", rc); in msm_hdmi_ddc_read()
130 DBG("Start DDC write"); in msm_hdmi_ddc_write()
151 DBG("End DDC write %d", rc); in msm_hdmi_ddc_write()
217 DBG("hdcp irq %x", hdcp_int_status); in msm_hdmi_hdcp_irq()
276 DBG("AKSV=%02x%08x", hdcp_ctrl->aksv_msb, hdcp_ctrl->aksv_lsb); in msm_hdmi_hdcp_read_validate_aksv()
291 DBG("HDCP_DDC_STATUS=0x%x, FAIL=%d, NACK0=%d", in msm_reset_hdcp_ddc_failures()
302 DBG("DDC failure detected"); in msm_reset_hdcp_ddc_failures()
324 DBG("Before: HDMI_DDC_SW_STATUS=0x%08x", in msm_reset_hdcp_ddc_failures()
349 DBG("After: HDMI_DDC_SW_STATUS=0x%08x", in msm_reset_hdcp_ddc_failures()
[all …]
/drivers/usb/host/
Disp1362-hcd.c149 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 …]
Disp116x-hcd.c323 DBG("deschedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in finish_request()
376 DBG("Allowed or control data underrun\n"); in postproc_atl_queue()
435 DBG("Zero packet requested\n"); in postproc_atl_queue()
626 DBG("---- remote wakeup\n"); in isp116x_irq()
794 DBG("schedule qh%d/%p branch %d\n", ep->period, ep, ep->branch); in isp116x_urb_enqueue()
1014 DBG("ClearHubFeature: "); in isp116x_hub_control()
1017 DBG("C_HUB_OVER_CURRENT\n"); in isp116x_hub_control()
1023 DBG("C_HUB_LOCAL_POWER\n"); in isp116x_hub_control()
1030 DBG("SetHubFeature: "); in isp116x_hub_control()
1034 DBG("C_HUB_OVER_CURRENT or C_HUB_LOCAL_POWER\n"); in isp116x_hub_control()
[all …]
/drivers/net/ethernet/smsc/
Dsmc911x.c97 #define DBG(n, dev, args...) \ macro
105 #define DBG(n, dev, args...) \ macro
172 DBG(SMC_DEBUG_FUNC, dev, "--> %s\n", __func__); in smc911x_reset()
266 DBG(SMC_DEBUG_FUNC, dev, "--> %s\n", __func__); in smc911x_enable()
292 DBG(SMC_DEBUG_RX, dev, "Receiver already enabled\n"); in smc911x_enable()
323 DBG(SMC_DEBUG_FUNC, dev, "%s: --> %s\n", CARDNAME, __func__); in smc911x_shutdown()
342 DBG(SMC_DEBUG_FUNC | SMC_DEBUG_RX, dev, "%s: --> %s\n", in smc911x_drop_pkt()
376 DBG(SMC_DEBUG_FUNC | SMC_DEBUG_RX, dev, "--> %s\n", in smc911x_rcv()
379 DBG(SMC_DEBUG_RX, dev, "Rx pkt len %d status 0x%08x\n", in smc911x_rcv()
418 DBG(SMC_DEBUG_RX, dev, "Setting RX stat FIFO threshold to %d\n", in smc911x_rcv()
[all …]
Dsmc91x.c144 #define DBG(n, dev, fmt, ...) \ macro
245 DBG(2, dev, "%s\n", __func__); in smc_reset()
338 DBG(2, dev, "%s\n", __func__); in smc_enable()
372 DBG(2, dev, "%s: %s\n", CARDNAME, __func__); in smc_shutdown()
404 DBG(3, dev, "%s\n", __func__); in smc_rcv()
418 DBG(2, dev, "RX PNR 0x%x STATUS 0x%04x LENGTH 0x%04x (%d)\n", in smc_rcv()
548 DBG(3, dev, "%s\n", __func__); in smc_hardware_send_pkt()
578 DBG(2, dev, "TX PNR 0x%x LENGTH 0x%04x (%d) BUF 0x%p\n", in smc_hardware_send_pkt()
636 DBG(3, dev, "%s\n", __func__); in smc_hard_start_xmit()
684 DBG(2, dev, "TX memory allocation deferred.\n"); in smc_hard_start_xmit()
[all …]
/drivers/i2c/busses/
Di2c-ibm_iic.c61 #ifdef DBG
62 #undef DBG
70 # define DBG(f,x...) printk(KERN_DEBUG "ibm-iic" f, ##x) macro
72 # define DBG(f,x...) ((void)0) macro
75 # define DBG2(f,x...) DBG(f, ##x)
136 DBG("%d: init\n", dev->idx); in iic_dev_init()
183 DBG("%d: soft reset\n", dev->idx); in iic_dev_reset()
192 DBG("%d: trying to regain bus control\n", dev->idx); in iic_dev_reset()
247 DBG("%d: smbus_quick - 10 bit addresses are not supported\n", in iic_smbus_quick()
252 DBG("%d: smbus_quick(0x%02x)\n", dev->idx, p->addr); in iic_smbus_quick()
[all …]
/drivers/staging/media/deprecated/zr364xx/
Dzr364xx.c50 #define DBG(fmt, args...) \ macro
59 #define _DBG DBG
372 DBG("%s, field=%d\n", __func__, field); in buffer_prepare()
379 DBG("invalid buffer prepare\n"); in buffer_prepare()
456 DBG("%s: reading %d bytes at pos %d.\n", __func__, in zr364xx_read()
503 DBG("%s: Buffer %p size= %d\n", __func__, vbuf, pos); in zr364xx_fillbuff()
518 DBG("wakeup: %p\n", &dma_q); in zr364xx_got_frame()
522 DBG("No active queue to serve\n"); in zr364xx_got_frame()
536 DBG("[%p/%d] wakeup\n", buf, buf->vb.i); in zr364xx_got_frame()
539 DBG("wakeup [buf/i] [%p/%d]\n", buf, buf->vb.i); in zr364xx_got_frame()
[all …]
/drivers/macintosh/
Dwindfarm_pm91.c55 #define DBG(args...) printk(args) macro
57 #define DBG(args...) do { } while(0) macro
202 DBG("wf: CPU Fan control initialized.\n"); in wf_smu_create_cpu_fans()
203 DBG(" ttarget=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_cpu_fans()
247 DBG("wf_smu: CPU Fans tick ! CPU temp: %d.%03d, power: %d.%03d\n", in wf_smu_cpu_fans_tick()
259 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint); in wf_smu_cpu_fans_tick()
318 DBG("wf: Drive Fan control initialized.\n"); in wf_smu_create_drive_fans()
319 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_drive_fans()
348 DBG("wf_smu: Drive Fans tick ! HD temp: %d.%03d\n", in wf_smu_drive_fans_tick()
356 DBG("wf_smu: new_setpoint: %d\n", (int)new_setpoint); in wf_smu_drive_fans_tick()
[all …]
Dwindfarm_core.c45 #define DBG(args...) printk(args) macro
47 #define DBG(args...) do { } while(0) macro
91 DBG("wf: thread started\n"); in wf_thread_func()
120 DBG("wf: thread stopped\n"); in wf_thread_func()
151 DBG("wf: Deleting control %s\n", ct->name); in wf_control_release()
233 DBG("wf: Registered control %s\n", new_ct->name); in wf_register_control()
248 DBG("wf: Unregistered control %s\n", ct->name); in wf_unregister_control()
281 DBG("wf: Deleting sensor %s\n", sr->name); in wf_sensor_release()
328 DBG("wf: Registered sensor %s\n", new_sr->name); in wf_register_sensor()
343 DBG("wf: Unregistered sensor %s\n", sr->name); in wf_unregister_sensor()
[all …]
Dwindfarm_pm81.c120 #define DBG(args...) printk(args) macro
122 #define DBG(args...) do { } while(0) macro
316 DBG("wf: System Fan control initialized.\n"); in wf_smu_create_sys_fans()
317 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_sys_fans()
349 DBG("wf_smu: System Fans tick ! HD temp: %d.%03d\n", in wf_smu_sys_fans_tick()
357 DBG("wf_smu: new_setpoint: %d RPM\n", (int)new_setpoint); in wf_smu_sys_fans_tick()
361 DBG("wf_smu: scaled setpoint: %d RPM\n", (int)scaled); in wf_smu_sys_fans_tick()
369 DBG("wf_smu: adjusted setpoint: %d RPM\n", (int)scaled); in wf_smu_sys_fans_tick()
456 DBG("wf: CPU Fan control initialized.\n"); in wf_smu_create_cpu_fans()
457 DBG(" ttarget=%d.%03d, tmax=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_cpu_fans()
[all …]
/drivers/video/fbdev/omap2/omapfb/
Domapfb-ioctl.c60 DBG("omapfb_setup_plane\n"); in omapfb_setup_plane()
493 DBG("vmalloc failed\n"); in omapfb_memory_read()
602 DBG("ioctl SYNC_GFX\n"); in omapfb_ioctl()
613 DBG("ioctl UPDATE_WINDOW_OLD\n"); in omapfb_ioctl()
631 DBG("ioctl UPDATE_WINDOW\n"); in omapfb_ioctl()
648 DBG("ioctl SETUP_PLANE\n"); in omapfb_ioctl()
657 DBG("ioctl QUERY_PLANE\n"); in omapfb_ioctl()
667 DBG("ioctl SETUP_MEM\n"); in omapfb_ioctl()
676 DBG("ioctl QUERY_MEM\n"); in omapfb_ioctl()
686 DBG("ioctl GET_CAPS\n"); in omapfb_ioctl()
[all …]
Dvrfb.c23 #define DBG(format, ...) pr_debug("VRFB: " format, ## __VA_ARGS__) macro
25 #define DBG(format, ...) macro
180 DBG("omapfb_set_vrfb(%d, %lx, %dx%d, %d, %d)\n", ctx, paddr, in omap_vrfb_setup()
202 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp); in omap_vrfb_setup()
219 DBG("vrfb offset pixels %d, %d\n", in omap_vrfb_setup()
242 DBG("ioremapped vrfb area %d of size %lu into %p\n", rot, size, in omap_vrfb_map_angle()
257 DBG("release ctx %d\n", ctx); in omap_vrfb_release_ctx()
285 DBG("request ctx\n"); in omap_vrfb_request_ctx()
299 DBG("found free ctx %d\n", ctx); in omap_vrfb_request_ctx()
320 DBG("VRFB %d/%d: %lx\n", ctx, rot*90, vrfb->paddr[rot]); in omap_vrfb_request_ctx()
Domapfb-main.c100 DBG("fill_fb %dx%d, line_len %d bytes\n", w, h, fbi->fix.line_length); in fill_fb()
409 DBG("can't fit FB into memory, reducing y\n"); in shrink_height()
423 DBG("can't fit FB into memory, reducing x\n"); in shrink_width()
458 DBG("cannot fit FB to memory\n"); in check_fb_size()
465 DBG("max frame size %lu, line size %lu\n", max_frame_size, line_size); in check_fb_size()
476 DBG("cannot fit FB to memory\n"); in check_fb_size()
506 DBG("setup_vrfb_rotation\n"); in setup_vrfb_rotation()
537 DBG("setup_vrfb_rotation: reset fb\n"); in setup_vrfb_rotation()
597 DBG("set_fb_fix\n"); in set_fb_fix()
662 DBG("check_fb_var %d\n", ofbi->id); in check_fb_var()
[all …]
/drivers/gpu/drm/msm/dsi/phy/
Ddsi_phy_28nm.c93 DBG("DSI PLL is %slocked", pll_locked ? "" : "*not* "); in pll_28nm_poll_for_ready()
160 DBG("refclk_cfg = %d", refclk_cfg); in dsi_pll_28nm_clk_set_rate()
165 DBG("div_fb = %lu", div_fbx1000); in dsi_pll_28nm_clk_set_rate()
166 DBG("frac_n_value = %d", frac_n_value); in dsi_pll_28nm_clk_set_rate()
168 DBG("Generated VCO Clock: %lu", gen_vco_clk); in dsi_pll_28nm_clk_set_rate()
188 DBG("sdm_cfg0=%d", sdm_cfg0); in dsi_pll_28nm_clk_set_rate()
189 DBG("sdm_cfg1=%d", sdm_cfg1); in dsi_pll_28nm_clk_set_rate()
190 DBG("sdm_cfg2=%d", sdm_cfg2); in dsi_pll_28nm_clk_set_rate()
191 DBG("sdm_cfg3=%d", sdm_cfg3); in dsi_pll_28nm_clk_set_rate()
195 DBG("cal_cfg10=%d, cal_cfg11=%d", cal_cfg10, cal_cfg11); in dsi_pll_28nm_clk_set_rate()
[all …]
Ddsi_phy_14nm.c143 DBG("DSI PLL is %slocked, %sready", pll_locked ? "" : "*not* ", pll_ready ? "" : "*not* "); in pll_14nm_poll_for_ready()
172 DBG("vco=%lld ref=%d", pconf->vco_current_rate, VCO_REF_CLK_RATE); in pll_14nm_ssc_calc()
180 DBG("ssc freq=%d spread=%d period=%d", pconf->ssc_freq, in pll_14nm_ssc_calc()
198 DBG("step_size=%lld", step_size); in pll_14nm_ssc_calc()
213 DBG("vco_clk_rate=%lld ref_clk_rate=%lld", vco_clk_rate, fref); in pll_14nm_dec_frac_calc()
389 DBG("DSI%d PLL", pll->phy->id); in pll_db_commit_14nm()
462 DBG("DSI PLL%d rate=%lu, parent's=%lu", pll_14nm->phy->id, rate, in dsi_pll_14nm_vco_set_rate()
503 DBG("dec_start = %x", dec_start); in dsi_pll_14nm_vco_recalc_rate()
512 DBG("div_frac_start = %x", div_frac_start); in dsi_pll_14nm_vco_recalc_rate()
525 DBG("returning vco rate = %lu", (unsigned long)vco_rate); in dsi_pll_14nm_vco_recalc_rate()
[all …]
/drivers/char/agp/
Dfrontend.c63 DBG("key=%d -> mem=%p", key, curr); in agp_find_mem_by_key()
74 DBG("mem=%p", temp); in agp_remove_from_pool()
127 DBG("client=%p", client); in agp_remove_seg_from_client()
131 DBG("Freeing %p from client %p", *(client->segments), client); in agp_remove_seg_from_client()
134 DBG("Freeing %p from client %p", client->segments, client); in agp_remove_seg_from_client()
150 DBG("Adding seg %p (%d segments) to client %p", seg, num_segments, client); in agp_add_seg_to_client()
586 DBG("%lx:%lx", offset, offset+size); in agp_mmap()
600 DBG("client vm_ops=%p", kerninfo.vm_ops); in agp_mmap()
617 DBG("controller vm_ops=%p", kerninfo.vm_ops); in agp_mmap()
649 DBG("priv=%p", priv); in agp_release()
[all …]
/drivers/i3c/master/mipi-i3c-hci/
Dpio.c216 DBG("status = %#x/%#x", in hci_pio_cleanup()
229 DBG("cmd_desc[%d] = 0x%08x", 0, xfer->cmd_desc[0]); in hci_pio_write_cmd()
230 DBG("cmd_desc[%d] = 0x%08x", 1, xfer->cmd_desc[1]); in hci_pio_write_cmd()
234 DBG("cmd_desc[%d] = 0x%08x", 2, xfer->cmd_desc[2]); in hci_pio_write_cmd()
235 DBG("cmd_desc[%d] = 0x%08x", 3, xfer->cmd_desc[3]); in hci_pio_write_cmd()
257 DBG("now %d left %d", nr_words * 4, xfer->data_left); in hci_pio_do_rx()
272 DBG("%d remaining", count); in hci_pio_do_trailing_rx()
281 DBG("now %d left %d", nr_words * 4, xfer->data_left); in hci_pio_do_trailing_rx()
324 DBG("now %d left %d", nr_words * 4, xfer->data_left); in hci_pio_do_tx()
339 DBG("trailing %d", xfer->data_left); in hci_pio_do_tx()
[all …]
/drivers/gpu/drm/omapdrm/
Domap_overlay.c33 DBG("caps: %x fourcc: %x", caps, fourcc); in omap_plane_find_free_overlay()
38 DBG("%d: id: %d cur->caps: %x", in omap_plane_find_free_overlay()
57 DBG("no match"); in omap_plane_find_free_overlay()
97 DBG("%s: assign to plane %s caps %x", ovl->name, plane->name, caps); in omap_overlay_assign()
100 DBG("%s: assign to right of plane %s caps %x", in omap_overlay_assign()
125 DBG("%s: release from plane %s", overlay->name, overlay_map[overlay->idx]->name); in omap_overlay_release()
144 DBG("%s: disabled", overlay->name); in omap_overlay_update_state()
Domap_plane.c90 DBG("[PLANE:%d:%s] no overlay attached", plane->base.id, plane->name); in omap_plane_atomic_update()
95 DBG("%s, crtc=%p fb=%p", plane->name, new_state->crtc, in omap_plane_atomic_update()
116 DBG("%s: %dx%d -> %dx%d (%d)", in omap_plane_atomic_update()
119 DBG("%d,%d %pad %pad", info.pos_x, info.pos_y, in omap_plane_atomic_update()
131 DBG("%s: %dx%d -> %dx%d (%d)", in omap_plane_atomic_update()
135 DBG("%d,%d %pad %pad", r_info.pos_x, r_info.pos_y, in omap_plane_atomic_update()
249 DBG("%s: visible %d -> %d", plane->name, in omap_plane_atomic_check()
341 DBG("%s: failed to assign hw_overlay", plane->name); in omap_plane_atomic_check()
354 DBG("plane: %s overlay_id: %d", plane->name, omap_state->overlay->id); in omap_plane_atomic_check()
357 DBG("plane: %s r_overlay_id: %d", plane->name, omap_state->r_overlay->id); in omap_plane_atomic_check()
[all …]
/drivers/staging/media/deprecated/cpia2/
Dcpia2_usb.c84 DBG("Processing frame #%d, current:%d\n", in process_frame()
94 DBG("Start of frame not found\n"); in process_frame()
140 DBG("Changed buffers, work:%d, current:%d\n", in process_frame()
144 DBG("Not enough data for an image.\n"); in process_frame()
207 DBG("urb->status = %d!\n", urb->status); in cpia2_usb_complete()
209 DBG("Stopping streaming\n"); in cpia2_usb_complete()
232 DBG("workbuff full, searching\n"); in cpia2_usb_complete()
291 DBG("workbuff not reading, status=%d\n", in cpia2_usb_complete()
314 DBG("Ignoring packet, not beginning!\n"); in cpia2_usb_complete()
317 DBG("Start of frame pattern found\n"); in cpia2_usb_complete()
[all …]
/drivers/net/ethernet/tehuti/
Dtehuti.c223 DBG("RX_FREE_0\n"); in bdx_isr_extra()
299 DBG("rx poll is done. backing to isr-driven\n"); in bdx_poll()
353 DBG("VPC = 0x%x VIC = 0x%x INIT_STATUS = 0x%x i=%d\n", in bdx_fw_load()
359 DBG("%s: firmware loading success\n", priv->ndev->name); in bdx_fw_load()
369 DBG("mac0=%x mac1=%x mac2=%x\n", in bdx_restore_mac()
380 DBG("mac0=%x mac1=%x mac2=%x\n", in bdx_restore_mac()
412 DBG("RDINTCM=%08x\n", priv->rdintcm); /*NOTE: test script uses this */ in bdx_hw_start()
416 DBG("TDINTCM=%08x\n", priv->tdintcm); /*NOTE: test script uses this */ in bdx_hw_start()
533 DBG("%x = %x\n", i, READ_REG(priv, i) & TXF_WPTR_WR_PTR); in bdx_sw_reset()
548 DBG("%x = %x\n", i, READ_REG(priv, i) & TXF_WPTR_WR_PTR); in bdx_sw_reset()
[all …]
/drivers/usb/gadget/function/
Du_ether.c111 #undef DBG
121 #define DBG(dev, fmt, args...) \ macro
124 #define DBG(dev, fmt, args...) \ macro
129 #define VDBG DBG
172 DBG(dev, "kevent %d scheduled\n", flag); in defer_kevent()
225 DBG(dev, "no rx skb\n"); in rx_submit()
246 DBG(dev, "rx submit --> %d\n", retval); in rx_submit()
293 DBG(dev, "rx length %d\n", skb2->len); in rx_complete()
318 DBG(dev, "rx %s reset\n", ep->name); in rx_complete()
331 DBG(dev, "rx status %d\n", status); in rx_complete()
[all …]
Df_eem.c178 DBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in eem_setup()
198 DBG(cdev, "reset eem\n"); in eem_set_alt()
202 DBG(cdev, "init eem\n"); in eem_set_alt()
218 DBG(cdev, "activate eem\n"); in eem_set_alt()
235 DBG(cdev, "eem deactivated\n"); in eem_disable()
314 DBG(cdev, "CDC Ethernet (EEM): %s speed IN/%s OUT/%s\n", in eem_bind()
408 DBG(cdev, "invalid EEM header\n"); in eem_unwrap()
446 DBG(cdev, "EEM echo response error\n"); in eem_unwrap()
483 DBG(cdev, "echo response queue fail\n"); in eem_unwrap()
526 DBG(cdev, "invalid EEM CRC\n"); in eem_unwrap()
[all …]
Df_ecm.c401 DBG(cdev, "notify connect %s\n", in ecm_do_notify()
417 DBG(cdev, "notify speed %d\n", ecm_bitrate(cdev->gadget)); in ecm_do_notify()
428 DBG(cdev, "notify --> %d\n", status); in ecm_do_notify()
460 DBG(cdev, "event %02x --> %d\n", in ecm_notify_complete()
489 DBG(cdev, "packet filter %02x\n", w_value); in ecm_setup()
509 DBG(cdev, "invalid control req%02x.%02x v%04x i%04x l%d\n", in ecm_setup()
516 DBG(cdev, "ecm req%02x.%02x v%04x i%04x l%d\n", in ecm_setup()
558 DBG(cdev, "reset ecm\n"); in ecm_set_alt()
564 DBG(cdev, "init ecm\n"); in ecm_set_alt()
587 DBG(cdev, "activate ecm\n"); in ecm_set_alt()
[all …]

12345678