| /drivers/gpu/drm/msm/hdmi/ |
| A D | hdmi_phy_8996.c | 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() 275 DBG("DEC_START: %llu", dec_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() 282 DBG("PLL_CMP: %u", pll_cmp); in pll_calculate() 412 DBG("Disabling PHY"); in hdmi_8996_pll_set_clk_rate() 550 DBG("Waiting for PHY ready"); in hdmi_8996_phy_ready_status() [all …]
|
| A D | hdmi_hdcp.c | 97 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() 302 DBG("DDC failure detected"); in msm_reset_hdcp_ddc_failures() 404 DBG("HDCP REAUTH WORK"); in msm_hdmi_hdcp_reauth_work() 450 DBG("Queue AUTH WORK"); in msm_hdmi_hdcp_reauth_work() 739 DBG("BCAPS=%02x", bcaps); in msm_hdmi_hdcp_recv_bcaps() 1132 DBG("COMP_DONE"); in msm_hdmi_hdcp_write_ksv_fifo() 1142 DBG("BLOCK_DONE"); in msm_hdmi_hdcp_write_ksv_fifo() [all …]
|
| /drivers/usb/host/ |
| A D | isp1362-hcd.c | 684 DBG(1, "%s: Done\n", __func__); in finish_unlinks() 1033 DBG(3, "%s: SOF\n", __func__); in isp1362_irq() 1114 DBG(2, "%s: ATL\n", __func__); in isp1362_irq() 1575 DBG(0, "ClearHubFeature: "); in isp1362_hub_control() 1591 DBG(0, "SetHubFeature: "); in isp1362_hub_control() 1602 DBG(0, "GetHubDescriptor\n"); in isp1362_hub_control() 1606 DBG(0, "GetHubStatus\n"); in isp1362_hub_control() 1611 DBG(0, "GetPortStatus\n"); in isp1362_hub_control() 1619 DBG(0, "ClearPortFeature: "); in isp1362_hub_control() 1669 DBG(0, "SetPortFeature: "); in isp1362_hub_control() [all …]
|
| A D | isp116x-hcd.c | 626 DBG("---- remote wakeup\n"); in isp116x_irq() 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() 1041 DBG("GetHubDescriptor\n"); in isp116x_hub_control() 1046 DBG("GetHubStatus\n"); in isp116x_hub_control() 1050 DBG("GetPortStatus\n"); in isp116x_hub_control() 1060 DBG("ClearPortFeature: "); in isp116x_hub_control() 1107 DBG("SetPortFeature: "); in isp116x_hub_control() [all …]
|
| /drivers/i2c/busses/ |
| A D | i2c-ibm_iic.c | 62 #ifdef DBG 63 #undef DBG 73 # define DBG(f,x...) ((void)0) macro 76 # define DBG2(f,x...) DBG(f, ##x) 137 DBG("%d: init\n", dev->idx); in iic_dev_init() 184 DBG("%d: soft reset\n", dev->idx); in iic_dev_reset() 381 DBG("%d: iic_abort_xfer\n", dev->idx); in iic_abort_xfer() 419 DBG("%d: wait interrupted\n", dev->idx); in iic_wait_for_tc() 421 DBG("%d: wait timeout\n", dev->idx); in iic_wait_for_tc() 431 DBG("%d: poll timeout\n", dev->idx); in iic_wait_for_tc() [all …]
|
| /drivers/macintosh/ |
| A D | windfarm_pm91.c | 55 #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() 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() 399 DBG("wf: Slots Fan control initialized.\n"); in wf_smu_create_slots_fans() 400 DBG(" itarged=%d.%03d, min=%d RPM, max=%d RPM\n", in wf_smu_create_slots_fans() 467 DBG("wf: creating control loops !\n"); in wf_smu_tick() 614 DBG("wf: new control %s detected\n", in wf_smu_notify() [all …]
|
| A D | windfarm_core.c | 45 #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() 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() 439 DBG("wf: core loaded\n"); in windfarm_core_init() [all …]
|
| A D | windfarm_pm81.c | 120 #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() 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() 549 DBG("wf: creating control loops !\n"); in wf_smu_tick() 681 DBG("wf: new control %s detected\n", in wf_smu_notify() [all …]
|
| /drivers/video/fbdev/omap2/omapfb/ |
| A D | omapfb-ioctl.c | 59 DBG("omapfb_setup_plane\n"); in omapfb_setup_plane() 492 DBG("vmalloc failed\n"); in omapfb_memory_read() 601 DBG("ioctl SYNC_GFX\n"); in omapfb_ioctl() 647 DBG("ioctl SETUP_PLANE\n"); in omapfb_ioctl() 656 DBG("ioctl QUERY_PLANE\n"); in omapfb_ioctl() 666 DBG("ioctl SETUP_MEM\n"); in omapfb_ioctl() 675 DBG("ioctl QUERY_MEM\n"); in omapfb_ioctl() 685 DBG("ioctl GET_CAPS\n"); in omapfb_ioctl() 782 DBG("ioctl WAITFORGO\n"); in omapfb_ioctl() 794 DBG("ioctl LCD_TEST\n"); in omapfb_ioctl() [all …]
|
| A D | vrfb.c | 24 #define DBG(format, ...) pr_debug("VRFB: " format, ## __VA_ARGS__) macro 26 #define DBG(format, ...) macro 181 DBG("omapfb_set_vrfb(%d, %lx, %dx%d, %d, %d)\n", ctx, paddr, in omap_vrfb_setup() 203 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp); in omap_vrfb_setup() 220 DBG("vrfb offset pixels %d, %d\n", in omap_vrfb_setup() 243 DBG("ioremapped vrfb area %d of size %lu into %p\n", rot, size, in omap_vrfb_map_angle() 258 DBG("release ctx %d\n", ctx); in omap_vrfb_release_ctx() 286 DBG("request ctx\n"); in omap_vrfb_request_ctx() 300 DBG("found free ctx %d\n", ctx); in omap_vrfb_request_ctx() 321 DBG("VRFB %d/%d: %lx\n", ctx, rot*90, vrfb->paddr[rot]); in omap_vrfb_request_ctx()
|
| A D | omapfb-main.c | 506 DBG("setup_vrfb_rotation\n"); in setup_vrfb_rotation() 597 DBG("set_fb_fix\n"); in set_fb_fix() 674 DBG("invalid mode\n"); in check_fb_var() 822 DBG("offset %d, %d = %d\n", in omapfb_calc_addr() 1184 DBG("setcolreg\n"); in omapfb_setcolreg() 1195 DBG("setcmap\n"); in omapfb_setcmap() 1342 DBG("free all fbmem\n"); in omapfb_free_all_fbmem() 1817 DBG("free_resources\n"); in omapfb_free_resources() 1919 DBG("fbmems allocated\n"); in omapfb_create_framebuffers() 2457 DBG("omapfb_probe\n"); in omapfb_probe() [all …]
|
| /drivers/net/ethernet/smsc/ |
| A D | smc91x.c | 246 DBG(2, dev, "%s\n", __func__); in smc_reset() 339 DBG(2, dev, "%s\n", __func__); in smc_enable() 405 DBG(3, dev, "%s\n", __func__); in smc_rcv() 549 DBG(3, dev, "%s\n", __func__); in smc_hardware_send_pkt() 637 DBG(3, dev, "%s\n", __func__); in smc_hard_start_xmit() 710 DBG(3, dev, "%s\n", __func__); in smc_tx() 1241 DBG(3, dev, "TX int\n"); in smc_interrupt() 1247 DBG(3, dev, "RX irq\n"); in smc_interrupt() 1254 DBG(3, dev, "TX empty\n"); in smc_interrupt() 1377 DBG(2, dev, "RCR_PRMS\n"); in smc_set_multicast_list() [all …]
|
| /drivers/i3c/master/mipi-i3c-hci/ |
| A D | pio.c | 216 DBG("status = %#x/%#x", in hci_pio_cleanup() 272 DBG("%d remaining", count); in hci_pio_do_trailing_rx() 484 DBG("resp = 0x%08x", resp); in hci_pio_process_resp() 525 DBG("short RX ?"); in hci_pio_process_resp() 528 DBG("short TX ?"); in hci_pio_process_resp() 594 DBG("n = %d", n); in hci_pio_queue_xfer() 614 DBG("status = %#x/%#x", in hci_pio_queue_xfer() 691 DBG("main_status = %#x/%#x", in hci_pio_dequeue_xfer() 736 DBG("status=%#x/%#x", in hci_pio_err() 752 DBG("%d", thresh_val); in hci_pio_set_ibi_thresh() [all …]
|
| /drivers/gpu/drm/msm/dsi/phy/ |
| A D | dsi_phy_28nm.c | 168 DBG("div_fb = %lu", div_fbx1000); in dsi_pll_28nm_clk_set_rate() 191 DBG("sdm_cfg0=%d", sdm_cfg0); in dsi_pll_28nm_clk_set_rate() 192 DBG("sdm_cfg1=%d", sdm_cfg1); in dsi_pll_28nm_clk_set_rate() 193 DBG("sdm_cfg2=%d", sdm_cfg2); in dsi_pll_28nm_clk_set_rate() 194 DBG("sdm_cfg3=%d", sdm_cfg3); in dsi_pll_28nm_clk_set_rate() 299 DBG("id=%d", pll_28nm->phy->id); in _dsi_pll_28nm_vco_prepare_hpm() 369 DBG("DSI PLL Lock success"); in _dsi_pll_28nm_vco_prepare_hpm() 462 DBG("DSI PLL Lock success"); in dsi_pll_28nm_vco_prepare_8226() 516 DBG("DSI PLL lock success"); in dsi_pll_28nm_vco_prepare_lp() 634 DBG("%d", pll_28nm->phy->id); in pll_28nm_register() [all …]
|
| A D | dsi_phy_14nm.c | 181 DBG("ssc freq=%d spread=%d period=%d", pconf->ssc_freq, in pll_14nm_ssc_calc() 199 DBG("step_size=%lld", step_size); in pll_14nm_ssc_calc() 393 DBG("DSI%d PLL", pll->phy->id); in pll_db_commit_14nm() 507 DBG("dec_start = %x", dec_start); in dsi_pll_14nm_vco_recalc_rate() 516 DBG("div_frac_start = %x", div_frac_start); in dsi_pll_14nm_vco_recalc_rate() 541 DBG(""); in dsi_pll_14nm_vco_prepare() 560 DBG("DSI PLL lock success"); in dsi_pll_14nm_vco_prepare() 571 DBG(""); in dsi_pll_14nm_vco_unprepare() 703 DBG("DSI%d PLL save state %x %x", pll_14nm->phy->id, in dsi_14nm_pll_save_state() 824 DBG("DSI%d", pll_14nm->phy->id); in pll_14nm_register() [all …]
|
| /drivers/gpu/drm/omapdrm/ |
| A D | omap_overlay.c | 33 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()
|
| A D | omap_plane.c | 90 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() 374 DBG("%s", plane->name); in omap_plane_destroy() 541 DBG("%d: type=%d", omap_plane->id, type); in omap_plane_init() [all …]
|
| /drivers/usb/gadget/function/ |
| A D | f_ecm.c | 417 DBG(cdev, "notify --> %d\n", status); in ecm_do_notify() 449 DBG(cdev, "event %02x --> %d\n", in ecm_notify_complete() 478 DBG(cdev, "packet filter %02x\n", w_value); in ecm_setup() 505 DBG(cdev, "ecm req%02x.%02x v%04x i%04x l%d\n", in ecm_setup() 547 DBG(cdev, "reset ecm\n"); in ecm_set_alt() 553 DBG(cdev, "init ecm\n"); in ecm_set_alt() 576 DBG(cdev, "activate ecm\n"); in ecm_set_alt() 614 DBG(cdev, "ecm deactivated\n"); in ecm_disable() 880 DBG(cdev, "ECM Suspend\n"); in ecm_suspend() 890 DBG(cdev, "ECM Resume\n"); in ecm_resume() [all …]
|
| A D | f_eem.c | 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): IN/%s OUT/%s\n", in eem_bind() 406 DBG(cdev, "invalid EEM header\n"); in eem_unwrap() 444 DBG(cdev, "EEM echo response error\n"); in eem_unwrap() 481 DBG(cdev, "echo response queue fail\n"); in eem_unwrap() 524 DBG(cdev, "invalid EEM CRC\n"); in eem_unwrap() 530 DBG(cdev, "unable to unframe EEM packet\n"); in eem_unwrap() [all …]
|
| A D | u_ether.c | 137 DBG(dev, "kevent %d scheduled\n", flag); in defer_kevent() 190 DBG(dev, "no rx skb\n"); in rx_submit() 211 DBG(dev, "rx submit --> %d\n", retval); in rx_submit() 283 DBG(dev, "rx %s reset\n", ep->name); in rx_complete() 296 DBG(dev, "rx status %d\n", status); in rx_complete() 365 DBG(dev, "can't alloc requests\n"); in alloc_requests() 604 DBG(dev, "%s\n", __func__); in eth_start() 619 DBG(dev, "%s\n", __func__); in eth_open() 1125 DBG(dev, "enable %s --> %d\n", in gether_connect() 1133 DBG(dev, "enable %s --> %d\n", in gether_connect() [all …]
|
| /drivers/net/ethernet/tehuti/ |
| A D | tehuti.c | 223 DBG("RX_FREE_0\n"); in bdx_isr_extra() 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() 1115 DBG("wrapped descriptor\n"); in bdx_rx_alloc_skbs() 1150 DBG("priv=%p rxdd=%p\n", priv, rxdd); in bdx_recycle_skb() 1153 DBG("db=%p f=%p\n", db, f); in bdx_recycle_skb() 1155 DBG("dm=%p\n", dm); in bdx_recycle_skb() 1170 DBG("wrapped descriptor\n"); in bdx_recycle_skb() 1680 DBG("%s: %s: TX Q STOP level %d\n", in bdx_tx_transmit() 1746 DBG("%s: %s: TX Q WAKE level %d\n", in bdx_tx_cleanup() [all …]
|
| /drivers/gpu/drm/tilcdc/ |
| A D | tilcdc_drv.c | 100 DBG("loading module: %s", mod->name); in modeset_init() 263 DBG("Revision 1 LCDC supports only RGB565 format"); in tilcdc_init() 272 DBG("Configured for crossed blue and red wires"); in tilcdc_init() 278 DBG("Configured for straight blue and red wires"); in tilcdc_init() 284 DBG("Blue and red wiring '%s' unknown, use legacy mode", in tilcdc_init() 296 DBG("Maximum Bandwidth Value %d", priv->max_bandwidth); in tilcdc_init() 305 DBG("Maximum Horizontal Pixel Width Value %dpixels", priv->max_width); in tilcdc_init() 311 DBG("Maximum Pixel Clock Value %dKHz", priv->max_pixelclock); in tilcdc_init() 606 DBG("init"); in tilcdc_drm_init() 613 DBG("fini"); in tilcdc_drm_fini()
|
| /drivers/usb/gadget/udc/ |
| A D | snps_udc_core.c | 190 DBG(dev, "\n"); in print_regs() 193 DBG(dev, "\n"); in print_regs() 196 DBG(dev, "\n"); in print_regs() 732 DBG(ep->dev, in udc_rxfifo_read() 1459 DBG(dev, "udc_basic_init()\n"); in udc_basic_init() 1683 DBG(dev, "Soft reset\n"); in udc_soft_reset() 2528 DBG(dev, "MSC Reset\n"); in udc_control_out_isr() 2672 DBG(dev, "stall ep0in\n"); in udc_control_in_isr() 2899 DBG(dev, "DMA machine reset\n"); in udc_dev_isr() 2927 DBG(dev, "ENUM interrupt\n"); in udc_dev_isr() [all …]
|
| /drivers/gpu/drm/msm/disp/mdp5/ |
| A D | mdp5_pipe.c | 100 DBG("%s: alloc SMP blocks", (*hwpipe)->name); in mdp5_pipe_assign() 109 DBG("%s: assign to plane %s for caps %x", in mdp5_pipe_assign() 114 DBG("%s: assign to right of plane %s for caps %x", in mdp5_pipe_assign() 141 DBG("%s: release from plane %s", hwpipe->name, in mdp5_pipe_release() 145 DBG("%s: free SMP blocks", hwpipe->name); in mdp5_pipe_release()
|
| /drivers/gpu/drm/msm/ |
| A D | msm_fbdev.c | 46 DBG(); in msm_fbdev_fb_destroy() 105 DBG("create fbdev: %dx%d@%d (%dx%d)", sizes->surface_width, in msm_fbdev_driver_fbdev_probe() 138 DBG("fbi=%p, dev=%p", fbi, dev); in msm_fbdev_driver_fbdev_probe() 156 DBG("par=%p, %dx%d", fbi->par, fbi->var.xres, fbi->var.yres); in msm_fbdev_driver_fbdev_probe() 157 DBG("allocated %dx%d fb", fb->width, fb->height); in msm_fbdev_driver_fbdev_probe()
|