Home
last modified time | relevance | path

Searched refs:is_bound (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_configfs.c335 static bool is_bound(struct xe_config_group_device *dev) in is_bound() function
378 if (is_bound(dev)) in survivability_mode_store()
429 if (is_bound(dev)) in gt_types_allowed_store()
544 if (is_bound(dev)) in engines_allowed_store()
570 if (is_bound(dev)) in enable_psmi_store()
765 if (is_bound(dev)) in wa_bb_store()
889 if (is_bound(dev)) in sriov_max_vfs_store()
920 if (is_bound(dev)) in sriov_admin_only_pf_store()
/linux/include/linux/
H A Dagp_backend.h80 bool is_bound; member
/linux/drivers/char/agp/
H A Dgeneric.c169 if (curr->is_bound) in agp_free_memory()
415 if (curr->is_bound) { in agp_bind_memory()
429 curr->is_bound = true; in agp_bind_memory()
455 if (!curr->is_bound) { in agp_unbind_memory()
465 curr->is_bound = false; in agp_unbind_memory()
/linux/drivers/gpu/drm/ttm/
H A Dttm_agp_backend.c93 if (agp_be->mem->is_bound) { in ttm_agp_unbind()
/linux/include/linux/usb/
H A Dgadget.h784 bool is_bound:1; member