Searched refs:find_cap (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/x86/kernel/ |
D | aperture_64.c | 110 static u32 __init find_cap(int bus, int slot, int func, int cap) in find_cap() function 220 cap = find_cap(bus, slot, func, in search_agp_bridge()
|
/linux-2.6.39/arch/sparc/kernel/ |
D | ds.c | 216 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap() function 913 struct ds_cap_state *cp = find_cap(dp, ap->handle); in ds_handshake() 925 struct ds_cap_state *cp = find_cap(dp, np->handle); in ds_handshake() 982 struct ds_cap_state *cp = find_cap(dp, dpkt->handle); in process_ds_work()
|
/linux-2.6.39/drivers/usb/early/ |
D | ehci-dbgp.c | 365 static u32 __init find_cap(u32 num, u32 slot, u32 func, int cap) in find_cap() function 399 return find_cap(bus, slot, func, PCI_CAP_ID_EHCI_DEBUG); in __find_dbgp()
|