Home
last modified time | relevance | path

Searched refs:resource_spec (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-9-stable/sys/dev/malo/
Dif_malo_pci.c70 struct resource_spec *malo_mem_spec;
72 struct resource_spec *malo_irq_spec;
111 static struct resource_spec malo_res_spec_mem[] = {
117 static struct resource_spec malo_res_spec_legacy[] = {
122 static struct resource_spec malo_res_spec_msi[] = {
/freebsd-9-stable/sys/dev/ae/
Dif_aevar.h107 struct resource_spec *spec_mem;
109 struct resource_spec *spec_irq;
/freebsd-9-stable/sys/dev/jme/
Dif_jmevar.h177 struct resource_spec *jme_res_spec;
179 struct resource_spec *jme_irq_spec;
/freebsd-9-stable/sys/dev/ale/
Dif_alevar.h188 struct resource_spec *ale_res_spec;
190 struct resource_spec *ale_irq_spec;
/freebsd-9-stable/sys/arm/mv/kirkwood/
Dkirkwood.c45 struct resource_spec mv_gpio_res[] = {
/freebsd-9-stable/sys/arm/mv/discovery/
Ddiscovery.c46 struct resource_spec mv_gpio_res[] = {
/freebsd-9-stable/sys/dev/alc/
Dif_alcvar.h209 struct resource_spec *alc_res_spec;
211 struct resource_spec *alc_irq_spec;
/freebsd-9-stable/sys/dev/age/
Dif_agevar.h198 struct resource_spec *age_res_spec;
200 struct resource_spec *age_irq_spec;
/freebsd-9-stable/sys/arm/mv/orion/
Dorion.c67 struct resource_spec mv_gpio_res[] = {
/freebsd-9-stable/sys/sparc64/sparc64/
Dschppm.c54 static struct resource_spec schppm_res_spec[] = {
/freebsd-9-stable/sys/dev/gem/
Dif_gem_sbus.c113 static struct resource_spec gem_sbus_res_spec[] = {
Dif_gem_pci.c134 static struct resource_spec gem_pci_res_spec[] = {
/freebsd-9-stable/sys/arm/mv/
Drtc.c62 static struct resource_spec res_spec[] = {
Dic.c58 static struct resource_spec mv_ic_spec[] = {
Dtimer.c66 static struct resource_spec mv_timer_spec[] = {
/freebsd-9-stable/sys/arm/xscale/pxa/
Dpxa_icu.c48 static struct resource_spec pxa_icu_spec[] = {
Dpxa_timer.c53 static struct resource_spec pxa_timer_spec[] = {
Dpxa_smi.c60 static struct resource_spec pxa_smi_spec[] = {
/freebsd-9-stable/sys/dev/fxp/
Dif_fxpvar.h183 struct resource_spec *fxp_spec; /* the resource spec we used */
/freebsd-9-stable/sys/dev/ieee488/
Dpcii.c81 static struct resource_spec pcii_res_spec[] = {
Dtnt4882.c60 static struct resource_spec tnt_res_spec[] = {
/freebsd-9-stable/sys/sparc64/ebus/
Depic.c68 static struct resource_spec epic_res_spec[] = {
/freebsd-9-stable/sys/arm/econa/
Dtimer.c65 static struct resource_spec ec_timer_spec[] = {
/freebsd-9-stable/sys/sys/
Dbus.h371 struct resource_spec { struct
377 int bus_alloc_resources(device_t dev, struct resource_spec *rs, argument
379 void bus_release_resources(device_t dev, const struct resource_spec *rs,
/freebsd-9-stable/sys/dev/agp/
Dagp_i810.c183 static struct resource_spec agp_i810_res_spec[] = {
188 static struct resource_spec agp_i915_res_spec[] = {
194 static struct resource_spec agp_i965_res_spec[] = {
199 static struct resource_spec agp_g4x_res_spec[] = {
231 struct resource_spec *res_spec;

12