Home
last modified time | relevance | path

Searched refs:rman_get_device (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/dev/bhnd/
H A Dbhnd.h1494 device_get_parent(rman_get_device((r)->res)), \
1495 rman_get_device((r)->res), (r), (o), (l), (f)))
1500 device_get_parent(rman_get_device((r)->res)), \
1501 rman_get_device((r)->res), (r), (o)))
1506 device_get_parent(rman_get_device((r)->res)), \
1507 rman_get_device((r)->res), (r), (o), (d), (c)))
1512 device_get_parent(rman_get_device((r)->res)), \
1513 rman_get_device((r)->res), (r), (o), (d), (c)))
1518 device_get_parent(rman_get_device((r)->res)), \
1519 rman_get_device((r)->res), (r), (o), (v)))
[all …]
/freebsd/sys/dev/puc/
H A Dpuc.c507 assigned = rman_get_device(res); in puc_bus_alloc_resource()
550 if (rman_get_device(res) != originator) in puc_bus_release_resource()
619 if (rman_get_device(port->p_ires) != originator) in puc_bus_setup_intr()
673 if (rman_get_device(port->p_ires) != originator) in puc_bus_teardown_intr()
/freebsd/sys/sys/
H A Drman.h130 device_t rman_get_device(const struct resource *);
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c361 dev = rman_get_device(r); in XX_SetIntr()
394 dev = rman_get_device(r); in XX_FreeIntr()
/freebsd/sys/dev/bhnd/bhndb/
H A Dbhndb_subr.c1169 if (rman_get_device(dw_res) != rman_get_device(r) || in bhndb_dw_find_resource_entry()
H A Dbhndb.c752 return (bhndb_try_activate_resource(sc, rman_get_device(r), r, NULL)); in bhndb_resume_resource()
/freebsd/sys/kern/
H A Dsubr_rman.c928 rman_get_device(const struct resource *r) in rman_get_device() function
H A Dsubr_bus.c3374 bus_release_resource(rman_get_device(rle->res), in resource_list_purge()
/freebsd/share/man/man9/
H A DMakefile1913 rman.9 rman_get_device.9 \