Lines Matching defs:device
1082 u16 device = ar_sdio->func->device, dev_id_base, dev_id_chiprev;
1092 dev_id_base = (device & 0x0F00);
1093 dev_id_chiprev = (device & 0x00FF);
1212 "unable to send the bmi data to the device: %d\n",
1276 "unable to read the bmi data from the device: %d\n",
2142 static int ath10k_sdio_pm_suspend(struct device *device)
2144 struct sdio_func *func = dev_to_sdio_func(device);
2168 static int ath10k_sdio_pm_resume(struct device *device)
2537 "sdio new func %d vendor 0x%x device 0x%x block 0x%x/0x%x\n",
2538 func->num, func->vendor, func->device,
2597 dev_id_base = (id->device & 0x0F00);
2601 ath10k_err(ar, "unsupported device id %u (0x%x)\n",
2602 dev_id_base, id->device);
2608 ar->id.device = id->device;
2643 "sdio removed func %d vendor 0x%x device 0x%x\n",
2644 func->num, func->vendor, func->device);