Searched refs:get_cap (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/media/platform/qcom/venus/ |
H A D | hfi_parser.h | 15 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()
|
/openbmc/qemu/include/sysemu/ |
H A D | host_iommu_device.h | 85 int (*get_cap)(HostIOMMUDevice *hiod, int cap, Error **errp); member
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | authentication.c | 63 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap() function 184 struct gb_cap *cap = get_cap(inode->i_cdev); in cap_open()
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2_tests.py | 276 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 D | tpm2.py | 710 def get_cap(self, cap, pt): member in Client
|
/openbmc/qemu/backends/ |
H A D | iommufd.c | 336 hioc->get_cap = hiod_iommufd_get_cap; in hiod_iommufd_class_init()
|
/openbmc/qemu/hw/vfio/ |
H A D | container.c | 1195 hioc->get_cap = hiod_legacy_vfio_get_cap; in hiod_legacy_vfio_class_init()
|
/openbmc/linux/mm/ |
H A D | vmscan.c | 3228 #define get_cap(cap) static_branch_likely(&lru_gen_caps[cap]) macro 3231 #define get_cap(cap) static_branch_unlikely(&lru_gen_caps[cap]) macro 3236 return arch_has_hw_pte_young() && get_cap(LRU_GEN_MM_WALK); in should_walk_mmu() 3241 return arch_has_hw_nonleaf_pmd_young() && get_cap(LRU_GEN_NONLEAF_YOUNG); in should_clear_pmd_young() 5784 if (get_cap(LRU_GEN_CORE)) in enabled_show()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_adminq_cmd.h | 2194 struct ice_aqc_list_caps get_cap; member
|
H A D | ice_common.c | 2768 cmd = &desc.params.get_cap; in ice_aq_list_caps()
|
/openbmc/qemu/hw/i386/ |
H A D | intel_iommu.c | 3903 if (!hiodc->get_cap) { in vtd_check_hiod() 3909 ret = hiodc->get_cap(hiod, HOST_IOMMU_DEVICE_CAP_AW_BITS, errp); in vtd_check_hiod()
|