Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/
H A DMakefile15 obj-$(CONFIG_INPUT_VIVALDIFMAP) += vivaldi-fmap.o
/linux-6.15/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-6.15/drivers/platform/chrome/
H A Dchromeos_acpi.c198 DEV_ATTR(fmap, FMAP)
/linux-6.15/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()
/linux-6.15/drivers/soc/mediatek/
H A Dmtk-svs.c1885 static u32 svs_get_fuse_val(u32 *fuse_array, const struct svs_fusemap *fmap, u8 nbits) in svs_get_fuse_val() argument
1889 if (fmap->index < 0) in svs_get_fuse_val()
1892 val = fuse_array[fmap->index] >> fmap->ofst; in svs_get_fuse_val()
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dfw.c1182 .fmap = cpu_to_le32(0x0), in rtw89_regd_entcpy()
1186 u32 fmap; in rtw89_regd_entcpy() local
1203 BUILD_BUG_ON(sizeof(fmap) != sizeof(entry.fmap)); in rtw89_regd_entcpy()
1204 BUILD_BUG_ON(sizeof(fmap) * 8 < NUM_OF_RTW89_REGD_FUNC); in rtw89_regd_entcpy()
1206 fmap = le32_to_cpu(entry.fmap); in rtw89_regd_entcpy()
1208 if (fmap & BIT(i)) in rtw89_regd_entcpy()
H A Dfw.h4923 __le32 fmap; member