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
1193 static int qib_notify_dca_device(struct device *device, void *data)
1195 struct qib_devdata *dd = dev_get_drvdata(device);
1404 * Do device-specific initialiation, function table setup, dd
1407 switch (ent->device) {
1413 "Intel PCIE device 0x%x cannot work if CONFIG_PCI_MSI is not enabled\n",
1414 ent->device);
1430 ent->device);
1506 * Disable the IB link, disable interrupts on the device,
1536 * @dd: the qlogic_ib device