Searched refs:cl_dbg (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/misc/mei/ |
| H A D | main.c | 132 cl_dbg(dev, cl, "not the last vtag\n"); in mei_release() 144 cl_dbg(dev, cl, "not the last vtag after disconnect\n"); in mei_release() 150 cl_dbg(dev, cl, "removing\n"); in mei_release() 214 cl_dbg(dev, cl, "mei start read failure status = %zd\n", rets); in mei_read() 248 cl_dbg(dev, cl, "read operation failed %zd\n", rets); in mei_read() 252 cl_dbg(dev, cl, "buf.size = %zu buf.idx = %zu offset = %lld\n", in mei_read() 264 cl_dbg(dev, cl, "failed to copy data to userland\n"); in mei_read() 280 cl_dbg(dev, cl, "end mei read rets = %zd\n", rets); in mei_read() 337 cl_dbg(dev, cl, "is not connected"); in mei_write() 387 cl_dbg(dev, cl, "failed to copy data from userland\n"); in mei_write() [all …]
|
| H A D | client.c | 559 cl_dbg(dev, cl, "remove list entry belonging to cl\n"); in mei_cl_flush_queues() 657 cl_dbg(dev, cl, "link cl\n"); in mei_cl_link() 681 cl_dbg(dev, cl, "unlink client"); in mei_cl_unlink() 752 cl_dbg(dev, cl, "Waking up reading client!\n"); in mei_cl_wake_all() 757 cl_dbg(dev, cl, "Waking up writing client!\n"); in mei_cl_wake_all() 762 cl_dbg(dev, cl, "Waking up waiting for event clients!\n"); in mei_cl_wake_all() 767 cl_dbg(dev, cl, "Waking up ctrl write clients!\n"); in mei_cl_wake_all() 933 cl_dbg(dev, cl, "timeout on disconnect from FW client.\n"); in __mei_cl_disconnect() 941 cl_dbg(dev, cl, "successfully disconnected from FW client.\n"); in __mei_cl_disconnect() 966 cl_dbg(dev, cl, "disconnecting"); in mei_cl_disconnect() [all …]
|
| H A D | interrupt.c | 38 cl_dbg(dev, cl, "completing call back.\n"); in mei_irq_compl_handler() 154 cl_dbg(dev, cl, "no vtag or gsc found in extended header.\n"); in mei_cl_irq_read_msg() 161 cl_dbg(dev, cl, "vtag: %d\n", vtag_hdr->vtag); in mei_cl_irq_read_msg() 194 cl_dbg(dev, cl, "not connected\n"); in mei_cl_irq_read_msg() 212 cl_dbg(dev, cl, "message overflow. size %zu len %d idx %zu\n", in mei_cl_irq_read_msg() 229 cl_dbg(dev, cl, "completed read length = %zu\n", cb->buf_idx); in mei_cl_irq_read_msg() 456 cl_dbg(dev, cl, "got a message\n"); in mei_irq_read_handler() 531 cl_dbg(dev, cl, "MEI WRITE COMPLETE\n"); in mei_irq_write_handler()
|
| H A D | hbm.c | 544 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res() 570 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res() 680 cl_dbg(dev, cl, "cl dma map succeeded\n"); in mei_hbm_cl_dma_map_res() 710 cl_dbg(dev, cl, "cl dma unmap succeeded\n"); in mei_hbm_cl_dma_unmap_res() 824 cl_dbg(dev, cl, "sending flow control\n"); in mei_hbm_cl_flow_control_req() 884 cl_dbg(dev, cl, "flow control creds = %d.\n", in mei_hbm_cl_tx_flow_ctrl_creds_res() 936 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 973 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
|
| H A D | client.h | 277 #define cl_dbg(dev, cl, format, arg...) \ macro
|