Searched refs:find_cap (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/arch/x86/kernel/ |
D | aperture_64.c | 140 static u32 __init find_cap(int bus, int slot, int func, int cap) in find_cap() function 253 cap = find_cap(bus, slot, func, in search_agp_bridge()
|
/linux-6.1.9/arch/sparc/kernel/ |
D | ds.c | 221 static struct ds_cap_state *find_cap(struct ds_info *dp, u64 handle) in find_cap() function 939 struct ds_cap_state *cp = find_cap(dp, ap->handle); in ds_handshake() 951 struct ds_cap_state *cp = find_cap(dp, np->handle); in ds_handshake() 1008 struct ds_cap_state *cp = find_cap(dp, dpkt->handle); in process_ds_work()
|
/linux-6.1.9/drivers/usb/early/ |
D | ehci-dbgp.c | 364 static u32 __init find_cap(u32 num, u32 slot, u32 func, int cap) in find_cap() function 398 return find_cap(bus, slot, func, PCI_CAP_ID_EHCI_DEBUG); in __find_dbgp()
|