Home
last modified time | relevance | path

Searched refs:dev_p (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2741 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_valid_functions_cap() argument
2746 dev_p->num_funcs = hweight32(number); in ice_parse_valid_functions_cap()
2748 dev_p->num_funcs); in ice_parse_valid_functions_cap()
2762 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps() argument
2767 dev_p->num_vfs_exposed = number; in ice_parse_vf_dev_caps()
2769 dev_p->num_vfs_exposed); in ice_parse_vf_dev_caps()
2781 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps() argument
2786 dev_p->num_vsi_allocd_to_host = number; in ice_parse_vsi_dev_caps()
2788 dev_p->num_vsi_allocd_to_host); in ice_parse_vsi_dev_caps()
2800 ice_parse_1588_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_1588_dev_caps() argument
[all …]
/linux/sound/core/
H A Dinit.c122 * @dev_p: pointer to store the allocated device
127 int snd_device_alloc(struct device **dev_p, struct snd_card *card) in snd_device_alloc() argument
131 *dev_p = NULL; in snd_device_alloc()
140 *dev_p = dev; in snd_device_alloc()