Lines Matching defs:rid
2612 resource_list_add(struct resource_list *rl, int type, int rid, in resource_list_add()
2646 int type, int rid) in resource_list_find()
2658 int type, int rid) in resource_list_delete()
2673 int type, int *rid, in resource_list_alloc()
2721 int type, int rid, struct resource *res) in resource_list_release()
3069 bus_generic_alloc_resource(device_t dev, device_t child, int type, int *rid, in bus_generic_alloc_resource()
3081 bus_generic_release_resource(device_t dev, device_t child, int type, int rid, in bus_generic_release_resource()
3092 bus_generic_activate_resource(device_t dev, device_t child, int type, int rid, in bus_generic_activate_resource()
3104 int rid, struct resource *r) in bus_generic_deactivate_resource()
3115 bus_generic_get_resource(device_t dev, device_t child, int type, int rid, in bus_generic_get_resource()
3129 bus_generic_set_resource(device_t dev, device_t child, int type, int rid, in bus_generic_set_resource()
3143 bus_generic_delete_resource(device_t dev, device_t child, int type, int rid) in bus_generic_delete_resource()
3166 bus_generic_rl_get_resource(device_t dev, device_t child, int type, int rid, in bus_generic_rl_get_resource()
3189 bus_generic_rl_set_resource(device_t dev, device_t child, int type, int rid, in bus_generic_rl_set_resource()
3205 bus_generic_rl_delete_resource(device_t dev, device_t child, int type, int rid) in bus_generic_rl_delete_resource()
3218 int rid, struct resource *r) in bus_generic_rl_release_resource()
3231 int *rid, u_long start, u_long end, u_long count, u_int flags, int cpuid) in bus_generic_rl_alloc_resource()
3291 bus_alloc_resource(device_t dev, int type, int *rid, u_long start, u_long end, in bus_alloc_resource()
3301 bus_alloc_legacy_irq_resource(device_t dev, int *rid, u_long irq, u_int flags) in bus_alloc_legacy_irq_resource()
3310 bus_activate_resource(device_t dev, int type, int rid, struct resource *r) in bus_activate_resource()
3318 bus_deactivate_resource(device_t dev, int type, int rid, struct resource *r) in bus_deactivate_resource()
3326 bus_release_resource(device_t dev, int type, int rid, struct resource *r) in bus_release_resource()
3378 bus_set_resource(device_t dev, int type, int rid, in bus_set_resource()
3386 bus_get_resource(device_t dev, int type, int rid, in bus_get_resource()
3394 bus_get_resource_start(device_t dev, int type, int rid) in bus_get_resource_start()
3407 bus_get_resource_count(device_t dev, int type, int rid) in bus_get_resource_count()
3420 bus_delete_resource(device_t dev, int type, int rid) in bus_delete_resource()