Home
last modified time | relevance | path

Searched refs:printk (Results 1 – 25 of 140) sorted by relevance

123456

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/
H A DdrvUSBDebug.c121 printk("\nInterface: %d\n", ii); in usb_show_config()
145 printk("desc is NULL\n"); in usb_show_device_descriptor()
148 printk(" Len = %d\n", desc->bLength); in usb_show_device_descriptor()
149 printk(" DescType = %x\n", desc->bDescriptorType); in usb_show_device_descriptor()
151 printk(" Ver = %x.%02x\n", desc->bcdUSB >> 8, desc->bcdUSB & 0xff); in usb_show_device_descriptor()
152 printk(" VID:PID = %04x:%04x\n", desc->idVendor, desc->idProduct); in usb_show_device_descriptor()
153 printk(" MaxPktSize0 = %d\n", desc->bMaxPacketSize0); in usb_show_device_descriptor()
154 printk(" NumConfig = %d\n", desc->bNumConfigurations); in usb_show_device_descriptor()
155 printk(" Dev Ver = %x.%02x\n", desc->bcdDevice >> 8, desc->bcdDevice & 0xff); in usb_show_device_descriptor()
157 printk(" Dev Class:SubClass:Protocol = %02x:%02x:%02x\n", in usb_show_device_descriptor()
[all …]
H A DdrvHCDDBG.cpp153 printk (KERN_DEBUG __func__ ": setup(8):"); in urb_print()
155 printk (" %02x", ((unsigned char *) urb->setup_packet) [i]); in urb_print()
156 printk ("\n"); in urb_print()
160 printk (KERN_DEBUG __func__ ": data(%d/%d):", in urb_print()
166 printk (" %02x", ((unsigned char *) urb->transfer_buffer) [i]); in urb_print()
167 printk ("%s stat:%d\n", i < len? "...": "", urb->status); in urb_print()
H A DdrvTimer.c137 printk("Init Software Timer ok \n"); in init_timers()
144 printk("Remove Software Timer ok \n"); in remove_timers()
199 printk("ERROR: fun is NULL\n"); in SW_Timer_Tick()
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel_V2/
H A DdrvIPAPool.c236printk("%s:%d Not enough IPAPool, must increase MAX_IPAPOOLSIZE!!\n",__FUNCTION__,__LINE__); in _findEmpty_IPA_Pool_Entry()
296 printk("should only use kernel mode utopia API %s in user process\n",__FUNCTION__); in MApi_IPA_Pool_Init()
307printk("%s:%d heap_id %u Init_Param->pool_name=%s\n",__FUNCTION__,__LINE__, Init_Param->space_id,… in MApi_IPA_Pool_Init()
311printk("%s:%d ,Init_Param=%p heap_id %u\n",__FUNCTION__,__LINE__,Init_Param, Init_Param->space_id… in MApi_IPA_Pool_Init()
312 printk("%s:%d Init_Param->pool_name=%s\n",__FUNCTION__,__LINE__,Init_Param->pool_name); in MApi_IPA_Pool_Init()
317printk("%s:%d heap_id %u Init_Param->pool_name=%s\n",__FUNCTION__,__LINE__, Init_Param->space_id… in MApi_IPA_Pool_Init()
325 printk("%s:%d heap_id %u\n",__FUNCTION__,__LINE__, Init_Param->space_id); in MApi_IPA_Pool_Init()
330 printk("%s:%d open /dev/ipapool fail\n",__FUNCTION__,__LINE__); in MApi_IPA_Pool_Init()
339 printk("%s:%d heap_id %u\n",__FUNCTION__,__LINE__, Init_Param->space_id); in MApi_IPA_Pool_Init()
345 printk("%s:%d heap_id %u\n",__FUNCTION__,__LINE__, Init_Param->space_id); in MApi_IPA_Pool_Init()
[all …]
H A DdrvCMAPool.c198 printk("Not enough CMAPool, must increase MAX_CMAPOOLSIZE!!\n"); in _findEmpty_CMA_Pool_Entry()
256 printk("open /dev/cmapool fail\n"); in MApi_CMA_Pool_Init()
268printk("[%s:%d]heap_info heap_id:%x, flags:%llx \n",__FUNCTION__,__LINE__,Init_Param->heap_id,Init… in MApi_CMA_Pool_Init()
275 printk("init heap_id %tu fail\n", (ptrdiff_t)heap_info.heap_id); in MApi_CMA_Pool_Init()
286printk("[%s:%d]heap_info pool_handle_id:%u, miu:%u heap_miu_start_offset:%llu heap_length:0x%llx\n… in MApi_CMA_Pool_Init()
299 printk("heap_id %tu already init!\n", (ptrdiff_t)Init_Param->pool_handle_id); in MApi_CMA_Pool_Init()
306 printk("heap_id %tu init failed!\n", (ptrdiff_t)Init_Param->pool_handle_id); in MApi_CMA_Pool_Init()
340 printk("[%s:%d]ret == true=%d\n",__FUNCTION__,__LINE__,ret); in MApi_CMA_Pool_Init()
342 printk("[%s:%d]ret == false=%d\n",__FUNCTION__,__LINE__,ret); in MApi_CMA_Pool_Init()
344 printk("[%s:%d]ret =others=%d\n",__FUNCTION__,__LINE__,ret); in MApi_CMA_Pool_Init()
[all …]
H A DdrvMPool.c173 …#define MPOOL_ERROR(fmt, args...) printk("[MPOOL USER ERR][%06d] " fmt, __LINE__, ##…
174 …#define MPOOL_WARN(fmt, args...) printk("[MPOOL USER WARN][%06d] " fmt, __LINE__, ##…
175 …#define MPOOL_PRINT(fmt, args...) printk("[MPOOL USER][%06d] " fmt, __LINE__, ## arg…
264 printk(KERN_EMERG "\033[35m[Utopia2K] ERROR!! MPool was not initialized.!\033[m\n"); in MsOS_MPool_VA2PA()
297 MPOOL_DBG_MSG(E_MsOSMPool_DBG_L1, printk("=== MPool Table Print! ===\n")); in MsOS_MPool_VA2PA()
302 …MPOOL_DBG_MSG(E_MsOSMPool_DBG_L1, printk("mpool_info[%d].u8MiuSel = %d\n", idx,mpool_info[idx].u8M… in MsOS_MPool_VA2PA()
303 …MPOOL_DBG_MSG(E_MsOSMPool_DBG_L1, printk("mpool_info[%d].bNonCache = %d\n", idx,mpool_info[idx].bN… in MsOS_MPool_VA2PA()
304 …MPOOL_DBG_MSG(E_MsOSMPool_DBG_L1, printk("mpool_info[%d].pVirtStart =%lx\n",idx, mpool_info[idx].p… in MsOS_MPool_VA2PA()
305 …MPOOL_DBG_MSG(E_MsOSMPool_DBG_L1, printk("mpool_info[%d].pVirtEnd = %lx\n", idx,mpool_info[idx].pV… in MsOS_MPool_VA2PA()
306 …MPOOL_DBG_MSG(E_MsOSMPool_DBG_L1, printk("mpool_info[%d].pPhyaddr =%lx\n", idx,mpool_info[idx].pPh… in MsOS_MPool_VA2PA()
[all …]
H A DMsOS_linux_kernel.c229printk("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__); \
438 printk("[MsOS_Init] MsOS_SHM_Init failed!\n"); in MsOS_Init()
516 printk("CHIP_InitISR\n"); in MsOS_Init()
613printk("Invalid memory pool ID: %td, you must use the ID of the mpool you created\n", (ptrdiff_t)s… in MsOS_DeleteMemoryPool()
621 printk("ERR: MEMORY POOL WITH MEMORYPOOL_ID: 0x%tX NOT EXIST\n", (ptrdiff_t)s32PoolId); in MsOS_DeleteMemoryPool()
694printk("ERR: Invalid memory pool ID: %td, you must use the default ID: MSOS_MALLOC_ID ,or the ID o… in MsOS_AllocateMemory()
751printk("ERR: Invalid memory pool ID: %td, you must use the default ID: MSOS_MALLOC_ID ,or the ID o… in MsOS_FreeMemory()
907 printk("Utopia2K Task %s Create Fail\n", pTaskName); in MsOS_CreateTask()
961 printk("%s : Utopia2K does not support to force destroy Task!\n", __func__); in MsOS_DeleteTask()
1094 printk("[%s][%d] %s is not supported\n", __FUNCTION__, __LINE__, __FUNCTION__); in MsOS_SuspendTask()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/utopia_adaption/hdmitx/
H A DHDMITX_adp.c1044 printk("E_HDMITX_CMD_INIT\r\n"); in HDMITX_adp_Ioctl()
1051 printk("E_HDMITX_CMD_EXIT\r\n"); in HDMITX_adp_Ioctl()
1058 printk("E_HDMITX_CMD_TURNONOFF\r\n"); in HDMITX_adp_Ioctl()
1065 printk("E_HDMITX_CMD_ENABLEPACKETGEN\r\n"); in HDMITX_adp_Ioctl()
1072 printk("E_HDMITX_CMD_SETHDMITXMODE\r\n"); in HDMITX_adp_Ioctl()
1079 printk("E_HDMITX_CMD_SETHDMITXMODE_CD\r\n"); in HDMITX_adp_Ioctl()
1086 printk("E_HDMITX_CMD_SETTMDSONOFF\r\n"); in HDMITX_adp_Ioctl()
1093 printk("E_HDMITX_CMD_DISABLETMDSCTRL\r\n"); in HDMITX_adp_Ioctl()
1100 printk("E_HDMITX_CMD_SETRBCHANNELSWAP\r\n"); in HDMITX_adp_Ioctl()
1107 printk("E_HDMITX_CMD_EXHIBIT\r\n"); in HDMITX_adp_Ioctl()
[all …]
/utopia/UTPA2-700.0.x/modules/demodulator/utopia_adaption/demod/
H A DDMD_ATSC_adp.c52 DMD_DBG(printk("ATSC_adp_Init\n")); in ATSC_adp_Init()
162 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_SetDbgLevel\n")); in ATSC_adp_Ioctl()
166 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_GetInfo\n")); in ATSC_adp_Ioctl()
170 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_GetLibVer\n")); in ATSC_adp_Ioctl()
174 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_MD_Init\n")); in ATSC_adp_Ioctl()
179 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_MD_Exit\n")); in ATSC_adp_Ioctl()
184 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_MD_GetConfig\n")); in ATSC_adp_Ioctl()
189 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_MD_SetConfig\n")); in ATSC_adp_Ioctl()
194 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_MD_SetReset\n")); in ATSC_adp_Ioctl()
199 DMD_DBG(printk("ATSC_adp_Ioctl - MDrv_DMD_ATSC_MD_Set_QAM_SR\n")); in ATSC_adp_Ioctl()
[all …]
H A DDMD_DTMB_adp.c47 DMD_DBG(printk("DTMB_adp_Init\n")); in DTMB_adp_Init()
141 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_SetDbgLevel\n")); in DTMB_adp_Ioctl()
145 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_GetInfo\n")); in DTMB_adp_Ioctl()
149 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_GetLibVer\n")); in DTMB_adp_Ioctl()
153 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_MD_Init\n")); in DTMB_adp_Ioctl()
158 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_MD_Exit\n")); in DTMB_adp_Ioctl()
163 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_MD_GetConfig\n")); in DTMB_adp_Ioctl()
168 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_MD_SetConfig\n")); in DTMB_adp_Ioctl()
173 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_MD_SetReset\n")); in DTMB_adp_Ioctl()
178 DMD_DBG(printk("DTMB_adp_Ioctl - MDrv_DMD_DTMB_MD_Set_QAM_SR\n")); in DTMB_adp_Ioctl()
[all …]
H A DDMD_ISDBT_adp.c52 printk("DMD_ISDBT_adp_Init\n"); in DMD_ISDBT_adp_Init()
149 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_SetDbgLevel\n")); in DMD_ISDBT_adp_Ioctl()
153 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_GetInfo\n")); in DMD_ISDBT_adp_Ioctl()
157 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_GetLibVer\n")); in DMD_ISDBT_adp_Ioctl()
162 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_Init\n")); in DMD_ISDBT_adp_Ioctl()
167 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_Exit\n")); in DMD_ISDBT_adp_Ioctl()
172 DMD_DBG(printk("ISDBT_adp_Ioctl - MDrv_DMD_ISDBT_MD_GetConfig\n")); in DMD_ISDBT_adp_Ioctl()
177 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_SetConfig\n")); in DMD_ISDBT_adp_Ioctl()
182 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_SetPowerState\n")); in DMD_ISDBT_adp_Ioctl()
187 DMD_DBG(printk("ISDBTIoctl - MDrv_DMD_ISDBT_GetLock\n")); in DMD_ISDBT_adp_Ioctl()
[all …]
H A DDVBT_adp.c82 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_Exit\n"); in DVBT_adp_Ioctl()
88 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_SetDbgLevel\n"); in DVBT_adp_Ioctl()
102 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_GetLibVer\n"); in DVBT_adp_Ioctl()
108 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_GetFWVer\n"); in DVBT_adp_Ioctl()
114 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_GetReg\n"); in DVBT_adp_Ioctl()
120 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_SetReg\n"); in DVBT_adp_Ioctl()
126 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_SetSerialControl\n"); in DVBT_adp_Ioctl()
132 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_SetConfigHPLPSetIF\n"); in DVBT_adp_Ioctl()
138 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_SetSetActive\n"); in DVBT_adp_Ioctl()
153 printk("kernal mode DVBTIoctl - MDrv_DMD_DVBT_GetSignalStrengthWithRFPower:\n"); in DVBT_adp_Ioctl()
[all …]
H A DDVBS_adp.c86 printk("kernal mode DVBSIoctl - DMD_DVBS_DRV_CMD_Init\n"); in DVBS_adp_Ioctl()
182 printk("kernal mode DVBSIoctl - DMD_DVBS_DRV_CMD_SetActive\n"); in DVBS_adp_Ioctl()
189 printk("kernal mode DVBSIoctl - DMD_DVBS_DRV_CMD_GetLockWithRFPower\n"); in DVBS_adp_Ioctl()
197 printk("kernal mode DVBSIoctl - DMD_DVBS_DRV_CMD_GetSignalStrengthWithRFPower\n"); in DVBS_adp_Ioctl()
H A DDVBC_adp.c88 printk("kernal mode DVBCIoctl - DMD_DVBC_DRV_CMD_Init\n"); in DVBC_adp_Ioctl()
177 printk("kernal mode DVBCIoctl - DMD_DVBC_DRV_CMD_SetActive\n"); in DVBC_adp_Ioctl()
184 printk("kernal mode DVBCIoctl - DMD_DVBC_DRV_CMD_GetLockWithRFPower\n"); in DVBC_adp_Ioctl()
/utopia/UTPA2-700.0.x/modules/msos/utopia_adaption/utopia/
H A Dutopia_dev.c217 printk("utopia_proc_ioctl: setModule : %d \n", MODULE_##MODULE); \ in utopia_proc_ioctl()
221 printk("utopia_proc_ioctl: setModule error : %d \n", MODULE_##MODULE); \ in utopia_proc_ioctl()
236 printk("utopia_proc_ioctl: setModule : %d \n", MODULE_##MODULE); \ in utopia_proc_ioctl()
240 printk("utopia_proc_ioctl: setModule error : %d \n", MODULE_##MODULE); \ in utopia_proc_ioctl()
251printk("utopia_proc_ioctl: setModule error, no this module: %ld \n",sOpenArg.u32ModuleID); in utopia_proc_ioctl()
317 printk("utopia_proc_ioctl error :default \n"); in utopia_proc_ioctl()
334 printk("Hash key AUTH not set!\n"); in MDrv_AUTH_IPCheck()
491 printk("===== MPool Info =====\n"); in mpoolinfo_proc_read()
493 printk("======================\n"); in mpoolinfo_proc_read()
556 printk("utopia_dev.c : str_verify input too long\n"); in STR_verify_proc_write()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/msos/linux_kernel/
H A DMsOS_linux_kernel.c297printk("ASSERT FAIL: %s, %s %s %d\n", #_bool_, __FILE__, __PRETTY_FUNCTION__, __LINE__); \
544 printk("CHIP_InitISR\n"); in MsOS_Init()
969 printk("[%s][%d] %s is not supported\n", __FUNCTION__, __LINE__, __FUNCTION__); in MsOS_DeleteTask()
1031 printk("nanosleep is interrupted: %d\n", errno); in MsOS_DelayTaskUs()
1071 printk("[%s][%d] %s is not supported\n", __FUNCTION__, __LINE__, __FUNCTION__); in MsOS_SuspendTask()
1163printk("%s: Warning strlen(%s) is longer than MAX_MUTEX_NAME_LENGTH(%d). Oversize char will be dis… in MsOS_CreateMutex()
2051 printk("E_MSG_VAR_SIZE has not been supported yet\n");
2540 printk("[%s][%d] %s is not supported\n", __FUNCTION__, __LINE__, __FUNCTION__); in MsOS_CPU_DisableInterrupt()
2550 printk("[%s][%d] %s is not supported\n", __FUNCTION__, __LINE__, __FUNCTION__); in MsOS_CPU_EnableInterrupt()
2561 printk("[%s][%d] %s is not supported\n", __FUNCTION__, __LINE__, __FUNCTION__); in MsOS_CPU_RestoreInterrupt()
[all …]
/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp.c68 printk("get value%d\n",* (pKQueueNode -> pointer) ); in UADPKQueuePop()
96 printk("[%s,%d]:%d\n",__func__,__LINE__,*pKQueueNode -> pointer ); in UADPKQueuePush()
202 printk("driver removed successfully\n"); in UADPDeleteKQueue()
218 printk("%s:%d 0x%p\n",__func__,__LINE__,k); in test()
219 printk("%s:%d val:%d\n",__func__,__LINE__,*k); in test()
222 printk("data count = %d\n",count); in test()
262 printk("result=%d\n",result); in UADPKQueueIsempty()
H A Dutopia_dapi.c328 printk("[Utopia2K] Instance Table Error: Array is too small.\n"); in utopia_create_instance_table()
699 printk("%c", *fmt); in MdbPrint()
712 printk("%ld", va_arg(argp, long)); in MdbPrint()
717 printk("%d", va_arg(argp, int)); in MdbPrint()
724 printk("%s", hex); in MdbPrint()
730 printk("%s", hex); in MdbPrint()
734 printk("%c", va_arg(argp, int)); in MdbPrint()
737 printk("%s", va_arg(argp, char*)); in MdbPrint()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/include/
H A DdrvUSB.h735 #define dbg printk
741 #define usb_msg printk
761 #define usb_err(format, ...) printk(format, __VA_ARGS__)
762 #define usb_info(format, ...) printk(format, __VA_ARGS__)
763 #define usb_warn(format, ...) printk(format, __VA_ARGS__)
/utopia/UTPA2-700.0.x/modules/pq/drv/pq/
H A Ddrvbw.c243 printk("Open %s Failed\n", pName); in Open_bandwidthtable_Bin()
261 printk("out of memory \n"); in Open_bandwidthtable_Bin()
272 printk("Read %s Error %d %ld\n",pName, u32Rst, lFileSize); in Open_bandwidthtable_Bin()
296 BW_DBG(printk("[BW]LoadTable\n")); in _MDrv_BW_LoadTable()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dgpd.h153 #define console_printf(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_INFO) printk(form…
154 #define GPD_DRV_ERROR(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_ERROR) printk(form…
155 #define GPD_DRV_TIME(format, args...) do{if(eEnableDbgMsg & E_GPD_DEBUG_LEVEL_TIME) printk
/utopia/UTPA2-700.0.x/modules/irq/hal/mooney/irq/
H A DhalIRQ.c753 printk("[Utopia2K] IRQ structure did not be initialized\n"); in HAL_IRQ_Attach()
755 printk("[Utopia2K] IRQ %d has been registered.\n", (unsigned int)u32Vector); in HAL_IRQ_Attach()
794 printk("[Utopia2K] request_threaded_irq Fail\n"); in HAL_IRQ_Attach()
/utopia/UTPA2-700.0.x/modules/mfe/hal/M7621/mfe/globalinc/
H A Dms_dprintf.h167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
180 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/maserati/mfe/globalinc/
H A Dms_dprintf.h167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
180 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
/utopia/UTPA2-700.0.x/modules/mfe/hal/manhattan/mfe/globalinc/
H A Dms_dprintf.h167 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \
180 if (level & DEBUG_LEVEL) printk(fmt, ##arg); \

123456