Home
last modified time | relevance | path

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

/Linux-v4.19/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()
/Linux-v4.19/drivers/staging/greybus/
Dauthentication.c64 static struct gb_cap *get_cap(struct cdev *cdev) in get_cap() function
185 struct gb_cap *cap = get_cap(inode->i_cdev); in cap_open()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_adminq_cmd.h1239 struct ice_aqc_list_caps get_cap; member
Dice_common.c1189 cmd = &desc.params.get_cap; in ice_aq_discover_caps()