Home
last modified time | relevance | path

Searched refs:pr_info (Results 1 – 25 of 2711) sorted by relevance

12345678910>>...109

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_processpptables.c71 pr_info("Version = 0x%08x\n", pptable->Version);
73 pr_info("FeaturesToRun[0] = 0x%08x\n", pptable->FeaturesToRun[0]);
74 pr_info("FeaturesToRun[1] = 0x%08x\n", pptable->FeaturesToRun[1]);
76 pr_info("SocketPowerLimitAc0 = %d\n", pptable->SocketPowerLimitAc0);
77 pr_info("SocketPowerLimitAc0Tau = %d\n", pptable->SocketPowerLimitAc0Tau);
78 pr_info("SocketPowerLimitAc1 = %d\n", pptable->SocketPowerLimitAc1);
79 pr_info("SocketPowerLimitAc1Tau = %d\n", pptable->SocketPowerLimitAc1Tau);
80 pr_info("SocketPowerLimitAc2 = %d\n", pptable->SocketPowerLimitAc2);
81 pr_info("SocketPowerLimitAc2Tau = %d\n", pptable->SocketPowerLimitAc2Tau);
82 pr_info("SocketPowerLimitAc3 = %d\n", pptable->SocketPowerLimitAc3);
[all …]
/OK3568_Linux_fs/external/rkwifibt-app/test/
H A Drkbtsource_server.c82 pr_info("cmd invalid\n"); in _console_run()
110 pr_info("[_console_run] %ld cmd %s resp :%s\n" , ts , cmd , buf); in _console_run()
135 pr_info("[BT SPP] send fd fail %s\n", strerror(errno)); in rk_bt_send_custom_evt()
165 pr_info("[BT SPP] send fd fail %s\n", strerror(errno)); in rk_bt_send_evt()
203 pr_info("[BT SPP] send fd %d\n", _rk_bt_spp_get_client_fd()); in rk_bt_send_spp_client_fd()
206 pr_info("[BT SPP] send fd fail %s\n", strerror(errno)); in rk_bt_send_spp_client_fd()
213 pr_info("%s: RK_BT_STATE_TURNING_ON\n", PRINT_FLAG_RKBTSOURCE); in rk_bt_state_cb()
216 pr_info("%s: RK_BT_STATE_ON\n", PRINT_FLAG_RKBTSOURCE); in rk_bt_state_cb()
220 pr_info("%s: RK_BT_STATE_TURNING_OFF\n", PRINT_FLAG_RKBTSOURCE); in rk_bt_state_cb()
223 pr_info("%s: RK_BT_STATE_OFF\n", PRINT_FLAG_RKBTSOURCE); in rk_bt_state_cb()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/lkdtm/
H A Drefcount.c13 pr_info("Overflow detected: saturated\n"); in overflow_check()
31 pr_info("attempting good refcount_inc() without overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
35 pr_info("attempting bad refcount_inc() overflow\n"); in lkdtm_REFCOUNT_INC_OVERFLOW()
47 pr_info("attempting good refcount_add() without overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
54 pr_info("attempting bad refcount_add() overflow\n"); in lkdtm_REFCOUNT_ADD_OVERFLOW()
65 pr_info("attempting bad refcount_inc_not_zero() overflow\n"); in lkdtm_REFCOUNT_INC_NOT_ZERO_OVERFLOW()
77 pr_info("attempting bad refcount_add_not_zero() overflow\n"); in lkdtm_REFCOUNT_ADD_NOT_ZERO_OVERFLOW()
88 pr_info("Zero detected: saturated\n"); in check_zero()
110 pr_info("attempting good refcount_dec()\n"); in lkdtm_REFCOUNT_DEC_ZERO()
113 pr_info("attempting bad refcount_dec() to zero\n"); in lkdtm_REFCOUNT_DEC_ZERO()
[all …]
H A Dheap.c44 pr_info("Allocated memory %p-%p\n", base, &base[offset * 2]); in lkdtm_WRITE_AFTER_FREE()
45 pr_info("Attempting bad write to freed memory at %p\n", in lkdtm_WRITE_AFTER_FREE()
53 pr_info("Hmm, didn't get the same memory range.\n"); in lkdtm_WRITE_AFTER_FREE()
70 pr_info("Unable to allocate base memory.\n"); in lkdtm_READ_AFTER_FREE()
76 pr_info("Unable to allocate val memory.\n"); in lkdtm_READ_AFTER_FREE()
83 pr_info("Value in memory before free: %x\n", base[offset]); in lkdtm_READ_AFTER_FREE()
87 pr_info("Attempting bad read from freed memory\n"); in lkdtm_READ_AFTER_FREE()
91 pr_info("Memory correctly poisoned (%x)\n", saw); in lkdtm_READ_AFTER_FREE()
94 pr_info("Memory was not poisoned\n"); in lkdtm_READ_AFTER_FREE()
103 pr_info("Unable to allocate free page\n"); in lkdtm_WRITE_BUDDY_AFTER_FREE()
[all …]
H A Dbugs.c52 pr_info("loop %d/%d ...\n", (int)buf[remaining % sizeof(buf)], in recursive_loop()
104 pr_info("Calling function with %lu frame size to depth %d ...\n", in lkdtm_EXHAUST_STACK()
107 pr_info("FAIL: survived without exhausting stack?!\n"); in lkdtm_EXHAUST_STACK()
121 pr_info("Corrupting stack containing char array ...\n"); in lkdtm_CORRUPT_STACK()
133 pr_info("Corrupting stack containing union ...\n"); in lkdtm_CORRUPT_STACK_STRONG()
188 pr_info("Normal signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
192 pr_info("Overflowing signed addition ...\n"); in lkdtm_OVERFLOW_SIGNED()
203 pr_info("Normal unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
207 pr_info("Overflowing unsigned addition ...\n"); in lkdtm_OVERFLOW_UNSIGNED()
240 pr_info("Array access within bounds ...\n"); in lkdtm_ARRAY_BOUNDS()
[all …]
H A Dusercopy.c75 pr_info("stack : %px\n", (void *)current_stack_pointer); in do_usercopy_stack()
77 pr_info("good_stack: %px-%px\n", good_stack, good_stack + sizeof(good_stack)); in do_usercopy_stack()
78 pr_info("bad_stack : %px-%px\n", bad_stack, bad_stack + sizeof(good_stack)); in do_usercopy_stack()
89 pr_info("attempting good copy_to_user of local stack\n"); in do_usercopy_stack()
96 pr_info("attempting bad copy_to_user of distant stack\n"); in do_usercopy_stack()
110 pr_info("attempting good copy_from_user of local stack\n"); in do_usercopy_stack()
117 pr_info("attempting bad copy_from_user of distant stack\n"); in do_usercopy_stack()
163 pr_info("attempting good copy_to_user of correct size\n"); in do_usercopy_heap_size()
169 pr_info("attempting bad copy_to_user of too large size\n"); in do_usercopy_heap_size()
175 pr_info("attempting good copy_from_user of correct size\n"); in do_usercopy_heap_size()
[all …]
H A Dperms.c42 pr_info("do_overwritten wasn't overwritten!\n"); in do_overwritten()
50 pr_info("attempting ok execution at %px\n", do_nothing); in execute_location()
58 pr_info("attempting bad execution at %px\n", func); in execute_location()
70 pr_info("attempting ok execution at %px\n", do_nothing); in execute_user_location()
77 pr_info("attempting bad execution at %px\n", func); in execute_user_location()
87 pr_info("attempting bad rodata write at %px\n", ptr); in lkdtm_WRITE_RO()
102 pr_info("%p was NOT written during init!?\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
106 pr_info("attempting bad ro_after_init write at %px\n", ptr); in lkdtm_WRITE_RO_AFTER_INIT()
119 pr_info("attempting bad %zu byte write at %px\n", size, ptr); in lkdtm_WRITE_KERN()
198 pr_info("attempting bad read at %px\n", ptr); in lkdtm_ACCESS_USERSPACE()
[all …]
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/
H A Dcyttsp5_test_device_access_api.c106 pr_info("PIP Major Version: %d\n", in->return_data[0]); in check_get_system_info_response()
107 pr_info("PIP Minor Version: %d\n", in->return_data[1]); in check_get_system_info_response()
108 pr_info("Touch Firmware Product Id: %d\n", in check_get_system_info_response()
110 pr_info("Touch Firmware Major Version: %d\n", in->return_data[4]); in check_get_system_info_response()
111 pr_info("Touch Firmware Minor Version: %d\n", in->return_data[5]); in check_get_system_info_response()
112 pr_info("Touch Firmware Internal Revision Control Number: %d\n", in check_get_system_info_response()
114 pr_info("Customer Specified Firmware/Configuration Version: %d\n", in check_get_system_info_response()
116 pr_info("Bootloader Major Version: %d\n", in->return_data[12]); in check_get_system_info_response()
117 pr_info("Bootloader Minor Version: %d\n", in->return_data[13]); in check_get_system_info_response()
118 pr_info("Family ID: 0x%02x\n", in->return_data[14]); in check_get_system_info_response()
[all …]
/OK3568_Linux_fs/kernel/samples/kmemleak/
H A Dkmemleak-test.c40 pr_info("Kmemleak testing\n"); in kmemleak_test_init()
43 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
44 pr_info("kmalloc(32) = %p\n", kmalloc(32, GFP_KERNEL)); in kmemleak_test_init()
45 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
46 pr_info("kmalloc(1024) = %p\n", kmalloc(1024, GFP_KERNEL)); in kmemleak_test_init()
47 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
48 pr_info("kmalloc(2048) = %p\n", kmalloc(2048, GFP_KERNEL)); in kmemleak_test_init()
49 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
50 pr_info("kmalloc(4096) = %p\n", kmalloc(4096, GFP_KERNEL)); in kmemleak_test_init()
52 pr_info("kmem_cache_alloc(files_cachep) = %p\n", in kmemleak_test_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/tests/
H A Dpagetest.c117 pr_info("crosstest\n"); in crosstest()
151 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
160 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
169 pr_info("reading page at %#llx\n", (long long)addr); in crosstest()
177 pr_info("verifying pages read at %#llx match\n", in crosstest()
183 pr_info("crosstest ok\n"); in crosstest()
194 pr_info("erasecrosstest\n"); in erasecrosstest()
207 pr_info("erasing block %d\n", ebnum); in erasecrosstest()
212 pr_info("writing 1st page of block %d\n", ebnum); in erasecrosstest()
219 pr_info("reading 1st page of block %d\n", ebnum); in erasecrosstest()
[all …]
H A Doobtest.c94 pr_info("writing OOBs of whole device\n"); in write_whole_device()
102 pr_info("written up to eraseblock %u\n", i); in write_whole_device()
108 pr_info("written %u eraseblocks\n", i); in write_whole_device()
127 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0x%x diff 0x%x\n", in memcmpshowoffset()
155 pr_info("error @addr[0x%lx:0x%lx] 0x%x -> 0xff diff 0x%x\n", in memffshow()
206 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock()
252 pr_info("ignoring errors as within bitflip limit\n"); in verify_eraseblock()
306 pr_info("ignoring error as within bitflip_limit\n"); in verify_eraseblock_in_one_go()
318 pr_info("verifying all eraseblocks\n"); in verify_all_eraseblocks()
326 pr_info("verified up to eraseblock %u\n", i); in verify_all_eraseblocks()
[all …]
H A Dsubpagetest.c128 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
140 pr_info("------------- written----------------\n"); in verify_eraseblock()
142 pr_info("------------- read ------------------\n"); in verify_eraseblock()
144 pr_info("-------------------------------------\n"); in verify_eraseblock()
155 pr_info("ECC correction at %#llx\n", in verify_eraseblock()
165 pr_info("error: verify failed at %#llx\n", in verify_eraseblock()
167 pr_info("------------- written----------------\n"); in verify_eraseblock()
169 pr_info("------------- read ------------------\n"); in verify_eraseblock()
171 pr_info("-------------------------------------\n"); in verify_eraseblock()
192 pr_info("ECC correction at %#llx\n", in verify_eraseblock2()
[all …]
H A Dspeedtest.c184 pr_info("Please specify a valid mtd-device via module parameter\n"); in mtd_speedtest_init()
190 pr_info("MTD device: %d count: %d\n", dev, count); in mtd_speedtest_init()
192 pr_info("MTD device: %d\n", dev); in mtd_speedtest_init()
202 pr_info("not NAND flash, assume page size is 512 " in mtd_speedtest_init()
213 pr_info("MTD device size %llu, eraseblock size %u, " in mtd_speedtest_init()
245 pr_info("testing eraseblock write speed\n"); in mtd_speedtest_init()
260 pr_info("eraseblock write speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
263 pr_info("testing eraseblock read speed\n"); in mtd_speedtest_init()
278 pr_info("eraseblock read speed is %ld KiB/s\n", speed); in mtd_speedtest_init()
285 pr_info("testing page write speed\n"); in mtd_speedtest_init()
[all …]
H A Dnandbiterrs.c93 pr_info("write_page\n"); in write_page()
105 pr_info("rewrite page\n"); in rewrite_page()
135 pr_info("read_page\n"); in read_page()
159 pr_info("verify_page\n"); in verify_page()
188 pr_info("Inserted biterror @ %u/%u\n", byte, bit); in insert_biterror()
206 pr_info("incremental biterrors test\n"); in incremental_errors_test()
223 pr_info("Read reported %d corrected bit errors\n", err); in incremental_errors_test()
237 pr_info("Successfully corrected %d bit errors per subpage\n", in incremental_errors_test()
269 pr_info("overwrite biterrors test\n"); in overwrite_test()
287 pr_info("Implausible number of bit errors corrected\n"); in overwrite_test()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dtest_siphash.c125 pr_info("siphash self-test aligned %u: FAIL\n", i + 1); in siphash_test_init()
130 pr_info("siphash self-test unaligned %u: FAIL\n", i + 1); in siphash_test_init()
135 pr_info("hsiphash self-test aligned %u: FAIL\n", i + 1); in siphash_test_init()
140 pr_info("hsiphash self-test unaligned %u: FAIL\n", i + 1); in siphash_test_init()
146 pr_info("siphash self-test 1u64: FAIL\n"); in siphash_test_init()
151 pr_info("siphash self-test 2u64: FAIL\n"); in siphash_test_init()
157 pr_info("siphash self-test 3u64: FAIL\n"); in siphash_test_init()
163 pr_info("siphash self-test 4u64: FAIL\n"); in siphash_test_init()
168 pr_info("siphash self-test 1u32: FAIL\n"); in siphash_test_init()
173 pr_info("siphash self-test 2u32: FAIL\n"); in siphash_test_init()
[all …]
/OK3568_Linux_fs/external/rkwifibt/src/
H A Drk_wifibt_init.c28 #define pr_info(fmt, ...) syslog(LOG_INFO, fmt, ##__VA_ARGS__) macro
33 #define pr_info macro
199 pr_info("Cannot set RW to \"%s\": %s \n", RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
202 pr_info("%s is exit \n", RECOGNIZE_WIFI_CHIP); in save_wifi_chip_type()
208 pr_info("Cannot create \"%s\": %s", RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
212 pr_info("%s is not exit,save wifi chip \n", RECOGNIZE_WIFI_CHIP); in save_wifi_chip_type()
214 pr_info("recognized wifi chip = %s, save to %s \n", buf, RECOGNIZE_WIFI_CHIP); in save_wifi_chip_type()
217 pr_info("Error writing \"%s\": %s \n", RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
225 pr_info("Error changing permissions of %s to 0664: %s \n",RECOGNIZE_WIFI_CHIP, strerror(errno)); in save_wifi_chip_type()
244 pr_info("open dir failed: %s \n", strerror(errno)); in get_wifi_device_id()
[all …]
/OK3568_Linux_fs/kernel/arch/h8300/kernel/
H A Dtraps.c61 pr_info("\nCURRENT PROCESS:\n\n"); in dump()
62 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in dump()
64 pr_info("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in dump()
71 pr_info("USER-STACK=%08x KERNEL-STACK=%08lx\n\n", in dump()
77 pr_info("\nCODE:"); in dump()
81 pr_info("\n%08x: ", (int) (tp + i)); in dump()
82 pr_info("%08x ", (int) *sp++); in dump()
84 pr_info("\n"); in dump()
86 pr_info("\nKERNEL STACK:"); in dump()
90 pr_info("\n%08x: ", (int) (tp + i)); in dump()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dprint-tree.c52 pr_info("\t\tchunk length %llu owner %llu type %llu num_stripes %d\n", in print_chunk()
56 pr_info("\t\t\tstripe %d devid %llu offset %llu\n", i, in print_chunk()
64 pr_info("\t\tdev item devid %llu total_bytes %llu bytes used %llu\n", in print_dev_item()
101 pr_info("\t\textent refs %llu gen %llu flags %llu\n", in print_extent_item()
110 pr_info("\t\ttree block key (%llu %u %llu) level %d\n", in print_extent_item()
125 pr_info("\t\tref#%d: ", ref_index++); in print_extent_item()
137 pr_info( in print_extent_item()
154 pr_info( in print_extent_item()
180 pr_info("\t\tsubvol_id %llu\n", in print_uuid_item()
238 pr_info("\titem %d key (%llu %u %llu) itemoff %d itemsize %d\n", in btrfs_print_leaf()
[all …]
/OK3568_Linux_fs/kernel/samples/kprobes/
H A Dkprobe_example.c31 pr_info("<%s> pre_handler: p->addr = 0x%p, ip = %lx, flags = 0x%lx\n", in handler_pre()
35 pr_info("<%s> pre_handler: p->addr = 0x%p, nip = 0x%lx, msr = 0x%lx\n", in handler_pre()
39 pr_info("<%s> pre_handler: p->addr = 0x%p, epc = 0x%lx, status = 0x%lx\n", in handler_pre()
43 pr_info("<%s> pre_handler: p->addr = 0x%p, pc = 0x%lx," in handler_pre()
48 pr_info("<%s> pre_handler: p->addr, 0x%p, ip = 0x%lx, flags = 0x%lx\n", in handler_pre()
61 pr_info("<%s> post_handler: p->addr = 0x%p, flags = 0x%lx\n", in handler_post()
65 pr_info("<%s> post_handler: p->addr = 0x%p, msr = 0x%lx\n", in handler_post()
69 pr_info("<%s> post_handler: p->addr = 0x%p, status = 0x%lx\n", in handler_post()
73 pr_info("<%s> post_handler: p->addr = 0x%p, pstate = 0x%lx\n", in handler_post()
77 pr_info("<%s> pre_handler: p->addr, 0x%p, flags = 0x%lx\n", in handler_post()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/
H A Dgs_fpgaboot.c102 pr_info("bitstream file magic number Ok\n"); in readmagic_bitstream()
119 pr_info("file: %s\n", fimage->filename); in gs_print_header()
120 pr_info("part: %s\n", fimage->part); in gs_print_header()
121 pr_info("date: %s\n", fimage->date); in gs_print_header()
122 pr_info("time: %s\n", fimage->time); in gs_print_header()
123 pr_info("lendata: %d\n", fimage->lendata); in gs_print_header()
170 pr_info("image is bitstream format\n"); in gs_read_image()
189 pr_info("load fpgaimage %s\n", fw_file); in gs_load_image()
233 pr_info("device init done\n"); in gs_download_image()
238 pr_info("program done\n"); in gs_download_image()
[all …]
/OK3568_Linux_fs/kernel/kernel/
H A Dbacktracetest.c18 pr_info("Testing a backtrace from process context.\n"); in backtrace_test_normal()
19 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_normal()
36 pr_info("Testing a backtrace from irq context.\n"); in backtrace_test_irq()
37 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_irq()
50 pr_info("Testing a saved backtrace.\n"); in backtrace_test_saved()
51 pr_info("The following trace is a kernel self test and not a bug!\n"); in backtrace_test_saved()
59 pr_info("Saved backtrace test skipped.\n"); in backtrace_test_saved()
65 pr_info("====[ backtrace testing ]===========\n"); in backtrace_regression_test()
71 pr_info("====[ end of backtrace testing ]====\n"); in backtrace_regression_test()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dpci.c243 pr_info("PE[..%03x] A/B: as above\n", i-1); in pnv_pci_dump_pest()
250 pr_info("PE[%03x] A/B: %016llx %016llx\n", in pnv_pci_dump_pest()
265 pr_info("P7IOC PHB#%x Diag-data (Version: %d)\n", in pnv_pci_dump_p7ioc_diag_data()
269 pr_info("brdgCtl: %08x\n", in pnv_pci_dump_p7ioc_diag_data()
273 pr_info("UtlSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
280 pr_info("RootSts: %08x %08x %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
288 pr_info("RootErrSts: %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
294 pr_info("RootErrLog: %08x %08x %08x %08x\n", in pnv_pci_dump_p7ioc_diag_data()
301 pr_info("RootErrLog1: %08x %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
306 pr_info("PhbSts: %016llx %016llx\n", in pnv_pci_dump_p7ioc_diag_data()
[all …]
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dptrace.c349 pr_info("\nCURRENT PROCESS:\n\n"); in show_regs()
350 pr_info("COMM=%s PID=%d\n", current->comm, current->pid); in show_regs()
353 pr_info("TEXT=%08x-%08x DATA=%08x-%08x BSS=%08x-%08x\n", in show_regs()
360 pr_info("USER-STACK=%08x KERNEL-STACK=%08x\n\n", in show_regs()
365 pr_info("PC: 0x%08lx (%pS)\n", (long)fp->pc, (void *)fp->pc); in show_regs()
366 pr_info("LR: 0x%08lx (%pS)\n", (long)fp->lr, (void *)fp->lr); in show_regs()
367 pr_info("SP: 0x%08lx\n", (long)fp); in show_regs()
368 pr_info("orig_a0: 0x%08lx\n", fp->orig_a0); in show_regs()
369 pr_info("PSR: 0x%08lx\n", (long)fp->sr); in show_regs()
371 pr_info(" a0: 0x%08lx a1: 0x%08lx a2: 0x%08lx a3: 0x%08lx\n", in show_regs()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/rc/
H A Dnuvoton-cir.c191 pr_info("Wake samples (%d) =", count); in nvt_write_wakeup_codes()
193 pr_info("Wake sample fifo cleared"); in nvt_write_wakeup_codes()
285 pr_info("%s: Dump CIR logical device registers:\n", NVT_DRIVER_NAME); in cir_dump_regs()
286 pr_info(" * CR CIR ACTIVE : 0x%x\n", in cir_dump_regs()
288 pr_info(" * CR CIR BASE ADDR: 0x%x\n", in cir_dump_regs()
291 pr_info(" * CR CIR IRQ NUM: 0x%x\n", in cir_dump_regs()
296 pr_info("%s: Dump CIR registers:\n", NVT_DRIVER_NAME); in cir_dump_regs()
297 pr_info(" * IRCON: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRCON)); in cir_dump_regs()
298 pr_info(" * IRSTS: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IRSTS)); in cir_dump_regs()
299 pr_info(" * IREN: 0x%x\n", nvt_cir_reg_read(nvt, CIR_IREN)); in cir_dump_regs()
[all …]
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dpc87413_wdt.c86 pr_info(DPFX in pc87413_select_wdt_out()
110 pr_info(DPFX "pc87413 - Enable SWC functions\n"); in pc87413_enable_swc()
131 pr_info(DPFX in pc87413_get_swc_base_addr()
144 pr_info(DPFX "Select Bank3 of SWC\n"); in pc87413_swc_bank3()
155 pr_info(DPFX "Set WDTO to %d minutes\n", pc87413_time); in pc87413_programm_wdto()
166 pr_info(DPFX "Enable WDEN\n"); in pc87413_enable_wden()
176 pr_info(DPFX "Enable SW_WD_TREN\n"); in pc87413_enable_sw_wd_tren()
187 pr_info(DPFX "pc87413 - Disable SW_WD_TREN\n"); in pc87413_disable_sw_wd_tren()
198 pr_info(DPFX "pc87413 - Enable SW_WD_TRG\n"); in pc87413_enable_sw_wd_trg()
209 pr_info(DPFX "Disable SW_WD_TRG\n"); in pc87413_disable_sw_wd_trg()
[all …]

12345678910>>...109