Home
last modified time | relevance | path

Searched refs:TF (Results 1 – 12 of 12) sorted by relevance

/linux/fs/isofs/
H A Drock.c418 flags = rr->u.TF.flags & TF_LONG_FORM ? ISO_DATE_LONG_FORM : 0; in parse_rock_ridge_inode_internal()
419 size = rr->u.TF.flags & TF_LONG_FORM ? 17 : 7; in parse_rock_ridge_inode_internal()
428 if ((rr->u.TF.flags & TF_CREATE) && size <= slen) { in parse_rock_ridge_inode_internal()
430 iso_date(rr->u.TF.data + size * cnt++, flags)); in parse_rock_ridge_inode_internal()
433 if ((rr->u.TF.flags & TF_MODIFY) && size <= slen) { in parse_rock_ridge_inode_internal()
435 iso_date(rr->u.TF.data + size * cnt++, flags)); in parse_rock_ridge_inode_internal()
438 if ((rr->u.TF.flags & TF_ACCESS) && size <= slen) { in parse_rock_ridge_inode_internal()
440 iso_date(rr->u.TF.data + size * cnt++, flags)); in parse_rock_ridge_inode_internal()
443 if ((rr->u.TF.flags & TF_ATTRIBUTES) && size <= slen) { in parse_rock_ridge_inode_internal()
445 iso_date(rr->u.TF.data + size * cnt++, flags)); in parse_rock_ridge_inode_internal()
H A Drock.h107 struct RR_TF_s TF; member
/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst75 Intel(R) SST-TF (feature turbo-freq) is supported
293 SST-TF)).
312 "speed-select-turbo-freq" (Intel(R) SST-TF) is supported at both performance
315 The Intel(R) SST-BF and the Intel(R) SST-TF features are built on a foundation
317 The platform firmware enables this feature when Intel(R) SST-BF or Intel(R) SST-TF
530 Some features like Intel(R) SST-TF can only be enabled when CLOS based prioritization
531 is enabled. For this reason, disabling while Intel(R) SST-TF is enabled can cause
532 Intel(R) SST-TF to fail. This will cause the "disable" command to display an error
533 if Intel(R) SST-TF is already enabled. In turn, to disable, the Intel(R) SST-TF
728 Intel(R) Speed Select Technology - Turbo Frequency (Intel(R) SST-TF)
[all …]
/linux/drivers/iommu/
H A Dmtk_iommu_v1.c86 #define MT2701_M4U_TF_LARB(TF) (6 - (((TF) >> 13) & 0x7)) argument
87 #define MT2701_M4U_TF_PORT(TF) (((TF) >> 8) & 0xF) argument
H A Dmsm_iommu_hw-8xxx.h461 #define SET_TF(b, c, v) SET_CONTEXT_FIELD(b, c, FSR, TF, v)
649 #define GET_TF(b, c) GET_CONTEXT_FIELD(b, c, FSR, TF)
1018 #define TF (TF_MASK << TF_SHIFT) macro
/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h64-remix-mini-pc.dts297 /* Supplies the arisc management core, needed by TF-A to power off cores. */
/linux/Documentation/trace/
H A Dmmiotrace.rst129 marks the page present, sets TF flag to achieve single stepping and exits the
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-idp.dts391 /* TF-A firmware maps memory cached so mark dma-coherent to match. */
H A Dsc7180-trogdor.dtsi875 /* TF-A firmware maps memory cached so mark dma-coherent to match. */
/linux/Documentation/admin-guide/media/
H A Dbttv.rst816 Provideo PV951 TF,
835 - PV-951T/TF
836 - PV-951PT/TF
837 - PV-956T/TF Low Profile
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3568-9tripod-x3568-v4.dts746 /* used for microSD (TF) Slot */
/linux/net/core/
H A Dfilter.c10406 #define SOCK_ADDR_STORE_NESTED_FIELD_OFF(S, NS, F, NF, SIZE, OFF, TF) \ argument
10414 offsetof(S, TF)); \
10424 offsetof(S, TF)); \
10428 TF) \ argument
10432 OFF, TF); \