Searched refs:device_path (Results 1 – 5 of 5) sorted by relevance
/drivers/firmware/ |
D | edd.c | 197 info->params.device_path.atapi.device, in edd_show_interface() 198 info->params.device_path.atapi.lun); in edd_show_interface() 201 info->params.device_path.ata.device); in edd_show_interface() 204 info->params.device_path.scsi.id, in edd_show_interface() 205 info->params.device_path.scsi.lun); in edd_show_interface() 208 info->params.device_path.usb.serial_number); in edd_show_interface() 211 info->params.device_path.i1394.eui); in edd_show_interface() 214 info->params.device_path.fibre.wwid, in edd_show_interface() 215 info->params.device_path.fibre.lun); in edd_show_interface() 218 info->params.device_path.i2o.identity_tag); in edd_show_interface() [all …]
|
/drivers/parisc/ |
D | pdc_stable.c | 104 struct device_path devpath; /* device path in parisc representation */ 154 struct device_path *devpath; in pdcspath_fetch() 195 struct device_path *devpath; in pdcspath_store() 237 struct device_path *devpath; in pdcspath_hwpath_read() 358 struct device_path *devpath; in pdcspath_layer_read()
|
/drivers/nvme/target/ |
D | configfs.c | 262 return sprintf(page, "%s\n", to_nvmet_ns(item)->device_path); in nvmet_ns_device_path_show() 277 kfree(ns->device_path); in nvmet_ns_device_path_store() 280 ns->device_path = kstrdup(page, GFP_KERNEL); in nvmet_ns_device_path_store() 281 if (!ns->device_path) in nvmet_ns_device_path_store() 292 CONFIGFS_ATTR(nvmet_ns_, device_path);
|
D | core.c | 270 ns->bdev = blkdev_get_by_path(ns->device_path, FMODE_READ | FMODE_WRITE, in nvmet_ns_enable() 274 ns->device_path, PTR_ERR(ns->bdev)); in nvmet_ns_enable() 363 kfree(ns->device_path); in nvmet_ns_free()
|
D | nvmet.h | 52 const char *device_path; member
|