Home
last modified time | relevance | path

Searched defs:dev_p (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/kmb/
H A Dkmb_drv.h76 static inline void kmb_write_lcd(struct kmb_drm_private *dev_p, in kmb_write_lcd()
82 static inline u32 kmb_read_lcd(struct kmb_drm_private *dev_p, unsigned int reg) in kmb_read_lcd()
87 static inline void kmb_set_bitmask_lcd(struct kmb_drm_private *dev_p, in kmb_set_bitmask_lcd()
95 static inline void kmb_clr_bitmask_lcd(struct kmb_drm_private *dev_p, in kmb_clr_bitmask_lcd()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c601 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_valid_functions_cap()
616 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_vf_dev_caps()
631 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_vsi_dev_caps()
646 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_fdir_dev_caps()
667 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_dev_caps()
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2564 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_valid_functions_cap()
2585 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps()
2604 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps()
2623 ice_parse_1588_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_1588_dev_caps()
2684 ice_parse_fdir_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_fdir_dev_caps()
2704 ice_parse_sensor_reading_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_sensor_reading_cap()
2723 struct ice_hw_dev_caps *dev_p, in ice_parse_nac_topo_dev_caps()
2757 ice_parse_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_dev_caps()
/linux/sound/core/
H A Dinit.c127 int snd_device_alloc(struct device **dev_p, struct snd_card *card) in snd_device_alloc()