Searched refs:dcdbas_pdev (Results 1 - 1 of 1) sorted by relevance

/drivers/firmware/
H A Ddcdbas.c46 static struct platform_device *dcdbas_pdev; variable in typeref:struct:platform_device
66 dev_dbg(&dcdbas_pdev->dev, "%s: phys: %x size: %lu\n",
69 dma_free_coherent(&dcdbas_pdev->dev, smi_data_buf_size, smi_data_buf,
92 buf = dma_alloc_coherent(&dcdbas_pdev->dev, size, &handle, GFP_KERNEL);
94 dev_dbg(&dcdbas_pdev->dev,
113 dev_dbg(&dcdbas_pdev->dev, "%s: phys: %x size: %lu\n",
252 dev_info(&dcdbas_pdev->dev, "%s: invalid magic value\n",
264 dev_dbg(&dcdbas_pdev->dev, "%s: failed to get CPU 0\n",
429 dev_dbg(&dcdbas_pdev->dev, "%s: invalid SMI type %u\n",
458 dev_dbg(&dcdbas_pdev
[all...]

Completed in 23 milliseconds