Home
last modified time | relevance | path

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

/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()
/linux/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/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/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c876 cmd = &desc.params.get_cap; in ixgbe_aci_list_caps()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c3094 cmd = &desc.params.get_cap; in ice_aq_list_caps()