Searched refs:cl_dbg (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/misc/mei/ |
D | client.c | 518 cl_dbg(dev, cl, "remove list entry belonging to cl\n"); in mei_cl_flush_queues() 617 cl_dbg(dev, cl, "link cl\n"); in mei_cl_link() 642 cl_dbg(dev, cl, "unlink client"); in mei_cl_unlink() 737 cl_dbg(dev, cl, "disconnecting"); in mei_cl_disconnect() 764 cl_dbg(dev, cl, "add disconnect cb to control write list\n"); in mei_cl_disconnect() 778 cl_dbg(dev, cl, "successfully disconnected from FW client.\n"); in mei_cl_disconnect() 780 cl_dbg(dev, cl, "timeout on disconnect from FW client.\n"); in mei_cl_disconnect() 787 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_disconnect() 892 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_connect() 1075 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_read_start() [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() 367 cl_dbg(dev, cl, "got a message\n"); in mei_irq_read_handler() 439 cl_dbg(dev, cl, "MEI WRITE COMPLETE\n"); in mei_irq_write_handler()
|
D | hbm.c | 462 cl_dbg(dev, cl, "sending flow control\n"); in mei_hbm_cl_flow_control_req() 522 cl_dbg(dev, cl, "flow control creds = %d.\n", in mei_hbm_cl_flow_control_res() 572 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 608 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res() 683 cl_dbg(dev, cl, "disconnect request received\n"); in mei_hbm_fw_disconnect_req() 690 cl_dbg(dev, cl, "add disconnect response as first\n"); in mei_hbm_fw_disconnect_req()
|
D | client.h | 129 #define cl_dbg(dev, cl, format, arg...) \ macro
|
D | main.c | 111 cl_dbg(dev, cl, "disconnecting\n"); in mei_release() 115 cl_dbg(dev, cl, "removing\n"); in mei_release()
|
D | wd.c | 234 cl_dbg(dev, cl, "MEI Driver is not connected to Watchdog Client\n"); in mei_wd_ops_start()
|