Home
last modified time | relevance | path

Searched refs:dev_p (Results 1 – 6 of 6) 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
79 writel(value, (dev_p->lcd_mmio + reg)); in kmb_write_lcd()
82 static inline u32 kmb_read_lcd(struct kmb_drm_private *dev_p, unsigned int reg) in kmb_read_lcd() argument
84 return readl(dev_p->lcd_mmio + reg); in kmb_read_lcd()
87 static inline void kmb_set_bitmask_lcd(struct kmb_drm_private *dev_p, in kmb_set_bitmask_lcd() argument
90 u32 reg_val = kmb_read_lcd(dev_p, reg); in kmb_set_bitmask_lcd()
92 kmb_write_lcd(dev_p, reg, (reg_val | mask)); in kmb_set_bitmask_lcd()
95 static inline void kmb_clr_bitmask_lcd(struct kmb_drm_private *dev_p, in kmb_clr_bitmask_lcd() argument
98 u32 reg_val = kmb_read_lcd(dev_p, reg); in kmb_clr_bitmask_lcd()
100 kmb_write_lcd(dev_p, re in kmb_clr_bitmask_lcd()
[all...]
/linux/drivers/net/ethernet/intel/ice/
H A Dice_common.c2684 * @dev_p: pointer to device capabilities structure
2690 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_valid_functions_cap() argument
2695 dev_p->num_funcs = hweight32(number); in ice_parse_valid_functions_cap()
2697 dev_p->num_funcs); in ice_parse_valid_functions_cap()
2705 * @dev_p: pointer to device capabilities structure
2711 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps() argument
2716 dev_p->num_vfs_exposed = number; in ice_parse_vf_dev_caps()
2718 dev_p->num_vfs_exposed); in ice_parse_vf_dev_caps()
2724 * @dev_p: pointer to device capabilities structure
2730 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps() argument
2749 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
2810 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
2830 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
2849 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
2883 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/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_e610.c642 * @dev_p: pointer to device capabilities structure
649 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_valid_functions_cap() argument
652 dev_p->num_funcs = hweight32(le32_to_cpu(cap->number)); in ixgbe_parse_valid_functions_cap()
658 * @dev_p: pointer to device capabilities structure
664 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_vf_dev_caps() argument
667 dev_p->num_vfs_exposed = le32_to_cpu(cap->number); in ixgbe_parse_vf_dev_caps()
673 * @dev_p: pointer to device capabilities structure
679 struct ixgbe_hw_dev_caps *dev_p, in ixgbe_parse_vsi_dev_caps() argument
682 dev_p->num_vsi_allocd_to_host = le32_to_cpu(cap->number); in ixgbe_parse_vsi_dev_caps()
688 * @dev_p
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/include/sound/
H A Dcore.h242 int snd_device_alloc(struct device **dev_p, struct snd_card *card);
/linux/include/linux/
H A Ddevice-mapper.h192 int dm_devt_from_path(const char *path, dev_t *dev_p);
/linux/drivers/md/
H A Ddm-table.c336 int __ref dm_devt_from_path(const char *path, dev_t *dev_p) in dm_devt_from_path() argument
357 *dev_p = dev; in dm_devt_from_path()