| /Linux-v5.4/drivers/parisc/ | 
| D | pdc_stable.c | 91 	struct device_path devpath;	/* device path in parisc representation */  member141 	struct device_path *devpath;  in pdcspath_fetch()  local
 146 	devpath = &entry->devpath;  in pdcspath_fetch()
 149 			entry, devpath, entry->addr);  in pdcspath_fetch()
 152 	if (pdc_stable_read(entry->addr, devpath, sizeof(*devpath)) != PDC_OK)  in pdcspath_fetch()
 158 	entry->dev = hwpath_to_device((struct hardware_path *)devpath);  in pdcspath_fetch()
 182 	struct device_path *devpath;  in pdcspath_store()  local
 186 	devpath = &entry->devpath;  in pdcspath_store()
 194 		device_to_hwpath(entry->dev, (struct hardware_path *)devpath);  in pdcspath_store()
 199 			entry, devpath, entry->addr);  in pdcspath_store()
 [all …]
 
 | 
| /Linux-v5.4/lib/ | 
| D | kobject_uevent.c | 198 	const char *msg = NULL, *devpath;  in kobject_synth_uevent()  local226 		devpath = kobject_get_path(kobj, GFP_KERNEL);  in kobject_synth_uevent()
 228 		       devpath ?: "unknown device",  in kobject_synth_uevent()
 230 		kfree(devpath);  in kobject_synth_uevent()
 280 					const char *devpath)  in alloc_uevent_skb()  argument
 288 	len = strlen(action_string) + strlen(devpath) + 2;  in alloc_uevent_skb()
 295 	sprintf(scratch, "%s@%s", action_string, devpath);  in alloc_uevent_skb()
 310 					 const char *devpath)  in uevent_net_broadcast_untagged()  argument
 325 			skb = alloc_uevent_skb(env, action_string, devpath);  in uevent_net_broadcast_untagged()
 344 				       const char *devpath)  in uevent_net_broadcast_tagged()  argument
 [all …]
 
 | 
| D | kobject.c | 493 	const char *devpath = NULL;  in kobject_rename()  local506 	devpath = kobject_get_path(kobj, GFP_KERNEL);  in kobject_rename()
 507 	if (!devpath) {  in kobject_rename()
 511 	devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL);  in kobject_rename()
 516 	sprintf(devpath_string, "DEVPATH_OLD=%s", devpath);  in kobject_rename()
 542 	kfree(devpath);  in kobject_rename()
 558 	const char *devpath = NULL;  in kobject_move()  local
 572 	devpath = kobject_get_path(kobj, GFP_KERNEL);  in kobject_move()
 573 	if (!devpath) {  in kobject_move()
 577 	devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL);  in kobject_move()
 [all …]
 
 | 
| /Linux-v5.4/tools/usb/usbip/src/ | 
| D | usbip_bind.c | 135 	const char *devpath;  in bind_device()  local144 	devpath = udev_device_get_devpath(dev);  in bind_device()
 148 	if (strstr(devpath, USBIP_VHCI_DRV_NAME)) {  in bind_device()
 150 		    devpath, USBIP_VHCI_DRV_NAME);  in bind_device()
 
 | 
| D | usbip_list.c | 180 	const char *devpath;  in list_devices()  local204 		devpath = udev_device_get_devpath(dev);  in list_devices()
 205 		if (strstr(devpath, USBIP_VHCI_DRV_NAME)) {  in list_devices()
 207 			    devpath, USBIP_VHCI_DRV_NAME);  in list_devices()
 
 | 
| /Linux-v5.4/drivers/media/common/siano/ | 
| D | smscoreapi.c | 410 	char devpath[32];  member427 static struct smscore_registry_entry_t *smscore_find_registry(char *devpath)  in smscore_find_registry()  argument
 437 		if (!strncmp(entry->devpath, devpath, sizeof(entry->devpath))) {  in smscore_find_registry()
 445 		strscpy(entry->devpath, devpath, sizeof(entry->devpath));  in smscore_find_registry()
 453 int smscore_registry_getmode(char *devpath)  in smscore_registry_getmode()  argument
 457 	entry = smscore_find_registry(devpath);  in smscore_registry_getmode()
 467 static enum sms_device_type_st smscore_registry_gettype(char *devpath)  in smscore_registry_gettype()  argument
 471 	entry = smscore_find_registry(devpath);  in smscore_registry_gettype()
 480 static void smscore_registry_setmode(char *devpath, int mode)  in smscore_registry_setmode()  argument
 484 	entry = smscore_find_registry(devpath);  in smscore_registry_setmode()
 [all …]
 
 | 
| D | smsir.c | 58 	strscpy(coredev->ir.phys, coredev->devpath, sizeof(coredev->ir.phys));  in sms_ir_init()
 | 
| D | smscoreapi.h | 131 	char			devpath[32];  member171 	char devpath[32];  member
 1112 extern int smscore_registry_getmode(char *devpath);
 
 | 
| D | smsdvb-debugfs.c | 456 	client->debugfs = debugfs_create_dir(coredev->devpath,  in smsdvb_debugfs_create()460 			coredev->devpath);  in smsdvb_debugfs_create()
 
 | 
| /Linux-v5.4/drivers/usb/core/ | 
| D | usb.c | 636 		dev->devpath[0] = '0';  in usb_alloc_dev()645 		if (parent->devpath[0] == '0') {  in usb_alloc_dev()
 646 			snprintf(dev->devpath, sizeof dev->devpath,  in usb_alloc_dev()
 651 			snprintf(dev->devpath, sizeof dev->devpath,  in usb_alloc_dev()
 652 				"%s.%d", parent->devpath, port1);  in usb_alloc_dev()
 663 		dev_set_name(&dev->dev, "%d-%s", bus->busnum, dev->devpath);  in usb_alloc_dev()
 
 | 
| /Linux-v5.4/drivers/media/usb/siano/ | 
| D | smsusb.c | 448 	usb_make_path(dev->udev, params.devpath, sizeof(params.devpath));  in smsusb_init_device()500 	char devpath[32];  in smsusb_probe()  local
 549 		snprintf(devpath, sizeof(devpath), "usb\\%d-%s",  in smsusb_probe()
 550 			 udev->bus->busnum, udev->devpath);  in smsusb_probe()
 552 			devpath);  in smsusb_probe()
 554 				udev, smscore_registry_getmode(devpath),  in smsusb_probe()
 
 | 
| /Linux-v5.4/Documentation/admin-guide/ | 
| D | sysfs-rules.rst | 47     - devpath (``/devices/pci0000:00/0000:00:1d.1/usb2/2-2/2-2:1.0``)54       - all elements of a devpath must be real directories. Symlinks
 57         That way the devpath to the device matches the devpath of the
 59       - using or exposing symlink values as elements in a devpath string
 64       - a directory name, identical to the last element of the devpath
 164     Never depend on a specific parent device position in the devpath,
 
 | 
| /Linux-v5.4/security/apparmor/ | 
| D | mount.c | 373 		     char *buffer, struct path *devpath, char *devbuffer,  in match_mnt()  argument381 	AA_BUG(devpath && !devbuffer);  in match_mnt()
 386 	if (devpath) {  in match_mnt()
 387 		error = aa_path_name(devpath, path_flags(profile, devpath),  in match_mnt()
 
 | 
| /Linux-v5.4/drivers/block/xen-blkback/ | 
| D | xenbus.c | 57 	char *devpath, *devname;  in blkback_name()  local60 	devpath = xenbus_read(XBT_NIL, dev->nodename, "dev", NULL);  in blkback_name()
 61 	if (IS_ERR(devpath))  in blkback_name()
 62 		return PTR_ERR(devpath);  in blkback_name()
 64 	devname = strstr(devpath, "/dev/");  in blkback_name()
 68 		devname  = devpath;  in blkback_name()
 71 	kfree(devpath);  in blkback_name()
 
 | 
| /Linux-v5.4/drivers/net/usb/ | 
| D | net1080.c | 186 		  dev->udev->bus->bus_name, dev->udev->devpath,  in nc_dump_usbctl()229 		  dev->udev->bus->bus_name, dev->udev->devpath,  in nc_dump_status()
 270 			   dev->udev->bus->bus_name, dev->udev->devpath, retval);  in net1080_reset()
 
 | 
| D | usbnet.c | 823 				   dev->udev->bus->bus_name, dev->udev->devpath,  in usbnet_stop()872 			   dev->udev->devpath,  in usbnet_open()
 883 			   dev->udev->devpath,  in usbnet_open()
 1218 				    dev->udev->devpath,  in usbnet_deferred_kevent()
 1600 		   xdev->bus->bus_name, xdev->devpath,  in usbnet_disconnect()
 1804 		   xdev->bus->bus_name, xdev->devpath,  in usbnet_probe()
 
 | 
| /Linux-v5.4/drivers/media/mmc/siano/ | 
| D | smssdio.c | 260 	snprintf(params.devpath, sizeof(params.devpath),  in smssdio_probe()
 | 
| /Linux-v5.4/drivers/usb/host/ | 
| D | r8a66597-hcd.c | 237 static int is_child_device(char *devpath)  in is_child_device()  argument239 	return (devpath[2] ? 1 : 0);  in is_child_device()
 242 static int is_hub_limit(char *devpath)  in is_hub_limit()  argument
 244 	return ((strlen(devpath) >= 4) ? 1 : 0);  in is_hub_limit()
 248 			    char *devpath, u16 *root_port, u16 *hub_port)  in get_port_number()  argument
 251 		*root_port = (devpath[0] & 0x0F) - 1;  in get_port_number()
 256 		*hub_port = devpath[2] & 0x0F;  in get_port_number()
 354 	get_port_number(r8a66597, urb->dev->devpath,  in make_r8a66597_device()
 356 	if (!is_child_device(urb->dev->devpath))  in make_r8a66597_device()
 373 	if (is_hub_limit(urb->dev->devpath)) {  in alloc_usb_address()
 [all …]
 
 | 
| D | ehci-q.c | 227 				urb->dev->devpath,  in qtd_copy_status()259 		__func__, urb->dev->devpath, urb,  in ehci_urb_done()
 1110 			 __func__, urb->dev->devpath, urb,  in submit_async()
 
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | openprom.h | 40 	int (*v2_dev_open)(char *devpath);
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | openprom.h | 48 	int (*v2_dev_open)(char *devpath);
 | 
| /Linux-v5.4/drivers/hid/usbhid/ | 
| D | usbmouse.c | 85 			mouse->usbdev->devpath, status);  in usb_mouse_irq()
 | 
| /Linux-v5.4/drivers/input/tablet/ | 
| D | acecad.c | 93 			udev->devpath, status);  in usb_acecad_irq()
 | 
| /Linux-v5.4/drivers/usb/storage/ | 
| D | onetouch.c | 116 			onetouch->udev->devpath, retval);  in usb_onetouch_irq()
 | 
| /Linux-v5.4/drivers/media/usb/usbvision/ | 
| D | usbvision-i2c.c | 183 		 usbvision->dev->bus->busnum, usbvision->dev->devpath);  in usbvision_i2c_register()
 |