Searched refs:lvl (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/htc/
H A Dhtc_debug.h38 #define AR_DEBUG_LVL_CHECK(lvl) (debughtc & (lvl))
60 #define AR_DEBUG_LVL_CHECK(lvl) 0
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/ar6000/
H A Ddebug_linux.h60 #define AR_DEBUG_LVL_CHECK(lvl) (debughtc & (lvl))
82 #define AR_DEBUG_LVL_CHECK(lvl) 0
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_pm.c319 nss_pm_interface_status_t nss_pm_set_perf_level(void *handle, nss_pm_perf_level_t lvl) argument
326 if (pm_client->current_perf_lvl == lvl) {
327 nss_pm_trace("Already at perf level %d , ignoring request \n", lvl);
340 if ((lvl == NSS_PM_PERF_LEVEL_TURBO) && (ctx.turbo_support == true)) {
355 if (lvl == NSS_PM_PERF_LEVEL_TURBO) {
356 lvl = NSS_PM_PERF_LEVEL_NOMINAL;
362 if ((lvl == NSS_PM_PERF_LEVEL_TURBO) && (ctx.turbo_support == true)) {
375 lvl = NSS_PM_PERF_LEVEL_NOMINAL;
380 ret = msm_bus_scale_client_update_request(pm_client->bus_perf_client, lvl);
386 nss_pm_info("perf level request, current: %d new: %d \n", pm_client->current_perf_lvl, lvl);
[all...]
/netgear-R7800-V1.0.2.28/target/linux/ramips/files/drivers/usb/dwc_otg/linux/
H A Ddwc_otg_plat.h211 * the bit defined in <code>lvl</code>.
213 * @param[in] lvl - Debug level, use one of the DBG_ constants above.
228 # define DWC_DEBUGPL(lvl, x...) do{ if ((lvl)&g_dbg_lvl)printk( KERN_DEBUG USB_DWC x ); }while(0)
235 # define DWC_DEBUGPL(lvl, x...) do{}while(0)
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/dwc_otg/
H A Ddwc_otg_plat.h220 * the bit defined in <code>lvl</code>.
222 * @param[in] lvl - Debug level, use one of the DBG_ constants above.
237 # define DWC_DEBUGPL(lvl, x...) do{ if ((lvl)&g_dbg_lvl)printk( KERN_DEBUG USB_DWC x ); }while(0)
244 # define DWC_DEBUGPL(lvl, x...) do{}while(0)
H A Ddwc_otg_cil.c2018 int lvl = SET_DEBUG_LEVEL(DBG_PCD); local
2109 SET_DEBUG_LEVEL(lvl);
/netgear-R7800-V1.0.2.28/target/linux/ubicom32/files/arch/ubicom32/kernel/
H A Dsmp.c75 #define smp_debug(lvl, ...)
78 #define smp_debug(lvl, printargs...) \
79 if (lvl >= smp_debug_lvl) { \
/netgear-R7800-V1.0.2.28/target/linux/lantiq/files/drivers/usb/ifxhcd/
H A Difxusb_plat.h989 # define IFX_DEBUGPL(lvl, x...) do{ if ((lvl)&h_dbg_lvl)printk( KERN_DEBUG IFXUSB x ); }while(0)
994 # define IFX_DEBUGPL(lvl, x...) do{ if ((lvl)&d_dbg_lvl)printk( KERN_DEBUG IFXUSB x ); }while(0)
1000 # define IFX_DEBUGPL(lvl, x...) do{}while(0)
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/hif/
H A Dhif.c96 #define AR_DEBUG_PRINTF(lvl, args)\
97 {if (lvl <= debughif)\
101 #define AR_DEBUG_PRINTF(lvl, args)
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_api_if.h729 * @param lvl - Perf Level
731 extern nss_pm_interface_status_t nss_pm_set_perf_level(void *handle, nss_pm_perf_level_t lvl);

Completed in 61 milliseconds