Lines Matching refs:hcd
24 (ehci)->hcd.pdev->slot_name , ## args )
31 (ehci)->hcd.pdev->slot_name , ## args )
34 (ehci)->hcd.pdev->slot_name , ## args )
37 (ehci)->hcd.pdev->slot_name , ## args )
448 ehci = container_of (pci_get_drvdata (pdev), struct ehci_hcd, hcd); in show_async()
491 ehci = container_of (pci_get_drvdata (pdev), struct ehci_hcd, hcd); in show_periodic()
597 ehci = container_of (pci_get_drvdata (pdev), struct ehci_hcd, hcd); in show_registers()
609 i >> 8, i & 0x0ff, ehci->hcd.state); in show_registers()
686 device_create_file (&bus->hcd.pdev->dev, &dev_attr_async); in create_debug_files()
687 device_create_file (&bus->hcd.pdev->dev, &dev_attr_periodic); in create_debug_files()
688 device_create_file (&bus->hcd.pdev->dev, &dev_attr_registers); in create_debug_files()
693 device_remove_file (&bus->hcd.pdev->dev, &dev_attr_async); in remove_debug_files()
694 device_remove_file (&bus->hcd.pdev->dev, &dev_attr_periodic); in remove_debug_files()
695 device_remove_file (&bus->hcd.pdev->dev, &dev_attr_registers); in remove_debug_files()