devpath            48 arch/m68k/include/asm/openprom.h 	int (*v2_dev_open)(char *devpath);
devpath            40 arch/sparc/include/asm/openprom.h 	int (*v2_dev_open)(char *devpath);
devpath            57 drivers/block/xen-blkback/xenbus.c 	char *devpath, *devname;
devpath            60 drivers/block/xen-blkback/xenbus.c 	devpath = xenbus_read(XBT_NIL, dev->nodename, "dev", NULL);
devpath            61 drivers/block/xen-blkback/xenbus.c 	if (IS_ERR(devpath))
devpath            62 drivers/block/xen-blkback/xenbus.c 		return PTR_ERR(devpath);
devpath            64 drivers/block/xen-blkback/xenbus.c 	devname = strstr(devpath, "/dev/");
devpath            68 drivers/block/xen-blkback/xenbus.c 		devname  = devpath;
devpath            71 drivers/block/xen-blkback/xenbus.c 	kfree(devpath);
devpath           328 drivers/hid/usbhid/hid-core.c 				hid_to_usb_dev(hid)->devpath,
devpath           150 drivers/hid/usbhid/usbkbd.c 			kbd->usbdev->devpath, i);
devpath            85 drivers/hid/usbhid/usbmouse.c 			mouse->usbdev->devpath, status);
devpath            93 drivers/input/tablet/acecad.c 			udev->devpath, status);
devpath           410 drivers/media/common/siano/smscoreapi.c 	char devpath[32];
devpath           427 drivers/media/common/siano/smscoreapi.c static struct smscore_registry_entry_t *smscore_find_registry(char *devpath)
devpath           437 drivers/media/common/siano/smscoreapi.c 		if (!strncmp(entry->devpath, devpath, sizeof(entry->devpath))) {
devpath           445 drivers/media/common/siano/smscoreapi.c 		strscpy(entry->devpath, devpath, sizeof(entry->devpath));
devpath           453 drivers/media/common/siano/smscoreapi.c int smscore_registry_getmode(char *devpath)
devpath           457 drivers/media/common/siano/smscoreapi.c 	entry = smscore_find_registry(devpath);
devpath           467 drivers/media/common/siano/smscoreapi.c static enum sms_device_type_st smscore_registry_gettype(char *devpath)
devpath           471 drivers/media/common/siano/smscoreapi.c 	entry = smscore_find_registry(devpath);
devpath           480 drivers/media/common/siano/smscoreapi.c static void smscore_registry_setmode(char *devpath, int mode)
devpath           484 drivers/media/common/siano/smscoreapi.c 	entry = smscore_find_registry(devpath);
devpath           491 drivers/media/common/siano/smscoreapi.c static void smscore_registry_settype(char *devpath,
devpath           496 drivers/media/common/siano/smscoreapi.c 	entry = smscore_find_registry(devpath);
devpath           730 drivers/media/common/siano/smscoreapi.c 	strscpy(dev->devpath, params->devpath, sizeof(dev->devpath));
devpath           732 drivers/media/common/siano/smscoreapi.c 	smscore_registry_settype(dev->devpath, params->device_type);
devpath           876 drivers/media/common/siano/smscoreapi.c 	int mode = smscore_registry_getmode(coredev->devpath);
devpath          1108 drivers/media/common/siano/smscoreapi.c 	type = smscore_registry_gettype(coredev->devpath);
devpath          1344 drivers/media/common/siano/smscoreapi.c 		smscore_registry_setmode(coredev->devpath, mode);
devpath          1379 drivers/media/common/siano/smscoreapi.c 		smscore_registry_setmode(coredev->devpath, mode);
devpath           131 drivers/media/common/siano/smscoreapi.h 	char			devpath[32];
devpath           171 drivers/media/common/siano/smscoreapi.h 	char devpath[32];
devpath          1112 drivers/media/common/siano/smscoreapi.h extern int smscore_registry_getmode(char *devpath);
devpath           456 drivers/media/common/siano/smsdvb-debugfs.c 	client->debugfs = debugfs_create_dir(coredev->devpath,
devpath           460 drivers/media/common/siano/smsdvb-debugfs.c 			coredev->devpath);
devpath            58 drivers/media/common/siano/smsir.c 	strscpy(coredev->ir.phys, coredev->devpath, sizeof(coredev->ir.phys));
devpath           260 drivers/media/mmc/siano/smssdio.c 	snprintf(params.devpath, sizeof(params.devpath),
devpath           448 drivers/media/usb/siano/smsusb.c 	usb_make_path(dev->udev, params.devpath, sizeof(params.devpath));
devpath           500 drivers/media/usb/siano/smsusb.c 	char devpath[32];
devpath           549 drivers/media/usb/siano/smsusb.c 		snprintf(devpath, sizeof(devpath), "usb\\%d-%s",
devpath           550 drivers/media/usb/siano/smsusb.c 			 udev->bus->busnum, udev->devpath);
devpath           552 drivers/media/usb/siano/smsusb.c 			devpath);
devpath           554 drivers/media/usb/siano/smsusb.c 				udev, smscore_registry_getmode(devpath),
devpath           183 drivers/media/usb/usbvision/usbvision-i2c.c 		 usbvision->dev->bus->busnum, usbvision->dev->devpath);
devpath          1837 drivers/media/usb/uvc/uvc_ctrl.c 			  info.selector, dev->udev->devpath, ctrl->entity->id);
devpath          2038 drivers/media/usb/uvc/uvc_ctrl.c 		dev->udev->devpath, ctrl->entity->id);
devpath          2131 drivers/media/usb/uvc/uvc_driver.c 				"(%04x:%04x)\n", udev->devpath, id->idVendor,
devpath          2135 drivers/media/usb/uvc/uvc_driver.c 				udev->devpath);
devpath           343 drivers/net/usb/catc.c 			catc->usbdev->devpath, res);
devpath           912 drivers/net/usb/catc.c 	       usbdev->bus->bus_name, usbdev->devpath, netdev->dev_addr);
devpath           485 drivers/net/usb/kaweth.c 			kaweth->dev->devpath, status);
devpath           186 drivers/net/usb/net1080.c 		  dev->udev->bus->bus_name, dev->udev->devpath,
devpath           229 drivers/net/usb/net1080.c 		  dev->udev->bus->bus_name, dev->udev->devpath,
devpath           270 drivers/net/usb/net1080.c 			   dev->udev->bus->bus_name, dev->udev->devpath, retval);
devpath           528 drivers/net/usb/rtl8150.c 			dev->udev->bus->bus_name, dev->udev->devpath, res);
devpath           823 drivers/net/usb/usbnet.c 				   dev->udev->bus->bus_name, dev->udev->devpath,
devpath           872 drivers/net/usb/usbnet.c 			   dev->udev->devpath,
devpath           883 drivers/net/usb/usbnet.c 			   dev->udev->devpath,
devpath          1218 drivers/net/usb/usbnet.c 				    dev->udev->devpath,
devpath          1600 drivers/net/usb/usbnet.c 		   xdev->bus->bus_name, xdev->devpath,
devpath          1804 drivers/net/usb/usbnet.c 		   xdev->bus->bus_name, xdev->devpath,
devpath            91 drivers/parisc/pdc_stable.c 	struct device_path devpath;	/* device path in parisc representation */
devpath           141 drivers/parisc/pdc_stable.c 	struct device_path *devpath;
devpath           146 drivers/parisc/pdc_stable.c 	devpath = &entry->devpath;
devpath           149 drivers/parisc/pdc_stable.c 			entry, devpath, entry->addr);
devpath           152 drivers/parisc/pdc_stable.c 	if (pdc_stable_read(entry->addr, devpath, sizeof(*devpath)) != PDC_OK)
devpath           158 drivers/parisc/pdc_stable.c 	entry->dev = hwpath_to_device((struct hardware_path *)devpath);
devpath           182 drivers/parisc/pdc_stable.c 	struct device_path *devpath;
devpath           186 drivers/parisc/pdc_stable.c 	devpath = &entry->devpath;
devpath           194 drivers/parisc/pdc_stable.c 		device_to_hwpath(entry->dev, (struct hardware_path *)devpath);
devpath           199 drivers/parisc/pdc_stable.c 			entry, devpath, entry->addr);
devpath           202 drivers/parisc/pdc_stable.c 	if (pdc_stable_write(entry->addr, devpath, sizeof(*devpath)) != PDC_OK)
devpath           224 drivers/parisc/pdc_stable.c 	struct device_path *devpath;
devpath           231 drivers/parisc/pdc_stable.c 	devpath = &entry->devpath;
devpath           239 drivers/parisc/pdc_stable.c 		if (devpath->bc[i] >= 128)
devpath           241 drivers/parisc/pdc_stable.c 		out += sprintf(out, "%u/", (unsigned char)devpath->bc[i]);
devpath           243 drivers/parisc/pdc_stable.c 	out += sprintf(out, "%u\n", (unsigned char)devpath->mod);
devpath           345 drivers/parisc/pdc_stable.c 	struct device_path *devpath;
devpath           352 drivers/parisc/pdc_stable.c 	devpath = &entry->devpath;
devpath           359 drivers/parisc/pdc_stable.c 	for (i = 0; i < 6 && devpath->layers[i]; i++)
devpath           360 drivers/parisc/pdc_stable.c 		out += sprintf(out, "%u ", devpath->layers[i]);
devpath           416 drivers/parisc/pdc_stable.c 	memcpy(&entry->devpath.layers, &layers, sizeof(layers));
devpath           549 drivers/parisc/pdc_stable.c 	out += sprintf(out, "%s\n", (pathentry->devpath.flags & knob) ?
devpath           596 drivers/parisc/pdc_stable.c 	out += sprintf(out, "%u\n", (pathentry->devpath.flags & PF_TIMER) ?
devpath           597 drivers/parisc/pdc_stable.c 				(1 << (pathentry->devpath.flags & PF_TIMER)) : 0);
devpath           766 drivers/parisc/pdc_stable.c 	flags = pathentry->devpath.flags;
devpath           787 drivers/parisc/pdc_stable.c 	pathentry->devpath.flags = flags;
devpath          1077 drivers/staging/most/usb/usb.c 		 usb_dev->devpath,
devpath          1133 drivers/staging/most/usb/usb.c 		   usb_dev->devpath,
devpath           294 drivers/usb/core/message.c 			io->dev->devpath,
devpath          1966 drivers/usb/core/message.c 				dev->devpath, configuration, ifnum);
devpath           225 drivers/usb/core/sysfs.c 	return sprintf(buf, "%s\n", udev->devpath);
devpath           227 drivers/usb/core/sysfs.c static DEVICE_ATTR_RO(devpath);
devpath           636 drivers/usb/core/usb.c 		dev->devpath[0] = '0';
devpath           645 drivers/usb/core/usb.c 		if (parent->devpath[0] == '0') {
devpath           646 drivers/usb/core/usb.c 			snprintf(dev->devpath, sizeof dev->devpath,
devpath           651 drivers/usb/core/usb.c 			snprintf(dev->devpath, sizeof dev->devpath,
devpath           652 drivers/usb/core/usb.c 				"%s.%d", parent->devpath, port1);
devpath           663 drivers/usb/core/usb.c 		dev_set_name(&dev->dev, "%d-%s", bus->busnum, dev->devpath);
devpath           238 drivers/usb/host/ehci-q.c 				urb->dev->devpath,
devpath           270 drivers/usb/host/ehci-q.c 		__func__, urb->dev->devpath, urb,
devpath          1121 drivers/usb/host/ehci-q.c 			 __func__, urb->dev->devpath, urb,
devpath          1165 drivers/usb/host/ehci-sched.c 			urb->dev->devpath, epnum,
devpath          1945 drivers/usb/host/ehci-sched.c 		__func__, urb->dev->devpath, urb,
devpath          2324 drivers/usb/host/ehci-sched.c 		urb, urb->dev->devpath,
devpath          2177 drivers/usb/host/fotg210-hcd.c 					urb->dev->devpath,
devpath          2224 drivers/usb/host/fotg210-hcd.c 			__func__, urb->dev->devpath, urb,
devpath          3038 drivers/usb/host/fotg210-hcd.c 				__func__, urb->dev->devpath, urb,
devpath          4004 drivers/usb/host/fotg210-hcd.c 				urb->dev->devpath, epnum,
devpath          4370 drivers/usb/host/fotg210-hcd.c 			urb->dev->devpath, stream->bEndpointAddress & 0x0f,
devpath          4503 drivers/usb/host/fotg210-hcd.c 			dev->devpath, stream->bEndpointAddress & 0x0f,
devpath          4547 drivers/usb/host/fotg210-hcd.c 			__func__, urb->dev->devpath, urb,
devpath           890 drivers/usb/host/ohci-q.c 			urb, urb->dev->devpath,
devpath          1330 drivers/usb/host/oxu210hp-hcd.c 					urb->dev->devpath,
devpath          1382 drivers/usb/host/oxu210hp-hcd.c 		__func__, urb->dev->devpath, urb,
devpath          2051 drivers/usb/host/oxu210hp-hcd.c 		__func__, urb->dev->devpath, urb,
devpath           237 drivers/usb/host/r8a66597-hcd.c static int is_child_device(char *devpath)
devpath           239 drivers/usb/host/r8a66597-hcd.c 	return (devpath[2] ? 1 : 0);
devpath           242 drivers/usb/host/r8a66597-hcd.c static int is_hub_limit(char *devpath)
devpath           244 drivers/usb/host/r8a66597-hcd.c 	return ((strlen(devpath) >= 4) ? 1 : 0);
devpath           248 drivers/usb/host/r8a66597-hcd.c 			    char *devpath, u16 *root_port, u16 *hub_port)
devpath           251 drivers/usb/host/r8a66597-hcd.c 		*root_port = (devpath[0] & 0x0F) - 1;
devpath           256 drivers/usb/host/r8a66597-hcd.c 		*hub_port = devpath[2] & 0x0F;
devpath           354 drivers/usb/host/r8a66597-hcd.c 	get_port_number(r8a66597, urb->dev->devpath,
devpath           356 drivers/usb/host/r8a66597-hcd.c 	if (!is_child_device(urb->dev->devpath))
devpath           373 drivers/usb/host/r8a66597-hcd.c 	if (is_hub_limit(urb->dev->devpath)) {
devpath          1847 drivers/usb/host/r8a66597-hcd.c 		get_port_number(r8a66597, urb->dev->devpath,
devpath          1677 drivers/usb/host/xhci.c 				urb, urb->dev->devpath,
devpath           116 drivers/usb/storage/onetouch.c 			onetouch->udev->devpath, retval);
devpath            92 drivers/usb/usbip/usbip_common.c 		udev->devnum, udev->devpath, usb_speed_string(udev->speed));
devpath           450 fs/btrfs/volumes.h 						  const char *devpath);
devpath           633 include/linux/usb.h 	char		devpath[16];
devpath           915 include/linux/usb.h 			  dev->devpath);
devpath           493 lib/kobject.c  	const char *devpath = NULL;
devpath           506 lib/kobject.c  	devpath = kobject_get_path(kobj, GFP_KERNEL);
devpath           507 lib/kobject.c  	if (!devpath) {
devpath           511 lib/kobject.c  	devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL);
devpath           516 lib/kobject.c  	sprintf(devpath_string, "DEVPATH_OLD=%s", devpath);
devpath           542 lib/kobject.c  	kfree(devpath);
devpath           558 lib/kobject.c  	const char *devpath = NULL;
devpath           572 lib/kobject.c  	devpath = kobject_get_path(kobj, GFP_KERNEL);
devpath           573 lib/kobject.c  	if (!devpath) {
devpath           577 lib/kobject.c  	devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL);
devpath           582 lib/kobject.c  	sprintf(devpath_string, "DEVPATH_OLD=%s", devpath);
devpath           597 lib/kobject.c  	kfree(devpath);
devpath           198 lib/kobject_uevent.c 	const char *msg = NULL, *devpath;
devpath           226 lib/kobject_uevent.c 		devpath = kobject_get_path(kobj, GFP_KERNEL);
devpath           228 lib/kobject_uevent.c 		       devpath ?: "unknown device",
devpath           230 lib/kobject_uevent.c 		kfree(devpath);
devpath           280 lib/kobject_uevent.c 					const char *devpath)
devpath           288 lib/kobject_uevent.c 	len = strlen(action_string) + strlen(devpath) + 2;
devpath           295 lib/kobject_uevent.c 	sprintf(scratch, "%s@%s", action_string, devpath);
devpath           310 lib/kobject_uevent.c 					 const char *devpath)
devpath           325 lib/kobject_uevent.c 			skb = alloc_uevent_skb(env, action_string, devpath);
devpath           344 lib/kobject_uevent.c 				       const char *devpath)
devpath           350 lib/kobject_uevent.c 	skb = alloc_uevent_skb(env, action_string, devpath);
devpath           383 lib/kobject_uevent.c 					const char *devpath)
devpath           409 lib/kobject_uevent.c 						    devpath);
devpath           412 lib/kobject_uevent.c 						  action_string, devpath);
devpath           461 lib/kobject_uevent.c 	const char *devpath = NULL;
devpath           528 lib/kobject_uevent.c 	devpath = kobject_get_path(kobj, GFP_KERNEL);
devpath           529 lib/kobject_uevent.c 	if (!devpath) {
devpath           538 lib/kobject_uevent.c 	retval = add_uevent_var(env, "DEVPATH=%s", devpath);
devpath           593 lib/kobject_uevent.c 					      devpath);
devpath           624 lib/kobject_uevent.c 	kfree(devpath);
devpath           373 security/apparmor/mount.c 		     char *buffer, struct path *devpath, char *devbuffer,
devpath           381 security/apparmor/mount.c 	AA_BUG(devpath && !devbuffer);
devpath           386 security/apparmor/mount.c 	if (devpath) {
devpath           387 security/apparmor/mount.c 		error = aa_path_name(devpath, path_flags(profile, devpath),
devpath           135 tools/usb/usbip/src/usbip_bind.c 	const char *devpath;
devpath           144 tools/usb/usbip/src/usbip_bind.c 	devpath = udev_device_get_devpath(dev);
devpath           148 tools/usb/usbip/src/usbip_bind.c 	if (strstr(devpath, USBIP_VHCI_DRV_NAME)) {
devpath           150 tools/usb/usbip/src/usbip_bind.c 		    devpath, USBIP_VHCI_DRV_NAME);
devpath           180 tools/usb/usbip/src/usbip_list.c 	const char *devpath;
devpath           204 tools/usb/usbip/src/usbip_list.c 		devpath = udev_device_get_devpath(dev);
devpath           205 tools/usb/usbip/src/usbip_list.c 		if (strstr(devpath, USBIP_VHCI_DRV_NAME)) {
devpath           207 tools/usb/usbip/src/usbip_list.c 			    devpath, USBIP_VHCI_DRV_NAME);