Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/qemu/include/sysemu/
H A Dhost_iommu_device.h85 int (*get_cap)(HostIOMMUDevice *hiod, int cap, Error **errp); member
/openbmc/linux/drivers/staging/greybus/
H A Dauthentication.c63 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 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
/openbmc/qemu/backends/
H A Diommufd.c336 hioc->get_cap = hiod_iommufd_get_cap; in hiod_iommufd_class_init()
/openbmc/qemu/hw/vfio/
H A Dcontainer.c1195 hioc->get_cap = hiod_legacy_vfio_get_cap; in hiod_legacy_vfio_class_init()
/openbmc/linux/mm/
H A Dvmscan.c3228 #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 Dice_adminq_cmd.h2194 struct ice_aqc_list_caps get_cap; member
H A Dice_common.c2768 cmd = &desc.params.get_cap; in ice_aq_list_caps()
/openbmc/qemu/hw/i386/
H A Dintel_iommu.c3903 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()