Lines Matching refs:dev

68 	struct device *dev = data->context->dev;  in pldm_check_fw_space()  local
71 dev_dbg(dev, "Firmware file size smaller than expected. Got %zu bytes, needed %zu bytes\n", in pldm_check_fw_space()
126 struct device *dev = data->context->dev; in pldm_parse_header() local
139 dev_dbg(dev, "Invalid package header identifier. Expected UUID %pUB, but got %pUB\n", in pldm_parse_header()
145 dev_dbg(dev, "Invalid package header revision. Expected revision %u but got %u\n", in pldm_parse_header()
161 dev_dbg(dev, "Invalid component bitmap length. The length is %u, which is not a multiple of 8\n", in pldm_parse_header()
205 struct device *dev = data->context->dev; in pldm_check_desc_tlv_len() local
234 dev_dbg(dev, "Found unrecognized TLV type 0x%04x\n", type); in pldm_check_desc_tlv_len()
239 …dev_dbg(dev, "Found TLV type 0x%04x with unexpected length. Got %u bytes, but expected %u bytes\n", in pldm_check_desc_tlv_len()
383 …dev_dbg(data->context->dev, "Unexpected record length. Measured record length is %zu bytes, expect… in pldm_parse_one_record()
444 struct device *dev = data->context->dev; in pldm_parse_components() local
503 dev_dbg(dev, "Invalid firmware header size. Expected %u but got %zu\n", in pldm_parse_components()
524 struct device *dev = data->context->dev; in pldm_verify_header_crc() local
536 dev_dbg(dev, "Invalid CRC in firmware header. Got 0x%08x but expected 0x%08x\n", in pldm_verify_header_crc()
596 if (WARN_ON(!(data->context->dev && data->fw->data && data->fw->size))) in pldm_parse_image()
638 struct pci_dev *pdev = to_pci_dev(context->dev); in pldmfw_op_pci_match_record()