Home
last modified time | relevance | path

Searched refs:class_shift (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/include/linux/
H A Dpci.h2231 class_shift, stub)
2236 class_shift, hook)
2240 class_shift, hook) \ argument
2253 class_shift, hook) \ argument
2257 class_shift, hook) \ argument
2261 class_shift, hook) \ argument
2265 class_shift, hook) \ argument
2269 class_shift, hook) \ argument
2273 class_shift, hook) \ argument
2277 class_shift, hook) \ argument
[all …]
/linux-6.15/drivers/pci/
H A Dquirks.c175 if ((f->class == (u32) (dev->class >> f->class_shift) || in pci_do_fixups()
5653 unsigned int class_shift) in pci_create_device_link() argument
5663 if (!supplier_pdev || (supplier_pdev->class >> class_shift) != class) { in pci_create_device_link()