Searched refs:cl_dbg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/misc/mei/ |
A D | client.c | 677 cl_dbg(dev, cl, "link cl\n"); in mei_cl_link() 701 cl_dbg(dev, cl, "unlink client"); in mei_cl_unlink() 984 cl_dbg(dev, cl, "disconnecting"); in mei_cl_disconnect() 1010 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_disconnect() 1186 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_connect() 1571 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_notify_request() 1598 cl_dbg(dev, cl, "notify event"); in mei_cl_notify() 1719 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_read_start() 2074 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_write() 2345 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_dma_alloc_and_map() [all …]
|
A D | interrupt.c | 145 cl_dbg(dev, cl, "vtag not found in extended header.\n"); in mei_cl_irq_read_msg() 150 cl_dbg(dev, cl, "vtag: %d\n", vtag_hdr->vtag); in mei_cl_irq_read_msg() 161 cl_dbg(dev, cl, "not connected\n"); in mei_cl_irq_read_msg() 179 cl_dbg(dev, cl, "message overflow. size %zu len %d idx %zu\n", in mei_cl_irq_read_msg() 196 cl_dbg(dev, cl, "completed read length = %zu\n", cb->buf_idx); in mei_cl_irq_read_msg() 426 cl_dbg(dev, cl, "got a message\n"); in mei_irq_read_handler() 506 cl_dbg(dev, cl, "MEI WRITE COMPLETE\n"); in mei_irq_write_handler()
|
A D | main.c | 126 cl_dbg(dev, cl, "not the last vtag\n"); in mei_release() 138 cl_dbg(dev, cl, "not the last vtag after disconnect\n"); in mei_release() 144 cl_dbg(dev, cl, "removing\n"); in mei_release() 207 cl_dbg(dev, cl, "mei start read failure status = %zd\n", rets); in mei_read() 241 cl_dbg(dev, cl, "read operation failed %zd\n", rets); in mei_read() 245 cl_dbg(dev, cl, "buf.size = %zu buf.idx = %zu offset = %lld\n", in mei_read() 273 cl_dbg(dev, cl, "end mei read rets = %zd\n", rets); in mei_read()
|
A D | hbm.c | 543 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res() 569 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res() 815 cl_dbg(dev, cl, "sending flow control\n"); in mei_hbm_cl_flow_control_req() 875 cl_dbg(dev, cl, "flow control creds = %d.\n", in mei_hbm_cl_tx_flow_ctrl_creds_res() 927 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 964 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
|
A D | client.h | 279 #define cl_dbg(dev, cl, format, arg...) \ macro
|
Completed in 12 milliseconds