Home
last modified time | relevance | path

Searched refs:get_cap (Results 1 – 9 of 9) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/venus/
H A Dhfi_parser.h15 static inline u32 get_cap(struct venus_inst *inst, u32 type, u32 which) in get_cap() function
52 return get_cap(inst, type, WHICH_CAP_MIN); in cap_min()
57 return get_cap(inst, type, WHICH_CAP_MAX); in cap_max()
62 return get_cap(inst, type, WHICH_CAP_STEP); in cap_step()
/linux-6.15/drivers/staging/greybus/
H A Dauthentication.c66 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap() function
187 struct gb_cap *cap = get_cap(inode->i_cdev); in cap_open()
/linux-6.15/tools/testing/selftests/tpm2/
H A Dtpm2_tests.py276 handles = space2.get_cap(tpm2.TPM2_CAP_HANDLES, tpm2.HR_TRANSIENT)
316 async_client.get_cap(tpm2.TPM2_CAP_HANDLES, tpm2.HR_LOADED_SESSION)
H A Dtpm2.py710 def get_cap(self, cap, pt): member in Client
/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_type_e610.h839 struct ixgbe_aci_cmd_list_caps get_cap; member
H A Dixgbe_e610.c828 cmd = &desc.params.get_cap; in ixgbe_aci_list_caps()
/linux-6.15/mm/
H A Dvmscan.c2664 #define get_cap(cap) static_branch_likely(&lru_gen_caps[cap]) macro
2667 #define get_cap(cap) static_branch_unlikely(&lru_gen_caps[cap]) macro
2672 return arch_has_hw_pte_young() && get_cap(LRU_GEN_MM_WALK); in should_walk_mmu()
2677 return arch_has_hw_nonleaf_pmd_young() && get_cap(LRU_GEN_NONLEAF_YOUNG); in should_clear_pmd_young()
5225 if (get_cap(LRU_GEN_CORE)) in enabled_show()
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_adminq_cmd.h2678 struct ice_aqc_list_caps get_cap; member
H A Dice_common.c2804 cmd = &desc.params.get_cap; in ice_aq_list_caps()