Home
last modified time | relevance | path

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

/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()
/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() argument
356 *dev_p = dev; in dm_devt_from_path()