Lines Matching defs:device
330 /* device status comes first, for backwards compatibility */
356 * @dd: the qlogic_ib device
391 * Do initialization for device that is only needed on
437 * @dd: the qlogic_ib device
574 * @dd: the qlogic_ib device
619 * @dd: the qlogic_ib device
658 /* Bypass most chip-init, to get to device creation */
819 * qib_shutdown_device - shut down a device
820 * @dd: the qlogic_ib device
822 * This is called to make the device quiet when we are about to
823 * unload the driver, and also when the device is administratively
896 * @dd: the qlogic_ib device
1192 static int qib_notify_dca_device(struct device *device, void *data)
1194 struct qib_devdata *dd = dev_get_drvdata(device);
1403 * Do device-specific initialiation, function table setup, dd
1406 switch (ent->device) {
1412 "Intel PCIE device 0x%x cannot work if CONFIG_PCI_MSI is not enabled\n",
1413 ent->device);
1429 ent->device);
1505 * Disable the IB link, disable interrupts on the device,
1535 * @dd: the qlogic_ib device