Home
last modified time | relevance | path

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

/linux/drivers/input/
H A DMakefile15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
/linux/drivers/dma/amd/qdma/
H A Dqdma.c323 struct qdma_ctxt_fmap fmap; in qdma_setup_fmap_context() local
333 fmap.qbase = 0; in qdma_setup_fmap_context()
334 fmap.qmax = qdev->chan_num * 2; in qdma_setup_fmap_context()
335 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.c1064 bool umap, utable, fmap, ftable; in check_partition_desc() local
1083 fmap = phd->freedSpaceBitmap.extLength; in check_partition_desc()
1086 if (!utable && !umap && !ftable && !fmap) in check_partition_desc()
1090 if (ftable || fmap) in check_partition_desc()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1327 .fmap = cpu_to_le32(0x0), in rtw89_regd_entcpy()
1331 u32 fmap; in rtw89_regd_entcpy() local
1348 BUILD_BUG_ON(sizeof(fmap) != sizeof(entry.fmap)); in rtw89_regd_entcpy()
1349 BUILD_BUG_ON(sizeof(fmap) * 8 < NUM_OF_RTW89_REGD_FUNC); in rtw89_regd_entcpy()
1351 fmap = le32_to_cpu(entry.fmap); in rtw89_regd_entcpy()
1353 if (fmap & BIT(i)) in rtw89_regd_entcpy()
H A Dfw.h5828 __le32 fmap; member