Home
last modified time | relevance | path

Searched refs:fmap (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/input/
H A DMakefile15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
/linux/drivers/dma/amd/qdma/
H A Dqdma.c324 struct qdma_ctxt_fmap fmap; in qdma_setup_fmap_context() local
334 fmap.qbase = 0; in qdma_setup_fmap_context()
335 fmap.qmax = qdev->chan_num * 2; in qdma_setup_fmap_context()
336 qdma_prep_fmap_context(qdev, &fmap, ctxt); in qdma_setup_fmap_context()
/linux/drivers/platform/chrome/
H A Dchromeos_acpi.c198 DEV_ATTR(fmap, FMAP)
/linux/fs/udf/
H A Dsuper.c1063 bool umap, utable, fmap, ftable; in check_partition_desc() local
1082 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1085 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()
1089 if (ftable || fmap) in check_partition_desc()