Home
last modified time | relevance | path

Searched refs:type_device (Results 1 – 2 of 2) sorted by relevance

/linux/tools/iio/
H A Dlsiio.c25 const char *type_device = "iio:device"; variable
64 ret = sscanf(dev_dir_name + strlen(iio_dir) + strlen(type_device), "%i", in dump_one_device()
114 if (check_prefix(ent->d_name, type_device)) { in dump_devices()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.c876 bool type_device = src_bo->ttm.type == ttm_bo_type_device; in xe_migrate_copy() local
877 bool needs_ccs_emit = type_device && xe_migrate_needs_ccs_emit(xe); in xe_migrate_copy()
881 bool use_comp_pat = type_device && xe_device_has_flat_ccs(xe) && in xe_migrate_copy()
942 xe_assert(xe, type_device); in xe_migrate_copy()