Home
last modified time | relevance | path

Searched refs:device_path (Results 1 – 15 of 15) sorted by relevance

/drivers/firmware/
A Dedd.c188 info->params.device_path.atapi.device, in edd_show_interface()
189 info->params.device_path.atapi.lun); in edd_show_interface()
192 info->params.device_path.ata.device); in edd_show_interface()
195 info->params.device_path.scsi.id, in edd_show_interface()
196 info->params.device_path.scsi.lun); in edd_show_interface()
202 info->params.device_path.i1394.eui); in edd_show_interface()
205 info->params.device_path.fibre.wwid, in edd_show_interface()
206 info->params.device_path.fibre.lun); in edd_show_interface()
209 info->params.device_path.i2o.identity_tag); in edd_show_interface()
215 info->params.device_path.sata.device); in edd_show_interface()
[all …]
/drivers/block/rnbd/
A DREADME31 # echo "sessname=blya path=ip:10.50.100.66 device_path=/dev/ram0" > \
38 description for details); "device_path=" is the block device to be
52 and the "device_path" that was specified in the map_device operation.
57 different device namespaces for different sessions. See "device_path"
/drivers/staging/gpib/lpvo_usb_gpib/
A Dlpvo_usb_gpib.c389 char *device_path; in usb_gpib_attach() local
394 board, board->interface->name, board->minor, config->device_path, in usb_gpib_attach()
403 if (config->device_path) { in usb_gpib_attach()
409 device_path = kobject_get_path(&udev->dev.kobj, GFP_KERNEL); in usb_gpib_attach()
411 config->device_path); in usb_gpib_attach()
413 lpvo_usb_interfaces[j]->minor, device_path, match); in usb_gpib_attach()
414 kfree(device_path); in usb_gpib_attach()
1862 char *device_path; in skel_probe() local
1911 device_path = kobject_get_path(&dev->udev->dev.kobj, GFP_KERNEL); in skel_probe()
1913 dev->udev->bus->busnum, dev->udev->devnum, device_path); in skel_probe()
[all …]
/drivers/staging/gpib/common/
A Dgpib_os.c1847 selection->device_path[sizeof(selection->device_path) - 1] = '\0'; in select_device_path_ioctl()
1848 kfree(config->device_path); in select_device_path_ioctl()
1849 config->device_path = NULL; in select_device_path_ioctl()
1850 if (strlen(selection->device_path) > 0) in select_device_path_ioctl()
1851 config->device_path = kstrdup(selection->device_path, GFP_KERNEL); in select_device_path_ioctl()
2211 char *device_path; in gpib_match_device_path() local
2213 device_path = kobject_get_path(&dev->kobj, GFP_KERNEL); in gpib_match_device_path()
2214 if (!device_path) { in gpib_match_device_path()
2218 if (strcmp(device_path_in, device_path) != 0) { in gpib_match_device_path()
2219 kfree(device_path); in gpib_match_device_path()
[all …]
/drivers/nvme/target/
A Dio-cmd-file.c41 ns->file = filp_open(ns->device_path, flags, 0); in nvmet_file_ns_enable()
45 ns->device_path, ret); in nvmet_file_ns_enable()
A Dio-cmd-bdev.c94 ns->bdev_file = bdev_file_open_by_path(ns->device_path, in nvmet_bdev_ns_enable()
100 ns->device_path, ret); in nvmet_bdev_ns_enable()
A Dconfigfs.c500 return sprintf(page, "%s\n", to_nvmet_ns(item)->device_path); in nvmet_ns_device_path_show()
521 kfree(ns->device_path); in nvmet_ns_device_path_store()
523 ns->device_path = kmemdup_nul(page, len, GFP_KERNEL); in nvmet_ns_device_path_store()
524 if (!ns->device_path) in nvmet_ns_device_path_store()
535 CONFIGFS_ATTR(nvmet_ns_, device_path);
913 CONFIGFS_ATTR(nvmet_passthru_, device_path);
A Dtrace.h62 strscpy_pad(name, req->ns->device_path, DISK_NAME_LEN); in __assign_req_name()
A Dcore.c487 ns->device_path); in nvmet_p2pmem_ns_enable()
506 ns->device_path); in nvmet_p2pmem_ns_enable()
542 dev_name(ctrl->p2p_client), ns->device_path); in nvmet_p2pmem_ns_add_p2p()
683 kfree(ns->device_path); in nvmet_ns_free()
A Dnvmet.h116 const char *device_path; member
/drivers/staging/gpib/uapi/
A Dgpib_ioctl.h110 char device_path[0x1000]; member
/drivers/staging/gpib/include/
A Dgpib_types.h45 char *device_path; member
/drivers/staging/gpib/agilent_82357a/
A Dagilent_82357a.c1298 if (gpib_match_device_path(&interface->dev, config->device_path) == 0) in agilent_82357a_device_match()
/drivers/staging/gpib/fmh_gpib/
A Dfmh_gpib.c1366 if (gpib_match_device_path(dev, config->device_path) == 0) in fmh_gpib_device_match()
/drivers/staging/gpib/ni_usb/
A Dni_usb_gpib.c2214 if (gpib_match_device_path(&interface->dev, config->device_path) == 0) in ni_usb_device_match()

Completed in 45 milliseconds