vhcis             122 drivers/usb/usbip/vhci.h extern struct vhci *vhcis;
vhcis              47 drivers/usb/usbip/vhci_hcd.c struct vhci *vhcis;
vhcis            1490 drivers/usb/usbip/vhci_hcd.c 		pdev = vhcis[i].pdev;
vhcis            1493 drivers/usb/usbip/vhci_hcd.c 		vhcis[i].pdev = NULL;
vhcis            1508 drivers/usb/usbip/vhci_hcd.c 	vhcis = kcalloc(vhci_num_controllers, sizeof(struct vhci), GFP_KERNEL);
vhcis            1509 drivers/usb/usbip/vhci_hcd.c 	if (vhcis == NULL)
vhcis            1513 drivers/usb/usbip/vhci_hcd.c 		vhcis[i].pdev = platform_device_alloc(driver_name, i);
vhcis            1514 drivers/usb/usbip/vhci_hcd.c 		if (!vhcis[i].pdev) {
vhcis            1517 drivers/usb/usbip/vhci_hcd.c 				platform_device_put(vhcis[i--].pdev);
vhcis            1523 drivers/usb/usbip/vhci_hcd.c 		void *vhci = &vhcis[i];
vhcis            1524 drivers/usb/usbip/vhci_hcd.c 		ret = platform_device_add_data(vhcis[i].pdev, &vhci, sizeof(void *));
vhcis            1534 drivers/usb/usbip/vhci_hcd.c 		ret = platform_device_add(vhcis[i].pdev);
vhcis            1538 drivers/usb/usbip/vhci_hcd.c 				platform_device_del(vhcis[i--].pdev);
vhcis            1549 drivers/usb/usbip/vhci_hcd.c 		platform_device_put(vhcis[i].pdev);
vhcis            1551 drivers/usb/usbip/vhci_hcd.c 	kfree(vhcis);
vhcis            1559 drivers/usb/usbip/vhci_hcd.c 	kfree(vhcis);
vhcis              65 drivers/usb/usbip/vhci_sysfs.c 	struct platform_device *pdev = vhcis[pdev_nr].pdev;
vhcis             245 drivers/usb/usbip/vhci_sysfs.c 	hcd = platform_get_drvdata(vhcis[pdev_nr].pdev);
vhcis             336 drivers/usb/usbip/vhci_sysfs.c 	hcd = platform_get_drvdata(vhcis[pdev_nr].pdev);