Searched refs:match_driver (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/parser/ |
| H A D | OutputClass.c | 59 xorg_list_for_each_entry_safe(group, next, &ptr->match_driver, entry) { in xf86freeOutputClassList() 99 xorg_list_init(&ptr->match_driver); in xf86parseOutputClassSection() 139 add_group_entry(&ptr->match_driver, in xf86parseOutputClassSection() 176 xorg_list_for_each_entry(group, &ptr->match_driver, entry) { in xf86printOutputClassSection()
|
| H A D | InputClass.c | 118 xorg_list_for_each_entry_safe(group, next, &ptr->match_driver, entry) { in xf86freeInputClassList() 184 xorg_list_init(&ptr->match_driver); in xf86parseInputClassSection() 288 add_group_entry(&ptr->match_driver, in xf86parseInputClassSection() 452 xorg_list_for_each_entry(group, &ptr->match_driver, entry) { in xf86printInputClassSection()
|
| H A D | xf86Parser.h | 321 struct xorg_list match_driver; member 340 struct xorg_list match_driver; member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | scan.c | 1639 device->flags.match_driver = false; in acpi_init_device_object() 2040 device->flags.match_driver = true; in acpi_bus_attach() 2130 adev->flags.match_driver = false; in acpi_bus_trim() 2159 device->flags.match_driver = true; in acpi_bus_register_early_device() 2180 device->flags.match_driver = true; in acpi_bus_scan_fixed() 2197 device->flags.match_driver = true; in acpi_bus_scan_fixed()
|
| H A D | power.c | 967 device->flags.match_driver = true; in acpi_add_power_resource()
|
| H A D | bus.c | 892 return acpi_dev->flags.match_driver in acpi_bus_match()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | bus.c | 323 dev->match_driver = true; in pci_bus_add_device()
|
| H A D | pci-driver.c | 1453 if (!pci_dev->match_driver) in pci_bus_match()
|
| H A D | probe.c | 2511 dev->match_driver = false; in pci_device_add()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86platformBus.c | 216 if (!MatchToken(driver, &oclass->match_driver, strcmp)) in OutputClassMatches()
|
| H A D | xf86Xinput.c | 617 if (!MatchAttrToken(idev->driver, &iclass->match_driver, strcmp)) in InputClassMatches()
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | acpi_bus.h | 195 u32 match_driver:1; member
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pci.h | 402 bool match_driver; /* Skip attaching driver */ member
|
| /OK3568_Linux_fs/kernel/drivers/iommu/amd/ |
| H A D | init.c | 1824 iommu->dev->match_driver = false; in iommu_init_pci()
|