Searched refs:DEBUG_SETUP (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/drivers/usb/gadget/ |
D | dwc2_udc_otg_xfer_dma.c | 872 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_get_status() 878 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_get_status() 885 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_get_status() 892 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_get_status() 898 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_get_status() 1139 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_clear_feature() 1144 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_clear_feature() 1153 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_clear_feature() 1158 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_clear_feature() 1168 debug_cond(DEBUG_SETUP != 0, in dwc2_udc_clear_feature() [all …]
|
D | dwc2_udc_otg.c | 42 #define DEBUG_SETUP 0 macro 113 debug_cond(DEBUG_SETUP != 0, in set_udc_gadget_private_data() 164 debug_cond(DEBUG_SETUP != 0, "%s: %p\n", __func__, dev); in udc_disable() 182 debug_cond(DEBUG_SETUP != 0, "%s: %p\n", __func__, dev); in udc_reinit() 213 debug_cond(DEBUG_SETUP != 0, "%s: %p\n", __func__, dev); in udc_enable() 218 debug_cond(DEBUG_SETUP != 0, in udc_enable() 236 debug_cond(DEBUG_SETUP != 0, "%s: %s\n", __func__, "no name"); in usb_gadget_register_driver() 260 debug_cond(DEBUG_SETUP != 0, in usb_gadget_register_driver() 269 debug_cond(DEBUG_SETUP != 0, in usb_gadget_register_driver()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup.c | 78 if (LP_DEBUG & DEBUG_SETUP) in lp_setup_get_empty_scene() 124 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_setup_reset() 187 LP_DBG(DEBUG_SETUP, "%s done \n", __FUNCTION__); in lp_setup_rasterize_scene() 217 LP_DBG(DEBUG_SETUP, "%s color clear bufs: %x depth: %s\n", __FUNCTION__, in begin_binning() 265 LP_DBG(DEBUG_SETUP, "%s done\n", __FUNCTION__); in begin_binning() 278 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in execute_clears() 372 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_setup_bind_framebuffer() 408 LP_DBG(DEBUG_SETUP, "%s state %d\n", __FUNCTION__, setup->state); in lp_setup_try_clear_color_buffer() 482 LP_DBG(DEBUG_SETUP, "%s state %d\n", __FUNCTION__, setup->state); in lp_setup_try_clear_zs() 586 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_setup_set_triangle_state() [all …]
|
D | lp_debug.h | 42 #define DEBUG_SETUP 0x10 macro
|
D | lp_scene.c | 260 if (LP_DEBUG & DEBUG_SETUP) in lp_scene_end_rasterization() 272 if (LP_DEBUG & DEBUG_SETUP) in lp_scene_end_rasterization()
|
D | lp_rast.c | 726 LP_DBG(DEBUG_SETUP, "%s\n", __FUNCTION__); in lp_rast_queue_scene() 759 LP_DBG(DEBUG_SETUP, "%s done \n", __FUNCTION__); in lp_rast_queue_scene()
|
D | lp_screen.c | 61 { "setup", DEBUG_SETUP, NULL },
|