Searched refs:find_cap (Results 1 – 3 of 3) sorted by relevance
/arch/x86/kernel/ |
D | aperture_64.c | 116 static u32 __init find_cap(int bus, int slot, int func, int cap) in find_cap() function 226 cap = find_cap(bus, slot, func, in search_agp_bridge()
|
D | early_printk.c | 430 static u32 __init find_cap(u32 num, u32 slot, u32 func, int cap) in find_cap() function 464 return find_cap(bus, slot, func, PCI_CAP_ID_EHCI_DEBUG); in __find_dbgp()
|
/arch/sparc/kernel/ |
D | ds.c | 216 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap() function 912 struct ds_cap_state *cp = find_cap(dp, ap->handle); in ds_handshake() 924 struct ds_cap_state *cp = find_cap(dp, np->handle); in ds_handshake() 981 struct ds_cap_state *cp = find_cap(dp, dpkt->handle); in process_ds_work()
|