Home
last modified time | relevance | path

Searched refs:ca_devices (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/arch/ia64/sn/pci/
Dtioca_provider.c49 if (list_empty(tioca_kern->ca_devices)) in tioca_gart_init()
232 list_for_each_entry(pdev, tioca_kern->ca_devices, bus_list) { in tioca_fastwrite_enable()
249 list_for_each_entry(pdev, tioca_kern->ca_devices, bus_list) { in tioca_fastwrite_enable()
630 tioca_kern->ca_devices = &bus->devices; in tioca_bus_fixup()
/linux-3.4.99/drivers/char/agp/
Dsgi-agp.c294 if (list_empty(info->ca_devices)) in agp_sgi_init()
296 list_for_each(tmp, info->ca_devices) { in agp_sgi_init()
/linux-3.4.99/arch/ia64/include/asm/sn/
Dtioca_provider.h54 struct list_head *ca_devices; /* bus->devices */ member