Lines Matching refs:devc
92 struct device *devc = dev->devc; in loader_xfer_cmd() local
102 dev_err(devc, "write cmd %u failed:%d\n", req_hdr.command, rv); in loader_xfer_cmd()
113 dev_err(devc, "wait response of cmd %u timeout\n", req_hdr.command); in loader_xfer_cmd()
118 dev_err(devc, "not a response for %u\n", req_hdr.command); in loader_xfer_cmd()
123 dev_err(devc, "unexpected cmd response %u:%u\n", req_hdr.command, in loader_xfer_cmd()
129 dev_err(devc, "cmd %u failed %u\n", req_hdr.command, resp_hdr.status); in loader_xfer_cmd()
153 dma_free_coherent(dev->devc, fragment_size, dma_bufs[i], dma_addr); in release_dma_bufs()
181 dma_bufs[i] = dma_alloc_coherent(dev->devc, fragment_size, &dma_addr, GFP_KERNEL); in prepare_dma_bufs()
369 rv = request_ish_firmware(&ish_fw, dev->devc); in ishtp_loader_work()
371 dev_err(dev->devc, "request ISH firmware failed:%d\n", rv); in ishtp_loader_work()
387 dev_err(dev->devc, "prepare DMA buffer failed.\n"); in ishtp_loader_work()
398 dev_dbg(dev->devc, "ISH Bootloader Version %u.%u.%u.%u\n", in ishtp_loader_work()
415 dev_info(dev->devc, "firmware loaded. size:%zu\n", ish_fw->size); in ishtp_loader_work()
419 dev_info(dev->devc, "FW base version: %u.%u.%u.%u\n", in ishtp_loader_work()
422 dev_info(dev->devc, "FW project version: %u.%u.%u.%u\n", in ishtp_loader_work()