Searched full:dev_p (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/gpu/drm/kmb/ |
| H A D | kmb_drv.h | 76 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, reg, (reg_val & (~mask))); in kmb_clr_bitmask_lcd()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_common.c | 2765 * @dev_p: pointer to device capabilities structure 2771 ice_parse_valid_functions_cap(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_valid_functions_cap() argument 2776 dev_p->num_funcs = hweight32(number); in ice_parse_valid_functions_cap() 2778 dev_p->num_funcs); in ice_parse_valid_functions_cap() 2786 * @dev_p: pointer to device capabilities structure 2792 ice_parse_vf_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vf_dev_caps() argument 2797 dev_p->num_vfs_exposed = number; in ice_parse_vf_dev_caps() 2799 dev_p->num_vfs_exposed); in ice_parse_vf_dev_caps() 2805 * @dev_p: pointer to device capabilities structure 2811 ice_parse_vsi_dev_caps(struct ice_hw *hw, struct ice_hw_dev_caps *dev_p, in ice_parse_vsi_dev_caps() argument [all …]
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_e610.c | 642 * @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: pointer to device capabilities structure [all …]
|
| /linux/sound/core/ |
| H A D | init.c | 122 * @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()
|
| /linux/include/sound/ |
| H A D | core.h | 242 int snd_device_alloc(struct device **dev_p, struct snd_card *card);
|
| /linux/include/linux/ |
| H A D | device-mapper.h | 192 int dm_devt_from_path(const char *path, dev_t *dev_p);
|
| /linux/drivers/md/ |
| H A D | dm-table.c | 336 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()
|