Searched refs:u32arr2hex (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 92 static char *u32arr2hex(u32 data[], int n, char *buf) in u32arr2hex() function 114 u32arr2hex(mb->args, MAX_MB_ARGUMENTS, argstr)); in dump_mb() 597 if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */ in cx18_api_call() 602 u32arr2hex(data, args, argstr)); in cx18_api_call() 606 u32arr2hex(data, args, argstr)); in cx18_api_call()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-mailbox.c | 92 static char *u32arr2hex(u32 data[], int n, char *buf) in u32arr2hex() function 114 u32arr2hex(mb->args, MAX_MB_ARGUMENTS, argstr)); in dump_mb() 598 if (cx18_debug & CX18_DBGFLG_API) { /* only call u32arr2hex if needed */ in cx18_api_call() 603 u32arr2hex(data, args, argstr)); in cx18_api_call() 607 u32arr2hex(data, args, argstr)); in cx18_api_call()
|
Completed in 3 milliseconds