Searched refs:cl_dbg (Results 1 – 5 of 5) sorted by relevance
/drivers/misc/mei/ |
D | client.c | 534 cl_dbg(dev, cl, "remove list entry belonging to cl\n"); in mei_cl_flush_queues() 625 cl_dbg(dev, cl, "link cl\n"); in mei_cl_link() 649 cl_dbg(dev, cl, "unlink client"); in mei_cl_unlink() 718 cl_dbg(dev, cl, "Waking up reading client!\n"); in mei_cl_wake_all() 723 cl_dbg(dev, cl, "Waking up writing client!\n"); in mei_cl_wake_all() 728 cl_dbg(dev, cl, "Waking up waiting for event clients!\n"); in mei_cl_wake_all() 733 cl_dbg(dev, cl, "Waking up ctrl write clients!\n"); in mei_cl_wake_all() 899 cl_dbg(dev, cl, "timeout on disconnect from FW client.\n"); in __mei_cl_disconnect() 907 cl_dbg(dev, cl, "successfully disconnected from FW client.\n"); in __mei_cl_disconnect() 932 cl_dbg(dev, cl, "disconnecting"); in mei_cl_disconnect() [all …]
|
D | interrupt.c | 109 cl_dbg(dev, cl, "not connected\n"); in mei_cl_irq_read_msg() 126 cl_dbg(dev, cl, "message overflow. size %zu len %d idx %zu\n", in mei_cl_irq_read_msg() 141 cl_dbg(dev, cl, "completed read length = %zu\n", cb->buf_idx); in mei_cl_irq_read_msg() 315 cl_dbg(dev, cl, "got a message\n"); in mei_irq_read_handler() 394 cl_dbg(dev, cl, "MEI WRITE COMPLETE\n"); in mei_irq_write_handler()
|
D | hbm.c | 518 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res() 544 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res() 683 cl_dbg(dev, cl, "sending flow control\n"); in mei_hbm_cl_flow_control_req() 743 cl_dbg(dev, cl, "flow control creds = %d.\n", in mei_hbm_cl_tx_flow_ctrl_creds_res() 795 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 832 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
|
D | main.c | 107 cl_dbg(dev, cl, "removing\n"); in mei_release() 170 cl_dbg(dev, cl, "mei start read failure status = %zd\n", rets); in mei_read() 204 cl_dbg(dev, cl, "read operation failed %zd\n", rets); in mei_read() 208 cl_dbg(dev, cl, "buf.size = %zu buf.idx = %zu offset = %lld\n", in mei_read() 236 cl_dbg(dev, cl, "end mei read rets = %zd\n", rets); in mei_read()
|
D | client.h | 217 #define cl_dbg(dev, cl, format, arg...) \ macro
|