Searched refs:cl_dbg (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/misc/mei/ |
D | client.c | 532 cl_dbg(dev, cl, "remove list entry belonging to cl\n"); in mei_cl_flush_queues() 632 cl_dbg(dev, cl, "link cl\n"); in mei_cl_link() 657 cl_dbg(dev, cl, "unlink client"); in mei_cl_unlink() 863 cl_dbg(dev, cl, "add disconnect cb to control write list\n"); in __mei_cl_disconnect() 881 cl_dbg(dev, cl, "timeout on disconnect from FW client.\n"); in __mei_cl_disconnect() 889 cl_dbg(dev, cl, "successfully disconnected from FW client.\n"); in __mei_cl_disconnect() 914 cl_dbg(dev, cl, "disconnecting"); in mei_cl_disconnect() 933 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_disconnect() 1105 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_connect() 1299 cl_dbg(dev, cl, "notifications not supported\n"); in mei_cl_notify_request() [all …]
|
D | interrupt.c | 114 cl_dbg(dev, cl, "not connected\n"); in mei_cl_irq_read_msg() 127 cl_dbg(dev, cl, "message overflow. size %d len %d idx %ld\n", in mei_cl_irq_read_msg() 148 cl_dbg(dev, cl, "completed read length = %lu\n", cb->buf_idx); in mei_cl_irq_read_msg() 282 cl_dbg(dev, cl, "got a message\n"); in mei_irq_read_handler() 354 cl_dbg(dev, cl, "MEI WRITE COMPLETE\n"); in mei_irq_write_handler()
|
D | hbm.c | 469 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res() 495 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res() 639 cl_dbg(dev, cl, "sending flow control\n"); in mei_hbm_cl_flow_control_req() 699 cl_dbg(dev, cl, "flow control creds = %d.\n", in mei_hbm_cl_flow_control_res() 749 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 785 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res() 869 cl_dbg(dev, cl, "fw disconnect request received\n"); in mei_hbm_fw_disconnect_req()
|
D | main.c | 112 cl_dbg(dev, cl, "removing\n"); in mei_release() 186 cl_dbg(dev, cl, "mei start read failure status = %d\n", err); in mei_read() 230 cl_dbg(dev, cl, "read operation failed %d\n", rets); in mei_read() 234 cl_dbg(dev, cl, "buf.size = %d buf.idx = %ld\n", in mei_read() 260 cl_dbg(dev, cl, "end mei read rets = %d\n", rets); in mei_read()
|
D | client.h | 249 #define cl_dbg(dev, cl, format, arg...) \ macro
|
D | wd.c | 220 cl_dbg(dev, cl, "MEI Driver is not connected to Watchdog Client\n"); in mei_wd_ops_start()
|