Home
last modified time | relevance | path

Searched defs:where (Results 1 – 5 of 5) sorted by relevance

/pciutils/
H A Dls-ecaps.c17 cap_tph(struct device *d, int where) in cap_tph()
59 cap_ltr(struct device *d, int where) in cap_ltr()
82 cap_sec(struct device *d, int where) in cap_sec()
113 cap_dsn(struct device *d, int where) in cap_dsn()
266 cap_acs(struct device *d, int where) in cap_acs()
292 cap_ari(struct device *d, int where) in cap_ari()
314 cap_ats(struct device *d, int where) in cap_ats()
333 cap_pri(struct device *d, int where) in cap_pri()
511 cap_vc(struct device *d, int where) in cap_vc()
717 cap_lmr(struct device *d, int where) in cap_lmr()
[all …]
H A Dls-caps.c18 cap_pm(struct device *d, int where, int cap) in cap_pm()
74 cap_agp(struct device *d, int where, int cap) in cap_agp()
120 cap_pcix_nobridge(struct device *d, int where) in cap_pcix_nobridge()
159 cap_pcix_bridge(struct device *d, int where) in cap_pcix_bridge()
204 cap_pcix(struct device *d, int where) in cap_pcix()
233 cap_ht_pri(struct device *d, int where, int cmd) in cap_ht_pri()
537 cap_ht(struct device *d, int where, int cmd) in cap_ht()
605 cap_msi(struct device *d, int where, int cap) in cap_msi()
1589 cap_ssvid(struct device *d, int where) in cap_ssvid()
1613 cap_af(struct device *d, int where) in cap_af()
[all …]
H A Dls-caps-vendor.c17 show_vendor_caps_virtio(struct device *d, int where, int cap) in show_vendor_caps_virtio()
82 show_vendor_caps_intel(struct device *d, int where, int cap) in show_vendor_caps_intel()
233 do_show_vendor_caps(struct device *d, int where, int cap) in do_show_vendor_caps()
249 show_vendor_caps(struct device *d, int where, int cap) in show_vendor_caps()
/pciutils/lib/
H A Dcaps.c38 int where; in pci_scan_trad_caps() local
62 int where = 0x100; in pci_scan_ext_caps() local
H A Di386-ports.c106 #define CONFIG_CMD(bus, device_fn, where) (0x80000000 | (bus << 16) | (device_fn << 8) | (where &… argument