/linux-4.4.14/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_queue.c | 32 pr_debug("Printing queue properties:\n"); in print_queue_properties() 33 pr_debug("Queue Type: %u\n", q->type); in print_queue_properties() 34 pr_debug("Queue Size: %llu\n", q->queue_size); in print_queue_properties() 35 pr_debug("Queue percent: %u\n", q->queue_percent); in print_queue_properties() 36 pr_debug("Queue Address: 0x%llX\n", q->queue_address); in print_queue_properties() 37 pr_debug("Queue Id: %u\n", q->queue_id); in print_queue_properties() 38 pr_debug("Queue Process Vmid: %u\n", q->vmid); in print_queue_properties() 39 pr_debug("Queue Read Pointer: 0x%p\n", q->read_ptr); in print_queue_properties() 40 pr_debug("Queue Write Pointer: 0x%p\n", q->write_ptr); in print_queue_properties() 41 pr_debug("Queue Doorbell Pointer: 0x%p\n", q->doorbell_ptr); in print_queue_properties() [all …]
|
D | kfd_dbgdev.c | 201 pr_debug("DIQ Created with queue id: %d\n", qid); in dbgdev_register_diq() 274 pr_debug("\t\t%20s %08x\n", "set reg mask :", cntl->bitfields.mask); in dbgdev_address_watch_set_registers() 275 pr_debug("\t\t%20s %08x\n", "set reg add high :", in dbgdev_address_watch_set_registers() 277 pr_debug("\t\t%20s %08x\n", "set reg add low :", in dbgdev_address_watch_set_registers() 320 pr_debug("\t\t%30s\n", "* * * * * * * * * * * * * * * * * *"); in dbgdev_address_watch_nodiq() 321 pr_debug("\t\t%20s %08x\n", "register index :", i); in dbgdev_address_watch_nodiq() 322 pr_debug("\t\t%20s %08x\n", "vmid is :", pdd->qpd.vmid); in dbgdev_address_watch_nodiq() 323 pr_debug("\t\t%20s %08x\n", "Address Low is :", in dbgdev_address_watch_nodiq() 325 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq() 327 pr_debug("\t\t%20s %08x\n", "Address high is :", in dbgdev_address_watch_nodiq() [all …]
|
D | kfd_doorbell.c | 100 pr_debug("kfd: doorbell initialization:\n"); in kfd_doorbell_init() 101 pr_debug("kfd: doorbell base == 0x%08lX\n", in kfd_doorbell_init() 104 pr_debug("kfd: doorbell_id_offset == 0x%08lX\n", in kfd_doorbell_init() 107 pr_debug("kfd: doorbell_process_limit == 0x%08lX\n", in kfd_doorbell_init() 110 pr_debug("kfd: doorbell_kernel_offset == 0x%08lX\n", in kfd_doorbell_init() 113 pr_debug("kfd: doorbell aperture size == 0x%08lX\n", in kfd_doorbell_init() 116 pr_debug("kfd: doorbell kernel address == 0x%08lX\n", in kfd_doorbell_init() 145 pr_debug("mapping doorbell page:\n"); in kfd_doorbell_mmap() 146 pr_debug(" target user address == 0x%08llX\n", in kfd_doorbell_mmap() 148 pr_debug(" physical address == 0x%08llX\n", address); in kfd_doorbell_mmap() [all …]
|
D | kfd_chardev.c | 186 pr_debug("kfd: can't access eop buffer"); in set_queue_properties_from_user() 194 pr_debug("kfd: can't access ctx save restore buffer"); in set_queue_properties_from_user() 223 pr_debug("Queue Percentage (%d, %d)\n", in set_queue_properties_from_user() 226 pr_debug("Queue Priority (%d, %d)\n", in set_queue_properties_from_user() 229 pr_debug("Queue Address (0x%llX, 0x%llX)\n", in set_queue_properties_from_user() 232 pr_debug("Queue Size (0x%llX, %u)\n", in set_queue_properties_from_user() 235 pr_debug("Queue r/w Pointers (0x%llX, 0x%llX)\n", in set_queue_properties_from_user() 239 pr_debug("Queue Format (%d)\n", q_properties->format); in set_queue_properties_from_user() 241 pr_debug("Queue EOP (0x%llX)\n", q_properties->eop_ring_buffer_address); in set_queue_properties_from_user() 243 pr_debug("Queue CTX save arex (0x%llX)\n", in set_queue_properties_from_user() [all …]
|
D | kfd_device_queue_manager.c | 108 pr_debug("kfd: vmid allocation %d\n", allocated_vmid); in allocate_vmid() 141 pr_debug("kfd: In func %s\n", __func__); in create_queue_nocpsch() 189 pr_debug("Total of %d queues are accountable so far\n", in create_queue_nocpsch() 222 pr_debug("kfd: DQM %s hqd slot - pipe (%d) queue(%d)\n", in allocate_hqd() 260 pr_debug("kfd: loading mqd to hqd on pipe (%d) queue (%d)\n", in create_compute_queue_nocpsch() 286 pr_debug("kfd: In Func %s\n", __func__); in destroy_queue_nocpsch() 306 pr_debug("q->properties.type is invalid (%d)\n", in destroy_queue_nocpsch() 333 pr_debug("Total of %d queues are accountable so far\n", in destroy_queue_nocpsch() 385 pr_debug("kfd: In func %s mqd type %d\n", __func__, type); in get_mqd_manager_nocpsch() 406 pr_debug("kfd: In func %s\n", __func__); in register_process_nocpsch() [all …]
|
D | kfd_process_queue_manager.c | 54 pr_debug("kfd: in %s\n", __func__); in find_available_queue_slot() 59 pr_debug("kfd: the new slot id %lu\n", found); in find_available_queue_slot() 95 pr_debug("In func %s\n", __func__); in pqm_uninit() 139 pr_debug("kfd: PQM After init queue"); in create_cp_queue() 225 pr_debug("DQM returned %d for create_queue\n", retval); in pqm_create_queue() 246 pr_debug("Error dqm create queue\n"); in pqm_create_queue() 250 pr_debug("kfd: PQM After DQM create queue\n"); in pqm_create_queue() 256 pr_debug("kfd: PQM done creating queue\n"); in pqm_create_queue() 285 pr_debug("kfd: In Func %s\n", __func__); in pqm_destroy_queue() 342 pr_debug("amdkfd: No queue %d exists for update operation\n", in pqm_update_queue()
|
/linux-4.4.14/drivers/isdn/sc/ |
D | init.c | 66 pr_debug("Probing for adapter #%d\n", b); in sc_init() 78 pr_debug("I/O Base for board %d is 0x%x, %s probe\n", b, io[b], in sc_init() 86 pr_debug("request_region for 0x%x failed\n", io[b] + i * 0x400); in sc_init() 97 pr_debug("I/O Address invalid.\n"); in sc_init() 103 pr_debug("I/O Base 0x%x fails test\n", in sc_init() 112 pr_debug("All probe addresses exhausted, skipping\n"); in sc_init() 115 pr_debug("Probing for I/O...\n"); in sc_init() 120 pr_debug("End of Probes\n"); in sc_init() 123 pr_debug(" checking 0x%x...", i); in sc_init() 126 pr_debug("Failed\n"); in sc_init() [all …]
|
D | packet.c | 33 pr_debug("invalid param: %d is not a valid card id\n", card); in sndpkt() 37 pr_debug("%s: sndpkt: frst = 0x%lx nxt = %d f = %d n = %d\n", in sndpkt() 45 pr_debug("%s: out of TX buffers\n", in sndpkt() 51 pr_debug("%s: data overflows buffer size (data > buffer)\n", in sndpkt() 59 pr_debug("%s: writing %d bytes to buffer offset 0x%lx\n", in sndpkt() 67 pr_debug("%s: sndpkt size=%d, buf_offset=0x%lx buf_indx=%d\n", in sndpkt() 76 pr_debug("%s: failed to send packet, status = %d\n", in sndpkt() 86 pr_debug("%s: packet sent successfully\n", sc_adapter[card]->devicename); in sndpkt() 99 pr_debug("invalid param: %d is not a valid card id\n", card); in rcvpkt() 107 pr_debug("%s: error status code: 0x%x\n", in rcvpkt() [all …]
|
D | command.c | 89 pr_debug("Invalid param: %d is not a valid card id\n", card); in command() 105 pr_debug("%s: Failed to verify user space 0x%lx\n", in command() 141 pr_debug("Invalid param: %d is not a valid card id\n", card); in startproc() 152 pr_debug("%s: Sent startProc\n", sc_adapter[card]->devicename); in startproc() 167 pr_debug("Invalid param: %d is not a valid card id\n", card); in dial() 182 pr_debug("%s: Dialing %s on channel %lu\n", in dial() 194 pr_debug("Invalid param: %d is not a valid card id\n", card); in answer() 204 pr_debug("%s: Answered incoming call on channel %lu\n", in answer() 217 pr_debug("Invalid param: %d is not a valid card id\n", card); in hangup() 227 pr_debug("%s: Sent HANGUP message to channel %lu\n", in hangup() [all …]
|
D | ioctl.c | 36 pr_debug("%s: SCIOCRESET: ioctl received\n", in sc_ioctl() 52 pr_debug("%s: SCIOLOAD: ioctl received\n", in sc_ioctl() 55 pr_debug("%s: SCIOCLOAD: command failed, LoadProc while engine running.\n", in sc_ioctl() 77 pr_debug("%s: SCIOCLOAD: command failed, status = %d\n", in sc_ioctl() 82 pr_debug("%s: SCIOCLOAD: command successful\n", in sc_ioctl() 91 pr_debug("%s: SCIOSTART: ioctl received\n", in sc_ioctl() 94 pr_debug("%s: SCIOCSTART: command failed, engine already running.\n", in sc_ioctl() 106 pr_debug("%s: SCIOSETSWITCH: ioctl received\n", in sc_ioctl() 117 pr_debug("%s: SCIOCSETSWITCH: setting switch type to %d\n", in sc_ioctl() 123 pr_debug("%s: SCIOCSETSWITCH: command successful\n", in sc_ioctl() [all …]
|
D | interrupt.c | 35 pr_debug("Invalid param: %d is not a valid card id\n", card); in interrupt_handler() 39 pr_debug("%s: Entered Interrupt handler\n", in interrupt_handler() 60 pr_debug("%s: Invalid request Message, rsp_status = %d\n", in interrupt_handler() 71 pr_debug("%s: Received packet 0x%x bytes long at 0x%lx\n", in interrupt_handler() 84 pr_debug("%s: Packet Send ACK on channel %d\n", in interrupt_handler() 98 pr_debug("%s: Connect message: line %d: status %d: cause 0x%x\n", in interrupt_handler() 107 pr_debug("%s: Got Dial-Out Rsp\n", in interrupt_handler() 117 pr_debug("%s: Got Incoming Call\n", in interrupt_handler() 144 pr_debug("%s: disconnect message: line %d: status %d: cause 0x%x\n", in interrupt_handler() 160 pr_debug("%s: Received EngineUp message\n", in interrupt_handler() [all …]
|
D | shmem.c | 34 pr_debug("Invalid param: %d is not a valid card id\n", card); in memcpy_toshmem() 45 pr_debug("%s: loaded page %d\n", sc_adapter[card]->devicename, ch); in memcpy_toshmem() 55 pr_debug("%s: set page to %#x\n", sc_adapter[card]->devicename, in memcpy_toshmem() 57 pr_debug("%s: copying %zu bytes from %#lx to %#lx\n", in memcpy_toshmem() 72 pr_debug("Invalid param: %d is not a valid card id\n", card); in memcpy_fromshmem() 84 pr_debug("%s: loaded page %d\n", sc_adapter[card]->devicename, ch); in memcpy_fromshmem() 97 pr_debug("%s: set page to %#x\n", sc_adapter[card]->devicename, in memcpy_fromshmem() 111 pr_debug("Invalid param: %d is not a valid card id\n", card); 123 pr_debug("%s: loaded page %d\n", sc_adapter[card]->devicename, ch); 134 pr_debug("%s: set page to %#x\n", sc_adapter[card]->devicename,
|
D | message.c | 34 pr_debug("Invalid param: %d is not a valid card id\n", card); in receivemessage() 38 pr_debug("%s: Entered receivemessage\n", in receivemessage() 60 pr_debug("%s: Received Message seq:%d pid:%d time:%d cmd:%d " in receivemessage() 97 pr_debug("Invalid param: %d is not a valid card id\n", card); in sendmessage() 106 pr_debug("%s: Attempt to send CM message with engine up\n", in sendmessage() 112 pr_debug("%s: Attempt to send CE message with engine down\n", in sendmessage() 152 pr_debug("%s: Sent Message seq:%d pid:%d time:%d " in sendmessage() 183 pr_debug("Invalid param: %d is not a valid card id\n", card); in send_and_receive() 192 pr_debug("%s: SendMessage failed in SAR\n", in send_and_receive() 203 pr_debug("SAR waiting..\n"); in send_and_receive() [all …]
|
D | timer.c | 52 pr_debug("%s: check_timer timer called\n", in sc_check_reset() 71 pr_debug("%s: No signature yet, waiting another %lu jiffies.\n", in sc_check_reset() 93 pr_debug("%s: Checking status...\n", sc_adapter[card]->devicename); in check_phystat() 99 pr_debug("PhyStat transition to RUN\n"); in check_phystat() 105 pr_debug("PhyStat transition to STOP\n"); in check_phystat()
|
/linux-4.4.14/tools/perf/tests/ |
D | code-reading.c | 92 pr_debug("getline failed\n"); in read_objdump_output() 105 pr_debug("addr going backwards, read beyond section?\n"); in read_objdump_output() 142 pr_debug("Objdump command is: %s\n", cmd); in read_via_objdump() 149 pr_debug("popen failed\n"); in read_via_objdump() 155 pr_debug("objdump read too few bytes\n"); in read_via_objdump() 170 pr_debug("0x%02x ", buf[i]); in dump_buf() 172 pr_debug("\n"); in dump_buf() 174 pr_debug("\n"); in dump_buf() 187 pr_debug("Reading object code for memory address: %#"PRIx64"\n", addr); in read_object_code() 191 pr_debug("thread__find_addr_map failed\n"); in read_object_code() [all …]
|
D | switch-tracking.c | 70 pr_debug("Duplicate comm event\n"); in check_comm() 123 pr_debug("perf_evlist__parse_sample failed\n"); in process_sample_event() 143 pr_debug("Missing sched_switch events\n"); in process_sample_event() 189 pr_debug("Unexpected comm event\n"); in process_event() 211 pr_debug("malloc failed\n"); in add_event() 218 pr_debug("perf_evlist__parse_sample failed\n"); in add_event() 223 pr_debug("event with no time\n"); in add_event() 273 pr_debug("calloc failed\n"); in process_events() 293 pr_debug("%u events recorded\n", cnt); in process_events() 331 pr_debug("thread_map__new failed!\n"); in test__switch_tracking() [all …]
|
D | perf-record.c | 65 pr_debug("Not enough memory to create evlist\n"); in test__PERF_RECORD() 77 pr_debug("Not enough memory to create thread/cpu maps\n"); in test__PERF_RECORD() 89 pr_debug("Couldn't run the workload!\n"); in test__PERF_RECORD() 104 pr_debug("sched__get_first_possible_cpu: %s\n", in test__PERF_RECORD() 115 pr_debug("sched_setaffinity: %s\n", in test__PERF_RECORD() 126 pr_debug("perf_evlist__open: %s\n", in test__PERF_RECORD() 138 pr_debug("perf_evlist__mmap: %s\n", in test__PERF_RECORD() 172 pr_debug("Couldn't parse sample\n"); in test__PERF_RECORD() 182 pr_debug("%s going backwards in time, prev=%" PRIu64 ", curr=%" PRIu64 "\n", in test__PERF_RECORD() 190 pr_debug("%s with unexpected cpu, expected %d, got %d\n", in test__PERF_RECORD() [all …]
|
D | fdarray.c | 34 pr_debug("\nfdarray__new() failed!"); in test__fdarray__filter() 41 pr_debug("\nfdarray__filter()=%d != %d shouldn't have filtered anything", in test__fdarray__filter() 49 pr_debug("\nfdarray__filter()=%d != %d, should have filtered all fds", in test__fdarray__filter() 58 pr_debug("\nfiltering all but fda->entries[2]:"); in test__fdarray__filter() 63 pr_debug("\nfdarray__filter()=%d != 1, should have left just one event", nr_fds); in test__fdarray__filter() 68 pr_debug("\nfda->entries[0].fd=%d != %d\n", in test__fdarray__filter() 79 pr_debug("\nfiltering all but (fda->entries[0], fda->entries[3]):"); in test__fdarray__filter() 84 pr_debug("\nfdarray__filter()=%d != 2, should have left just two events", in test__fdarray__filter() 91 pr_debug("\nfda->entries[%d].fd=%d != %d\n", fd, in test__fdarray__filter() 97 pr_debug("\n"); in test__fdarray__filter() [all …]
|
D | openat-syscall-all-cpus.c | 22 pr_debug("thread_map__new\n"); in test__openat_syscall_event_on_all_cpus() 28 pr_debug("cpu_map__new\n"); in test__openat_syscall_event_on_all_cpus() 37 pr_debug("%s\n", errbuf); in test__openat_syscall_event_on_all_cpus() 42 pr_debug("failed to open counter: %s, " in test__openat_syscall_event_on_all_cpus() 57 pr_debug("Ignoring CPU %d\n", cpus->map[cpu]); in test__openat_syscall_event_on_all_cpus() 63 pr_debug("sched_setaffinity() failed on CPU %d: %s ", in test__openat_syscall_event_on_all_cpus() 81 pr_debug("perf_evsel__alloc_counts(ncpus=%d)\n", cpus->nr); in test__openat_syscall_event_on_all_cpus() 94 pr_debug("perf_evsel__read_on_cpu\n"); in test__openat_syscall_event_on_all_cpus() 101 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls on cpu %d, got %" PRIu64 "\n", in test__openat_syscall_event_on_all_cpus()
|
D | mmap-basic.c | 37 pr_debug("thread_map__new\n"); in test__basic_mmap() 43 pr_debug("cpu_map__new\n"); in test__basic_mmap() 51 pr_debug("sched_setaffinity() failed on CPU %d: %s ", in test__basic_mmap() 58 pr_debug("perf_evlist__new\n"); in test__basic_mmap() 70 pr_debug("perf_evsel__new\n"); in test__basic_mmap() 80 pr_debug("failed to open counter: %s, " in test__basic_mmap() 91 pr_debug("failed to mmap events: %d (%s)\n", errno, in test__basic_mmap() 106 pr_debug("unexpected %s event\n", in test__basic_mmap() 120 pr_debug("event with id %" PRIu64 in test__basic_mmap() 131 pr_debug("expected %d %s events, got %d\n", in test__basic_mmap()
|
D | openat-syscall-tp-fields.c | 29 pr_debug("%s: perf_evlist__new\n", __func__); in test__syscall_openat_tp_fields() 35 pr_debug("%s: perf_evsel__newtp\n", __func__); in test__syscall_openat_tp_fields() 43 pr_debug("%s: perf_evlist__create_maps\n", __func__); in test__syscall_openat_tp_fields() 53 pr_debug("perf_evlist__open: %s\n", in test__syscall_openat_tp_fields() 60 pr_debug("perf_evlist__mmap: %s\n", in test__syscall_openat_tp_fields() 92 pr_debug("Can't parse sample, err = %d\n", err); in test__syscall_openat_tp_fields() 99 pr_debug("%s: Expected flags=%#x, got %#x\n", in test__syscall_openat_tp_fields() 112 pr_debug("%s: no events!\n", __func__); in test__syscall_openat_tp_fields()
|
D | bpf.c | 70 pr_debug("Failed to add events selected by BPF\n"); in do_test() 82 pr_debug("No ehough memory to create evlist\n"); in do_test() 88 pr_debug("Not enough memory to create thread/cpu maps\n"); in do_test() 99 pr_debug("perf_evlist__open: %s\n", in do_test() 106 pr_debug("perf_evlist__mmap: %s\n", in do_test() 127 pr_debug("BPF filter result incorrect\n"); in do_test() 143 pr_debug("Compile BPF program failed.\n"); in prepare_bpf() 160 pr_debug("Unable to get BPF object, %s\n", in __test__bpf() 189 pr_debug("Only root can run BPF test\n"); in test__bpf() 206 pr_debug("Skip BPF test because BPF support is not compiled\n"); in test__bpf()
|
D | bp_signal.c | 85 pr_debug("failed opening event %llx\n", pe.config); in bp_event() 107 pr_debug("failed to read: %d\n", ret); in bp_count() 125 pr_debug("failed setting up signal handler\n"); in test__bp_signal() 176 pr_debug("count1 %lld, count2 %lld, overflow %d\n", in test__bp_signal() 181 pr_debug("failed: RF EFLAG recursion issue detected\n"); in test__bp_signal() 183 pr_debug("failed: wrong count for bp1%lld\n", count1); in test__bp_signal() 187 pr_debug("failed: wrong overflow hit\n"); in test__bp_signal() 190 pr_debug("failed: wrong count for bp2\n"); in test__bp_signal()
|
D | sw-clock.c | 44 pr_debug("perf_evlist__new\n"); in __test__sw_clock_freq() 50 pr_debug("perf_evsel__new\n"); in __test__sw_clock_freq() 59 pr_debug("Not enough memory to create thread/cpu maps\n"); in __test__sw_clock_freq() 72 pr_debug("Couldn't open evlist: %s\nHint: check %s, using %" PRIu64 " in this test.\n", in __test__sw_clock_freq() 80 pr_debug("failed to mmap event: %d (%s)\n", errno, in __test__sw_clock_freq() 101 pr_debug("Error during parse sample\n"); in __test__sw_clock_freq() 112 pr_debug("All (%d) samples have period value of 1!\n", in __test__sw_clock_freq()
|
D | sample-parsing.c | 13 pr_debug("Samples differ at '"#m"'\n"); \ 20 pr_debug("Samples differ at '"#m"'\n"); \ 87 pr_debug("Samples differ at 'raw_data'\n"); in samples_same() 106 pr_debug("Samples differ at 'user_regs'\n"); in samples_same() 115 pr_debug("Samples differ at 'user_stack'\n"); in samples_same() 137 pr_debug("Samples differ at 'intr_regs'\n"); in samples_same() 234 pr_debug("malloc failed\n"); in do_test() 246 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n", in do_test() 257 pr_debug("Event size mismatch: actual %zu vs expected %zu\n", in do_test() 266 pr_debug("%s failed for sample_type %#"PRIx64", error %d\n", in do_test() [all …]
|
D | openat-syscall.c | 18 pr_debug("thread_map__new\n"); in test__openat_syscall_event() 25 pr_debug("%s\n", errbuf); in test__openat_syscall_event() 30 pr_debug("failed to open counter: %s, " in test__openat_syscall_event() 42 pr_debug("perf_evsel__read_on_cpu\n"); in test__openat_syscall_event() 47 pr_debug("perf_evsel__read_on_cpu: expected to intercept %d calls, got %" PRIu64 "\n", in test__openat_syscall_event()
|
D | bp_signal_overflow.c | 51 pr_debug("failed to read: %d\n", ret); in bp_count() 74 pr_debug("failed setting up signal handler\n"); in test__bp_signal_overflow() 98 pr_debug("failed opening event %llx\n", pe.config); in test__bp_signal_overflow() 118 pr_debug("count %lld, overflow %d\n", in test__bp_signal_overflow() 122 pr_debug("\tWrong number of executions %lld != %d\n", in test__bp_signal_overflow() 128 pr_debug("\tWrong number of overflows %d != %d\n", in test__bp_signal_overflow()
|
D | task-exit.c | 53 pr_debug("perf_evlist__new_default\n"); in test__task_exit() 67 pr_debug("Not enough memory to create thread/cpu maps\n"); in test__task_exit() 79 pr_debug("Couldn't run the workload!\n"); in test__task_exit() 93 pr_debug("Couldn't open the evlist: %s\n", in test__task_exit() 99 pr_debug("failed to mmap events: %d (%s)\n", errno, in test__task_exit() 120 pr_debug("received %d EXIT records\n", nr_exit); in test__task_exit()
|
D | evsel-tp-sched.c | 15 pr_debug("%s: \"%s\" field not found!\n", evsel->name, name); in perf_evsel__test_field() 21 pr_debug("%s: \"%s\" signedness(%d) is wrong, should be %d\n", in perf_evsel__test_field() 27 pr_debug("%s: \"%s\" size (%d) should be %d!\n", in perf_evsel__test_field() 41 pr_debug("perf_evsel__newtp failed with %ld\n", PTR_ERR(evsel)); in test__perf_evsel__tp_sched_test() 71 pr_debug("perf_evsel__newtp failed with %ld\n", PTR_ERR(evsel)); in test__perf_evsel__tp_sched_test()
|
D | dwarf-unwind.c | 56 pr_debug("failed: crossed the max stack value %d\n", MAX_STACK); in unwind_entry() 61 pr_debug("failed: got unresolved address 0x%" PRIx64 "\n", in unwind_entry() 66 pr_debug("got: %s 0x%" PRIx64 "\n", symbol, entry->ip); in unwind_entry() 80 pr_debug("failed to get unwind sample\n"); in unwind_thread() 87 pr_debug("unwind failed\n"); in unwind_thread() 89 pr_debug("got wrong number of stack entries %lu != %d\n", in unwind_thread()
|
D | vmlinux-kallsyms.c | 49 pr_debug("machine__create_kernel_maps "); in test__vmlinux_matches_kallsyms() 59 pr_debug("dso__load_kallsyms "); in test__vmlinux_matches_kallsyms() 79 pr_debug("machine__create_kernel_maps "); in test__vmlinux_matches_kallsyms() 98 …pr_debug("Couldn't find a vmlinux that matches the kernel running on this machine, skipping test\n… in test__vmlinux_matches_kallsyms() 141 pr_debug("%#" PRIx64 ": diff end addr for %s v: %#" PRIx64 " k: %#" PRIx64 "\n", in test__vmlinux_matches_kallsyms() 173 pr_debug("%#" PRIx64 ": diff name v: %s k: %s\n", in test__vmlinux_matches_kallsyms() 177 pr_debug("%#" PRIx64 ": %s not on kallsyms\n", in test__vmlinux_matches_kallsyms()
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | device-init.c | 42 pr_debug(" -> %s:%d\n", __func__, __LINE__); in ps3_register_lpm_devices() 56 pr_debug("%s:%d: ps3_repository_read_be_node_id failed \n", in ps3_register_lpm_devices() 65 pr_debug("%s:%d: ps3_repository_read_lpm_privleges failed \n", in ps3_register_lpm_devices() 73 pr_debug("%s:%d: wrong lpar\n", in ps3_register_lpm_devices() 80 pr_debug("%s:%d: don't have rights to use lpm\n", in ps3_register_lpm_devices() 86 pr_debug("%s:%d: pu_id %llu, rights %llu(%llxh)\n", in ps3_register_lpm_devices() 93 pr_debug("%s:%d: ps3_repository_read_pu_id failed \n", in ps3_register_lpm_devices() 101 pr_debug("%s:%d ps3_system_bus_device_register failed\n", in ps3_register_lpm_devices() 106 pr_debug(" <- %s:%d\n", __func__, __LINE__); in ps3_register_lpm_devices() 114 pr_debug(" <- %s:%d: failed\n", __func__, __LINE__); in ps3_register_lpm_devices() [all …]
|
D | os-area.c | 277 pr_debug("%s:%d found %s\n", __func__, __LINE__, prop->name); in os_area_set_property() 284 pr_debug("%s:%d of_set_property failed\n", __func__, in os_area_set_property() 302 pr_debug("%s:%d not found %s\n", __func__, __LINE__, in os_area_get_property() 324 pr_debug("%s:%d: h.magic_num: '%s'\n", func, line, in _dump_header() 326 pr_debug("%s:%d: h.hdr_version: %u\n", func, line, in _dump_header() 328 pr_debug("%s:%d: h.db_area_offset: %u\n", func, line, in _dump_header() 330 pr_debug("%s:%d: h.ldr_area_offset: %u\n", func, line, in _dump_header() 332 pr_debug("%s:%d: h.ldr_format: %u\n", func, line, in _dump_header() 334 pr_debug("%s:%d: h.ldr_size: %xh\n", func, line, in _dump_header() 342 pr_debug("%s:%d: p.boot_flag: %u\n", func, line, p->boot_flag); in _dump_params() [all …]
|
D | time.c | 34 pr_debug("%s:%d tm_sec %d\n", func, line, tm->tm_sec); in _dump_tm() 35 pr_debug("%s:%d tm_min %d\n", func, line, tm->tm_min); in _dump_tm() 36 pr_debug("%s:%d tm_hour %d\n", func, line, tm->tm_hour); in _dump_tm() 37 pr_debug("%s:%d tm_mday %d\n", func, line, tm->tm_mday); in _dump_tm() 38 pr_debug("%s:%d tm_mon %d\n", func, line, tm->tm_mon); in _dump_tm() 39 pr_debug("%s:%d tm_year %d\n", func, line, tm->tm_year); in _dump_tm() 40 pr_debug("%s:%d tm_wday %d\n", func, line, tm->tm_wday); in _dump_tm() 51 pr_debug("%s:%d time %d\n", func, line, time); in _dump_time()
|
D | system-bus.c | 79 pr_debug("%s:%d: lv1_open_device failed: %s\n", __func__, in ps3_open_hv_device_sb() 135 pr_debug("%s:%d: lv1_gpu_open failed: %s\n", __func__, in ps3_open_hv_device_gpu() 168 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_open_hv_device() 185 pr_debug("%s:%d: unsupported match_id: %u\n", __func__, in ps3_open_hv_device() 187 pr_debug("%s:%d: bus_id: %llu\n", __func__, __LINE__, in ps3_open_hv_device() 196 pr_debug("%s:%d: unknown match_id: %u\n", __func__, __LINE__, in ps3_open_hv_device() 206 pr_debug("%s:%d: match_id: %u\n", __func__, __LINE__, dev->match_id); in ps3_close_hv_device() 223 pr_debug("%s:%d: unsupported match_id: %u\n", __func__, in ps3_close_hv_device() 225 pr_debug("%s:%d: bus_id: %llu\n", __func__, __LINE__, in ps3_close_hv_device() 234 pr_debug("%s:%d: unknown match_id: %u\n", __func__, __LINE__, in ps3_close_hv_device() [all …]
|
D | spu.c | 139 pr_debug("%s:%d: spe_id: %xh (%u)\n", func, line, spe_id, spe_id); in _dump_areas() 140 pr_debug("%s:%d: priv2: %lxh\n", func, line, priv2); in _dump_areas() 141 pr_debug("%s:%d: problem: %lxh\n", func, line, problem); in _dump_areas() 142 pr_debug("%s:%d: ls: %lxh\n", func, line, ls); in _dump_areas() 143 pr_debug("%s:%d: shadow: %lxh\n", func, line, shadow); in _dump_areas() 179 pr_debug("%s:%d: lv1_construct_logical_spe failed: %s\n", in construct_spu() 214 pr_debug("%s:%d: ioremap shadow failed\n", __func__, __LINE__); in setup_areas() 222 pr_debug("%s:%d: ioremap local_store failed\n", in setup_areas() 231 pr_debug("%s:%d: ioremap problem failed\n", __func__, __LINE__); in setup_areas() 239 pr_debug("%s:%d: ioremap priv2 failed\n", __func__, __LINE__); in setup_areas() [all …]
|
/linux-4.4.14/drivers/usb/usbip/ |
D | usbip_common.c | 77 pr_debug("dev(%d) ep(%d) [%s] ", dev, ep, dir ? "IN" : "OUT"); in usbip_dump_pipe() 81 pr_debug("ISO\n"); in usbip_dump_pipe() 84 pr_debug("INT\n"); in usbip_dump_pipe() 87 pr_debug("CTRL\n"); in usbip_dump_pipe() 90 pr_debug("BULK\n"); in usbip_dump_pipe() 93 pr_debug("ERR\n"); in usbip_dump_pipe() 106 pr_debug("tt %p, ttport %d\n", udev->tt, udev->ttport); in usbip_dump_usb_device() 110 pr_debug(" %2u", i); in usbip_dump_usb_device() 111 pr_debug("\n"); in usbip_dump_usb_device() 115 pr_debug(" %2u", (udev->toggle[0] & (1 << i)) ? 1 : 0); in usbip_dump_usb_device() [all …]
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | ip6t_rt.c | 32 pr_debug("segsleft_match:%c 0x%x <= 0x%x <= 0x%x\n", in segsleft_match() 35 pr_debug(" result %s\n", r ? "PASS" : "FAILED"); in segsleft_match() 71 pr_debug("IPv6 RT LEN %u %u ", hdrlen, rh->hdrlen); in rt_mt6() 72 pr_debug("TYPE %04X ", rh->type); in rt_mt6() 73 pr_debug("SGS_LEFT %u %02X\n", rh->segments_left, rh->segments_left); in rt_mt6() 75 pr_debug("IPv6 RT segsleft %02X ", in rt_mt6() 79 pr_debug("type %02X %02X %02X ", in rt_mt6() 84 pr_debug("len %02X %04X %02X ", in rt_mt6() 89 pr_debug("res %02X %02X %02X ", in rt_mt6() 118 pr_debug("#%d ", rtinfo->addrnr); in rt_mt6() [all …]
|
D | ip6t_hbh.c | 84 pr_debug("IPv6 OPTS LEN %u %u ", hdrlen, oh->hdrlen); in hbh_mt6() 86 pr_debug("len %02X %04X %02X ", in hbh_mt6() 102 pr_debug("Strict "); in hbh_mt6() 103 pr_debug("#%d ", optinfo->optsnr); in hbh_mt6() 115 pr_debug("Tbad %02X %02X\n", *tp, in hbh_mt6() 119 pr_debug("Tok "); in hbh_mt6() 136 pr_debug("Lbad %02X %04X\n", *lp, in hbh_mt6() 140 pr_debug("Lok "); in hbh_mt6() 143 pr_debug("Pad1\n"); in hbh_mt6() 148 pr_debug("len%04X\n", optlen); in hbh_mt6() [all …]
|
D | ip6t_frag.c | 30 pr_debug("id_match:%c 0x%x <= 0x%x <= 0x%x\n", invert ? '!' : ' ', in id_match() 33 pr_debug(" result %s\n", r ? "PASS" : "FAILED"); in id_match() 59 pr_debug("INFO %04X ", fh->frag_off); in frag_mt6() 60 pr_debug("OFFSET %04X ", ntohs(fh->frag_off) & ~0x7); in frag_mt6() 61 pr_debug("RES %02X %04X", fh->reserved, ntohs(fh->frag_off) & 0x6); in frag_mt6() 62 pr_debug("MF %04X ", fh->frag_off & htons(IP6_MF)); in frag_mt6() 63 pr_debug("ID %u %08X\n", ntohl(fh->identification), in frag_mt6() 66 pr_debug("IPv6 FRAG id %02X ", in frag_mt6() 70 pr_debug("res %02X %02X%04X %02X ", in frag_mt6() 75 pr_debug("first %02X %02X %02X ", in frag_mt6() [all …]
|
D | ip6t_ah.c | 32 pr_debug("spi_match:%c 0x%x <= 0x%x <= 0x%x\n", in spi_match() 35 pr_debug(" result %s\n", r ? "PASS" : "FAILED"); in spi_match() 63 pr_debug("IPv6 AH LEN %u %u ", hdrlen, ah->hdrlen); in ah_mt6() 64 pr_debug("RES %04X ", ah->reserved); in ah_mt6() 65 pr_debug("SPI %u %08X\n", ntohl(ah->spi), ntohl(ah->spi)); in ah_mt6() 67 pr_debug("IPv6 AH spi %02X ", in ah_mt6() 71 pr_debug("len %02X %04X %02X ", in ah_mt6() 76 pr_debug("res %02X %04X %02X\n", in ah_mt6() 95 pr_debug("unknown flags %X\n", ahinfo->invflags); in ah_mt6_check()
|
D | nf_conntrack_reasm.c | 228 pr_debug("Already completed\n"); in nf_ct_frag6_queue() 239 pr_debug("offset is too large.\n"); in nf_ct_frag6_queue() 259 pr_debug("already received last fragment\n"); in nf_ct_frag6_queue() 272 pr_debug("end of fragment not rounded to 8 bytes.\n"); in nf_ct_frag6_queue() 278 pr_debug("last packet already reached.\n"); in nf_ct_frag6_queue() 290 pr_debug("queue: message is too short.\n"); in nf_ct_frag6_queue() 294 pr_debug("Can't trim\n"); in nf_ct_frag6_queue() 400 pr_debug("payload len is too large.\n"); in nf_ct_frag6_reasm() 406 pr_debug("skb is cloned but can't expand head"); in nf_ct_frag6_reasm() 535 pr_debug("next header is none\n"); in find_prev_fhdr() [all …]
|
/linux-4.4.14/drivers/mtd/maps/ |
D | pcmciamtd.c | 91 pr_debug("device removed\n"); in remap_window() 97 pr_debug("Remapping window from 0x%8.8x to 0x%8.8x\n", in remap_window() 118 pr_debug("ofs = 0x%08lx (%p) data = 0x%02lx\n", ofs, addr, d.x[0]); in pcmcia_read8_remap() 133 pr_debug("ofs = 0x%08lx (%p) data = 0x%04lx\n", ofs, addr, d.x[0]); in pcmcia_read16_remap() 143 pr_debug("to = %p from = %lu len = %zd\n", to, from, len); in pcmcia_copy_from_remap() 155 pr_debug("memcpy from %p to %p len = %d\n", addr, to, toread); in pcmcia_copy_from_remap() 171 pr_debug("adr = 0x%08lx (%p) data = 0x%02lx\n", adr, addr, d.x[0]); in pcmcia_write8_remap() 182 pr_debug("adr = 0x%08lx (%p) data = 0x%04lx\n", adr, addr, d.x[0]); in pcmcia_write16_remap() 192 pr_debug("to = %lu from = %p len = %zd\n", to, from, len); in pcmcia_copy_to_remap() 204 pr_debug("memcpy from %p to %p len = %d\n", from, addr, towrite); in pcmcia_copy_to_remap() [all …]
|
/linux-4.4.14/drivers/cpufreq/ |
D | speedstep-lib.c | 75 pr_debug("P3 - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", msr_lo, msr_tmp); in pentium3_get_frequency() 89 pr_debug("workaround for early PIIIs\n"); in pentium3_get_frequency() 100 pr_debug("speed is %u\n", in pentium3_get_frequency() 112 pr_debug("PM - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", msr_lo, msr_tmp); in pentiumM_get_frequency() 122 pr_debug("bits 22-26 are 0x%x, speed is %u\n", in pentiumM_get_frequency() 160 pr_debug("PCORE - MSR_IA32_EBL_CR_POWERON: 0x%x 0x%x\n", in pentium_core_get_frequency() 164 pr_debug("bits 22-26 are 0x%x, speed is %u\n", in pentium_core_get_frequency() 190 pr_debug("P4 - MSR_EBC_FREQUENCY_ID: 0x%x 0x%x\n", msr_lo, msr_hi); in pentium4_get_frequency() 217 pr_debug("P4 - FSB %u kHz; Multiplier %u; Speed %u kHz\n", in pentium4_get_frequency() 258 pr_debug("x86: %x, model: %x\n", c->x86, c->x86_model); in speedstep_detect_processor() [all …]
|
D | ia64-acpi-cpufreq.c | 46 pr_debug("processor_set_pstate\n"); in processor_set_pstate() 51 pr_debug("Failed to set freq to 0x%x, with error 0x%lx\n", in processor_set_pstate() 66 pr_debug("processor_get_pstate\n"); in processor_get_pstate() 73 pr_debug("Failed to get current freq with " in processor_get_pstate() 89 pr_debug("extract_clock\n"); in extract_clock() 109 pr_debug("processor_get_freq\n"); in processor_get_freq() 146 pr_debug("processor_set_freq\n"); in processor_set_freq() 157 pr_debug("Called after resume, resetting to P%d\n", state); in processor_set_freq() 160 pr_debug("Already at target state (P%d)\n", state); in processor_set_freq() 166 pr_debug("Transitioning from P%d to P%d\n", in processor_set_freq() [all …]
|
D | speedstep-smi.c | 71 pr_debug("trying to obtain ownership with command %x at port %x\n", in speedstep_smi_ownership() 86 pr_debug("result is %x\n", result); in speedstep_smi_ownership() 107 pr_debug("bug #1422 -- can't read freqs from BIOS\n"); in speedstep_smi_get_freqs() 113 pr_debug("trying to determine frequencies with command %x at port %x\n", in speedstep_smi_get_freqs() 130 pr_debug("result %x, low_freq %u, high_freq %u\n", in speedstep_smi_get_freqs() 164 pr_debug("trying to set frequency to state %u " in speedstep_set_state() 178 pr_debug("retry %u, previous result %u, waiting...\n", in speedstep_set_state() 202 pr_debug("change to %u MHz succeeded after %u tries " in speedstep_set_state() 241 pr_debug("fails in acquiring ownership of a SMI interface.\n"); in speedstep_cpu_init() 253 pr_debug("could not detect low and high frequencies " in speedstep_cpu_init() [all …]
|
D | powernow-k8.c | 109 pr_debug("detected change pending stuck\n"); in query_current_values_with_pending_wait() 146 pr_debug("cpu%d, init lo 0x%x, hi 0x%x\n", smp_processor_id(), lo, hi); in fidvid_msr_init() 166 pr_debug("writing fid 0x%x, lo 0x%x, hi 0x%x\n", in write_new_fid() 210 pr_debug("writing vid 0x%x, lo 0x%x, hi 0x%x\n", in write_new_vid() 278 pr_debug("transitioned (cpu%d): new fid 0x%x, vid 0x%x\n", in transition_fid_vid() 292 pr_debug("ph1 (cpu%d): start, currfid 0x%x, currvid 0x%x, reqvid 0x%x, rvo 0x%x\n", in core_voltage_pre_transition() 301 pr_debug("ph1 maxvid=0x%x\n", maxvid); in core_voltage_pre_transition() 306 pr_debug("ph1: curr 0x%x, req vid 0x%x\n", in core_voltage_pre_transition() 317 pr_debug("ph1: changing vid for rvo, req 0x%x\n", in core_voltage_pre_transition() 333 pr_debug("ph1 complete, currfid 0x%x, currvid 0x%x\n", in core_voltage_pre_transition() [all …]
|
D | speedstep-ich.c | 81 pr_debug("pmbase is 0x%x\n", pmbase); in speedstep_find_register() 107 pr_debug("read at pmbase 0x%x + 0x50 returned 0x%x\n", pmbase, value); in speedstep_set_state() 113 pr_debug("writing 0x%x to pmbase 0x%x + 0x50\n", value, pmbase); in speedstep_set_state() 133 pr_debug("read at pmbase 0x%x + 0x50 returned 0x%x\n", pmbase, value); in speedstep_set_state() 136 pr_debug("change to %u MHz succeeded\n", in speedstep_set_state() 166 pr_debug("activating SpeedStep (TM) registers\n"); in speedstep_activate() 219 pr_debug("hostbridge does not support speedstep\n"); in speedstep_detect_chipset() 247 pr_debug("detected %u kHz as current frequency\n", speed); in speedstep_get() 344 pr_debug("Intel(R) SpeedStep(TM) capable processor " in speedstep_init() 351 pr_debug("Intel(R) SpeedStep(TM) for this chipset not " in speedstep_init()
|
D | ppc_cbe_cpufreq.c | 59 pr_debug("register contains slow mode %d\n", cbe_cpufreq_get_pmode(cpu)); in set_pmode() 81 pr_debug("init cpufreq on CPU %d\n", policy->cpu); in cbe_cpufreq_cpu_init() 102 pr_debug("max clock-frequency is at %u kHz\n", max_freq); in cbe_cpufreq_cpu_init() 103 pr_debug("initializing frequency table\n"); in cbe_cpufreq_cpu_init() 108 pr_debug("%d: %d\n", (int)(pos - cbe_freqs), pos->frequency); in cbe_cpufreq_cpu_init() 116 pr_debug("current pmode is at %d\n",cur_pmode); in cbe_cpufreq_cpu_init() 132 pr_debug("setting frequency for cpu %d to %d kHz, " \ in cbe_cpufreq_target()
|
D | s3c2416-cpufreq.c | 129 pr_debug("cpufreq: already in dvs mode, nothing to do\n"); in s3c2416_cpufreq_enter_dvs() 133 pr_debug("cpufreq: switching armclk to hclk (%lukHz)\n", in s3c2416_cpufreq_enter_dvs() 146 pr_debug("cpufreq: setting regulator to %d-%d\n", in s3c2416_cpufreq_enter_dvs() 171 pr_debug("cpufreq: not in dvs mode, so can't leave\n"); in s3c2416_cpufreq_leave_dvs() 179 pr_debug("cpufreq: setting regulator to %d-%d\n", in s3c2416_cpufreq_leave_dvs() 193 pr_debug("cpufreq: force armdiv to hclk frequency (%lukHz)\n", in s3c2416_cpufreq_leave_dvs() 204 pr_debug("cpufreq: switching armclk parent to armdiv (%lukHz)\n", in s3c2416_cpufreq_leave_dvs() 235 pr_debug("cpufreq: entering dvs mode not allowed\n"); in s3c2416_cpufreq_set_target() 249 pr_debug("cpufreq: enter dvs\n"); in s3c2416_cpufreq_set_target() 252 pr_debug("cpufreq: leave dvs\n"); in s3c2416_cpufreq_set_target() [all …]
|
D | pcc-cpufreq.c | 151 pr_debug("get: get_freq for CPU %d\n", cpu); in pcc_get_freq() 169 pr_debug("get: FAILED: for CPU %d, status is %d\n", in pcc_get_freq() 177 pr_debug("get: SUCCESS: (virtual) output_offset for cpu %d is " in pcc_get_freq() 184 pr_debug("get: frequency for cpu %d is being temporarily" in pcc_get_freq() 210 pr_debug("target: CPU %d should go to target freq: %d " in pcc_cpufreq_target() 238 pr_debug("target: FAILED for cpu %d, with status: 0x%x\n", in pcc_cpufreq_target() 243 pr_debug("target: was SUCCESSFUL for cpu %d\n", cpu); in pcc_cpufreq_target() 292 pr_debug("pcc_get_offset: for CPU %d: pcc_cpu_data " in pcc_get_offset() 408 pr_debug("probe: _OSC evaluation did not succeed\n"); in pcc_cpufreq_probe() 431 pr_debug("probe: mem_resource descriptor: 0x%x," in pcc_cpufreq_probe() [all …]
|
D | ppc_cbe_cpufreq_pmi.c | 68 pr_debug("had to wait %lu ms for a transition using " \ in cbe_cpufreq_set_pmode_pmi() 72 pr_debug("PMI returned slow mode %d\n", ret); in cbe_cpufreq_set_pmode_pmi() 90 pr_debug("cbe_handle_pmi: node: %d max_freq: %d\n", node, slow_mode); in cbe_cpufreq_handle_pmi() 109 pr_debug("got notified, event=%lu, node=%u\n", event, node); in pmi_notifier() 112 pr_debug("limiting node %d to slow mode %d\n", in pmi_notifier()
|
D | acpi-cpufreq.c | 143 pr_debug("Core Boosting %sabled.\n", val ? "en" : "dis"); in _store_boost() 367 pr_debug("get_cur_val = %u\n", cmd.val); in get_cur_val() 379 pr_debug("get_cur_freq_on_cpu (%d)\n", cpu); in get_cur_freq_on_cpu() 399 pr_debug("cur freq = %u\n", freq); in get_cur_freq_on_cpu() 436 pr_debug("Called after resume, resetting to P%d\n", in acpi_cpufreq_target() 440 pr_debug("Already at target state (P%d)\n", in acpi_cpufreq_target() 479 pr_debug("acpi_cpufreq_target failed (%d)\n", in acpi_cpufreq_target() 581 pr_debug("acpi_cpufreq_early_init\n"); in acpi_cpufreq_early_init() 585 pr_debug("Memory allocation error for acpi_perf_data.\n"); in acpi_cpufreq_early_init() 667 pr_debug("acpi_cpufreq_cpu_init\n"); in acpi_cpufreq_cpu_init() [all …]
|
D | powernow-k7.c | 207 pr_debug(" FID: 0x%x (%d.%dx [%dMHz]) " in get_ranges() 360 pr_debug("acpi: P%d: %d MHz %d mW %d uS control %08x SGTC %d\n", in powernow_acpi_init() 394 pr_debug(" FID: 0x%x (%d.%dx [%dMHz]) " in powernow_acpi_init() 402 pr_debug(" Corrected ACPI frequency to %d\n", in powernow_acpi_init() 446 pr_debug("PST:%d (@%p)\n", j, pst); in print_pst_entry() 447 pr_debug(" cpuid: 0x%x fsb: %d maxFID: 0x%x startvid: 0x%x\n", in print_pst_entry() 467 pr_debug("Found PSB header at %p\n", p); in powernow_decode_bios() 469 pr_debug("Table version: 0x%x\n", psb->tableversion); in powernow_decode_bios() 476 pr_debug("Flags: 0x%x\n", psb->flags); in powernow_decode_bios() 478 pr_debug("Mobile voltage regulator\n"); in powernow_decode_bios() [all …]
|
D | cppc_cpufreq.c | 54 pr_debug("Failed to set target on CPU:%d. ret:%d\n", in cppc_cpufreq_set_target() 76 pr_debug("Err setting perf value:%d on CPU:%d. ret:%d\n", in cppc_cpufreq_stop_cpu() 92 pr_debug("Err reading CPU%d perf capabilities. ret:%d\n", in cppc_cpufreq_cpu_init() 107 pr_debug("Unsupported CPU co-ord type\n"); in cppc_cpufreq_cpu_init() 119 pr_debug("Err setting perf value:%d on CPU:%d. ret:%d\n", in cppc_cpufreq_cpu_init() 158 pr_debug("Error parsing PSD data. Aborting cpufreq registration.\n"); in cppc_cpufreq_init()
|
D | longrun.c | 41 pr_debug("longrun flags are %x - %x\n", msr_lo, msr_hi); in longrun_get_policy() 48 pr_debug("longrun ctrl is %x - %x\n", msr_lo, msr_hi); in longrun_get_policy() 149 pr_debug("cpuid eax is %u\n", eax); in longrun_get() 195 pr_debug("longrun table interface told %u - %u kHz\n", in longrun_determine_freqs() 206 pr_debug("high frequency is %u kHz\n", *high_freq); in longrun_determine_freqs() 232 pr_debug("percentage is %u %%, freq is %u MHz\n", ecx, eax); in longrun_determine_freqs() 248 pr_debug("low frequency is %u kHz\n", *low_freq); in longrun_determine_freqs()
|
/linux-4.4.14/drivers/net/ethernet/toshiba/ |
D | ps3_gelic_wireless.c | 162 pr_debug("%s: <-\n", __func__); in gelic_eurus_sync_cmd_worker() 179 pr_debug("%s: cmd='%s' start\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker() 206 pr_debug("%s: cmd done tag=%#lx arg1=%#lx, arg2=%#lx\n", __func__, in gelic_eurus_sync_cmd_worker() 208 pr_debug("%s: cmd done status=%#x cmd_status=%#lx size=%#lx\n", in gelic_eurus_sync_cmd_worker() 213 pr_debug("%s: cmd='%s' done\n", __func__, cmdstr(cmd->cmd)); in gelic_eurus_sync_cmd_worker() 248 pr_debug("%s: <-\n", __func__); in gelic_wl_get_link() 255 pr_debug("%s: ->\n", __func__); in gelic_wl_get_link() 316 pr_debug("%s: <-\n", __func__); in gelic_wl_get_range() 371 pr_debug("%s: ->\n", __func__); in gelic_wl_get_range() 391 pr_debug("%s: ESSID scan =%s\n", __func__, essid); in gelic_wl_set_scan() [all …]
|
/linux-4.4.14/net/nfc/nci/ |
D | rsp.c | 44 pr_debug("status 0x%x\n", rsp->status); in nci_core_reset_rsp_packet() 48 pr_debug("nci_ver 0x%x, config_status 0x%x\n", in nci_core_reset_rsp_packet() 60 pr_debug("status 0x%x\n", rsp_1->status); in nci_core_init_rsp_packet() 92 pr_debug("nfcc_features 0x%x\n", in nci_core_init_rsp_packet() 94 pr_debug("num_supported_rf_interfaces %d\n", in nci_core_init_rsp_packet() 96 pr_debug("supported_rf_interfaces[0] 0x%x\n", in nci_core_init_rsp_packet() 98 pr_debug("supported_rf_interfaces[1] 0x%x\n", in nci_core_init_rsp_packet() 100 pr_debug("supported_rf_interfaces[2] 0x%x\n", in nci_core_init_rsp_packet() 102 pr_debug("supported_rf_interfaces[3] 0x%x\n", in nci_core_init_rsp_packet() 104 pr_debug("max_logical_connections %d\n", in nci_core_init_rsp_packet() [all …]
|
D | ntf.c | 49 pr_debug("num_entries %d\n", ntf->num_entries); in nci_core_conn_credits_ntf_packet() 59 pr_debug("entry[%d]: conn_id %d, credits %d\n", in nci_core_conn_credits_ntf_packet() 82 pr_debug("status 0x%x\n", status); in nci_core_generic_error_ntf_packet() 98 pr_debug("status 0x%x, conn_id %d\n", ntf->status, ntf->conn_id); in nci_core_conn_intf_error_ntf_packet() 114 pr_debug("sens_res 0x%x, nfcid1_len %d\n", in nci_extract_rf_params_nfca_passive_poll() 125 pr_debug("sel_res_len %d, sel_res 0x%x\n", in nci_extract_rf_params_nfca_passive_poll() 138 pr_debug("sensb_res_len %d\n", nfcb_poll->sensb_res_len); in nci_extract_rf_params_nfcb_passive_poll() 153 pr_debug("bit_rate %d, sensf_res_len %d\n", in nci_extract_rf_params_nfcf_passive_poll() 266 pr_debug("protocol 0x%x\n", protocol); in nci_add_new_protocol() 290 pr_debug("not enough room, ignoring new target...\n"); in nci_add_new_target() [all …]
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | rndis.c | 191 pr_debug("query OID %08x value, len %d:\n", OID, buf_len); in gen_ndis_query_resp() 193 pr_debug("%03d: %08x %08x %08x %08x\n", i, in gen_ndis_query_resp() 214 pr_debug("%s: RNDIS_OID_GEN_SUPPORTED_LIST\n", __func__); in gen_ndis_query_resp() 224 pr_debug("%s: RNDIS_OID_GEN_HARDWARE_STATUS\n", __func__); in gen_ndis_query_resp() 237 pr_debug("%s: RNDIS_OID_GEN_MEDIA_SUPPORTED\n", __func__); in gen_ndis_query_resp() 244 pr_debug("%s: RNDIS_OID_GEN_MEDIA_IN_USE\n", __func__); in gen_ndis_query_resp() 252 pr_debug("%s: RNDIS_OID_GEN_MAXIMUM_FRAME_SIZE\n", __func__); in gen_ndis_query_resp() 262 pr_debug("%s: RNDIS_OID_GEN_LINK_SPEED\n", __func__); in gen_ndis_query_resp() 272 pr_debug("%s: RNDIS_OID_GEN_TRANSMIT_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp() 281 pr_debug("%s: RNDIS_OID_GEN_RECEIVE_BLOCK_SIZE\n", __func__); in gen_ndis_query_resp() [all …]
|
/linux-4.4.14/drivers/pcmcia/ |
D | m32r_cfc.c | 111 pr_debug("m32r_cfc: pcc_ioread_byte: sock=%d, port=%#lx, buf=%p, " in pcc_ioread_byte() 120 pr_debug("m32r_cfc: pcc_ioread_byte: addr=%#lx\n", addr); in pcc_ioread_byte() 136 pr_debug("m32r_cfc: pcc_ioread_word: sock=%d, port=%#lx, " in pcc_ioread_word() 151 pr_debug("m32r_cfc: pcc_ioread_word: addr=%#lx\n", addr); in pcc_ioread_word() 167 pr_debug("m32r_cfc: pcc_iowrite_byte: sock=%d, port=%#lx, " in pcc_iowrite_byte() 177 pr_debug("m32r_cfc: pcc_iowrite_byte: addr=%#lx\n", addr); in pcc_iowrite_byte() 192 pr_debug("m32r_cfc: pcc_iowrite_word: sock=%d, port=%#lx, " in pcc_iowrite_word() 214 pr_debug("m32r_cfc: pcc_iowrite_word: addr=%#lx\n", addr); in pcc_iowrite_word() 250 pr_debug("m32r_cfc: pcc_get: reg(0x%08x)=0x%04x\n", reg, val); in pcc_get() 258 pr_debug("m32r_cfc: pcc_set: reg(0x%08x)=0x%04x\n", reg, data); in pcc_set() [all …]
|
D | m32r_pcc.c | 347 pr_debug("m32r_pcc: pcc_interrupt(%d)\n", irq); in pcc_interrupt() 358 pr_debug("m32r_pcc: interrupt: socket %d pcirc 0x%02x ", in pcc_interrupt() 365 pr_debug("m32r_pcc: event 0x%02x\n", events); in pcc_interrupt() 378 pr_debug("m32r_pcc: interrupt done\n"); in pcc_interrupt() 412 pr_debug("m32r_pcc: GetStatus(%d) = %#4.4x\n", sock, *value); in _pcc_get_status() 422 pr_debug("m32r_pcc: SetSocket(%d, flags %#3.3x, Vcc %d, Vpp %d, " in _pcc_set_socket() 438 pr_debug("m32r_pcc: :RESET\n"); in _pcc_set_socket() 442 pr_debug("m32r_pcc: :OUTPUT_ENA\n"); in _pcc_set_socket() 451 pr_debug("m32r_pcc: :IOCARD"); in _pcc_set_socket() 454 pr_debug("m32r_pcc: :PWR_AUTO"); in _pcc_set_socket() [all …]
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_provider.c | 71 pr_debug("%s:%u\n", __func__, __LINE__); in c2_query_device() 83 pr_debug("%s:%u\n", __func__, __LINE__); in c2_query_port() 108 pr_debug("%s:%u\n", __func__, __LINE__); in c2_query_pkey() 118 pr_debug("%s:%u\n", __func__, __LINE__); in c2_query_gid() 133 pr_debug("%s:%u\n", __func__, __LINE__); in c2_alloc_ucontext() 143 pr_debug("%s:%u\n", __func__, __LINE__); in c2_dealloc_ucontext() 150 pr_debug("%s:%u\n", __func__, __LINE__); in c2_mmap_uar() 161 pr_debug("%s:%u\n", __func__, __LINE__); in c2_alloc_pd() 186 pr_debug("%s:%u\n", __func__, __LINE__); in c2_dealloc_pd() 195 pr_debug("%s:%u\n", __func__, __LINE__); in c2_ah_create() [all …]
|
D | c2.c | 92 pr_debug("%s: MAC %pM, IRQ %u\n", netdev->name, netdev->dev_addr, netdev->irq); in c2_print_macaddr() 220 pr_debug("%s: out of memory for receive\n", in c2_rx_alloc() 401 pr_debug("%s: tx done slot %3Zu status 0x%x len " in c2_tx_interrupt() 427 pr_debug("BAD RXP_HRXD\n"); in c2_rx_error() 428 pr_debug(" rx_desc : %p\n", rx_desc); in c2_rx_error() 429 pr_debug(" index : %Zu\n", in c2_rx_error() 431 pr_debug(" len : %u\n", rx_desc->len); in c2_rx_error() 432 pr_debug(" rxp_hdr : %p [PA %p]\n", rxp_hdr, in c2_rx_error() 434 pr_debug(" flags : 0x%x\n", rxp_hdr->flags); in c2_rx_error() 435 pr_debug(" status: 0x%x\n", rxp_hdr->status); in c2_rx_error() [all …]
|
/linux-4.4.14/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac_lib.c | 81 pr_debug("- TX (Stopped): Reset or Stop command\n"); in show_tx_process_state() 84 pr_debug("- TX (Running):Fetching the Tx desc\n"); in show_tx_process_state() 87 pr_debug("- TX (Running): Waiting for end of tx\n"); in show_tx_process_state() 90 pr_debug("- TX (Running): Reading the data " in show_tx_process_state() 94 pr_debug("- TX (Suspended): Tx Buff Underflow " in show_tx_process_state() 98 pr_debug("- TX (Running): Closing Tx descriptor\n"); in show_tx_process_state() 112 pr_debug("- RX (Stopped): Reset or Stop command\n"); in show_rx_process_state() 115 pr_debug("- RX (Running): Fetching the Rx desc\n"); in show_rx_process_state() 118 pr_debug("- RX (Running):Checking for end of pkt\n"); in show_rx_process_state() 121 pr_debug("- RX (Running): Waiting for Rx pkt\n"); in show_rx_process_state() [all …]
|
/linux-4.4.14/net/irda/ |
D | irlmp_event.c | 143 pr_debug("%s(), EVENT = %s, STATE = %s\n", in irlmp_do_lsap_event() 161 pr_debug("%s(), EVENT = %s, STATE = %s\n", __func__, in irlmp_do_lap_event() 270 pr_debug("%s() LS_CONNECT_REQUEST\n", __func__); in irlmp_state_standby() 278 pr_debug("%s(), Error LM_LAP_DISCONNECT_INDICATION\n", in irlmp_state_standby() 284 pr_debug("%s(), Unknown event %s\n", in irlmp_state_standby() 300 pr_debug("%s(), event=%s\n", __func__, irlmp_event[event]); in irlmp_state_u_connect() 320 pr_debug("%s() NO LSAPs !\n", __func__); in irlmp_state_u_connect() 338 pr_debug("%s() NO LSAPs !\n", __func__); in irlmp_state_u_connect() 343 pr_debug("%s(), LM_LAP_DISCONNECT_INDICATION\n", __func__); in irlmp_state_u_connect() 351 pr_debug("%s(), LM_LAP_DISCONNECT_REQUEST\n", __func__); in irlmp_state_u_connect() [all …]
|
D | irlap_event.c | 219 pr_debug("%s(), timeout=%d (%ld)\n", __func__, timeout, jiffies); in irlap_start_poll_timer() 243 pr_debug("%s(), event = %s, state = %s\n", __func__, in irlap_do_event() 261 pr_debug("%s() : queue len = %d\n", __func__, in irlap_do_event() 341 pr_debug("%s(), CONNECT_REQUEST: media busy!\n", in irlap_state_ndm() 368 pr_debug("%s(), SNRM frame does not contain an I field!\n", in irlap_state_ndm() 376 pr_debug("%s(), DISCOVERY_REQUEST: media busy!\n", in irlap_state_ndm() 443 pr_debug("%s(), Receiving final discovery request, missed the discovery slots :-(\n", in irlap_state_ndm() 522 pr_debug("%s(), not a broadcast frame!\n", in irlap_state_ndm() 539 pr_debug("%s() not implemented!\n", __func__); in irlap_state_ndm() 542 pr_debug("%s(), Unknown event %s\n", __func__, in irlap_state_ndm() [all …]
|
D | iriap_event.c | 190 pr_debug("%s(), Unknown event %d\n", __func__, event); in state_s_disconnect() 222 pr_debug("%s(), Unknown event %d\n", __func__, event); in state_s_connecting() 246 pr_debug("state_s_call: Unknown event %d\n", event); in state_s_call() 274 pr_debug("%s(), Unknown event %d\n", __func__, event); in state_s_make_call() 288 pr_debug("%s(), Not implemented\n", __func__); in state_s_calling() 310 pr_debug("%s(), Unknown event %d\n", __func__, event); in state_s_outstanding() 323 pr_debug("%s(), Not implemented\n", __func__); in state_s_replying() 335 pr_debug("%s(), Not implemented\n", __func__); in state_s_wait_for_call() 348 pr_debug("%s(), Not implemented\n", __func__); in state_s_wait_active() 389 pr_debug("%s(), unknown event %d\n", __func__, event); in state_r_disconnect() [all …]
|
D | af_irda.c | 92 pr_debug("%s(), error: no more mem!\n", __func__); in irda_data_indication() 116 pr_debug("%s(%p)\n", __func__, self); in irda_disconnect_indication() 124 pr_debug("%s(%p) : BUG : sk is NULL\n", in irda_disconnect_indication() 181 pr_debug("%s(%p)\n", __func__, self); in irda_connect_confirm() 220 pr_debug("%s(), max_data_size=%d\n", __func__, in irda_connect_confirm() 245 pr_debug("%s(%p)\n", __func__, self); in irda_connect_indication() 283 pr_debug("%s(), max_data_size=%d\n", __func__, in irda_connect_indication() 304 pr_debug("%s() Unable to allocate sk_buff!\n", in irda_connect_response() 332 pr_debug("%s(), IrTTP wants us to slow down\n", in irda_flow_indication() 338 pr_debug("%s(), IrTTP wants us to start again\n", in irda_flow_indication() [all …]
|
D | irlmp_frame.c | 47 pr_debug("%s(), sending expedited data\n", __func__); in irlmp_send_data_pdu() 114 pr_debug("%s(), incoming connection, source LSAP=%d, dest LSAP=%d\n", in irlmp_link_data_indication() 123 pr_debug("%s(), incoming connection for LSAP already connected\n", in irlmp_link_data_indication() 133 pr_debug("IrLMP, Sorry, no LSAP for received frame!\n"); in irlmp_link_data_indication() 134 pr_debug("%s(), slsap_sel = %02x, dlsap_sel = %02x\n", in irlmp_link_data_indication() 137 pr_debug("%s(), received control frame %02x\n", in irlmp_link_data_indication() 140 pr_debug("%s(), received data frame\n", __func__); in irlmp_link_data_indication() 158 pr_debug("%s(), Disconnect indication!\n", in irlmp_link_data_indication() 164 pr_debug("Access mode cmd not implemented!\n"); in irlmp_link_data_indication() 167 pr_debug("Access mode cnf not implemented!\n"); in irlmp_link_data_indication() [all …]
|
D | irlmp.c | 267 pr_debug("%s(), Looks like somebody has removed me already!\n", in irlmp_close_lsap() 380 pr_debug("%s(), slsap_sel=%02x, dlsap_sel=%02x, saddr=%08x, daddr=%08x\n", in irlmp_connect_request() 425 pr_debug("%s(), no daddr\n", __func__); in irlmp_connect_request() 438 pr_debug("%s(), Unable to find a usable link!\n", __func__); in irlmp_connect_request() 453 pr_debug("%s(), sorry, but I'm waiting for LAP to timeout!\n", in irlmp_connect_request() 461 pr_debug("%s(), sorry, but link is busy!\n", __func__); in irlmp_connect_request() 522 pr_debug("%s(), slsap_sel=%02x, dlsap_sel=%02x\n", in irlmp_connect_indication() 563 pr_debug("%s(), slsap_sel=%02x, dlsap_sel=%02x\n", in irlmp_connect_response() 601 pr_debug("%s(), max_header_size=%d\n", in irlmp_connect_confirm() 634 pr_debug("%s(), invalid LSAP (wrong state)\n", in irlmp_dup() [all …]
|
D | iriap.c | 146 pr_debug("%s(), unable to open server\n", __func__); in iriap_init() 295 pr_debug("%s(), reason=%s [%d]\n", __func__, in iriap_disconnect_indication() 312 pr_debug("%s(), disconnect as client\n", __func__); in iriap_disconnect_indication() 325 pr_debug("%s(), disconnect as server\n", __func__); in iriap_disconnect_indication() 344 pr_debug("%s(), Could not allocate an sk_buff of length %d\n", in iriap_disconnect_request() 450 pr_debug("%s(), len=%d\n", __func__, len); in iriap_getvaluebyclass_confirm() 457 pr_debug("%s(), Value type = %d\n", __func__, type); in iriap_getvaluebyclass_confirm() 466 pr_debug("%s(), lsap=%d\n", __func__, value->t.integer); in iriap_getvaluebyclass_confirm() 485 pr_debug("%s(), charset [%d] %s, not supported\n", in iriap_getvaluebyclass_confirm() 497 pr_debug("%s(), strlen=%d\n", __func__, value_len); in iriap_getvaluebyclass_confirm() [all …]
|
D | qos.c | 369 pr_debug("%s(), adjusting max turn time from %d to 500 ms\n", in irlap_adjust_qos_settings() 385 pr_debug("%s(), reducing data size to %d\n", in irlap_adjust_qos_settings() 395 pr_debug("%s(), reducing window size to %d\n", in irlap_adjust_qos_settings() 399 pr_debug("%s(), reducing data size to %d\n", in irlap_adjust_qos_settings() 440 pr_debug("Setting BAUD_RATE to %d bps.\n", in irlap_qos_negotiate() 442 pr_debug("Setting DATA_SIZE to %d bytes\n", in irlap_qos_negotiate() 444 pr_debug("Setting WINDOW_SIZE to %d\n", in irlap_qos_negotiate() 446 pr_debug("Setting XBOFS to %d\n", in irlap_qos_negotiate() 448 pr_debug("Setting MAX_TURN_TIME to %d ms.\n", in irlap_qos_negotiate() 450 pr_debug("Setting MIN_TURN_TIME to %d usecs.\n", in irlap_qos_negotiate() [all …]
|
D | irttp.c | 171 pr_debug("%s(instance=%p)\n", __func__, self); in irttp_todo_expired() 243 pr_debug("%s(), self->rx_sdu_size=%d\n", __func__, in irttp_reassemble_skb() 267 pr_debug("%s(), frame len=%d, rx_sdu_size=%d, rx_max_sdu_size=%d\n", in irttp_reassemble_skb() 305 pr_debug("%s(), fragmenting ...\n", __func__); in irttp_fragment_skb() 330 pr_debug("%s(), queuing last segment\n", __func__); in irttp_fragment_skb() 361 pr_debug("%s(), MaxSduSize=%d\n", __func__, param->pv.i); in irttp_param_max_sdu_size() 402 pr_debug("%s(), invalid tsap!\n", __func__); in irttp_open_tsap() 438 pr_debug("%s: unable to allocate LSAP!!\n", __func__); in irttp_open_tsap() 449 pr_debug("%s(), stsap_sel=%02x\n", __func__, self->stsap_sel); in irttp_open_tsap() 601 pr_debug("%s() : queue len = %d\n", __func__, in irttp_data_request() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/pasemi/ |
D | msi.c | 41 pr_debug("mpic_pasemi_msi_mask_irq %d\n", data->irq); in mpic_pasemi_msi_mask_irq() 48 pr_debug("mpic_pasemi_msi_unmask_irq %d\n", data->irq); in mpic_pasemi_msi_unmask_irq() 68 pr_debug("pasemi_msi_teardown_msi_irqs, pdev %p\n", pdev); in pasemi_msi_teardown_msi_irqs() 91 pr_debug("pasemi_msi: MSI-X untested, trying anyway\n"); in pasemi_msi_setup_msi_irqs() 92 pr_debug("pasemi_msi_setup_msi_irqs, pdev %p nvec %d type %d\n", in pasemi_msi_setup_msi_irqs() 107 pr_debug("pasemi_msi: failed allocating hwirq\n"); in pasemi_msi_setup_msi_irqs() 113 pr_debug("pasemi_msi: failed mapping hwirq 0x%x\n", in pasemi_msi_setup_msi_irqs() 130 pr_debug("pasemi_msi: allocated virq 0x%x (hw 0x%x) " \ in pasemi_msi_setup_msi_irqs() 157 pr_debug("pasemi_msi: Error allocating bitmap!\n"); in mpic_pasemi_msi_init() 161 pr_debug("pasemi_msi: Registering PA Semi MPIC MSI callbacks\n"); in mpic_pasemi_msi_init()
|
D | iommu.c | 97 pr_debug("iobmap: build at: %lx, %lx, addr: %lx\n", index, npages, uaddr); in iobmap_build() 123 pr_debug("iobmap: free at: %lx, %lx\n", index, npages); in iobmap_free() 144 pr_debug(" -> %s\n", __func__); in iommu_table_iobmap_setup() 162 pr_debug(" <- %s\n", __func__); in iommu_table_iobmap_setup() 169 pr_debug("pci_dma_bus_setup, bus %p, bus->self %p\n", bus, bus->self); in pci_dma_bus_setup_pasemi() 180 pr_debug("pci_dma_dev_setup, dev %p (%s)\n", dev, pci_name(dev)); in pci_dma_dev_setup_pasemi() 203 pr_debug(" -> %s\n", __func__); in iob_init() 236 pr_debug(" <- %s\n", __func__); in iob_init()
|
/linux-4.4.14/net/irda/irlan/ |
D | irlan_client_event.c | 115 pr_debug("%s(), IRLAN_WATCHDOG_TIMEOUT\n", __func__); in irlan_client_state_idle() 118 pr_debug("%s(), Unknown event %d\n", __func__ , event); in irlan_client_state_idle() 153 pr_debug("%s(), IAS_PROVIDER_NOT_AVAIL\n", __func__); in irlan_client_state_query() 166 pr_debug("%s(), IRLAN_WATCHDOG_TIMEOUT\n", __func__); in irlan_client_state_query() 169 pr_debug("%s(), Unknown event %d\n", __func__ , event); in irlan_client_state_query() 201 pr_debug("%s(), IRLAN_WATCHDOG_TIMEOUT\n", __func__); in irlan_client_state_conn() 204 pr_debug("%s(), Unknown event %d\n", __func__ , event); in irlan_client_state_conn() 239 pr_debug("%s(), IRLAN_WATCHDOG_TIMEOUT\n", __func__); in irlan_client_state_info() 242 pr_debug("%s(), Unknown event %d\n", __func__ , event); in irlan_client_state_info() 274 pr_debug("%s(), IRLAN_WATCHDOG_TIMEOUT\n", __func__); in irlan_client_state_media() [all …]
|
D | irlan_provider.c | 83 pr_debug("Got GET_PROVIDER_INFO command!\n"); in irlan_provider_data_indication() 88 pr_debug("Got GET_MEDIA_CHAR command!\n"); in irlan_provider_data_indication() 92 pr_debug("Got OPEN_DATA_CHANNEL command!\n"); in irlan_provider_data_indication() 96 pr_debug("Got FILTER_OPERATION command!\n"); in irlan_provider_data_indication() 100 pr_debug("%s(), Got RECONNECT_DATA_CHAN command\n", __func__); in irlan_provider_data_indication() 101 pr_debug("%s(), NOT IMPLEMENTED\n", __func__); in irlan_provider_data_indication() 104 pr_debug("Got CLOSE_DATA_CHAN command!\n"); in irlan_provider_data_indication() 105 pr_debug("%s(), NOT IMPLEMENTED\n", __func__); in irlan_provider_data_indication() 108 pr_debug("%s(), Unknown command!\n", __func__); in irlan_provider_data_indication() 178 pr_debug("%s(), reason=%d\n", __func__ , reason); in irlan_provider_disconnect_indication() [all …]
|
D | irlan_client.c | 114 pr_debug("%s(), already awake!\n", __func__); in irlan_client_wakeup() 123 pr_debug("%s(), still stopped by user\n", __func__); in irlan_client_wakeup() 170 pr_debug("%s(), Found instance (%08x)!\n", __func__ , in irlan_client_discovery_indication() 199 pr_debug("%s(), clearing tx_busy\n", __func__); in irlan_client_ctrl_data_indication() 216 pr_debug("%s(), reason=%d\n", __func__ , reason); in irlan_client_ctrl_disconnect_indication() 266 pr_debug("%s(), Got no tsap!\n", __func__); in irlan_client_open_ctrl_tsap() 363 pr_debug("%s() skb->len=%d\n", __func__ , (int)skb->len); in irlan_client_parse_response() 394 pr_debug("%s(), got %d parameters\n", __func__ , count); in irlan_client_parse_response() 402 pr_debug("%s(), IrLAN, Error!\n", __func__); in irlan_client_parse_response() 426 pr_debug("%s(), parm=%s\n", __func__ , param); in irlan_check_response_param() [all …]
|
D | irlan_filter.c | 46 pr_debug("Giving peer a dynamic Ethernet address\n"); in irlan_filter_request() 76 pr_debug("Directed filter on\n"); in irlan_filter_request() 84 pr_debug("Directed filter off\n"); in irlan_filter_request() 93 pr_debug("Broadcast filter on\n"); in irlan_filter_request() 101 pr_debug("Broadcast filter off\n"); in irlan_filter_request() 109 pr_debug("Multicast filter on\n"); in irlan_filter_request() 117 pr_debug("Multicast filter off\n"); in irlan_filter_request() 125 pr_debug("Multicast filter get\n"); in irlan_filter_request() 135 pr_debug("Not implemented!\n"); in irlan_filter_request() 149 pr_debug("%s, %s\n", param, value); in irlan_check_command_param()
|
/linux-4.4.14/tools/perf/util/ |
D | bpf-loader.c | 53 pr_debug("bpf: failed to load buffer\n"); in bpf__prepare_load_buffer() 85 pr_debug("bpf: failed to load %s\n", filename); in bpf__prepare_load() 122 pr_debug("bpf: unable to get title for program\n"); in config_bpf_program() 128 pr_debug("bpf: failed to alloc priv\n"); in config_bpf_program() 133 pr_debug("bpf: config program '%s'\n", config_str); in config_bpf_program() 136 pr_debug("bpf: '%s' is not a valid config string\n", in config_bpf_program() 143 pr_debug("bpf: '%s': group for event is set and not '%s'.\n", in config_bpf_program() 151 pr_debug("bpf: strdup failed\n"); in config_bpf_program() 157 pr_debug("bpf: '%s': event name is missing. Section name should be 'key=value'\n", in config_bpf_program() 162 pr_debug("bpf: config '%s' is ok\n", config_str); in config_bpf_program() [all …]
|
D | trace-event-info.c | 70 pr_debug("Can't read '%s'", file); in record_file() 95 pr_debug("writing file size failed\n"); in record_file() 113 pr_debug("can't get tracing/events/header_page"); in record_header_files() 118 pr_debug("can't read '%s'", path); in record_header_files() 123 pr_debug("can't write header_page\n"); in record_header_files() 128 pr_debug("can't record header_page file\n"); in record_header_files() 136 pr_debug("can't get tracing/events/header_event"); in record_header_files() 142 pr_debug("can't read '%s'", path); in record_header_files() 147 pr_debug("can't write header_event\n"); in record_header_files() 152 pr_debug("can't record header_event file\n"); in record_header_files() [all …]
|
D | trace-event-read.c | 59 pr_debug("repiping input file"); in __do_read() 77 pr_debug("reading input file (size expected=%d received=%d)", in do_read() 129 pr_debug("reading input file"); in read_string() 134 pr_debug("no data"); in read_string() 142 pr_debug("repiping input file string"); in read_string() 221 pr_debug("did not read header page"); in read_header_files() 232 pr_debug("did not read header page"); in read_header_files() 251 pr_debug("did not read header event"); in read_header_files() 366 pr_debug("no trace data in the file"); in trace_report() 373 pr_debug("not a trace file (missing 'tracing' tag)"); in trace_report() [all …]
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
D | skfddi.c | 212 pr_debug("entering skfp_init_one\n"); in skfp_init_one() 387 pr_debug("entering skfp_driver_init\n"); in skfp_driver_init() 407 pr_debug("Memory for HWM: %ld\n", bp->SharedMemSize); in skfp_driver_init() 431 pr_debug("mac_drv_init()..\n"); in skfp_driver_init() 433 pr_debug("mac_drv_init() failed\n"); in skfp_driver_init() 437 pr_debug("HW-Addr: %pMF\n", smc->hw.fddi_canon_addr.a); in skfp_driver_init() 487 pr_debug("entering skfp_open\n"); in skfp_open() 858 pr_debug("PROMISCUOUS MODE ENABLED\n"); in skfp_ctl_set_multicast_list_wo_lock() 863 pr_debug("PROMISCUOUS MODE DISABLED\n"); in skfp_ctl_set_multicast_list_wo_lock() 871 pr_debug("ENABLE ALL MC ADDRESSES\n"); in skfp_ctl_set_multicast_list_wo_lock() [all …]
|
/linux-4.4.14/tools/perf/arch/powerpc/util/ |
D | skip-callchain-idx.c | 56 pr_debug("dwarf_frame_register() %s\n", dwarf_errmsg(-1)); in check_return_reg() 72 pr_debug("dwarf_frame_cfa() returns %d, %s\n", result, in check_return_reg() 102 pr_debug("%s(): no CFI - %s\n", __func__, dwfl_errmsg(-1)); in get_eh_frame() 108 pr_debug("%s(): %s\n", __func__, dwfl_errmsg(-1)); in get_eh_frame() 127 pr_debug("%s(): no CFI - %s\n", __func__, dwfl_errmsg(-1)); in get_dwarf_frame() 133 pr_debug("%s(): %s\n", __func__, dwfl_errmsg(-1)); in get_dwarf_frame() 165 pr_debug("dwfl_begin() failed: %s\n", dwarf_errmsg(-1)); in check_return_addr() 172 pr_debug("dwfl_report_elf() failed %s\n", in check_return_addr() 187 pr_debug("dwfl_addrmodule() failed, %s\n", dwarf_errmsg(-1)); in check_return_addr() 204 pr_debug("Return address register unavailable: %s\n", in check_return_addr() [all …]
|
/linux-4.4.14/arch/m68k/atari/ |
D | stram.c | 97 pr_debug("atari_stram pool: kernel in ST-RAM, using alloc_bootmem!\n"); in atari_stram_reserve_pages() 102 pr_debug("atari_stram pool: size = %lu bytes, resource = %pR\n", in atari_stram_reserve_pages() 104 pr_debug("atari_stram pool: stram_virt_offset = %lx\n", in atari_stram_reserve_pages() 120 pr_debug("atari_stram pool: kernel not in ST-RAM, using ioremap!\n"); in atari_stram_map_pages() 126 pr_debug("atari_stram pool: size = %lu bytes, resource = %pR\n", in atari_stram_map_pages() 128 pr_debug("atari_stram pool: stram_virt_offset = %lx\n", in atari_stram_map_pages() 155 pr_debug("atari_stram_alloc: allocate %lu bytes\n", size); in atari_stram_alloc() 174 pr_debug("atari_stram_alloc: returning %pR\n", res); in atari_stram_alloc() 194 pr_debug("atari_stram_free: free %lu bytes at %p\n", size, addr); in atari_stram_free()
|
/linux-4.4.14/sound/soc/samsung/ |
D | s3c24xx-i2s.c | 62 pr_debug("Entered %s\n", __func__); in s3c24xx_snd_txctrl() 68 pr_debug("r: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); in s3c24xx_snd_txctrl() 98 pr_debug("w: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); in s3c24xx_snd_txctrl() 107 pr_debug("Entered %s\n", __func__); in s3c24xx_snd_rxctrl() 113 pr_debug("r: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); in s3c24xx_snd_rxctrl() 143 pr_debug("w: IISCON: %x IISMOD: %x IISFCON: %x\n", iiscon, iismod, iisfcon); in s3c24xx_snd_rxctrl() 155 pr_debug("Entered %s\n", __func__); in s3c24xx_snd_lrsync() 175 pr_debug("Entered %s\n", __func__); in s3c24xx_snd_is_clkmaster() 188 pr_debug("Entered %s\n", __func__); in s3c24xx_i2s_set_fmt() 191 pr_debug("hw_params r: IISMOD: %x \n", iismod); in s3c24xx_i2s_set_fmt() [all …]
|
D | s3c-i2s-v2.c | 83 pr_debug("%s(%d)\n", __func__, on); in s3c2412_snd_txctrl() 89 pr_debug("%s: IIS: CON=%x MOD=%x FIC=%x\n", __func__, con, mod, fic); in s3c2412_snd_txctrl() 148 pr_debug("%s: IIS: CON=%x MOD=%x FIC=%x\n", __func__, con, mod, fic); in s3c2412_snd_txctrl() 156 pr_debug("%s(%d)\n", __func__, on); in s3c2412_snd_rxctrl() 162 pr_debug("%s: IIS: CON=%x MOD=%x FIC=%x\n", __func__, con, mod, fic); in s3c2412_snd_rxctrl() 215 pr_debug("%s: IIS: CON=%x MOD=%x FIC=%x\n", __func__, con, mod, fic); in s3c2412_snd_rxctrl() 229 pr_debug("Entered %s\n", __func__); in s3c2412_snd_lrsync() 256 pr_debug("Entered %s\n", __func__); in s3c2412_i2s_set_fmt() 259 pr_debug("hw_params r: IISMOD: %x \n", iismod); in s3c2412_i2s_set_fmt() 296 pr_debug("hw_params w: IISMOD: %x \n", iismod); in s3c2412_i2s_set_fmt() [all …]
|
/linux-4.4.14/net/nfc/hci/ |
D | command.c | 35 pr_debug("exec cmd async through pipe=%d, cmd=%d, plen=%zd\n", pipe, in nfc_hci_execute_cmd_async() 55 pr_debug("HCI Cmd completed with result=%d\n", err); in nfc_hci_execute_cb() 77 pr_debug("exec cmd sync through pipe=%d, cmd=%d, plen=%zd\n", pipe, in nfc_hci_execute_cmd() 108 pr_debug("%d to gate %d\n", event, gate); in nfc_hci_send_event() 129 pr_debug("\n"); in nfc_hci_send_cmd() 145 pr_debug("\n"); in nfc_hci_send_cmd_async() 170 pr_debug("idx=%d to gate %d\n", idx, gate); in nfc_hci_set_param() 191 pr_debug("gate=%d regidx=%d\n", gate, idx); in nfc_hci_get_param() 203 pr_debug("pipe=%d\n", pipe); in nfc_hci_open_pipe() 220 pr_debug("\n"); in nfc_hci_close_pipe() [all …]
|
D | llc_shdlc.c | 114 pr_debug("%s:\n", info); \ 157 pr_debug("sframe_type=%d nr=%d\n", sframe_type, nr); in llc_shdlc_send_s_frame() 179 pr_debug("uframe_modifier=%d\n", uframe_modifier); in llc_shdlc_send_u_frame() 199 pr_debug("release ack pending up to frame %d excluded\n", y_nr); in llc_shdlc_reset_t2() 202 pr_debug("release ack pending frame %d\n", dnr); in llc_shdlc_reset_t2() 215 pr_debug in llc_shdlc_reset_t2() 225 pr_debug in llc_shdlc_reset_t2() 240 pr_debug("recvd I-frame %d, remote waiting frame %d\n", ns, nr); in llc_shdlc_rcv_i_frame() 254 pr_debug("(re)Start T1(send ack)\n"); in llc_shdlc_rcv_i_frame() 276 pr_debug("remote acked up to frame %d excluded\n", y_nr); in llc_shdlc_rcv_ack() [all …]
|
/linux-4.4.14/net/6lowpan/ |
D | iphc.c | 244 pr_debug("Invalid address mode value: 0x%x\n", address_mode); in uncompress_addr() 249 pr_debug("Failed to fetch skb data\n"); in uncompress_addr() 282 pr_debug("Invalid sam value: 0x%x\n", address_mode); in uncompress_context_based_src_addr() 334 pr_debug("DAM value has a wrong value: 0x%x\n", address_mode); in lowpan_uncompress_multicast_daddr() 339 pr_debug("Failed to fetch skb data\n"); in lowpan_uncompress_multicast_daddr() 489 pr_debug("NH flag is set, next header carried inline: %02x\n", in lowpan_header_decompress() 504 pr_debug("SAC bit is set. Handle context based source address.\n"); in lowpan_header_decompress() 509 pr_debug("source address stateless compression\n"); in lowpan_header_decompress() 521 pr_debug("dest: context-based mcast compression\n"); in lowpan_header_decompress() 533 pr_debug("dest: stateless compression mode %d dest %pI6c\n", in lowpan_header_decompress() [all …]
|
D | nhc_udp.c | 51 pr_debug("UDP header uncompression\n"); in udp_uncompress() 76 pr_debug("uncompressed UDP ports: src = %d, dst = %d\n", in udp_uncompress() 106 pr_debug("uncompressed UDP length: src = %d", ntohs(uh.len)); in udp_uncompress() 130 pr_debug("UDP header: both ports compression to 4 bits\n"); in udp_compress() 140 pr_debug("UDP header: remove 8 bits of dest\n"); in udp_compress() 151 pr_debug("UDP header: remove 8 bits of source\n"); in udp_compress() 161 pr_debug("UDP header: can't compress\n"); in udp_compress()
|
/linux-4.4.14/net/sched/ |
D | sch_atm.c | 88 pr_debug("atm_tc_graft(sch %p,[qdisc %p],flow %p,new %p,old %p)\n", in atm_tc_graft() 105 pr_debug("atm_tc_leaf(sch %p,flow %p)\n", sch, flow); in atm_tc_leaf() 114 pr_debug("atm_tc_get(sch %p,[qdisc %p],classid %x)\n", sch, p, classid); in atm_tc_get() 118 pr_debug("atm_tc_get: flow %p\n", flow); in atm_tc_get() 138 pr_debug("atm_tc_put(sch %p,[qdisc %p],flow %p)\n", sch, p, flow); in atm_tc_put() 141 pr_debug("atm_tc_put: destroying\n"); in atm_tc_put() 143 pr_debug("atm_tc_put: qdisc %p\n", flow->q); in atm_tc_put() 147 pr_debug("atm_tc_put: f_count %ld\n", in atm_tc_put() 166 pr_debug("sch_atm_pop(vcc %p,skb %p,[qdisc %p])\n", vcc, skb, p); in sch_atm_pop() 197 pr_debug("atm_tc_change(sch %p,[qdisc %p],classid %x,parent %x," in atm_tc_change() [all …]
|
D | sch_dsmark.c | 66 pr_debug("%s(sch %p,[qdisc %p],new %p,old %p)\n", in dsmark_graft() 88 pr_debug("%s(sch %p,[qdisc %p],classid %x)\n", in dsmark_get() 120 pr_debug("%s(sch %p,[qdisc %p],classid %x,parent %x), arg 0x%lx\n", in dsmark_change() 165 pr_debug("%s(sch %p,[qdisc %p],walker %p)\n", in dsmark_walk() 199 pr_debug("%s(skb %p,sch %p,[qdisc %p])\n", __func__, skb, sch, p); in dsmark_enqueue() 231 pr_debug("result %d class 0x%04x\n", result, res.classid); in dsmark_enqueue() 277 pr_debug("%s(sch %p,[qdisc %p])\n", __func__, sch, p); in dsmark_dequeue() 288 pr_debug("index %d->%d\n", skb->tc_index, index); in dsmark_dequeue() 318 pr_debug("%s(sch %p,[qdisc %p])\n", __func__, sch, p); in dsmark_peek() 328 pr_debug("%s(sch %p,[qdisc %p])\n", __func__, sch, p); in dsmark_drop() [all …]
|
/linux-4.4.14/drivers/target/ |
D | target_core_xcopy.c | 82 pr_debug("XCOPY 0xe4: Setting xop->dst_dev: %p from located" in target_xcopy_locate_se_dev_e4() 86 pr_debug("XCOPY 0xe4: Setting xop->src_dev: %p from located" in target_xcopy_locate_se_dev_e4() 98 pr_debug("Called configfs_depend_item for se_dev: %p" in target_xcopy_locate_se_dev_e4() 121 pr_debug("XCOPY 0xe4: RELATIVE INITIATOR PORT IDENTIFIER: %hu\n", ript); in target_xcopy_parse_tiddesc_e4() 147 pr_debug("XCOPY 0xe4: desig_len: %d\n", (int)desig_len); in target_xcopy_parse_tiddesc_e4() 166 pr_debug("XCOPY 0xe4: Set xop->src_dev %p from source" in target_xcopy_parse_tiddesc_e4() 178 pr_debug("XCOPY 0xe4: Set xop->dst_dev: %p from destination" in target_xcopy_parse_tiddesc_e4() 250 pr_debug("XCOPY TGT desc: Source dev: %p NAA IEEE WWN: 0x%16phN\n", in target_xcopy_parse_target_descriptors() 252 pr_debug("XCOPY TGT desc: Dest dev: %p NAA IEEE WWN: 0x%16phN\n", in target_xcopy_parse_target_descriptors() 277 pr_debug("XCOPY seg desc 0x02: desc_len: %hu stdi: %hu dtdi: %hu, DC: %d\n", in target_xcopy_parse_segdesc_02() [all …]
|
/linux-4.4.14/drivers/target/iscsi/ |
D | iscsi_target_parameters.c | 80 pr_debug("HeaderDigest: %s\n", (conn_ops->HeaderDigest) ? in iscsi_dump_conn_ops() 82 pr_debug("DataDigest: %s\n", (conn_ops->DataDigest) ? in iscsi_dump_conn_ops() 84 pr_debug("MaxRecvDataSegmentLength: %u\n", in iscsi_dump_conn_ops() 90 pr_debug("InitiatorName: %s\n", sess_ops->InitiatorName); in iscsi_dump_sess_ops() 91 pr_debug("InitiatorAlias: %s\n", sess_ops->InitiatorAlias); in iscsi_dump_sess_ops() 92 pr_debug("TargetName: %s\n", sess_ops->TargetName); in iscsi_dump_sess_ops() 93 pr_debug("TargetAlias: %s\n", sess_ops->TargetAlias); in iscsi_dump_sess_ops() 94 pr_debug("TargetPortalGroupTag: %hu\n", in iscsi_dump_sess_ops() 96 pr_debug("MaxConnections: %hu\n", sess_ops->MaxConnections); in iscsi_dump_sess_ops() 97 pr_debug("InitialR2T: %s\n", in iscsi_dump_sess_ops() [all …]
|
D | iscsi_target_auth.c | 35 pr_debug("CHAP string contains non hex digit symbols\n"); in chap_string_to_hex() 70 pr_debug("[%s] Sending CHAP_C=0x%s\n\n", (caller) ? "server" : "client", in chap_gen_challenge() 99 pr_debug("Selected MD5 Algorithm\n"); in chap_check_algorithm() 134 pr_debug("[server] Got CHAP_A=5\n"); in chap_server_open() 141 pr_debug("[server] Sending CHAP_A=%d\n", chap->digest_type); in chap_server_open() 155 pr_debug("[server] Sending CHAP_I=%d\n", chap->id); in chap_server_open() 231 pr_debug("[server] Got CHAP_N=%s\n", chap_n); in chap_server_compute_md5() 245 pr_debug("[server] Got CHAP_R=%s\n", chap_r); in chap_server_compute_md5() 296 pr_debug("[server] MD5 Server Digest: %s\n", response); in chap_server_compute_md5() 299 pr_debug("[server] MD5 Digests do not match!\n\n"); in chap_server_compute_md5() [all …]
|
D | iscsi_target_nodeattrib.c | 70 pr_debug("Set DataOut Timeout to %u for Initiator Node" in iscsit_na_dataout_timeout() 95 pr_debug("Set DataOut Timeout Retries to %u for" in iscsit_na_dataout_timeout_retries() 126 pr_debug("Set NopIn Timeout to %u for Initiator" in iscsit_na_nopin_timeout() 176 pr_debug("Set NopIn Response Timeout to %u for" in iscsit_na_nopin_response_timeout() 196 pr_debug("Set Random DataIN PDU Offsets to %u for" in iscsit_na_random_datain_pdu_offsets() 216 pr_debug("Set Random DataIN Sequence Offsets to %u for" in iscsit_na_random_datain_seq_offsets() 236 pr_debug("Set Random R2T Offsets to %u for" in iscsit_na_random_r2t_offsets() 256 pr_debug("Set use ERL0 flag to %u for Initiator" in iscsit_na_default_erl()
|
D | iscsi_target_tpg.c | 105 pr_debug("CORE[0] - Allocated Discovery TPG\n"); in iscsit_load_discovery_tpg() 253 pr_debug("CORE[%s]_TPG[%hu] - Added iSCSI Target Portal Group\n", in iscsit_tpg_add_portal_group() 302 pr_debug("CORE[%s]_TPG[%hu] - Deleted iSCSI Target Portal Group\n", in iscsit_tpg_del_portal_group() 350 pr_debug("iSCSI_TPG[%hu] - Enabled iSCSI Target Portal Group\n", in iscsit_tpg_enable_portal_group() 394 pr_debug("iSCSI_TPG[%hu] - Disabled iSCSI Target Portal Group\n", in iscsit_tpg_disable_portal_group() 517 pr_debug("CORE[%s] - Added Network Portal: %pISpc,%hu on %s\n", in iscsit_tpg_add_network_portal() 531 pr_debug("CORE[%s] - Removed Network Portal: %pISpc,%hu on %s\n", in iscsit_tpg_release_np() 658 pr_debug("%s iSCSI Authentication Methods for TPG: %hu.\n", in iscsit_ta_authentication() 681 pr_debug("Set Logout Timeout to %u for Target Portal Group" in iscsit_ta_login_timeout() 706 pr_debug("Set Network Interface Timeout to %u for" in iscsit_ta_netif_timeout() [all …]
|
D | iscsi_target_nego.c | 357 pr_debug("Sending Login Response, Flags: 0x%02x, ITT: 0x%08x," in iscsi_target_do_tx_login_io() 411 pr_debug("Entering iscsi_target_sk_data_ready: conn: %p\n", conn); in iscsi_target_sk_data_ready() 420 pr_debug("Got LOGIN_FLAGS_READY=0, conn: %p >>>>\n", conn); in iscsi_target_sk_data_ready() 425 pr_debug("Got LOGIN_FLAGS_CLOSED=1, conn: %p >>>>\n", conn); in iscsi_target_sk_data_ready() 430 pr_debug("Got LOGIN_FLAGS_READ_ACTIVE=1, conn: %p >>>>\n", conn); in iscsi_target_sk_data_ready() 436 pr_debug("iscsi_target_sk_data_ready, schedule_delayed_work" in iscsi_target_sk_data_ready() 452 pr_debug("Entering iscsi_target_set_sock_callbacks: conn: %p\n", conn); in iscsi_target_set_sock_callbacks() 474 pr_debug("Entering iscsi_target_restore_sock_callbacks: conn: %p\n", conn); in iscsi_target_restore_sock_callbacks() 495 pr_debug("iscsi_target_sk_state_check: TCP_CLOSE_WAIT|TCP_CLOSE," in iscsi_target_sk_state_check() 516 pr_debug("Entering iscsi_target_login_timeout >>>>>>>>>>>>>>>>>>>\n"); in iscsi_target_login_timeout() [all …]
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | insn-x86.c | 61 pr_debug("Failed to get op\n"); in get_op() 88 pr_debug("Failed to get branch\n"); in get_branch() 103 pr_debug("Failed to decode: %s\n", dat->asm_rep); in test_data_item() 108 pr_debug("Failed to decode length (%d vs expected %d): %s\n", in test_data_item() 117 pr_debug("Intel PT failed to decode: %s\n", dat->asm_rep); in test_data_item() 122 pr_debug("Failed to decode 'op' value (%d vs expected %d): %s\n", in test_data_item() 128 pr_debug("Failed to decode 'branch' value (%d vs expected %d): %s\n", in test_data_item() 134 pr_debug("Failed to decode 'rel' value (%#x vs expected %#x): %s\n", in test_data_item() 139 pr_debug("Decoded ok: %s\n", dat->asm_rep); in test_data_item()
|
D | intel-cqm.c | 51 pr_debug("perf_evlist__new failed\n"); in test__intel_cqm_count_nmi_context() 57 pr_debug("parse_events failed\n"); in test__intel_cqm_count_nmi_context() 64 pr_debug("perf_evlist__first failed\n"); in test__intel_cqm_count_nmi_context() 82 pr_debug("failed to open event\n"); in test__intel_cqm_count_nmi_context() 94 pr_debug("failed to open event\n"); in test__intel_cqm_count_nmi_context() 106 pr_debug("failed to mmap %d\n", errno); in test__intel_cqm_count_nmi_context()
|
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/ |
D | ixgb_hw.c | 134 pr_debug("Exiting because the adapter is already stopped!!!\n"); in ixgb_adapter_stop() 144 pr_debug("Masking off all interrupts\n"); in ixgb_adapter_stop() 161 pr_debug("Issuing a global reset to MAC\n"); in ixgb_adapter_stop() 166 pr_debug("Masking off all interrupts\n"); in ixgb_adapter_stop() 236 pr_debug("Identified TXN17401 optics\n"); in ixgb_identify_phy() 246 pr_debug("Identified TXN17201 optics\n"); in ixgb_identify_phy() 249 pr_debug("Identified G6005 optics\n"); in ixgb_identify_phy() 254 pr_debug("Identified G6104 optics\n"); in ixgb_identify_phy() 258 pr_debug("Identified CX4\n"); in ixgb_identify_phy() 261 pr_debug("Identified TXN17201 optics\n"); in ixgb_identify_phy() [all …]
|
/linux-4.4.14/crypto/asymmetric_keys/ |
D | pkcs7_verify.c | 84 pr_debug("Sig %u: Invalid digest size (%u)\n", in pkcs7_digest() 91 pr_debug("Sig %u: Message digest doesn't match\n", in pkcs7_digest() 167 pr_debug("Sig %u: Issuing X.509 cert not found (#%*phN)\n", in pkcs7_find_key() 189 pr_debug("verify %s: %*phN\n", in pkcs7_verify_sig_chain() 197 pr_debug("- issuer %s\n", x509->issuer); in pkcs7_verify_sig_chain() 199 pr_debug("- authkeyid.id %*phN\n", in pkcs7_verify_sig_chain() 202 pr_debug("- authkeyid.skid %*phN\n", in pkcs7_verify_sig_chain() 212 pr_debug("- no auth?\n"); in pkcs7_verify_sig_chain() 222 pr_debug("- self-signed\n"); in pkcs7_verify_sig_chain() 231 pr_debug("- want %*phN\n", auth->len, auth->data); in pkcs7_verify_sig_chain() [all …]
|
D | verify_pefile.c | 81 pr_debug("Unknown PEOPT magic = %04hx\n", pe32->magic); in pefile_parse_binary() 85 pr_debug("checksum @ %x\n", ctx->image_checksum_offset); in pefile_parse_binary() 86 pr_debug("header size = %x\n", ctx->header_size); in pefile_parse_binary() 102 pr_debug("Unsigned PE binary\n"); in pefile_parse_binary() 110 pr_debug("cert = %x @%x [%*ph]\n", in pefile_parse_binary() 134 pr_debug("Signature wrapper too short\n"); in pefile_strip_sig_wrapper() 139 pr_debug("sig wrapper = { %x, %x, %x }\n", in pefile_strip_sig_wrapper() 146 pr_debug("Signature wrapper len wrong\n"); in pefile_strip_sig_wrapper() 150 pr_debug("Signature is not revision 2.0\n"); in pefile_strip_sig_wrapper() 154 pr_debug("Signature certificate type is not PKCS\n"); in pefile_strip_sig_wrapper() [all …]
|
/linux-4.4.14/net/netfilter/ |
D | xt_IDLETIMER.c | 114 pr_debug("timer %s expired\n", timer->attr.attr.name); in idletimer_tg_expired() 140 pr_debug("couldn't add file to sysfs"); in idletimer_tg_create() 173 pr_debug("resetting timer %s, timeout period %u\n", in idletimer_tg_target() 189 pr_debug("checkentry targinfo%s\n", info->label); in idletimer_tg_checkentry() 192 pr_debug("timeout value is zero\n"); in idletimer_tg_checkentry() 199 pr_debug("label is empty or not nul-terminated\n"); in idletimer_tg_checkentry() 211 pr_debug("increased refcnt of timer %s to %u\n", in idletimer_tg_checkentry() 216 pr_debug("failed to create timer\n"); in idletimer_tg_checkentry() 230 pr_debug("destroy targinfo %s\n", info->label); in idletimer_tg_destroy() 235 pr_debug("deleting timer %s\n", info->label); in idletimer_tg_destroy() [all …]
|
D | nf_conntrack_ftp.c | 142 pr_debug("Char %u (got %u nums) `%u' unexpected\n", in try_number() 147 pr_debug("Failed to fill %u numbers separated by %c\n", in try_number() 210 pr_debug("get_port: return %d\n", tmp_port); in get_port() 216 pr_debug("get_port: invalid char.\n"); in get_port() 233 pr_debug("EPRT: too short\n"); in try_eprt() 238 pr_debug("try_eprt: invalid delimitter.\n"); in try_eprt() 244 pr_debug("EPRT: invalid protocol number.\n"); in try_eprt() 248 pr_debug("EPRT: Got %c%c%c\n", delim, data[1], delim); in try_eprt() 266 pr_debug("EPRT: Got IP address!\n"); in try_eprt() 301 pr_debug("find_pattern `%s': dlen = %Zu\n", pattern, dlen); in find_pattern() [all …]
|
D | nf_conntrack_pptp.c | 107 pr_debug("increasing timeouts\n"); in pptp_expectfn() 126 pr_debug("trying to unexpect other dir: "); in pptp_expectfn() 132 pr_debug("found\n"); in pptp_expectfn() 136 pr_debug("not found\n"); in pptp_expectfn() 150 pr_debug("trying to timeout ct or exp for tuple "); in destroy_sibling_or_exp() 157 pr_debug("setting timeout of conntrack %p to 0\n", sibling); in destroy_sibling_or_exp() 167 pr_debug("unexpect_related of expect %p\n", exp); in destroy_sibling_or_exp() 191 pr_debug("failed to timeout original pns->pac ct/exp\n"); in pptp_destroy_siblings() 199 pr_debug("failed to timeout reply pac->pns ct/exp\n"); in pptp_destroy_siblings() 281 pr_debug("inbound control message %s\n", pptp_msg_name[msg]); in pptp_inbound_pkt() [all …]
|
D | nf_conntrack_proto_sctp.c | 222 pr_debug("Chunk Num: %d Type: %d\n", count, sch->type); in do_basic_checks() 238 pr_debug("Basic checks failed\n"); in do_basic_checks() 246 pr_debug("Basic checks passed\n"); in do_basic_checks() 256 pr_debug("Chunk type: %d\n", chunk_type); in sctp_new_state() 260 pr_debug("SCTP_CID_INIT\n"); in sctp_new_state() 264 pr_debug("SCTP_CID_INIT_ACK\n"); in sctp_new_state() 268 pr_debug("SCTP_CID_ABORT\n"); in sctp_new_state() 272 pr_debug("SCTP_CID_SHUTDOWN\n"); in sctp_new_state() 276 pr_debug("SCTP_CID_SHUTDOWN_ACK\n"); in sctp_new_state() 280 pr_debug("SCTP_CID_ERROR\n"); in sctp_new_state() [all …]
|
D | nf_conntrack_h323_main.c | 156 pr_debug("nf_ct_h323: previous packet " in get_tpkt_data() 169 pr_debug("nf_ct_h323: fragmented TPKT\n"); in get_tpkt_data() 196 pr_debug("nf_ct_h323: separate TPKT header indicates " in get_tpkt_data() 203 pr_debug("nf_ct_h323: incomplete TPKT (fragmented?)\n"); in get_tpkt_data() 313 pr_debug("nf_ct_h323: expect RTP "); in expect_rtp_rtcp() 315 pr_debug("nf_ct_h323: expect RTCP "); in expect_rtp_rtcp() 372 pr_debug("nf_ct_h323: expect T.120 "); in expect_t120() 422 pr_debug("nf_ct_h323: OpenLogicalChannel\n"); in process_olc() 484 pr_debug("nf_ct_h323: OpenLogicalChannelAck\n"); in process_olca() 559 pr_debug("nf_ct_h323: H.245 Request %d\n", in process_h245() [all …]
|
/linux-4.4.14/sound/soc/sh/ |
D | ssi.c | 97 pr_debug("ssi: already in use!\n"); in ssi_startup() 143 pr_debug("ssi_hw_params() enter\nssicr was %08lx\n", ssicr); in ssi_hw_params() 144 pr_debug("bits: %u channels: %u\n", bits, channels); in ssi_hw_params() 155 pr_debug("ssi: invalid number of channels\n"); in ssi_hw_params() 172 pr_debug("ssi: invalid sample width\n"); in ssi_hw_params() 201 pr_debug("ssi: invalid system word length computed\n"); in ssi_hw_params() 207 pr_debug("ssi_hw_params() leave\nssicr is now %08lx\n", ssicr); in ssi_hw_params() 241 pr_debug("ssi: invalid sck divider %d\n", div); in ssi_set_clkdiv() 253 pr_debug("ssi_set_fmt()\nssicr was 0x%08lx\n", ssicr); in ssi_set_fmt() 268 pr_debug("ssi: unsupported format\n"); in ssi_set_fmt() [all …]
|
/linux-4.4.14/drivers/mtd/ |
D | mtdsuper.c | 31 pr_debug("MTDSB: Match on device %d (\"%s\")\n", in get_sb_mtd_compare() 36 pr_debug("MTDSB: No match, device %d (\"%s\"), device %d (\"%s\")\n", in get_sb_mtd_compare() 75 pr_debug("MTDSB: New superblock for device %d (\"%s\")\n", in mount_mtd_aux() 90 pr_debug("MTDSB: Device %d (\"%s\") is already mounted\n", in mount_mtd_aux() 111 pr_debug("MTDSB: Device #%u doesn't appear to exist\n", mtdnr); in mount_mtd_nr() 134 pr_debug("MTDSB: dev_name \"%s\"\n", dev_name); in mount_mtd() 145 pr_debug("MTDSB: mtd:%%s, name \"%s\"\n", in mount_mtd() 166 pr_debug("MTDSB: mtd%%d, mtdnr %d\n", in mount_mtd() 182 pr_debug("MTDSB: lookup_bdev() returned %d\n", ret); in mount_mtd() 185 pr_debug("MTDSB: lookup_bdev() returned 0\n"); in mount_mtd()
|
D | inftlmount.c | 55 pr_debug("INFTL: find_boot_record(inftl=%p)\n", inftl); in find_boot_record() 141 pr_debug("INFTL: Media Header ->\n" in find_boot_record() 198 pr_debug(" PARTITION[%d] ->\n" in find_boot_record() 380 pr_debug("INFTL: INFTL_formatblock(inftl=%p,block=%d)\n", inftl, block); in INFTL_formatblock() 470 pr_debug("-------------------------------------------" in INFTL_dumptables() 473 pr_debug("VUtable[%d] ->", s->nb_blocks); in INFTL_dumptables() 476 pr_debug("\n%04x: ", i); in INFTL_dumptables() 477 pr_debug("%04x ", s->VUtable[i]); in INFTL_dumptables() 480 pr_debug("\n-------------------------------------------" in INFTL_dumptables() 483 pr_debug("PUtable[%d-%d=%d] ->", s->firstEUN, s->lastEUN, s->nb_blocks); in INFTL_dumptables() [all …]
|
D | ssfdc.c | 138 pr_debug("SSFDC_RO: CIS/IDI sector not found" in get_valid_cis_sector() 223 pr_debug("SSFDC_RO: logical address field%d" in get_logical_address() 236 pr_debug("SSFDC_RO: get_logical_address() %d\n", in get_logical_address() 250 pr_debug("SSFDC_RO: build_block_map() nblks=%d (%luK)\n", in build_logical_block_map() 263 pr_debug("SSFDC_RO: mtd read_oob() failed at %lu\n", in build_logical_block_map() 279 pr_debug("SSFDC_RO: build_block_map() phys_block=%d," in build_logical_block_map() 315 pr_debug("SSFDC_RO: cis_block=%d,erase_size=%d,map_len=%d,n_zones=%d\n", in ssfdcr_add_mtd() 326 pr_debug("SSFDC_RO: using C:%d H:%d S:%d == %ld sects\n", in ssfdcr_add_mtd() 363 pr_debug("SSFDC_RO: remove_dev (i=%d)\n", dev->devnum); in ssfdcr_remove_dev() 379 pr_debug("SSFDC_RO: ssfdcr_readsect(%lu) sec_per_blk=%d, ofst=%d," in ssfdcr_readsect() [all …]
|
/linux-4.4.14/drivers/video/fbdev/core/ |
D | svgalib.c | 172 pr_debug("fb%d: var.vmode : 0x%X\n", node, var->vmode); 173 pr_debug("fb%d: var.xres : %d\n", node, var->xres); 174 pr_debug("fb%d: var.yres : %d\n", node, var->yres); 175 pr_debug("fb%d: var.bits_per_pixel: %d\n", node, var->bits_per_pixel); 176 pr_debug("fb%d: var.xres_virtual : %d\n", node, var->xres_virtual); 177 pr_debug("fb%d: var.yres_virtual : %d\n", node, var->yres_virtual); 178 pr_debug("fb%d: var.left_margin : %d\n", node, var->left_margin); 179 pr_debug("fb%d: var.right_margin : %d\n", node, var->right_margin); 180 pr_debug("fb%d: var.upper_margin : %d\n", node, var->upper_margin); 181 pr_debug("fb%d: var.lower_margin : %d\n", node, var->lower_margin); [all …]
|
/linux-4.4.14/net/mac802154/ |
D | rx.c | 48 pr_debug("getting packet via slave interface %s\n", sdata->dev->name); in ieee802154_subif_frame() 84 pr_debug("invalid dest mode\n"); in ieee802154_subif_frame() 96 pr_debug("decryption failed: %i\n", rc); in ieee802154_subif_frame() 121 pr_debug("%s not present\n", name); in ieee802154_print_addr() 123 pr_debug("%s PAN ID: %04x\n", name, le16_to_cpu(addr->pan_id)); in ieee802154_print_addr() 125 pr_debug("%s is short: %04x\n", name, in ieee802154_print_addr() 130 pr_debug("%s is hardware: %8phC\n", name, &hw); in ieee802154_print_addr() 148 pr_debug("fc: %04x dsn: %02x\n", le16_to_cpup((__le16 *)&hdr->fc), in ieee802154_parse_frame_start() 164 pr_debug("seclevel %i\n", hdr->sec.level); in ieee802154_parse_frame_start() 168 pr_debug("implicit key\n"); in ieee802154_parse_frame_start() [all …]
|
/linux-4.4.14/arch/x86/kernel/apic/ |
D | vector.c | 770 pr_debug("printing local APIC contents on CPU#%d/%d:\n", in print_local_APIC() 780 pr_debug("... APIC TASKPRI: %08x (%02x)\n", v, v & APIC_TPRI_MASK); in print_local_APIC() 786 pr_debug("... APIC ARBPRI: %08x (%02x)\n", in print_local_APIC() 790 pr_debug("... APIC PROCPRI: %08x\n", v); in print_local_APIC() 799 pr_debug("... APIC RRR: %08x\n", v); in print_local_APIC() 803 pr_debug("... APIC LDR: %08x\n", v); in print_local_APIC() 806 pr_debug("... APIC DFR: %08x\n", v); in print_local_APIC() 809 pr_debug("... APIC SPIV: %08x\n", v); in print_local_APIC() 811 pr_debug("... APIC ISR field:\n"); in print_local_APIC() 813 pr_debug("... APIC TMR field:\n"); in print_local_APIC() [all …]
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | flat.c | 28 pr_debug("*usptr = %x", get_unaligned(usptr)); in bfin_get_addr_from_rp() 34 pr_debug("*ptr = %lx", get_unaligned(ptr)); in bfin_get_addr_from_rp() 39 pr_debug("BINFMT_FLAT: Unknown relocation type %x\n", type); in bfin_get_addr_from_rp() 70 pr_debug("new value %x at %p", get_unaligned(usptr), usptr); in bfin_put_addr_at_rp() 75 pr_debug("new value %x", get_unaligned(usptr)); in bfin_put_addr_at_rp() 80 pr_debug("new ptr =%lx", get_unaligned(ptr)); in bfin_put_addr_at_rp()
|
D | ptrace.c | 257 pr_debug("ptrace: PEEKDATA\n"); in arch_ptrace() 265 pr_debug("ptrace: PEEKTEXT at addr 0x%08lx + %i\n", addr, to_copy); in arch_ptrace() 268 pr_debug("ptrace: user address is valid\n"); in arch_ptrace() 302 pr_debug("ptrace: copied size %d [0x%08lx]\n", copied, tmp); in arch_ptrace() 310 pr_debug("ptrace: PTRACE_PEEKDATA\n"); in arch_ptrace() 317 pr_debug("ptrace: POKETEXT at addr 0x%08lx + %i bytes %lx\n", in arch_ptrace() 321 pr_debug("ptrace: user address is valid\n"); in arch_ptrace() 342 pr_debug("ptrace: copied size %d\n", copied); in arch_ptrace() 363 pr_debug("ptrace: PEEKUSR reg %li with %#lx = %i\n", addr, data, ret); in arch_ptrace() 368 pr_debug("ptrace: POKEUSR reg %li with %li = %i\n", addr, data, ret); in arch_ptrace() [all …]
|
/linux-4.4.14/drivers/iommu/ |
D | fsl_pamu_domain.c | 49 pr_debug("Couldn't create fsl iommu_domain cache\n"); in iommu_init_mempool() 59 pr_debug("Couldn't create devinfo cache\n"); in iommu_init_mempool() 76 pr_debug("Number of windows/geometry not configured for the domain\n"); in get_phys_addr() 117 pr_debug("SPAACE configuration failed for liodn %d\n", in map_subwins() 143 pr_debug("PAACE configuration failed for liodn %d\n", liodn); in map_win() 175 pr_debug("Subwindow reconfiguration failed for liodn %d\n", in update_liodn() 189 pr_debug("Window reconfiguration failed for liodn %d\n", in update_liodn() 206 pr_debug("Windows not configured, stash destination update failed for liodn %d\n", in update_liodn_stash() 215 pr_debug("Failed to update SPAACE %d field for liodn %d\n ", in update_liodn_stash() 257 pr_debug("PAACE configuration failed for liodn %d, win_cnt =%d\n", in pamu_set_liodn() [all …]
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | module.c | 34 pr_debug("Applying add relocation section %u to %u\n", in apply_relocate_add() 59 pr_debug("R_MICROBLAZE_32 (%08lx->%08lx)\n", in apply_relocate_add() 78 pr_debug("R_MICROBLAZE_64 (%08lx->%08lx)\n", in apply_relocate_add() 94 pr_debug("R_MICROBLAZE_64_PCREL (%08lx)\n", in apply_relocate_add() 99 pr_debug("R_MICROBLAZE_32_PCREL_LO\n"); in apply_relocate_add() 103 pr_debug("R_MICROBLAZE_64_NONE\n"); in apply_relocate_add() 107 pr_debug("R_MICROBLAZE_NONE\n"); in apply_relocate_add()
|
D | ftrace.c | 147 pr_debug("%s: imm:0x%x\n", __func__, imm); in ftrace_make_nop() 150 pr_debug("%s: bralid 0x%x\n", __func__, bralid); in ftrace_make_nop() 167 pr_debug("%s: addr:0x%x, rec->ip: 0x%x, imm:0x%x\n", in ftrace_make_call() 171 pr_debug("%s: bralid:0x%x\n", __func__, bralid); in ftrace_make_call() 193 pr_debug("%s: func=0x%x, ip=0x%x, upper=0x%x, lower=0x%x\n", in ftrace_update_ftrace_func() 218 pr_debug("%s: Replace instruction: 0x%x\n", __func__, old_jump); in ftrace_enable_ftrace_graph_caller() 229 pr_debug("%s\n", __func__); in ftrace_disable_ftrace_graph_caller()
|
D | prom.c | 54 pr_debug("%s: depth: %d, uname: %s\n", __func__, depth, uname); in early_init_dt_scan_chosen_serial() 65 pr_debug("Compatible string: %s\n", p); in early_init_dt_scan_chosen_serial() 103 pr_debug(" -> early_init_devtree(%p)\n", params); in early_init_devtree() 113 pr_debug("Phys. mem: %lx\n", (unsigned long) memblock_phys_mem_size()); in early_init_devtree() 115 pr_debug(" <- early_init_devtree()\n"); in early_init_devtree()
|
D | exceptions.c | 90 pr_debug("Illegal opcode exception in user mode\n"); in full_exception() 99 pr_debug("Instruction bus error exception in user mode\n"); in full_exception() 108 pr_debug("Data bus error exception in user mode\n"); in full_exception() 117 pr_debug("Divide by zero exception in user mode\n"); in full_exception() 125 pr_debug("FPU exception\n"); in full_exception() 143 pr_debug("Privileged exception\n"); in full_exception()
|
/linux-4.4.14/fs/ufs/ |
D | super.c | 155 pr_debug("ufs_print_super_stuff\n"); in ufs_print_super_stuff() 156 pr_debug(" magic: 0x%x\n", magic); in ufs_print_super_stuff() 158 pr_debug(" fs_size: %llu\n", (unsigned long long) in ufs_print_super_stuff() 160 pr_debug(" fs_dsize: %llu\n", (unsigned long long) in ufs_print_super_stuff() 162 pr_debug(" bsize: %u\n", in ufs_print_super_stuff() 164 pr_debug(" fsize: %u\n", in ufs_print_super_stuff() 166 pr_debug(" fs_volname: %s\n", usb2->fs_un.fs_u2.fs_volname); in ufs_print_super_stuff() 167 pr_debug(" fs_sblockloc: %llu\n", (unsigned long long) in ufs_print_super_stuff() 169 pr_debug(" cs_ndir(No of dirs): %llu\n", (unsigned long long) in ufs_print_super_stuff() 171 pr_debug(" cs_nbfree(No of free blocks): %llu\n", in ufs_print_super_stuff() [all …]
|
/linux-4.4.14/arch/mips/mti-malta/ |
D | malta-amon.c | 24 pr_debug("avail: cpu%d is out of range\n", cpu); in amon_cpu_avail() 30 pr_debug("avail: cpu%d is not ready\n", cpu); in amon_cpu_avail() 34 pr_debug("avail: too late.. cpu%d is already gone\n", cpu); in amon_cpu_avail() 51 pr_debug("launch: I am cpu%d!\n", cpu); in amon_cpu_start() 56 pr_debug("launch: starting cpu%d\n", cpu); in amon_cpu_start() 70 pr_debug("launch: cpu%d gone!\n", cpu); in amon_cpu_start()
|
/linux-4.4.14/arch/x86/platform/intel-mid/ |
D | mrfl.c | 30 pr_debug("IA32 PLATFORM_INFO is 0x%x : %x\n", hi, lo); in tangier_calibrate_tsc() 33 pr_debug("ratio is %d\n", ratio); in tangier_calibrate_tsc() 41 pr_debug("Actual FSB frequency detected by SOC 0x%x : %x\n", in tangier_calibrate_tsc() 45 pr_debug("bus_freq = 0x%x\n", bus_freq); in tangier_calibrate_tsc() 71 pr_debug("calculate tangier tsc %lu KHz\n", fast_calibrate); in tangier_calibrate_tsc() 78 pr_debug("Setting lapic_timer_frequency = %d\n", in tangier_calibrate_tsc()
|
/linux-4.4.14/arch/avr32/kernel/ |
D | ptrace.c | 33 pr_debug("user_enable_single_step: pid=%u, PC=0x%08lx, SR=0x%08lx\n", in user_enable_single_step() 90 pr_debug("ptrace_read_user(%s[%u], %#lx, %p) -> %#lx\n", in ptrace_read_user() 106 pr_debug("ptrace_write_user(%s[%u], %#lx, %#lx)\n", in ptrace_write_user() 110 pr_debug(" invalid offset 0x%08lx\n", offset); in ptrace_write_user() 210 pr_debug("syscall_trace: sending signal %d to PID %u\n", in syscall_trace() 246 pr_debug("do_debug: status=0x%08x PC=0x%08lx SR=0x%08lx tif=0x%08lx\n", in do_debug() 270 pr_debug(" -> TIF_BREAKPOINT done, adjusted regs:" in do_debug() 276 pr_debug("Going to do single step...\n"); in do_debug() 288 pr_debug("Stepped into something, " in do_debug() 307 pr_debug("Setting up trampoline...\n"); in do_debug() [all …]
|
D | kprobes.c | 40 pr_debug("copy kprobe at %p\n", p->addr); in arch_prepare_kprobe() 50 pr_debug("arming kprobe at %p\n", p->addr); in arch_arm_kprobe() 59 pr_debug("disarming kprobe at %p\n", p->addr); in arch_disarm_kprobe() 70 pr_debug("preparing to singlestep over %p (PC=%08lx)\n", in prepare_singlestep() 94 pr_debug("resuming execution at PC=%08lx\n", regs->pc); in resume_execution() 116 pr_debug("kprobe_handler: kprobe_running=%p\n", in kprobe_handler() 169 pr_debug("post_kprobe_handler, cur=%p\n", cur); in post_kprobe_handler() 190 pr_debug("kprobe_fault_handler: trapnr=%d\n", trapnr); in kprobe_fault_handler() 211 pr_debug("kprobe_exceptions_notify: val=%lu, data=%p\n", in kprobe_exceptions_notify()
|
/linux-4.4.14/drivers/watchdog/ |
D | intel_scu_watchdog.c | 116 pr_debug("value of new_margin %d is out of the range %d to %d\n", in check_timer_margin() 160 pr_debug("irq, int_status: %x\n", int_status); in watchdog_timer_interrupt() 167 pr_debug("spurious interrupt received\n"); in watchdog_timer_interrupt() 223 pr_debug("set_heartbeat: timer freq is %d\n", in intel_scu_set_heartbeat() 225 pr_debug("set_heartbeat: timer_set is %x (hex)\n", in intel_scu_set_heartbeat() 227 pr_debug("set_hearbeat: timer_margin is %x (hex)\n", timer_margin); in intel_scu_set_heartbeat() 228 pr_debug("set_heartbeat: threshold is %x (hex)\n", in intel_scu_set_heartbeat() 230 pr_debug("set_heartbeat: soft_threshold is %x (hex)\n", in intel_scu_set_heartbeat() 322 pr_debug("intel_scu_release, without open\n"); in intel_scu_release() 328 pr_debug("closed, without starting timer\n"); in intel_scu_release() [all …]
|
D | pcwd_pci.c | 163 pr_debug("sending following data cmd=0x%02x msb=0x%02x lsb=0x%02x\n", in send_command() 189 pr_debug("time to process command was: %d ms\n", in send_command() 192 pr_debug("card did not respond on command!\n"); in send_command() 205 pr_debug("received following data for cmd=0x%02x: msb=0x%02x lsb=0x%02x\n", in send_command() 280 pr_debug("Watchdog started\n"); in pcipcwd_start() 305 pr_debug("Watchdog stopped\n"); in pcipcwd_stop() 318 pr_debug("Watchdog keepalive signal send\n"); in pcipcwd_keepalive() 336 pr_debug("New heartbeat: %d\n", heartbeat); in pcipcwd_set_heartbeat() 356 pr_debug("Control Status #1: 0x%02x\n", control_status); in pcipcwd_get_status() 373 pr_debug("status was: 0x%02x\n", control_status); in pcipcwd_clear_status() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | msi.c | 67 pr_debug("rtas_msi: ibm,change_msi(func=%d,num=%d), got %d rc = %d\n", in rtas_change_msi() 90 pr_debug("rtas_msi: Setting MSIs to 0 failed!\n"); in rtas_disable_msi() 110 pr_debug("rtas_msi: error (%d) querying source number\n", rc); in rtas_query_irq_number() 147 pr_debug("rtas_msi: No %s on %s\n", prop_name, dn->full_name); in check_req() 153 pr_debug("rtas_msi: %s requests < %d MSIs\n", prop_name, nvec); in check_req() 185 pr_debug("rtas_msi: found prop on dn %s\n", in find_pe_total_msi() 225 pr_debug("rtas_msi: using PE dn %s\n", dn->full_name); in find_pe_dn() 245 pr_debug("rtas_msi: counting %s\n", dn->full_name); in count_non_bridge_devices() 291 pr_debug("rtas_msi: calc quota for %s, request %d\n", pci_name(dev), in msi_quota_for_device() 303 pr_debug("rtas_msi: found PE %s\n", pe_dn->full_name); in msi_quota_for_device() [all …]
|
/linux-4.4.14/drivers/misc/ti-st/ |
D | st_core.c | 106 pr_debug(" %s(prot:%d) ", __func__, chnl_id); in st_send_frame() 169 pr_debug("len %d room %d", len, room); in st_check_data_len() 256 pr_debug("count %ld rx_state %ld" in st_int_recv() 277 pr_debug("Complete pkt received"); in st_int_recv() 291 pr_debug("plen pointing to %x\n", *plen); in st_int_recv() 303 pr_debug("off %d, pay len %d\n", in st_int_recv() 316 pr_debug("PM packet"); in st_int_recv() 333 pr_debug("PM packet"); in st_int_recv() 382 pr_debug("rx_count %ld\n", st_gdata->rx_count); in st_int_recv() 389 pr_debug("done %s", __func__); in st_int_recv() [all …]
|
D | st_ll.c | 34 pr_debug("%s: writing %x", __func__, cmd); in send_ll_cmd() 44 pr_debug("%s", __func__); in ll_device_want_to_sleep() 126 pr_debug(" returning state %ld", ll->ll_state); in st_ll_getstate() 136 pr_debug("sleep indication recvd"); in st_ll_sleep_state() 143 pr_debug("wake indication recvd"); in st_ll_sleep_state() 147 pr_debug("wake ack rcvd"); in st_ll_sleep_state()
|
/linux-4.4.14/drivers/staging/rtl8188eu/os_dep/ |
D | usb_intf.c | 144 pr_debug("usb attached..., try to reset usb device\n"); in usb_dvobj_deinit() 195 pr_debug("===> rtw_dev_unload\n"); in rtw_dev_unload() 218 pr_debug("<=== rtw_dev_unload\n"); in rtw_dev_unload() 232 pr_debug("==> %s (%s:%d)\n", __func__, current->comm, current->pid); in rtw_suspend() 236 pr_debug("padapter->bup=%d bDriverStopped=%d bSurpriseRemoved = %d\n", in rtw_suspend() 258 pr_debug("%s:%d %s(%pM), length:%d assoc_ssid.length:%d\n", in rtw_suspend() 284 pr_debug("<=== %s .............. in %dms\n", __func__, in rtw_suspend() 297 pr_debug("==> %s (%s:%d)\n", __func__, current->comm, current->pid); in rtw_resume_process() 310 pr_debug("bkeepfwalive(%x)\n", pwrpriv->bkeepfwalive); in rtw_resume_process() 325 pr_debug("<=== %s return %d.............. in %dms\n", __func__, in rtw_resume_process() [all …]
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | mpic.c | 250 pr_debug("%s: destination cpu %d does not exist\n", in mpic_irq_raise() 255 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id, in mpic_irq_raise() 268 pr_debug("%s: destination cpu %d does not exist\n", in mpic_irq_lower() 273 pr_debug("%s: cpu %d output %d\n", __func__, dst->vcpu->arch.irq_cpu_id, in mpic_irq_lower() 303 pr_debug("IRQ_check: irq %d set ivpr_pr=%d pr=%d\n", in IRQ_check() 334 pr_debug("%s: IRQ %d active %d was %d\n", in IRQ_local_pipe() 338 pr_debug("%s: output %d irq %d active %d was %d count %d\n", in IRQ_local_pipe() 349 pr_debug("%s: Raise OpenPIC output %d cpu %d irq %d\n", in IRQ_local_pipe() 356 pr_debug("%s: Lower OpenPIC output %d cpu %d irq %d\n", in IRQ_local_pipe() 378 pr_debug("%s: IRQ %d priority %d too low for ctpr %d on CPU %d\n", in IRQ_local_pipe() [all …]
|
/linux-4.4.14/drivers/of/ |
D | fdt_address.c | 30 pr_debug("%s", s); in of_dump_addr() 33 pr_debug("\n"); in of_dump_addr() 80 pr_debug("FDT: default map, cp=%llx, s=%llx, da=%llx\n", in fdt_bus_default_map() 126 pr_debug("FDT: empty ranges, 1:1 translation\n"); in fdt_translate_one() 130 pr_debug("FDT: walking ranges...\n"); in fdt_translate_one() 141 pr_debug("FDT: not found !\n"); in fdt_translate_one() 148 pr_debug("FDT: with offset: %llx\n", offset); in fdt_translate_one() 173 pr_debug("FDT: ** translation for device %s **\n", in fdt_translate_address() 198 pr_debug("FDT: bus (na=%d, ns=%d) on %s\n", in fdt_translate_address() 210 pr_debug("FDT: reached root node\n"); in fdt_translate_address() [all …]
|
D | irq.c | 127 pr_debug(" -> no parent found !\n"); in of_irq_parse_raw() 131 pr_debug("of_irq_parse_raw: ipar=%s, size=%d\n", of_node_full_name(ipar), intsize); in of_irq_parse_raw() 150 pr_debug(" -> addrsize=%d\n", addrsize); in of_irq_parse_raw() 169 pr_debug(" -> got it !\n"); in of_irq_parse_raw() 178 pr_debug(" -> no reg passed in when needed !\n"); in of_irq_parse_raw() 186 pr_debug(" -> no map, getting parent\n"); in of_irq_parse_raw() 205 pr_debug(" -> match=%d (imaplen=%d)\n", match, imaplen); in of_irq_parse_raw() 217 pr_debug(" -> imap parent not found !\n"); in of_irq_parse_raw() 229 pr_debug(" -> parent lacks #interrupt-cells!\n"); in of_irq_parse_raw() 236 pr_debug(" -> newintsize=%d, newaddrsize=%d\n", in of_irq_parse_raw() [all …]
|
D | fdt.c | 73 pr_debug("Limiting number of entries to %d\n", limit); in of_fdt_limit_memory() 238 pr_debug("%s: p: %d, l: %d, a: %d\n", in unflatten_dt_node() 326 pr_debug("fixed up name for %s -> %s\n", pathp, in unflatten_dt_node() 393 pr_debug(" -> unflatten_device_tree()\n"); in __unflatten_device_tree() 396 pr_debug("No device tree pointer\n"); in __unflatten_device_tree() 400 pr_debug("Unflattening device tree:\n"); in __unflatten_device_tree() 401 pr_debug("magic: %08x\n", fdt_magic(blob)); in __unflatten_device_tree() 402 pr_debug("size: %08x\n", fdt_totalsize(blob)); in __unflatten_device_tree() 403 pr_debug("version: %08x\n", fdt_version(blob)); in __unflatten_device_tree() 415 pr_debug(" size is %lx, allocating...\n", size); in __unflatten_device_tree() [all …]
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 61 pr_debug("%s: HIA after %dus\n", isar->name, timeout - t); in waitforHIA() 74 pr_debug("send_mbox(%02x,%02x,%d)\n", his, creg, len); in send_mbox() 88 pr_debug("%s: %s %02x: %s\n", isar->name, in send_mbox() 117 pr_debug("%s: %s %02x: %s\n", isar->name, in rcv_mbox() 132 pr_debug("%s: rcv_mbox(%02x,%02x,%d)\n", isar->name, in get_irq_infos() 156 pr_debug("%s: pulled %d bytes after %d us\n", in poll_mbox() 208 pr_debug("%s: load firmware %d words (%d bytes)\n", in load_firmware() 221 pr_debug("ISAR firmware block (%#x,%d,%#x)\n", in load_firmware() 262 pr_debug("%s: load %3d words at %04x\n", isar->name, in load_firmware() 291 pr_debug("%s: ISAR firmware block %d words loaded\n", in load_firmware() [all …]
|
D | mISDNipac.c | 49 pr_debug("%s: ph_command %x\n", isac->name, command); in ph_command() 112 pr_debug("%s: TE newstate %x\n", isac->name, dch->state); in isac_ph_state_bh() 120 pr_debug("%s: %s %d\n", isac->name, __func__, count); in isac_empty_fifo() 131 pr_debug("%s: %s overrun %d\n", isac->name, __func__, in isac_empty_fifo() 165 pr_debug("%s: %s %d\n", isac->name, __func__, count); in isac_fill_fifo() 171 pr_debug("%s: %s dbusytimer running\n", isac->name, __func__); in isac_fill_fifo() 194 pr_debug("%s: ISAC RDO\n", isac->name); in isac_rme_irq() 200 pr_debug("%s: ISAC CRC error\n", isac->name); in isac_rme_irq() 261 pr_debug("%s: ISAC MOSR %02x\n", isac->name, val); in isac_mos_irq() 281 pr_debug("%s: ISAC MON RX overflow!\n", isac->name); in isac_mos_irq() [all …]
|
D | w6692.c | 194 pr_debug("%s: ph_command %x\n", card->name, cmd); in ph_command() 250 pr_debug("%s: TE unknown state %02x dch state %02x\n", in W6692_ph_bh() 254 pr_debug("%s: TE newstate %02x\n", card->name, dch->state); in W6692_ph_bh() 263 pr_debug("%s: empty_Dfifo %d\n", card->name, count); in W6692_empty_Dfifo() 273 pr_debug("%s: empty_Dfifo overrun %d\n", card->name, in W6692_empty_Dfifo() 296 pr_debug("%s: fill_Dfifo\n", card->name); in W6692_fill_Dfifo() 311 pr_debug("%s: fill_Dfifo dbusytimer running\n", card->name); in W6692_fill_Dfifo() 359 pr_debug("%s: D-channel RDOV\n", card->name); in handle_rxD() 365 pr_debug("%s: D-channel CRC error\n", card->name); in handle_rxD() 371 pr_debug("%s: D-channel ABORT\n", card->name); in handle_rxD() [all …]
|
/linux-4.4.14/drivers/net/ethernet/amd/ |
D | nmclan_cs.c | 866 pr_debug("%s: mace_start_xmit(length = %ld) called.\n", in mace_start_xmit() 926 pr_debug("mace_interrupt(): irq 0x%X for unknown device.\n", in mace_interrupt() 958 pr_debug("mace_interrupt: irq 0x%X status 0x%X.\n", irq, status); in mace_interrupt() 1077 pr_debug("%s: in mace_rx(), framecnt 0x%X, rx_status" in mace_rx() 1104 pr_debug(" receiving packet size 0x%X rx_status" in mace_rx() 1123 pr_debug("%s: couldn't allocate a sk_buff of size" in mace_rx() 1139 pr_debug("pr_linux_stats\n"); in pr_linux_stats() 1140 pr_debug(" rx_packets=%-7ld tx_packets=%ld\n", in pr_linux_stats() 1142 pr_debug(" rx_errors=%-7ld tx_errors=%ld\n", in pr_linux_stats() 1144 pr_debug(" rx_dropped=%-7ld tx_dropped=%ld\n", in pr_linux_stats() [all …]
|
/linux-4.4.14/net/irda/ircomm/ |
D | ircomm_tty_attach.c | 136 pr_debug("%s(), already connected!\n", __func__); in ircomm_tty_attach_cable() 308 pr_debug("%s(), data-rate = %d\n", __func__ , in ircomm_tty_send_initial_parameters() 312 pr_debug("%s(), data-format = %d\n", __func__ , in ircomm_tty_send_initial_parameters() 317 pr_debug("%s(), flow-control = %d\n", __func__ , in ircomm_tty_send_initial_parameters() 436 pr_debug("%s(), got NULL value!\n", __func__); in ircomm_tty_getvalue_confirm() 442 pr_debug("%s(), got octet sequence\n", __func__); in ircomm_tty_getvalue_confirm() 452 pr_debug("%s(), got lsapsel = %d\n", __func__ , in ircomm_tty_getvalue_confirm() 456 pr_debug("%s(), invalid value!\n", __func__); in ircomm_tty_getvalue_confirm() 463 pr_debug("%s(), got IAS_MISSING\n", __func__); in ircomm_tty_getvalue_confirm() 466 pr_debug("%s(), got unknown type!\n", __func__); in ircomm_tty_getvalue_confirm() [all …]
|
D | ircomm_param.c | 140 pr_debug("%s(), skb->len=%d\n", __func__ , skb->len); in ircomm_param_request() 174 pr_debug("%s(), No common service type to use!\n", __func__); in ircomm_param_service_type() 177 pr_debug("%s(), services in common=%02x\n", __func__ , in ircomm_param_service_type() 192 pr_debug("%s(), resulting service type=0x%02x\n", __func__ , in ircomm_param_service_type() 235 pr_debug("%s(), port type=%d\n", __func__ , in ircomm_param_port_type() 255 pr_debug("%s(), not imp!\n", __func__); in ircomm_param_port_name() 257 pr_debug("%s(), port-name=%s\n", __func__ , param->pv.c); in ircomm_param_port_name() 282 pr_debug("%s(), data rate = %d\n", __func__ , param->pv.i); in ircomm_param_data_rate() 328 pr_debug("%s(), flow control = 0x%02x\n", __func__ , (__u8)param->pv.i); in ircomm_param_flow_control() 354 pr_debug("%s(), XON/XOFF = 0x%02x,0x%02x\n", __func__ , in ircomm_param_xon_xoff() [all …]
|
/linux-4.4.14/drivers/scsi/cxlflash/ |
D | vlun.c | 69 pr_debug("%s: Initializing LUN: lun_id = %llX, " in ba_init() 76 pr_debug("%s: Requested LUN size of 0!\n", __func__); in ba_init() 138 pr_debug("%s: Successfully initialized the LUN: " in ba_init() 196 pr_debug("%s: Received block allocation request: " in ba_alloc() 201 pr_debug("%s: No space left on LUN: lun_id = %llX\n", in ba_alloc() 214 pr_debug("%s: Could not find an allocation unit on LUN:" in ba_alloc() 226 pr_debug("%s: Allocating AU number %llX, on lun_id %llX, " in ba_alloc() 269 pr_debug("%s: The AUN %llX is not allocated on lun_id %llX\n", in ba_free() 274 pr_debug("%s: Received a request to free AU %llX on lun_id %llX, " in ba_free() 279 pr_debug("%s: AUN %llX on lun_id %llX has been cloned. Clone " in ba_free() [all …]
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | pci_64.c | 97 pr_debug("IO unmapping for PCI-PCI bridge %s\n", in pcibios_unmap_io_space() 114 pr_debug("IO unmapping for PHB %s\n", hose->dn->full_name); in pcibios_unmap_io_space() 115 pr_debug(" alloc=0x%p\n", hose->io_base_alloc); in pcibios_unmap_io_space() 154 pr_debug("IO mapping for PHB %s\n", hose->dn->full_name); in pcibios_map_phb_io_space() 155 pr_debug(" phys=0x%016llx, virt=0x%p (alloc=0x%p)\n", in pcibios_map_phb_io_space() 157 pr_debug(" size=0x%016llx (alloc=0x%016lx)\n", in pcibios_map_phb_io_space() 170 pr_debug(" hose->io_resource=%pR\n", &hose->io_resource); in pcibios_map_phb_io_space() 183 pr_debug("IO mapping for PCI-PCI bridge %s\n", in pcibios_map_io_space() 185 pr_debug(" virt=0x%016llx...0x%016llx\n", in pcibios_map_io_space()
|
D | pci_of_scan.c | 87 pr_debug(" parse addresses (%d bytes) @ %p\n", proplen, addrs); in of_pci_parse_addrs() 97 pr_debug(" base: %llx, size: %llx, i: %x\n", in of_pci_parse_addrs() 137 pr_debug(" create device, devfn: %x, type: %s\n", devfn, type); in of_create_pci_dev() 160 pr_debug(" class: 0x%x\n", dev->class); in of_create_pci_dev() 161 pr_debug(" revision: 0x%x\n", dev->revision); in of_create_pci_dev() 186 pr_debug(" adding to system ...\n"); in of_create_pci_dev() 217 pr_debug("of_scan_pci_bridge(%s)\n", node->full_name); in of_scan_pci_bridge() 287 pr_debug(" bus name: %s\n", bus->name); in of_scan_pci_bridge() 294 pr_debug(" probe mode: %d\n", mode); in of_scan_pci_bridge() 313 pr_debug(" * %s\n", dn->full_name); in of_scan_pci_dev() [all …]
|
D | module_32.c | 121 pr_debug("Found relocations in section %u\n", i); in get_plt_size() 122 pr_debug("Ptr: %p. Number: %u\n", in get_plt_size() 189 pr_debug("Doing plt for call to 0x%x at 0x%x\n", val, (unsigned int)location); in do_plt_call() 208 pr_debug("Initialized plt for 0x%x at %p\n", val, entry); in do_plt_call() 224 pr_debug("Applying ADD relocate section %u to %u\n", relsec, in apply_relocate_add() 268 pr_debug("REL24 value = %08X. location = %08X\n", in apply_relocate_add() 270 pr_debug("Location before: %08X.\n", in apply_relocate_add() 276 pr_debug("Location after: %08X.\n", in apply_relocate_add() 278 pr_debug("ie. jump to %08X+%08X = %08X\n", in apply_relocate_add()
|
/linux-4.4.14/drivers/net/irda/ |
D | ali-ircc.c | 168 pr_debug("%s(), Probing for %s ...\n", __func__, chip->name); in ali_ircc_init() 198 pr_debug("%s(), Chip found at 0x%03x\n", in ali_ircc_init() 203 pr_debug("%s(), Found %s chip, revision=%d\n", in ali_ircc_init() 226 pr_debug("%s(), No %s chip at 0x%03x\n", in ali_ircc_init() 425 pr_debug("%s(), Releasing Region %03x\n", __func__, self->io.fir_base); in ali_ircc_close() 499 pr_debug("%s(), probing fir_base=0x%03x\n", __func__, info->fir_base); in ali_ircc_probe_53() 505 pr_debug("%s(), probing irq=%d\n", __func__, info->irq); in ali_ircc_probe_53() 516 pr_debug("%s(), probing dma=%d\n", __func__, info->dma); in ali_ircc_probe_53() 522 pr_debug("%s(), probing enabled=%d\n", __func__, info->enabled); in ali_ircc_probe_53() 528 pr_debug("%s(), probing suspended=%d\n", __func__, info->suspended); in ali_ircc_probe_53() [all …]
|
D | nsc-ircc.c | 229 pr_debug("%s(), Probing for %s ...\n", __func__, in nsc_ircc_init() 241 pr_debug("%s() no chip at 0x%03x\n", in nsc_ircc_init() 250 pr_debug("%s() Found %s chip, revision=%d\n", in nsc_ircc_init() 282 pr_debug("%s, PnP init failed\n", in nsc_ircc_init() 305 pr_debug("%s(), Wrong chip id=0x%02x\n", in nsc_ircc_init() 534 pr_debug("%s(), Releasing Region %03x\n", in nsc_ircc_close() 632 pr_debug("%s(), probing fir_base=0x%03x\n", __func__, in nsc_ircc_probe_108() 665 pr_debug("%s(), probing irq=%d\n", __func__, info->irq); in nsc_ircc_probe_108() 682 pr_debug("%s(), probing dma=%d\n", __func__, info->dma); in nsc_ircc_probe_108() 733 pr_debug("(), Chip is in PnP mode\n"); in nsc_ircc_probe_338() [all …]
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | clockdomain.c | 95 pr_debug("clockdomain: registered %s\n", clkdm->name); in _clkdm_register() 208 pr_debug("clockdomain: hardware cannot set/clear wake up of %s when %s wakes up\n", in _clkdm_add_wkdep() 215 pr_debug("clockdomain: hardware will wake up %s when %s wakes up\n", in _clkdm_add_wkdep() 251 pr_debug("clockdomain: hardware cannot set/clear wake up of %s when %s wakes up\n", in _clkdm_del_wkdep() 258 pr_debug("clockdomain: hardware will no longer wake up %s after %s wakes up\n", in _clkdm_del_wkdep() 296 pr_debug("clockdomain: hardware cannot set/clear sleep dependency affecting %s from %s\n", in _clkdm_add_sleepdep() 303 pr_debug("clockdomain: will prevent %s from sleeping if %s is active\n", in _clkdm_add_sleepdep() 341 pr_debug("clockdomain: hardware cannot set/clear sleep dependency affecting %s from %s\n", in _clkdm_del_sleepdep() 348 pr_debug("clockdomain: will no longer prevent %s from sleeping if %s is active\n", in _clkdm_del_sleepdep() 650 pr_debug("clockdomain: hardware cannot set/clear wake up of %s when %s wakes up\n", in clkdm_read_wkdep() [all …]
|
D | omap-pm-noop.c | 43 pr_debug("OMAP PM: remove max MPU wakeup latency constraint: dev %s\n", in omap_pm_set_max_mpu_wakeup_lat() 46 pr_debug("OMAP PM: add max MPU wakeup latency constraint: dev %s, t = %ld usec\n", in omap_pm_set_max_mpu_wakeup_lat() 72 pr_debug("OMAP PM: remove min bus tput constraint: dev %s for agent_id %d\n", in omap_pm_set_min_bus_tput() 75 pr_debug("OMAP PM: add min bus tput constraint: dev %s for agent_id %d: rate %ld KiB\n", in omap_pm_set_min_bus_tput() 150 pr_debug("OMAP PM: context loss count for dev %s = %d\n", in omap_pm_get_dev_context_loss_count()
|
/linux-4.4.14/drivers/net/wireless/cw1200/ |
D | bh.c | 71 pr_debug("[BH] register.\n"); in cw1200_register_bh() 99 pr_debug("[BH] unregistered.\n"); in cw1200_unregister_bh() 104 pr_debug("[BH] irq.\n"); in cw1200_irq_handler() 120 pr_debug("[BH] wakeup.\n"); in cw1200_bh_wakeup() 132 pr_debug("[BH] suspend.\n"); in cw1200_bh_suspend() 147 pr_debug("[BH] resume.\n"); in cw1200_bh_resume() 202 pr_debug("[BH] Device wakeup.\n"); in cw1200_device_wakeup() 224 pr_debug("[BH] Device awake.\n"); in cw1200_device_wakeup() 235 pr_debug("[BH] Powerave is %s.\n", in cw1200_enable_powersave() 261 pr_debug("Invalid read len: %zu (%04x)", in cw1200_bh_rx_helper() [all …]
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebt_vlan.c | 95 pr_debug("passed entry proto %2.4X is not 802.1Q (8100)\n", in ebt_vlan_mt_check() 103 pr_debug("bitmask %2X is out of mask (%2X)\n", in ebt_vlan_mt_check() 110 pr_debug("inversion flags %2X is out of mask (%2X)\n", in ebt_vlan_mt_check() 124 pr_debug("id %d is out of range (1-4096)\n", in ebt_vlan_mt_check() 139 pr_debug("prio %d is out of range (0-7)\n", in ebt_vlan_mt_check() 149 pr_debug("encap frame length %d is less than " in ebt_vlan_mt_check() 170 pr_debug("ebtables 802.1Q extension module v" MODULE_VERS "\n"); in ebt_vlan_init()
|
/linux-4.4.14/arch/c6x/kernel/ |
D | module.c | 31 pr_debug("REL PCR_S%d[%p] dest[%p] opcode[%08x]\n", in fixup_pcr() 58 pr_debug("Applying relocate section %u to %u with offset 0x%x\n", in apply_relocate_add() 76 pr_debug("RELA ABS32: [%p] = 0x%x\n", location, v); in apply_relocate_add() 80 pr_debug("RELA ABS16: [%p] = 0x%x\n", location, v); in apply_relocate_add() 84 pr_debug("RELA ABS8: [%p] = 0x%x\n", location, v); in apply_relocate_add() 91 pr_debug("RELA ABS_L16[%p] v[0x%x] opcode[0x%x]\n", in apply_relocate_add() 99 pr_debug("RELA ABS_H16[%p] v[0x%x] opcode[0x%x]\n", in apply_relocate_add()
|
/linux-4.4.14/tools/perf/ |
D | builtin-buildid-cache.c | 139 pr_debug("same kcore found in %s\n", to_dir); in build_id_cache__add_kcore() 170 pr_debug("kcore added to build-id cache directory %s\n", to_dir); in build_id_cache__add_kcore() 182 pr_debug("Couldn't read a build-id in %s\n", filename); in build_id_cache__add_file() 189 pr_debug("Adding %s %s: %s\n", sbuild_id, filename, in build_id_cache__add_file() 202 pr_debug("Couldn't read a build-id in %s\n", filename); in build_id_cache__remove_file() 208 pr_debug("Removing %s %s: %s\n", sbuild_id, filename, in build_id_cache__remove_file() 226 pr_debug("Removing %s %s: %s\n", pos->s, pathname, in build_id_cache__purge_path() 234 pr_debug("Purging %s: %s\n", pathname, err ? "FAIL" : "Ok"); in build_id_cache__purge_path() 274 pr_debug("Couldn't read a build-id in %s\n", filename); in build_id_cache__update_file() 285 pr_debug("Updating %s %s: %s\n", sbuild_id, filename, in build_id_cache__update_file() [all …]
|
/linux-4.4.14/drivers/net/ethernet/ |
D | dnet.c | 129 pr_debug("mdio_read %02x:%02x <- %04x\n", mii_id, regnum, value); in dnet_mdio_read() 140 pr_debug("mdio_write %02x:%02x <- %04x\n", mii_id, regnum, value); in dnet_mdio_write() 508 pr_debug("%s: irq %x remains\n", __func__, int_current); in dnet_interrupt() 539 pr_debug("start_xmit: len %u head %p data %p\n", in dnet_start_xmit() 682 pr_debug("%s\n", __func__); in dnet_print_pretty_hwstats() 683 pr_debug("----------------------------- RX statistics " in dnet_print_pretty_hwstats() 685 pr_debug("RX_PKT_IGNR_CNT %-8x\n", hwstat->rx_pkt_ignr); in dnet_print_pretty_hwstats() 686 pr_debug("RX_LEN_CHK_ERR_CNT %-8x\n", hwstat->rx_len_chk_err); in dnet_print_pretty_hwstats() 687 pr_debug("RX_LNG_FRM_CNT %-8x\n", hwstat->rx_lng_frm); in dnet_print_pretty_hwstats() 688 pr_debug("RX_SHRT_FRM_CNT %-8x\n", hwstat->rx_shrt_frm); in dnet_print_pretty_hwstats() [all …]
|
/linux-4.4.14/arch/arm/mach-vexpress/ |
D | tc2_pm.c | 53 pr_debug("%s: cpu %u cluster %u\n", __func__, cpu, cluster); in tc2_pm_cpu_powerup() 64 pr_debug("%s: cluster %u\n", __func__, cluster); in tc2_pm_cluster_powerup() 73 pr_debug("%s: cpu %u cluster %u\n", __func__, cpu, cluster); in tc2_pm_cpu_powerdown_prepare() 88 pr_debug("%s: cluster %u\n", __func__, cluster); in tc2_pm_cluster_powerdown_prepare() 133 pr_debug("%s: cpu %u cluster %u\n", __func__, cpu, cluster); in tc2_pm_wait_for_powerdown() 137 pr_debug("%s(cpu=%u, cluster=%u): RESET_CTRL = 0x%08X\n", in tc2_pm_wait_for_powerdown() 167 pr_debug("%s: cpu %u cluster %u\n", __func__, cpu, cluster); in tc2_pm_cpu_is_up() 175 pr_debug("%s: cluster %u\n", __func__, cluster); in tc2_pm_cluster_is_up() 250 pr_debug("%s: cpu %u cluster %u\n", __func__, cpu, cluster); in tc2_pm_init()
|
/linux-4.4.14/fs/overlayfs/ |
D | overlayfs.h | 33 pr_debug("rmdir(%pd2) = %i\n", dentry, err); in ovl_do_rmdir() 40 pr_debug("unlink(%pd2) = %i\n", dentry, err); in ovl_do_unlink() 49 pr_debug("link(%pd2, %pd2) = %i\n", in ovl_do_link() 60 pr_debug("create(%pd2, 0%o) = %i\n", dentry, mode, err); in ovl_do_create() 69 pr_debug("mkdir(%pd2, 0%o) = %i\n", dentry, mode, err); in ovl_do_mkdir() 78 pr_debug("mknod(%pd2, 0%o, 0%o) = %i\n", in ovl_do_mknod() 89 pr_debug("symlink(\"%s\", %pd2) = %i\n", oldname, dentry, err); in ovl_do_symlink() 97 pr_debug("setxattr(%pd2, \"%s\", \"%*s\", 0x%x) = %i\n", in ovl_do_setxattr() 105 pr_debug("removexattr(%pd2, \"%s\") = %i\n", dentry, name, err); in ovl_do_removexattr() 115 pr_debug("rename2(%pd2, %pd2, 0x%x)\n", in ovl_do_rename() [all …]
|
/linux-4.4.14/net/nfc/ |
D | llcp_core.c | 60 pr_debug("%p\n", &sock->sk); in nfc_llcp_socket_purge() 204 pr_debug("ssap dsap %d %d\n", ssap, dsap); in nfc_llcp_sock_get() 303 pr_debug("No device found\n"); in nfc_llcp_find_local() 320 pr_debug("%s\n", service_name); in nfc_llcp_wks_sap() 345 pr_debug("sn %zd %p\n", sn_len, sn); in nfc_llcp_sock_from_sn() 357 pr_debug("llcp sock %p\n", tmp_sock); in nfc_llcp_sock_from_sn() 382 pr_debug("Found llcp sock %p\n", llcp_sock); in nfc_llcp_sock_from_sn() 397 pr_debug("WKS %d\n", ssap); in nfc_llcp_get_sdp_ssap() 475 pr_debug("%d clients\n", atomic_read(client_cnt)); in nfc_llcp_put_ssap() 482 pr_debug("No more clients for SAP %d\n", ssap); in nfc_llcp_put_ssap() [all …]
|
D | llcp_commands.c | 95 pr_debug("type %d\n", type); in nfc_llcp_build_tlv() 150 pr_debug("uri: %s, len: %zu\n", uri, uri_len); in nfc_llcp_build_sdreq_tlv() 205 pr_debug("TLV array length %d\n", tlv_array_len); in nfc_llcp_parse_gb_tlv() 214 pr_debug("type 0x%x length %d\n", type, length); in nfc_llcp_parse_gb_tlv() 241 pr_debug("version 0x%x miu %d lto %d opt 0x%x wks 0x%x\n", in nfc_llcp_parse_gb_tlv() 254 pr_debug("TLV array length %d\n", tlv_array_len); in nfc_llcp_parse_connection_tlv() 263 pr_debug("type 0x%x length %d\n", type, length); in nfc_llcp_parse_connection_tlv() 283 pr_debug("sock %p rw %d miu %d\n", sock, in nfc_llcp_parse_connection_tlv() 294 pr_debug("ptype 0x%x dsap 0x%x ssap 0x%x\n", ptype, dsap, ssap); in llcp_add_header() 299 pr_debug("header 0x%x 0x%x\n", header[0], header[1]); in llcp_add_header() [all …]
|
D | core.c | 49 pr_debug("%s do firmware %s\n", dev_name(&dev->dev), firmware_name); in nfc_fw_download() 105 pr_debug("dev_name=%s\n", dev_name(&dev->dev)); in nfc_dev_up() 153 pr_debug("dev_name=%s\n", dev_name(&dev->dev)); in nfc_dev_down() 186 pr_debug("%s blocked %d", dev_name(&dev->dev), blocked); in nfc_rfkill_set_block() 213 pr_debug("dev_name %s initiator protocols 0x%x target protocols 0x%x\n", in nfc_start_poll() 256 pr_debug("dev_name=%s\n", dev_name(&dev->dev)); in nfc_stop_poll() 298 pr_debug("dev_name=%s comm %d\n", dev_name(&dev->dev), comm_mode); in nfc_dep_link_up() 342 pr_debug("dev_name=%s\n", dev_name(&dev->dev)); in nfc_dep_link_down() 410 pr_debug("dev_name=%s target_idx=%u protocol=%u\n", in nfc_activate_target() 456 pr_debug("dev_name=%s target_idx=%u\n", in nfc_deactivate_target() [all …]
|
D | llcp_sock.c | 33 pr_debug("sk %p", sk); in sock_wait_state() 82 pr_debug("sk %p addr %p family %d\n", sk, addr, addr->sa_family); in llcp_sock_bind() 131 pr_debug("Socket bound to SAP %d\n", llcp_sock->ssap); in llcp_sock_bind() 156 pr_debug("sk %p addr %p family %d\n", sk, addr, addr->sa_family); in llcp_raw_sock_bind() 202 pr_debug("sk %p backlog %d\n", sk, backlog); in llcp_sock_listen() 215 pr_debug("Socket listening\n"); in llcp_sock_listen() 232 pr_debug("%p optname %d\n", sk, optname); in nfc_llcp_setsockopt() 291 pr_debug("%p rw %d miux %d\n", llcp_sock, in nfc_llcp_setsockopt() 307 pr_debug("%p optname %d\n", sk, optname); in nfc_llcp_getsockopt() 378 pr_debug("state %d\n", sk->sk_state); in nfc_llcp_accept_unlink() [all …]
|
/linux-4.4.14/arch/x86/kernel/ |
D | apb_timer.c | 88 pr_debug("APBT base already mapped\n"); in apbt_set_mapping() 104 pr_debug("Failed mapping APBT phy address at %lu\n",\ in apbt_set_mapping() 117 pr_debug("Use timer %d for clocksource\n", in apbt_set_mapping() 228 pr_debug("skipping APBT CPU %lu offline\n", cpu); in apbt_cpuhp_notify() 230 pr_debug("APBT clockevent for cpu %lu offline\n", cpu); in apbt_cpuhp_notify() 235 pr_debug("APBT notified %lu, no action\n", action); in apbt_cpuhp_notify() 314 pr_debug("APBT has invalid freq 0x%lx\n", apbt_freq); in apbt_time_init() 318 pr_debug("APBT has failed to register clocksource\n"); in apbt_time_init() 324 pr_debug("APBT has failed to register clockevent\n"); in apbt_time_init() 333 pr_debug("%s: %d CPUs online\n", __func__, num_online_cpus()); in apbt_time_init() [all …]
|
D | smpboot.c | 108 pr_debug("1.\n"); in smpboot_setup_warm_reset_vector() 111 pr_debug("2.\n"); in smpboot_setup_warm_reset_vector() 114 pr_debug("3.\n"); in smpboot_setup_warm_reset_vector() 180 pr_debug("Stack at about %p\n", &cpuid); in smp_callin() 450 pr_debug("Before bogomips\n"); in impress_friends() 459 pr_debug("Before bogocount - setting activated=1\n"); in impress_friends() 554 pr_debug("Waiting for send to finish...\n"); in wakeup_secondary_cpu_via_nmi() 567 pr_debug("NMI sent\n"); in wakeup_secondary_cpu_via_nmi() 594 pr_debug("Asserting INIT\n"); in wakeup_secondary_cpu_via_init() 605 pr_debug("Waiting for send to finish...\n"); in wakeup_secondary_cpu_via_init() [all …]
|
/linux-4.4.14/arch/powerpc/math-emu/ |
D | math_efp.c | 212 pr_debug("speinsn:%08lx spefscr:%08lx\n", speinsn, __FPU_FPSCR); in do_spe_mathemu() 213 pr_debug("vc: %08x %08x\n", vc.wp[0], vc.wp[1]); in do_spe_mathemu() 214 pr_debug("va: %08x %08x\n", va.wp[0], va.wp[1]); in do_spe_mathemu() 215 pr_debug("vb: %08x %08x\n", vb.wp[0], vb.wp[1]); in do_spe_mathemu() 233 pr_debug("SA: %ld %08lx %ld (%ld)\n", SA_s, SA_f, SA_e, SA_c); in do_spe_mathemu() 234 pr_debug("SB: %ld %08lx %ld (%ld)\n", SB_s, SB_f, SB_e, SB_c); in do_spe_mathemu() 294 pr_debug("DB: %ld %08lx %08lx %ld (%ld)\n", in do_spe_mathemu() 329 pr_debug("SR: %ld %08lx %ld (%ld)\n", SR_s, SR_f, SR_e, SR_c); in do_spe_mathemu() 361 pr_debug("DA: %ld %08lx %08lx %ld (%ld)\n", in do_spe_mathemu() 363 pr_debug("DB: %ld %08lx %08lx %ld (%ld)\n", in do_spe_mathemu() [all …]
|
/linux-4.4.14/arch/powerpc/oprofile/ |
D | op_model_pa6t.c | 108 pr_debug("turned off counter %u\n", pmc); in pa6t_reg_setup() 128 pr_debug("mmcr0_val inited to %016lx\n", sys->mmcr0); in pa6t_reg_setup() 129 pr_debug("mmcr1_val inited to %016lx\n", sys->mmcr1); in pa6t_reg_setup() 134 pr_debug("reset_value for pmc%u inited to 0x%llx\n", in pa6t_reg_setup() 154 pr_debug("setup on cpu %d, mmcr0 %016lx\n", smp_processor_id(), in pa6t_cpu_setup() 156 pr_debug("setup on cpu %d, mmcr1 %016lx\n", smp_processor_id(), in pa6t_cpu_setup() 179 pr_debug("start on cpu %d, mmcr0 %llx\n", smp_processor_id(), mmcr0); in pa6t_start() 195 pr_debug("stop on cpu %d, mmcr0 %llx\n", smp_processor_id(), mmcr0); in pa6t_stop()
|
/linux-4.4.14/arch/microblaze/pci/ |
D | pci-common.c | 300 pr_debug("PCI: Non-PCI map for %llx, prot: %lx\n", in pci_phys_mem_access_prot() 435 pr_debug("pci_mmap_legacy_page_range(%04x:%02x, %s @%llx..%llx)\n", in pci_mmap_legacy_page_range() 451 pr_debug("Process %s (pid:%d) mapped non-existing PCI", in pci_mmap_legacy_page_range() 453 pr_debug("legacy memory for 0%04x:%02x\n", in pci_mmap_legacy_page_range() 472 pr_debug(" -> mapping phys %llx\n", (unsigned long long)offset); in pci_mmap_legacy_page_range() 569 pr_debug("Parsing ranges property...\n"); in pci_process_bridge_OF_ranges() 572 pr_debug("pci_space: 0x%08x pci_addr:0x%016llx ", in pci_process_bridge_OF_ranges() 574 pr_debug("cpu_addr:0x%016llx size:0x%016llx\n", in pci_process_bridge_OF_ranges() 711 pr_debug("PCI:%s Resource %d %016llx-%016llx [%x]", in pcibios_fixup_resources() 716 pr_debug("is unassigned\n"); in pcibios_fixup_resources() [all …]
|
/linux-4.4.14/crypto/ |
D | zlib.c | 150 pr_debug("avail_in %u, avail_out %u\n", req->avail_in, req->avail_out); in zlib_compress_update() 162 pr_debug("zlib_deflate could not make progress\n"); in zlib_compress_update() 166 pr_debug("zlib_deflate failed %d\n", ret); in zlib_compress_update() 171 pr_debug("avail_in %lu, avail_out %lu (consumed %lu, produced %u)\n", in zlib_compress_update() 188 pr_debug("avail_in %u, avail_out %u\n", req->avail_in, req->avail_out); in zlib_compress_final() 196 pr_debug("zlib_deflate failed %d\n", ret); in zlib_compress_final() 201 pr_debug("avail_in %lu, avail_out %lu (consumed %lu, produced %u)\n", in zlib_compress_final() 264 pr_debug("avail_in %u, avail_out %u\n", req->avail_in, req->avail_out); in zlib_decompress_update() 277 pr_debug("zlib_inflate could not make progress\n"); in zlib_decompress_update() 281 pr_debug("zlib_inflate failed %d\n", ret); in zlib_decompress_update() [all …]
|
/linux-4.4.14/drivers/block/ |
D | skd_main.c | 370 pr_debug("%s:%s:%d offset %x = %x\n", in skd_reg_read32() 387 pr_debug("%s:%s:%d offset %x = %x\n", in skd_reg_write32() 402 pr_debug("%s:%s:%d offset %x = %016llx\n", in skd_reg_write64() 635 pr_debug("%s:%s:%d new req=%p lba=%u(0x%x) " in skd_request_fn() 644 pr_debug("%s:%s:%d qdepth %d, limit %d\n", in skd_request_fn() 653 pr_debug("%s:%s:%d Out of req=%p\n", in skd_request_fn() 663 pr_debug("%s:%s:%d Out of msg\n", in skd_request_fn() 690 pr_debug("%s:%s:%d Out of msg skdev=%p\n", in skd_request_fn() 775 pr_debug("%s:%s:%d error Out\n", in skd_request_fn() 801 pr_debug("%s:%s:%d req=0x%x busy=%d\n", in skd_request_fn() [all …]
|
/linux-4.4.14/fs/ntfs/ |
D | debug.c | 129 pr_debug("(%s, %d): %s(): %pV", file, line, flen ? function : "", &vaf); in __ntfs_debug() 142 pr_debug("Dumping runlist (values in hex):\n"); in ntfs_debug_dump_runlist() 144 pr_debug("Run list not present.\n"); in ntfs_debug_dump_runlist() 147 pr_debug("VCN LCN Run length\n"); in ntfs_debug_dump_runlist() 156 pr_debug("%-16Lx %s %-16Lx%s\n", in ntfs_debug_dump_runlist() 162 pr_debug("%-16Lx %-16Lx %-16Lx%s\n", in ntfs_debug_dump_runlist()
|
/linux-4.4.14/arch/arm/mach-ixp4xx/ |
D | common-pci.c | 91 pr_debug("%s failed\n", __func__); in check_master_abort() 210 pr_debug("local_read_config from %d size %d\n", where, size); in local_read_config() 214 pr_debug("local_read_config read %#x\n", *value); in local_read_config() 221 pr_debug("local_write_config %#x to %d size %d\n", value, where, size); in local_write_config() 247 pr_debug("read_config from %d size %d dev %d:%d:%d\n", where, size, in ixp4xx_pci_read_config() 261 pr_debug("read_config_byte read %#x\n", *value); in ixp4xx_pci_read_config() 270 pr_debug("write_config_byte %#x to %d size %d dev %d:%d:%d\n", value, where, in ixp4xx_pci_write_config() 300 pr_debug("PCI: abort_handler addr = %#lx, isr = %#x, " in abort_handler() 343 pr_debug("setup PCI-AHB(inbound) and AHB-PCI(outbound) address mappings\n"); in ixp4xx_pci_preinit() 364 pr_debug("setup BARs in controller\n"); in ixp4xx_pci_preinit() [all …]
|
/linux-4.4.14/drivers/acpi/ |
D | cppc_acpi.c | 118 pr_debug("TX did not complete: CMD sent:%x, ret:%d\n", in cppc_chan_tx_done() 121 pr_debug("TX completed. CMD sent:%x, ret:%d\n", in cppc_chan_tx_done() 147 pr_debug("Invalid _PSD data\n"); in acpi_get_psd() 159 pr_debug("Invalid _PSD data for CPU:%d\n", cpc_ptr->cpu_id); in acpi_get_psd() 164 pr_debug("Unknown _PSD:num_entries for CPU:%d\n", cpc_ptr->cpu_id); in acpi_get_psd() 169 pr_debug("Unknown _PSD:revision for CPU: %d\n", cpc_ptr->cpu_id); in acpi_get_psd() 176 pr_debug("Invalid _PSD:coord_type for CPU:%d\n", cpc_ptr->cpu_id); in acpi_get_psd() 437 pr_debug("Unexpected entry type(%d) for NumEntries\n", in acpi_cppc_processor_probe() 444 pr_debug("Firmware exports %d entries. Expected: %d\n", in acpi_cppc_processor_probe() 454 pr_debug("Unexpected entry type(%d) for Revision\n", in acpi_cppc_processor_probe() [all …]
|
/linux-4.4.14/drivers/ps3/ |
D | ps3av.c | 649 pr_debug("%s: Using native mode %d\n", __func__, id); in ps3av_hdmi_get_id() 657 pr_debug("%s: Using supported mode %d\n", __func__, id); in ps3av_hdmi_get_id() 665 pr_debug("%s: Using default mode %d\n", __func__, id); in ps3av_hdmi_get_id() 677 pr_debug("Monitor Info: size %u\n", monitor_info->send_hdr.size); in ps3av_monitor_info_dump() 679 pr_debug("avport: %02x\n", info->avport); in ps3av_monitor_info_dump() 682 pr_debug("monitor_id: %s\n", id); in ps3av_monitor_info_dump() 683 pr_debug("monitor_type: %02x\n", info->monitor_type); in ps3av_monitor_info_dump() 684 pr_debug("monitor_name: %.*s\n", (int)sizeof(info->monitor_name), in ps3av_monitor_info_dump() 688 pr_debug("resolution_60: bits: %08x native: %08x\n", in ps3av_monitor_info_dump() 690 pr_debug("resolution_50: bits: %08x native: %08x\n", in ps3av_monitor_info_dump() [all …]
|
/linux-4.4.14/sound/soc/codecs/ |
D | sn95031.c | 133 pr_debug("mid_initialize : %x", chnl_addr); in sn95031_initialize_adc() 162 pr_debug("mic bias = %dmV\n", mic_bias); in sn95031_get_mic_bias() 198 pr_debug("vaud_bias powering up pll\n"); in sn95031_set_vaud_bias() 210 pr_debug("vaud_bias power up rail\n"); in sn95031_set_vaud_bias() 218 pr_debug("vaud_bias power dn pcm\n"); in sn95031_set_vaud_bias() 229 pr_debug("vaud_bias _OFF doing rail shutdown\n"); in sn95031_set_vaud_bias() 243 pr_debug("VHS SND_SOC_DAPM_EVENT_ON doing rail startup now\n"); in sn95031_vhs_event() 249 pr_debug("VHS SND_SOC_DAPM_EVENT_OFF doing rail shutdown\n"); in sn95031_vhs_event() 262 pr_debug("VIHF SND_SOC_DAPM_EVENT_ON doing rail startup now\n"); in sn95031_vihf_event() 267 pr_debug("VIHF SND_SOC_DAPM_EVENT_OFF doing rail shutdown\n"); in sn95031_vihf_event() [all …]
|
/linux-4.4.14/arch/microblaze/kernel/cpu/ |
D | cache.c | 164 pr_debug("%s: start 0x%x, end 0x%x\n", __func__, in __flush_icache_range_msr_irq() 191 pr_debug("%s: start 0x%x, end 0x%x\n", __func__, in __flush_icache_range_nomsr_irq() 218 pr_debug("%s: start 0x%x, end 0x%x\n", __func__, in __flush_icache_range_noirq() 238 pr_debug("%s\n", __func__); in __flush_icache_all_msr_irq() 260 pr_debug("%s\n", __func__); in __flush_icache_all_nomsr_irq() 281 pr_debug("%s\n", __func__); in __flush_icache_all_noirq() 298 pr_debug("%s\n", __func__); in __invalidate_dcache_all_msr_irq() 320 pr_debug("%s\n", __func__); in __invalidate_dcache_all_nomsr_irq() 341 pr_debug("%s\n", __func__); in __invalidate_dcache_all_noirq_wt() 364 pr_debug("%s\n", __func__); in __invalidate_dcache_all_wb() [all …]
|
/linux-4.4.14/drivers/mtd/devices/ |
D | mtd_dataflash.c | 132 pr_debug("%s: status %d?\n", in dataflash_waitready() 159 pr_debug("%s: erase addr=0x%llx len 0x%llx\n", in dataflash_erase() 194 pr_debug("ERASE %s: (%x) %x %x %x [%i]\n", in dataflash_erase() 245 pr_debug("%s: read 0x%x..0x%x\n", dev_name(&priv->spi->dev), in dataflash_read() 254 pr_debug("READ: (%x) %x %x %x\n", in dataflash_read() 286 pr_debug("%s: read %x..%x --> %d\n", in dataflash_read() 313 pr_debug("%s: write 0x%x..0x%x\n", in dataflash_write() 331 pr_debug("write @ %i:%i len=%i\n", in dataflash_write() 359 pr_debug("TRANSFER: (%x) %x %x %x\n", in dataflash_write() 364 pr_debug("%s: xfer %u -> %d\n", in dataflash_write() [all …]
|
/linux-4.4.14/net/atm/ |
D | clip.c | 57 pr_debug("(%d)\n", type); in to_atmarpd() 77 pr_debug("%p to entry %p (neigh %p)\n", clip_vcc, entry, entry->neigh); in link_vcc() 131 pr_debug("releasing vcc %p->%p of entry %p\n", in neigh_check_cb() 143 pr_debug("destruction postponed with ref %d\n", in neigh_check_cb() 152 pr_debug("expired neigh %p\n", n); in neigh_check_cb() 168 pr_debug("\n"); in clip_arp_rcv() 174 pr_debug("pushing to %p\n", vcc); in clip_arp_rcv() 175 pr_debug("using %p\n", CLIP_VCC(vcc)->old_push); in clip_arp_rcv() 193 pr_debug("\n"); in clip_push() 202 pr_debug("removing VCC %p\n", clip_vcc); in clip_push() [all …]
|
/linux-4.4.14/drivers/tty/hvc/ |
D | hvsi.c | 138 pr_debug("hvsi%i: state = %s\n", hp->index, name); in print_state() 185 pr_debug("%s: %i chars remain\n", __func__, remaining); in compact_inbuf() 247 pr_debug("hvsi%i: CD dropped\n", hp->index); in hvsi_recv_control() 254 pr_debug("hvsi%i: service processor came back\n", hp->index); in hvsi_recv_control() 305 pr_debug("%s: sending %i bytes\n", __func__, packet.hdr.len); in hvsi_version_respond() 370 pr_debug("queueing %i chars '%.*s'\n", datalen, datalen, data); in hvsi_recv_data() 376 pr_debug("%s: got >TTY_THRESHOLD_THROTTLE bytes\n", __func__); in hvsi_recv_data() 387 pr_debug("%s: deferring overflow\n", __func__); in hvsi_recv_data() 412 pr_debug("%s: 0-length read\n", __func__); in hvsi_load_chunk() 416 pr_debug("%s: got %i bytes\n", __func__, chunklen); in hvsi_load_chunk() [all …]
|
/linux-4.4.14/arch/arc/kernel/ |
D | module.c | 79 pr_debug("\n========== Module Sym reloc ===========================\n"); in apply_relocate_add() 80 pr_debug("Section to fixup %x\n", sec_to_patch); in apply_relocate_add() 81 pr_debug("=========================================================\n"); in apply_relocate_add() 82 pr_debug("rela->r_off | rela->addend | sym->st_value | ADDR | VALUE\n"); in apply_relocate_add() 83 pr_debug("=========================================================\n"); in apply_relocate_add() 97 pr_debug("\t%x\t\t%x\t\t%x %x %x [%s]\n", in apply_relocate_add()
|
/linux-4.4.14/arch/powerpc/sysdev/ |
D | mpic_u3msi.c | 134 pr_debug("u3msi: MSI-X untested, trying anyway.\n"); in u3msi_setup_msi_irqs() 139 pr_debug("u3msi: no magic address found for %s\n", in u3msi_setup_msi_irqs() 147 pr_debug("u3msi: failed allocating hwirq\n"); in u3msi_setup_msi_irqs() 159 pr_debug("u3msi: failed mapping hwirq 0x%x\n", hwirq); in u3msi_setup_msi_irqs() 168 pr_debug("u3msi: allocated virq 0x%x (hw 0x%x) addr 0x%lx\n", in u3msi_setup_msi_irqs() 189 pr_debug("u3msi: Error allocating bitmap!\n"); in mpic_u3msi_init() 193 pr_debug("u3msi: Registering MPIC U3 MSI callbacks.\n"); in mpic_u3msi_init()
|
D | fsl_rmu.c | 322 pr_debug in fsl_rio_dbell_handler() 350 pr_debug in fsl_rio_dbell_handler() 404 pr_debug("PW Int->IPWMR: 0x%08x IPWSR: 0x%08x (", ipwmr, ipwsr); in fsl_rio_port_write_handler() 406 pr_debug(" QF"); in fsl_rio_port_write_handler() 408 pr_debug(" TE"); in fsl_rio_port_write_handler() 410 pr_debug(" QFI"); in fsl_rio_port_write_handler() 412 pr_debug(" PWD"); in fsl_rio_port_write_handler() 414 pr_debug(" PWB"); in fsl_rio_port_write_handler() 415 pr_debug(" )\n"); in fsl_rio_port_write_handler() 428 pr_debug("RIO: ISR Discarded Port-Write Msg(s) (%d)\n", in fsl_rio_port_write_handler() [all …]
|
/linux-4.4.14/drivers/mcb/ |
D | mcb-parse.c | 64 pr_debug("Found a 16z%03d\n", mdev->id); in chameleon_parse_gdd() 116 pr_debug("header->revision = %d\n", header->revision); in chameleon_parse_cells() 117 pr_debug("header->model = 0x%x ('%c')\n", header->model, in chameleon_parse_cells() 119 pr_debug("header->minor = %d\n", header->minor); in chameleon_parse_cells() 120 pr_debug("header->bus_type = 0x%x\n", header->bus_type); in chameleon_parse_cells() 123 pr_debug("header->magic = 0x%x\n", header->magic); in chameleon_parse_cells() 124 pr_debug("header->filename = \"%.*s\"\n", CHAMELEON_FILENAME_LEN, in chameleon_parse_cells()
|
/linux-4.4.14/arch/m68k/kernel/ |
D | traps.c | 136 pr_debug("fslw=%#lx, fa=%#lx\n", fslw, fp->un.fmt4.effaddr); in access_error060() 163 pr_debug("errorcode = %ld\n", errorcode); in access_error060() 225 pr_debug("do_040writeback1, res=%d\n", res); in do_040writeback1() 300 pr_debug("ssw=%#x, fa=%#lx\n", ssw, fp->un.fmt7.faddr); in access_error040() 301 pr_debug("wb1s=%#x, wb2s=%#x, wb3s=%#x\n", fp->un.fmt7.wb1s, in access_error040() 303 pr_debug("wb2a=%lx, wb3a=%lx, wb2d=%lx, wb3d=%lx\n", in access_error040() 320 pr_debug("mmusr = %lx\n", mmusr); in access_error040() 334 pr_debug("do_page_fault() !=0\n"); in access_error040() 337 pr_debug(".. was usermode - return\n"); in access_error040() 345 pr_debug(".. disabling wb2\n"); in access_error040() [all …]
|
/linux-4.4.14/drivers/macintosh/ |
D | rack-meter.c | 150 pr_debug("rackmeter: %s\n", pause ? "paused" : "started"); in rackmeter_do_pause() 176 pr_debug("rackmeter: mark offset=0x%zx\n", in rackmeter_setup_dbdma() 178 pr_debug("rackmeter: buf1 offset=0x%zx\n", in rackmeter_setup_dbdma() 180 pr_debug("rackmeter: buf2 offset=0x%zx\n", in rackmeter_setup_dbdma() 294 pr_debug("rackmeter: setting up i2s..\n"); in rackmeter_setup() 297 pr_debug("rackmeter: setting up default pattern..\n"); in rackmeter_setup() 300 pr_debug("rackmeter: setting up dbdma..\n"); in rackmeter_setup() 303 pr_debug("rackmeter: start CPU measurements..\n"); in rackmeter_setup() 375 pr_debug("rackmeter_probe()\n"); in rackmeter_probe() 382 pr_debug(" i2s-a child not found\n"); in rackmeter_probe() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/cell/ |
D | spu_manage.c | 187 pr_debug("spu_new: failed to get irq %d\n", i); in spu_map_interrupts() 191 pr_debug(" irq %d no 0x%x on %s\n", i, oirq.args[0], in spu_map_interrupts() 195 pr_debug("spu_new: failed to map it !\n"); in spu_map_interrupts() 202 pr_debug("failed to map irq %x for spu %s\n", *oirq.args, in spu_map_interrupts() 243 pr_debug("spu_new: failed to map %s resource 0\n", in spu_map_device() 250 pr_debug("spu_new: failed to map %s resource 1\n", in spu_map_device() 256 pr_debug("spu_new: failed to map %s resource 2\n", in spu_map_device() 264 pr_debug("spu_new: failed to map %s resource 3\n", in spu_map_device() 268 pr_debug("spu_new: %s maps:\n", np->full_name); in spu_map_device() 269 pr_debug(" local store : 0x%016lx -> 0x%p\n", in spu_map_device() [all …]
|
/linux-4.4.14/drivers/staging/vt6655/ |
D | mac.c | 376 pr_debug(" DBG_PORT80(0x10)\n"); in MACbSafeRxOff() 385 pr_debug(" DBG_PORT80(0x11)\n"); in MACbSafeRxOff() 398 pr_debug(" DBG_PORT80(0x12)\n"); in MACbSafeRxOff() 435 pr_debug(" DBG_PORT80(0x20)\n"); in MACbSafeTxOff() 444 pr_debug(" DBG_PORT80(0x21)\n"); in MACbSafeTxOff() 458 pr_debug(" DBG_PORT80(0x24)\n"); in MACbSafeTxOff() 482 pr_debug(" MACbSafeRxOff == false)\n"); in MACbSafeStop() 487 pr_debug(" MACbSafeTxOff == false)\n"); in MACbSafeStop() 693 pr_debug(" DBG_PORT80(0x26)\n"); in MACvSetCurrAC0DescAddrEx() 792 pr_debug(" DBG_PORT80(0x33)\n"); in MACbPSWakeup() [all …]
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | device.c | 199 pr_debug("gpio_request for MCFQSPI_CS0 failed\n"); in mcf_cs_setup() 204 pr_debug("gpio_direction_output for MCFQSPI_CS0 failed\n"); in mcf_cs_setup() 210 pr_debug("gpio_request for MCFQSPI_CS1 failed\n"); in mcf_cs_setup() 215 pr_debug("gpio_direction_output for MCFQSPI_CS1 failed\n"); in mcf_cs_setup() 221 pr_debug("gpio_request for MCFQSPI_CS2 failed\n"); in mcf_cs_setup() 226 pr_debug("gpio_direction_output for MCFQSPI_CS2 failed\n"); in mcf_cs_setup() 233 pr_debug("gpio_request for MCFQSPI_CS3 failed\n"); in mcf_cs_setup() 238 pr_debug("gpio_direction_output for MCFQSPI_CS3 failed\n"); in mcf_cs_setup()
|
/linux-4.4.14/drivers/tty/serial/ |
D | bfin_sport_uart.c | 64 pr_debug("%s value:%x, mask1=0x%x, mask2=0x%x\n", __func__, value, in tx_one_byte() 76 pr_debug("%s value:%x\n", __func__, value); in tx_one_byte() 92 pr_debug("%s value:%x, cs=%d, mask=0x%x\n", __func__, value, in rx_one_byte() 115 pr_debug(" extract:%x\n", extract); in rx_one_byte() 127 pr_debug("%s TCR1:%x, TCR2:%x\n", __func__, SPORT_GET_TCR1(up), SPORT_GET_TCR2(up)); in sport_uart_setup() 132 pr_debug("%s RCR1:%x, RCR2:%x\n", __func__, SPORT_GET_RCR1(up), SPORT_GET_RCR2(up)); in sport_uart_setup() 144 pr_debug("%s sclk:%d, baud_rate:%d, tclkdiv:%d, rclkdiv:%d\n", in sport_uart_setup() 258 pr_debug("%s enter\n", __func__); in sport_get_mctrl() 264 pr_debug("%s enter\n", __func__); in sport_set_mctrl() 274 pr_debug("%s enter\n", __func__); in sport_startup() [all …]
|
/linux-4.4.14/drivers/media/pci/tw68/ |
D | tw68-risc.c | 206 pr_debug("0x%08x [ INVALID ]\n", risc); 209 pr_debug("0x%08x %-9s IRQ=%d", 212 pr_debug(" Type=%d", (risc >> 24) & 7); 214 pr_debug(" Start=0x%03x Count=%03u", 217 pr_debug(" StartAddr=0x%08x", addr); 218 pr_debug("\n"); 225 pr_debug("%s: risc_program_dump: risc=%p, buf->cpu=0x%p, buf->jmp=0x%p\n",
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 75 pr_debug("analyzing OF properties...\n"); in radeon_parse_montype_prop() 79 pr_debug("display-type: %s\n", pmt); in radeon_parse_montype_prop() 123 pr_debug("radeon_probe_OF_head\n"); in radeon_probe_OF_head() 141 pr_debug("head: %s (letter: %c, head_no: %d)\n", in radeon_probe_OF_head() 191 pr_debug("BIOS provided panel power delay: %d\n", rinfo->panel_info.pwr_delay); in radeon_get_panel_info_BIOS() 205 pr_debug("ref_divider = %x\n", rinfo->panel_info.ref_divider); in radeon_get_panel_info_BIOS() 206 pr_debug("post_divider = %x\n", rinfo->panel_info.post_divider); in radeon_get_panel_info_BIOS() 207 pr_debug("fbk_divider = %x\n", rinfo->panel_info.fbk_divider); in radeon_get_panel_info_BIOS() 209 pr_debug("Scanning BIOS table ...\n"); in radeon_get_panel_info_BIOS() 214 pr_debug(" %d x %d\n", BIOS_IN16(tmp0), BIOS_IN16(tmp0+2)); in radeon_get_panel_info_BIOS() [all …]
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_proto_gre.c | 63 pr_debug("%p: NATing GRE PPTP\n", ct); in gre_unique_tuple() 71 pr_debug("min = %u, range_size = %u\n", min, range_size); in gre_unique_tuple() 79 pr_debug("%p: no NAT mapping\n", ct); in gre_unique_tuple() 112 pr_debug("call_id -> 0x%04x\n", ntohs(tuple->dst.u.gre.key)); in gre_manip_pkt() 116 pr_debug("can't nat unknown GRE version\n"); in gre_manip_pkt()
|
/linux-4.4.14/drivers/mfd/ |
D | htc-egpio.c | 69 pr_debug("EGPIO ack - write %x to base+%x\n", in ack_irqs() 84 pr_debug("EGPIO mask %d %04x\n", data->irq, ei->irqs_enabled); in egpio_mask() 91 pr_debug("EGPIO unmask %d %04x\n", data->irq, ei->irqs_enabled); in egpio_unmask() 108 pr_debug("IRQ reg: %x\n", (unsigned int)readval); in egpio_handler() 115 pr_debug("got IRQ %d\n", irqpin); in egpio_handler() 156 pr_debug("egpio_get_value(%d)\n", chip->base + offset); in egpio_get() 164 pr_debug("readw(%p + %x) = %x\n", in egpio_get() 192 pr_debug("egpio_set(%s, %d(%d), %d)\n", in egpio_set() 202 pr_debug("egpio %s: reg %d = 0x%04x\n", value ? "set" : "clear", in egpio_set() 247 pr_debug("EGPIO: setting %x to %x, was %x\n", reg, in egpio_write_cache() [all …]
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | usb.c | 71 pr_debug("USB resets not complete?\n"); in omap_otg_init() 81 pr_debug("OTG_SYSCON_1 = %08x\n", omap_readl(OTG_SYSCON_1)); in omap_otg_init() 91 pr_debug("USB_TRANSCEIVER_CTRL = %03x\n", in omap_otg_init() 93 pr_debug("OTG_SYSCON_2 = %08x\n", omap_readl(OTG_SYSCON_2)); in omap_otg_init() 135 pr_debug("can't register UDC device, %d\n", status); in omap_otg_init() 148 pr_debug("can't register OHCI device, %d\n", status); in omap_otg_init() 161 pr_debug("can't register OTG device, %d\n", status); in omap_otg_init() 164 pr_debug("OTG_SYSCON_1 = %08x\n", omap_readl(OTG_SYSCON_1)); in omap_otg_init() 444 pr_debug("usb%d cpu unrecognized\n", 1); in omap1_usb1_init() 510 pr_debug("usb%d cpu unrecognized\n", 1); in omap1_usb2_init() [all …]
|
/linux-4.4.14/drivers/pci/hotplug/ |
D | acpiphp_core.c | 137 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in enable_slot() 154 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in disable_slot() 174 pr_debug("%s - physical_slot = %s\n", __func__, in set_attention_status() 198 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_power_status() 220 pr_debug("%s - physical_slot = %s\n", __func__, in get_attention_status() 244 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_latch_status() 264 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in get_adapter_status() 279 pr_debug("%s - physical_slot = %s\n", __func__, slot_name(slot)); in release_slot()
|
/linux-4.4.14/lib/ |
D | asn1_decoder.c | 202 pr_debug("next_op: pc=\e[32m%zu\e[m/%zu dp=\e[33m%zu\e[m/%zu C=%d J=%d\n", in asn1_ber_decoder() 235 pr_debug("- any %02x\n", tag); in asn1_ber_decoder() 248 pr_debug("- match? %02x %02x %02x\n", tag, optag, tmp); in asn1_ber_decoder() 303 pr_debug("- TAG: %02x %zu%s\n", in asn1_ber_decoder() 344 pr_debug("- LEAF: %zu\n", len); in asn1_ber_decoder() 352 pr_debug("- MATCH_JUMP\n"); in asn1_ber_decoder() 390 pr_debug("- end cons t=%zu dp=%zu l=%zu/%zu\n", in asn1_ber_decoder() 402 pr_debug("- continue\n"); in asn1_ber_decoder() 415 pr_debug("- continue\n"); in asn1_ber_decoder() 421 pr_debug("- cons len l=%zu d=%zu\n", len, dp - tdp); in asn1_ber_decoder() [all …]
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
D | mpc512x_shared.c | 106 pr_debug("DIU pixclock in ps - %u\n", pixclock); in mpc512x_set_pixel_clock() 108 pr_debug("DIU pixclock freq - %u\n", pixclock); in mpc512x_set_pixel_clock() 110 pr_debug("DIU deviation - %lu\n", epsilon); in mpc512x_set_pixel_clock() 113 pr_debug("DIU minpixclock - %lu\n", minpixclock); in mpc512x_set_pixel_clock() 114 pr_debug("DIU maxpixclock - %lu\n", maxpixclock); in mpc512x_set_pixel_clock() 142 pr_debug("DIU checking clock - %lu\n", want); in mpc512x_set_pixel_clock() 151 pr_debug("DIU checking clock - %lu\n", want); in mpc512x_set_pixel_clock() 159 pr_debug("DIU clock accepted - %lu\n", want); in mpc512x_set_pixel_clock() 160 pr_debug("DIU pixclock want %u, got %lu, delta %lu, eps %lu\n", in mpc512x_set_pixel_clock() 176 pr_debug("DIU pixclock want %u, got %lu, delta %lu, eps %lu\n", in mpc512x_set_pixel_clock()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | nokia.c | 163 pr_debug("could not get phonet function\n"); in nokia_bind_config() 169 pr_debug("could not get obex function 0\n"); in nokia_bind_config() 175 pr_debug("could not get obex function 1\n"); in nokia_bind_config() 199 pr_debug("could not add phonet function\n"); in nokia_bind_config() 205 pr_debug("could not add obex function 0\n"); in nokia_bind_config() 211 pr_debug("could not add obex function 1\n"); in nokia_bind_config() 220 pr_debug("could not bind ecm config %d\n", status); in nokia_bind_config() 294 pr_debug("could not find phonet function\n"); in nokia_bind() 298 pr_debug("could not find obex function 1\n"); in nokia_bind() 302 pr_debug("could not find obex function 2\n"); in nokia_bind()
|
/linux-4.4.14/drivers/clk/ |
D | clk-mb86s7x.c | 68 pr_debug("%s:%d CMD Cntrlr-%u Dom-%u Port-%u En-%u}\n", in crg_gate_control() 79 pr_debug("%s:%d REP Cntrlr-%u Dom-%u Port-%u En-%u}\n", in crg_gate_control() 117 pr_debug("%s:%d CMD Cntrlr-%u Dom-%u Port-%u Rate-SET %lluHz}\n", in crg_rate_control() 122 pr_debug("%s:%d CMD Cntrlr-%u Dom-%u Port-%u Rate-GET}\n", in crg_rate_control() 134 pr_debug("%s:%d REP Cntrlr-%u Dom-%u Port-%u Rate-SET %lluHz}\n", in crg_rate_control() 138 pr_debug("%s:%d REP Cntrlr-%u Dom-%u Port-%u Rate-GOT %lluHz}\n", in crg_rate_control() 229 pr_debug("Registered %s\n", clkp); in crg11_get() 280 pr_debug("%s:%d CMD Cl_Class-%u CL_ID-%u CPU_ID-%u Freq-%llu}\n", in mhu_cluster_rate() 290 pr_debug("%s:%d REP Cl_Class-%u CL_ID-%u CPU_ID-%u Freq-%llu}\n", in mhu_cluster_rate() 377 pr_debug("registered clk for %s\n", dev_name(cpu_dev)); in mb86s7x_clclk_of_init()
|