Searched refs:g_dbg_lvl (Results 1 - 4 of 4) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/linux/
H A Ddwc_otg_plat.h169 extern uint32_t g_dbg_lvl;
175 uint32_t old = g_dbg_lvl;
176 g_dbg_lvl = new;
228 # define DWC_DEBUGPL(lvl, x...) do{ if ((lvl)&g_dbg_lvl)printk( KERN_DEBUG USB_DWC x ); }while(0)
231 # define CHK_DEBUG_LEVEL(level) ((level) & g_dbg_lvl)
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_plat.h178 extern uint32_t g_dbg_lvl;
184 uint32_t old = g_dbg_lvl;
185 g_dbg_lvl = _new;
237 # define DWC_DEBUGPL(lvl, x...) do{ if ((lvl)&g_dbg_lvl)printk( KERN_DEBUG USB_DWC x ); }while(0)
240 # define CHK_DEBUG_LEVEL(level) ((level) & g_dbg_lvl)
H A Ddwc_otg_driver.c142 uint32_t g_dbg_lvl = 0xff; /* OFF */ variable
149 return sprintf(_buf, "0x%0x\n", g_dbg_lvl);
157 g_dbg_lvl = simple_strtoul(_buf, NULL, 16);
1013 module_param_named(debug, g_dbg_lvl, int, 0444);
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/
H A Ddwc_otg_driver.c173 uint32_t g_dbg_lvl = 0; /* OFF */ variable
180 return sprintf(buf, "0x%0x\n", g_dbg_lvl);
189 g_dbg_lvl = simple_strtoul(buf, NULL, 16);
1015 module_param_named(debug, g_dbg_lvl, int, 0444);

Completed in 94 milliseconds