Searched refs:cl_dbg (Results 1 – 5 of 5) sorted by relevance
| /drivers/misc/mei/ |
| A D | main.c | 128 cl_dbg(dev, cl, "not the last vtag\n"); in mei_release() 146 cl_dbg(dev, cl, "removing\n"); in mei_release() 275 cl_dbg(dev, cl, "end mei read rets = %zd\n", rets); in mei_read() 332 cl_dbg(dev, cl, "is not connected"); in mei_write() 448 cl_dbg(dev, cl, "Can connect?\n"); in mei_ioctl_connect_client() 656 cl_dbg(dev, cl, "IOCTL cmd = 0x%x", cmd); in mei_ioctl() 666 cl_dbg(dev, cl, "IOCTL_MEI_CONNECT_CLIENT\n"); in mei_ioctl() 717 cl_dbg(dev, cl, "vtag can't be zero\n"); in mei_ioctl() 737 cl_dbg(dev, cl, "IOCTL_MEI_NOTIFY_SET\n"); in mei_ioctl() 748 cl_dbg(dev, cl, "IOCTL_MEI_NOTIFY_GET\n"); in mei_ioctl() [all …]
|
| A D | client.c | 657 cl_dbg(dev, cl, "link cl\n"); in mei_cl_link() 681 cl_dbg(dev, cl, "unlink client"); in mei_cl_unlink() 967 cl_dbg(dev, cl, "disconnecting"); in mei_cl_disconnect() 993 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_disconnect() 1169 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_connect() 1556 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_notify_request() 1583 cl_dbg(dev, cl, "notify event"); in mei_cl_notify() 1704 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_read_start() 2094 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_write() 2368 cl_dbg(dev, cl, "rpm: autosuspend\n"); in mei_cl_dma_alloc_and_map() [all …]
|
| 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() 459 cl_dbg(dev, cl, "got a message\n"); in mei_irq_read_handler() 534 cl_dbg(dev, cl, "MEI WRITE COMPLETE\n"); in mei_irq_write_handler()
|
| A D | hbm.c | 549 cl_dbg(dev, cl, "hbm: notify start response status=%d\n", rs->status); in mei_hbm_cl_notify_start_res() 575 cl_dbg(dev, cl, "hbm: notify stop response status=%d\n", rs->status); in mei_hbm_cl_notify_stop_res() 685 cl_dbg(dev, cl, "cl dma map succeeded\n"); in mei_hbm_cl_dma_map_res() 715 cl_dbg(dev, cl, "cl dma unmap succeeded\n"); in mei_hbm_cl_dma_unmap_res() 829 cl_dbg(dev, cl, "sending flow control\n"); in mei_hbm_cl_flow_control_req() 889 cl_dbg(dev, cl, "flow control creds = %d.\n", in mei_hbm_cl_tx_flow_ctrl_creds_res() 941 cl_dbg(dev, cl, "hbm: disconnect response status=%d\n", rs->status); in mei_hbm_cl_disconnect_res() 978 cl_dbg(dev, cl, "hbm: connect response status=%s\n", in mei_hbm_cl_connect_res()
|
| A D | client.h | 277 #define cl_dbg(dev, cl, format, arg...) \ macro
|
Completed in 15 milliseconds