Home
last modified time | relevance | path

Searched defs:dev_p (Results 1 – 5 of 5) 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() argument
82 static inline u32 kmb_read_lcd(struct kmb_drm_private *dev_p, unsigned int reg) in kmb_read_lcd() argument
87 static inline void kmb_set_bitmask_lcd(struct kmb_drm_private *dev_p, in kmb_set_bitmask_lcd() argument
95 static inline void kmb_clr_bitmask_lcd(struct kmb_drm_private *dev_p, in kmb_clr_bitmask_lcd() argument
[all...]
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c649 dev_p->num_funcs = hweight32(le32_to_cpu(cap->number)); in ixgbe_parse_valid_functions_cap() argument
664 dev_p->num_vfs_exposed = le32_to_cpu(cap->number); in ixgbe_parse_vf_dev_caps() argument
679 dev_p->num_vsi_allocd_to_host = le32_to_cpu(cap->number); in ixgbe_parse_vsi_dev_caps() argument
694 ixgbe_parse_fdir_dev_caps(struct ixgbe_hw * hw,struct ixgbe_hw_dev_caps * dev_p,struct libie_aqc_list_caps_elem * cap) ixgbe_parse_fdir_dev_caps() argument
715 ixgbe_parse_dev_caps(struct ixgbe_hw * hw,struct ixgbe_hw_dev_caps * dev_p,void * buf,u32 cap_count) ixgbe_parse_dev_caps() argument
[all...]
/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
2762 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps() argument
2781 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps() argument
2800 ice_parse_1588_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct libie_aqc_list_caps_elem * cap) ice_parse_1588_dev_caps() argument
2861 ice_parse_fdir_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct libie_aqc_list_caps_elem * cap) ice_parse_fdir_dev_caps() argument
2881 ice_parse_sensor_reading_cap(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct libie_aqc_list_caps_elem * cap) ice_parse_sensor_reading_cap() argument
2900 ice_parse_nac_topo_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,struct libie_aqc_list_caps_elem * cap) ice_parse_nac_topo_dev_caps() argument
2934 ice_parse_dev_caps(struct ice_hw * hw,struct ice_hw_dev_caps * dev_p,void * buf,u32 cap_count) ice_parse_dev_caps() argument
[all...]
/linux/sound/core/
H A Dinit.c127 int snd_device_alloc(struct device **dev_p, struct snd_card *card) in snd_device_alloc() argument
/linux/drivers/md/
H A Ddm-table.c335 int __ref dm_devt_from_path(const char *path, dev_t *dev_p) in dm_devt_from_path()