Searched refs:devc (Results 1 – 8 of 8) sorted by relevance
/drivers/hid/intel-ish-hid/ishtp/ |
D | hbm.c | 109 dev_dbg(dev->devc, "Going to wait for ishtp start. hbm_state=%08X\n", in ishtp_hbm_start_wait() 115 dev_dbg(dev->devc, in ishtp_hbm_start_wait() 121 dev_err(dev->devc, in ishtp_hbm_start_wait() 161 dev_err(dev->devc, "version message send failed\n"); in ishtp_hbm_start_req() 196 dev_err(dev->devc, "enumeration request send failed\n"); in ishtp_hbm_enum_clients_req() 251 dev_err(dev->devc, "properties request send failed\n"); in ishtp_hbm_prop_req() 495 dev_err(dev->devc, "Bad DMA Tx ack message address\n"); in ishtp_hbm_dma_xfer_ack() 500 dev_err(dev->devc, "Bad DMA Tx ack message size\n"); in ishtp_hbm_dma_xfer_ack() 560 dev_err(dev->devc, "Bad DMA Rx message address\n"); in ishtp_hbm_dma_xfer() 565 dev_err(dev->devc, "Bad DMA Rx message size\n"); in ishtp_hbm_dma_xfer() [all …]
|
D | dma-if.c | 44 dev->ishtp_host_dma_tx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf() 59 dev->ishtp_host_dma_rx_buf = dma_alloc_coherent(dev->devc, in ishtp_cl_alloc_dma_buf() 81 dma_free_coherent(dev->devc, dev->ishtp_host_dma_tx_buf_size, in ishtp_cl_free_dma_buf() 87 dma_free_coherent(dev->devc, dev->ishtp_host_dma_rx_buf_size, in ishtp_cl_free_dma_buf() 135 dev_err(dev->devc, "No free DMA buffer to send msg\n"); in ishtp_cl_get_dma_send_buf() 158 dev_err(dev->devc, "Bad DMA Tx ack address\n"); in ishtp_cl_release_dma_acked_mem() 169 dev_err(dev->devc, "Bad DMA Tx ack address\n"); in ishtp_cl_release_dma_acked_mem()
|
D | init.c | 102 dev_err(dev->devc, "HBM haven't started"); in ishtp_start() 111 dev_err(dev->devc, "link layer initialization failed.\n"); in ishtp_start()
|
D | bus.c | 61 dev_err(dev->devc, in ishtp_recv() 399 device->dev.parent = dev->devc; in ishtp_bus_add_device() 418 dev_err(dev->devc, "Failed to register ISHTP client device\n"); in ishtp_bus_add_device()
|
D | client.c | 821 dev_err(dev->devc, "corrupted message header.\n"); in recv_ishtp_cl_msg() 826 dev_err(dev->devc, in recv_ishtp_cl_msg() 922 dev_err(dev->devc, "Dropped Rx msg - no request\n"); in recv_ishtp_cl_msg() 1043 dev_err(dev->devc, "Dropped Rx (DMA) msg - no request\n"); in recv_ishtp_cl_msg_dma()
|
D | ishtp-dev.h | 161 struct device *devc; /* pointer to lowest device */ member
|
/drivers/hid/intel-ish-hid/ipc/ |
D | ipc.c | 482 dev_err(dev->devc, in ish_fw_reset_handler() 510 dev_err(ishtp_dev->devc, "[ishtp-ish]: FW reset failed (%d)\n", in fw_reset_work_fn() 611 dev_err(dev->devc, in ish_irq_handler() 662 dev_err(dev->devc, in ish_disable_dma() 772 dev_err(dev->devc, "Failed to send IPC MNG_RESET_NOTIFY\n"); in _ish_ipc_reset() 779 dev_err(dev->devc, "Timed out waiting for HW ready\n"); in _ish_ipc_reset() 810 dev_err(dev->devc, in ish_hw_start() 886 dev_err(dev->devc, in ish_dev_init() 895 dev->devc = &pdev->dev; in ish_dev_init()
|
D | pci-ish.c | 81 dev_err(dev->devc, "ISH: hw start failed.\n"); in ish_init() 88 dev_err(dev->devc, "ISHTP: Protocol init failed.\n"); in ish_init() 157 dev_set_drvdata(dev->devc, dev); in ish_probe()
|