Home
last modified time | relevance | path

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

/drivers/media/platform/qcom/venus/
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()
/drivers/staging/greybus/
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()
/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h1857 struct ice_aqc_list_caps get_cap; member
Dice_common.c2203 cmd = &desc.params.get_cap; in ice_aq_list_caps()