Home
last modified time | relevance | path

Searched refs:match_driver (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DOutputClass.c59 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 DInputClass.c118 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 Dxf86Parser.h321 struct xorg_list match_driver; member
340 struct xorg_list match_driver; member
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dscan.c1639 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 Dpower.c967 device->flags.match_driver = true; in acpi_add_power_resource()
H A Dbus.c892 return acpi_dev->flags.match_driver in acpi_bus_match()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dbus.c323 dev->match_driver = true; in pci_bus_add_device()
H A Dpci-driver.c1453 if (!pci_dev->match_driver) in pci_bus_match()
H A Dprobe.c2511 dev->match_driver = false; in pci_device_add()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86platformBus.c216 if (!MatchToken(driver, &oclass->match_driver, strcmp)) in OutputClassMatches()
H A Dxf86Xinput.c617 if (!MatchAttrToken(idev->driver, &iclass->match_driver, strcmp)) in InputClassMatches()
/OK3568_Linux_fs/kernel/include/acpi/
H A Dacpi_bus.h195 u32 match_driver:1; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci.h402 bool match_driver; /* Skip attaching driver */ member
/OK3568_Linux_fs/kernel/drivers/iommu/amd/
H A Dinit.c1824 iommu->dev->match_driver = false; in iommu_init_pci()