Home
last modified time | relevance | path

Searched refs:PDEBUG (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/examples/standalone/
H A Dsched.c64 #define PDEBUG(fmt, args...) { \ macro
178 PDEBUG ("sched_init: master context = 0x%08x", in sched_init()
187 PDEBUG ("thread_yield: current tid=%d", current_tid); in thread_yield()
191 PDEBUG("thread_yield: %d match, ctx=0x%08x", \ in thread_yield()
196 PDEBUG("thread_yield: tid %d returns 0", \ in thread_yield()
200 PDEBUG("thread_yield: tid %d returns 1", \ in thread_yield()
216 PDEBUG ("thread_yield: returning from thread_yield"); in thread_yield()
229 PDEBUG ("thread_create: returns new tid %d", i); in thread_create()
234 PDEBUG ("thread_create: returns failure"); in thread_create()
252 PDEBUG ("thread_launcher: invoking func=0x%08x", in thread_launcher()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/zydas/zd1211rw/
H A Dzd_rf_rf2959.c48 PDEBUG("rf2959 %#010x reg %d rw %d", rw, reg, rw_flag);
52 PDEBUG("reg0 CFG1 ref_sel %d hibernate %d rf_vco_reg_en %d"
58 PDEBUG("reg1 IFPLL1 pll_en1 %d kv_en1 %d vtc_en1 %d lpf1 %d"
66 PDEBUG("reg2 IFPLL2 n1 %d num1 %d",
70 PDEBUG("reg3 IFPLL3 num %d", bits(rw, 0, 17));
73 PDEBUG("reg4 IFPLL4 dn1 %#04x ct_def1 %d kv_def1 %d",
77 PDEBUG("reg5 RFPLL1 pll_en %d kv_en %d vtc_en %d lpf %d cpl %d"
85 PDEBUG("reg6 RFPLL2 n %d num %d",
89 PDEBUG("reg7 RFPLL3 num2 %d", bits(rw, 0, 17));
92 PDEBUG("reg8 RFPLL4 dn %#06x ct_def %d kv_def %d",
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dsl811-hcd.c147 PDEBUG(0, "Device not present\n"); in sl811_hc_reset()
162 PDEBUG (0, "Full speed Device attached\n"); in sl811_hc_reset()
177 PDEBUG(0, "Low speed Device attached\n"); in sl811_hc_reset()
261 PDEBUG(0, "usb transfer remainder = %d\n", remainder); in sl811_send_packet()
272 PDEBUG(0, "usb transfer error %#x\n", (int)status); in sl811_send_packet()
296 PDEBUG(7, "dev = %ld pipe = %ld buf = %p size = %d dir_out = %d\n", in submit_bulk_msg()
335 PDEBUG(7, "dev = %d pipe = %ld buf = %p size = %d rt = %#x req = %#x bus = %i\n", in submit_control_msg()
356 PDEBUG(0, "status data failed!\n"); in submit_control_msg()
374 PDEBUG(0, "status phase failed!\n"); in submit_control_msg()
378 PDEBUG(0, "setup phase failed!\n"); in submit_control_msg()
[all …]
H A Dsl811.h7 #define PDEBUG(level, fmt, args...) \ macro
11 #define PDEBUG(level, fmt, args...) do {} while(0) macro
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/umplock/
H A Dumplock_driver.c65 #define PDEBUG(level, fmt, args...) do { if ((level) <= umplock_debug_level) printk(KERN_DEBUG "ump… macro
205PDEBUG(1, "try to lock, pid: %d, secure_id: 0x%x, ref_count: %d\n", lock_cmd->pid, lock_item->secu… in do_umplock_process()
208PDEBUG(1, "already own the lock, pid: %d, secure_id: 0x%x, ref_count: %d\n", lock_cmd->pid, lock_i… in do_umplock_process()
224 PDEBUG(1, "release item, pid: %d, secure_id: 0x%x\n", lock_cmd->pid, lock_item->secure_id); in do_umplock_process()
236PDEBUG(1, "got lock, pid: %d, secure_id: 0x%x, ref_count: %d\n", lock_cmd->pid, lock_item->secure_… in do_umplock_process()
287PDEBUG(1, "unlock, pid: %d, secure_id: 0x%x, ref_count: %d\n", lock_cmd->pid, lock_item->secure_id… in do_umplock_release()
297 PDEBUG(1, "release item, pid: %d, secure_id: 0x%x\n", lock_cmd->pid, lock_item->secure_id); in do_umplock_release()
304 PDEBUG(1, "call up, pid: %d, secure_id: 0x%x\n", lock_cmd->pid, lock_item->secure_id); in do_umplock_release()
316 PDEBUG(1, "ZAP ALL ENTRIES!\n"); in do_umplock_zap()
412PDEBUG(1, "delete client, pid: %d, ref_count: %d\n", lock_cmd->pid, device.items[i_index].referenc… in do_umplock_client_delete()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c184 PDEBUG(DEBUG_AP, "ap_handle_timer() called with NULL data\n"); in ap_handle_timer()
237 PDEBUG(DEBUG_AP, "%s: removing automatic WDS " in ap_handle_timer()
255 PDEBUG(DEBUG_AP, "%s: sending %s info to STA %pM" in ap_handle_timer()
271 PDEBUG(DEBUG_AP, "%s: STA %pM" in ap_handle_timer()
299 PDEBUG(DEBUG_AP, "%s: Deauthenticate all stations\n", dev->name); in hostap_deauth_all_stas()
589 PDEBUG(DEBUG_AP, "Using data::nullfunc ACK workaround - " in hostap_check_sta_fw_version()
690 PDEBUG(DEBUG_AP, "%s: %pM auth_cb - alg=%d " in hostap_ap_tx_cb_auth()
757 PDEBUG(DEBUG_AP, "%s: %pM assoc_cb - %s\n", in hostap_ap_tx_cb_assoc()
781 PDEBUG(DEBUG_AP, in hostap_ap_tx_cb_poll()
941 PDEBUG(DEBUG_AP, "%s: prism2_send_mgmt - device is not UP - " in prism2_send_mgmt()
[all …]
H A Dhostap_info.c151 PDEBUG(DEBUG_EXTRA, "%s: LinkStatus=%d (%s)\n", in prism2_info_linkstatus()
178 PDEBUG(DEBUG_EXTRA, "%s: last join request has not yet been " in prism2_host_roaming()
196 PDEBUG(DEBUG_EXTRA, "%s: no scan results for host roaming\n", in prism2_host_roaming()
207 PDEBUG(DEBUG_EXTRA, "%s: Preferred AP BSSID %pM\n", in prism2_host_roaming()
213 PDEBUG(DEBUG_EXTRA, "%s: using preferred AP " in prism2_host_roaming()
225 PDEBUG(DEBUG_EXTRA, "%s: JoinRequest: BSSID=%pM" in prism2_host_roaming()
402 PDEBUG(DEBUG_EXTRA, "%s: INFO - len=%d type=0x%04x\n", in hostap_info_process()
405 PDEBUG(DEBUG_EXTRA, "Unknown info frame:"); in hostap_info_process()
432 PDEBUG(DEBUG_EXTRA, "%s: LinkStatus: BSSID=%pM\n", in handle_info_queue_linkstatus()
H A Dhostap_download.c15 PDEBUG(DEBUG_EXTRA2, "%s: no PRI f/w - assuming Aux " in prism2_enable_aux_port()
265 PDEBUG(DEBUG_EXTRA2, "%s: trying to read PDA from 0x%08x", in prism2_read_pda()
340 PDEBUG(DEBUG_EXTRA2, "%s: Writing %d bytes at 0x%08x\n", in prism2_download_volatile()
468 PDEBUG(DEBUG_EXTRA2, "%s: Genesis mode OK using x8 " in prism2_download_genesis()
472 PDEBUG(DEBUG_EXTRA2, "%s: Genesis mode OK using x16 " in prism2_download_genesis()
493 PDEBUG(DEBUG_EXTRA2, "%s: Writing %d bytes at 0x%08x\n", in prism2_download_genesis()
505 PDEBUG(DEBUG_EXTRA2, "Disable genesis mode\n"); in prism2_download_genesis()
515 PDEBUG(DEBUG_EXTRA2, "Trying to initialize card\n"); in prism2_download_genesis()
528 PDEBUG(DEBUG_EXTRA2, "Card initialized - running PRI only\n"); in prism2_download_genesis()
745 PDEBUG(DEBUG_EXTRA2, in prism2_download()
H A Dhostap_cs.c433 PDEBUG(DEBUG_HW, "%s: setting Vcc=33 (constant)\n", dev_info); in hostap_cs_probe()
437 PDEBUG(DEBUG_EXTRA, "prism2_config() failed\n"); in hostap_cs_probe()
446 PDEBUG(DEBUG_FLOW, "prism2_detach\n"); in prism2_detach()
481 PDEBUG(DEBUG_FLOW, "prism2_config()\n"); in prism2_config()
556 PDEBUG(DEBUG_FLOW, "prism2_release\n"); in prism2_release()
568 PDEBUG(DEBUG_FLOW, "release - done\n"); in prism2_release()
582 PDEBUG(DEBUG_EXTRA, "%s: CS_EVENT_PM_SUSPEND\n", dev_info); in hostap_cs_suspend()
605 PDEBUG(DEBUG_EXTRA, "%s: CS_EVENT_PM_RESUME\n", dev_info); in hostap_cs_resume()
H A Dhostap_hw.c1286 PDEBUG(DEBUG_FLOW, "prism2_hw_init()\n"); in prism2_hw_init()
1633 PDEBUG(DEBUG_EXTRA, "prism2_tx_timeout: " in handle_reset_queue()
1661 PDEBUG(DEBUG_EXTRA2, "prism2_get_txfid_idx: no room in txfid buf: " in prism2_get_txfid_idx()
1709 PDEBUG(DEBUG_FID, "%s: prism2_transmit_cb: txfid[%d]=0x%04x, " in prism2_transmit_cb()
2096 PDEBUG(DEBUG_FID, "FID: interrupt: ALLOC - fid=0x%04x\n", fid); in prism2_alloc_ev()
2103 PDEBUG(DEBUG_FID, "FID: found matching txfid[%d]\n", in prism2_alloc_ev()
2210 PDEBUG(DEBUG_FID, "interrupt: TX (err=%d) - fid=0x%04x\n", fid, error); in hostap_tx_compl_read()
2217 PDEBUG(DEBUG_EXTRA, "%s: TX (err=%d) - fid=0x%04x - could not " in hostap_tx_compl_read()
2231 PDEBUG(DEBUG_EXTRA, "%s: could not read TX " in hostap_tx_compl_read()
2259 PDEBUG(DEBUG_EXTRA, "%s: TX - status=0x%04x " in prism2_tx_ev()
[all …]
H A Dhostap_80211_rx.c570 PDEBUG(DEBUG_EXTRA2, "%s: received WDS frame with " in hostap_rx_frame_wds()
586 PDEBUG(DEBUG_EXTRA, "%s: received WDS[4 addr] frame " in hostap_rx_frame_wds()
985 PDEBUG(DEBUG_EXTRA2, "%s: RX: IEEE 802.1X - passing " in hostap_80211_rx()
1014 PDEBUG(DEBUG_EXTRA2, "%s: RX: IEEE 802.1X frame\n", in hostap_80211_rx()
H A Dhostap_wlan.h951 #define PDEBUG(n, args...) \ macro
958 #define PDEBUG(n, args...) macro
H A Dhostap_main.c603 PDEBUG(DEBUG_FLOW, "%s: prism2_close\n", dev->name); in prism2_close()
656 PDEBUG(DEBUG_FLOW, "%s: prism2_open\n", dev->name); in prism2_open()
H A Dhostap_80211_tx.c489 PDEBUG(DEBUG_EXTRA2, "%s: TX: IEEE 802.1X - passing " in hostap_master_start_xmit()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Ddpti.h84 #undef PDEBUG
87 # define PDEBUG(fmt, args...) printk(KERN_DEBUG "dpti: " fmt, ##args) macro
90 # define PDEBUG(fmt, args...) /* not debugging: nothing */ macro
H A Ddpt_i2o.c236 PDEBUG("HBA's in HOLD state\n"); in adpt_detect()
247 PDEBUG("HBA's in OPERATIONAL state\n"); in adpt_detect()
525 PDEBUG("adpt_bios_param: exit\n"); in DEF_SCSI_QCMD()
798 PDEBUG("%s: in HOLD state\n",pHba->name); in adpt_hba_reset()
804 PDEBUG("%s: in OPERATIONAL state\n",pHba->name); in adpt_hba_reset()
1360 PDEBUG("%s: Reset in progress...\n", pHba->name); in adpt_i2o_reset_hba()
1388 PDEBUG("%s: Reset completed.\n", pHba->name); in adpt_i2o_reset_hba()
1496 PDEBUG("Bus %d - SCSI ID %d.\n", bus_no, buf[1]); in adpt_i2o_parse_lct()
2124 PDEBUG("%s: Failed message\n",pHba->name); in adpt_isr()
3028 PDEBUG("%s: Hardware resource table read.\n", pHba->name); in adpt_i2o_lct_get()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/radio/
H A Dradio-tea5764.c44 # define PDEBUG(format, ...)\ macro
423 PDEBUG("probe"); in tea5764_i2c_probe()
452 PDEBUG("chipid = %04X, manid = %04X", r->chipid, r->manid); in tea5764_i2c_probe()
494 PDEBUG("remove"); in tea5764_i2c_remove()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dprint_support.h40 #define PDEBUG(format, ...) ia_css_print("debug: " format, ##__VA_ARGS__) macro