/linux/drivers/parisc/ |
A D | pdc_stable.c | 141 struct device_path *devpath; in pdcspath_fetch() local 146 devpath = &entry->devpath; in pdcspath_fetch() 152 if (pdc_stable_read(entry->addr, devpath, sizeof(*devpath)) != PDC_OK) in pdcspath_fetch() 182 struct device_path *devpath; in pdcspath_store() local 186 devpath = &entry->devpath; in pdcspath_store() 202 if (pdc_stable_write(entry->addr, devpath, sizeof(*devpath)) != PDC_OK) in pdcspath_store() 224 struct device_path *devpath; in pdcspath_hwpath_read() local 231 devpath = &entry->devpath; in pdcspath_hwpath_read() 239 if (devpath->bc[i] >= 128) in pdcspath_hwpath_read() 345 struct device_path *devpath; in pdcspath_layer_read() local [all …]
|
/linux/lib/ |
A D | kobject_uevent.c | 230 kfree(devpath); in kobject_synth_uevent() 281 const char *devpath) in alloc_uevent_skb() argument 311 const char *devpath) in uevent_net_broadcast_untagged() argument 345 const char *devpath) in uevent_net_broadcast_tagged() argument 384 const char *devpath) in kobject_uevent_net_broadcast() argument 410 devpath); in kobject_uevent_net_broadcast() 413 action_string, devpath); in kobject_uevent_net_broadcast() 462 const char *devpath = NULL; in kobject_uevent_env() local 530 if (!devpath) { in kobject_uevent_env() 594 devpath); in kobject_uevent_env() [all …]
|
A D | kobject.c | 493 const char *devpath = NULL; in kobject_rename() local 506 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() 582 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_move() [all …]
|
/linux/tools/usb/usbip/src/ |
A D | usbip_bind.c | 135 const char *devpath; in bind_device() local 144 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()
|
A D | usbip_list.c | 181 const char *devpath; in list_devices() local 205 devpath = udev_device_get_devpath(dev); in list_devices() 206 if (strstr(devpath, USBIP_VHCI_DRV_NAME)) { in list_devices() 208 devpath, USBIP_VHCI_DRV_NAME); in list_devices()
|
/linux/drivers/media/common/siano/ |
A D | smscoreapi.c | 410 char devpath[32]; member 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() 471 entry = smscore_find_registry(devpath); in smscore_registry_gettype() 484 entry = smscore_find_registry(devpath); in smscore_registry_setmode() 491 static void smscore_registry_settype(char *devpath, in smscore_registry_settype() argument 496 entry = smscore_find_registry(devpath); in smscore_registry_settype() 730 strscpy(dev->devpath, params->devpath, sizeof(dev->devpath)); in smscore_register_device() [all …]
|
A D | smsir.c | 58 strscpy(coredev->ir.phys, coredev->devpath, sizeof(coredev->ir.phys)); in sms_ir_init()
|
A D | smscoreapi.h | 126 char devpath[32]; member 166 char devpath[32]; member 1107 extern int smscore_registry_getmode(char *devpath);
|
A D | smsdvb-debugfs.c | 462 client->debugfs = debugfs_create_dir(coredev->devpath, in smsdvb_debugfs_create() 466 coredev->devpath); in smsdvb_debugfs_create()
|
/linux/drivers/usb/core/ |
A D | usb.c | 669 dev->devpath[0] = '0'; in usb_alloc_dev() 678 if (parent->devpath[0] == '0') { in usb_alloc_dev() 679 snprintf(dev->devpath, sizeof dev->devpath, in usb_alloc_dev() 684 snprintf(dev->devpath, sizeof dev->devpath, in usb_alloc_dev() 685 "%s.%d", parent->devpath, port1); in usb_alloc_dev() 696 dev_set_name(&dev->dev, "%d-%s", bus->busnum, dev->devpath); in usb_alloc_dev()
|
/linux/drivers/media/usb/siano/ |
A 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/fs/pstore/ |
A D | blk.c | 206 const char *devpath) in __register_pstore_blk() argument 212 psblk_file = filp_open(devpath, O_RDWR | O_DSYNC | O_NOATIME | O_EXCL, 0); in __register_pstore_blk() 215 pr_err("failed to open '%s': %d!\n", devpath, ret); in __register_pstore_blk() 220 pr_err("'%s' is not block device!\n", devpath); in __register_pstore_blk()
|
/linux/Documentation/admin-guide/ |
A 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/security/apparmor/ |
A D | mount.c | 373 char *buffer, const struct path *devpath, char *devbuffer, in match_mnt() argument 381 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/drivers/block/xen-blkback/ |
A D | xenbus.c | 56 char *devpath, *devname; in blkback_name() local 59 devpath = xenbus_read(XBT_NIL, dev->nodename, "dev", NULL); in blkback_name() 60 if (IS_ERR(devpath)) in blkback_name() 61 return PTR_ERR(devpath); in blkback_name() 63 devname = strstr(devpath, "/dev/"); in blkback_name() 67 devname = devpath; in blkback_name() 70 kfree(devpath); in blkback_name()
|
/linux/drivers/net/usb/ |
A D | net1080.c | 185 dev->udev->bus->bus_name, dev->udev->devpath, in nc_dump_usbctl() 228 dev->udev->bus->bus_name, dev->udev->devpath, in nc_dump_status() 269 dev->udev->bus->bus_name, dev->udev->devpath, retval); in net1080_reset()
|
A D | usbnet.c | 839 dev->udev->bus->bus_name, dev->udev->devpath, in usbnet_stop() 888 dev->udev->devpath, in usbnet_open() 899 dev->udev->devpath, in usbnet_open() 1227 dev->udev->devpath, in usbnet_deferred_kevent() 1616 xdev->bus->bus_name, xdev->devpath, in usbnet_disconnect() 1826 xdev->bus->bus_name, xdev->devpath, in usbnet_probe()
|
/linux/drivers/media/mmc/siano/ |
A D | smssdio.c | 260 snprintf(params.devpath, sizeof(params.devpath), in smssdio_probe()
|
/linux/drivers/usb/host/ |
A D | r8a66597-hcd.c | 237 static int is_child_device(char *devpath) in is_child_device() argument 239 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 …]
|
A D | ehci-q.c | 238 urb->dev->devpath, in qtd_copy_status() 270 __func__, urb->dev->devpath, urb, in ehci_urb_done() 1121 __func__, urb->dev->devpath, urb, in submit_async()
|
/linux/arch/sparc/include/asm/ |
A D | openprom.h | 40 int (*v2_dev_open)(char *devpath);
|
/linux/arch/m68k/include/asm/ |
A D | openprom.h | 48 int (*v2_dev_open)(char *devpath);
|
/linux/drivers/hid/usbhid/ |
A D | usbmouse.c | 85 mouse->usbdev->devpath, status); in usb_mouse_irq()
|
/linux/drivers/input/tablet/ |
A D | acecad.c | 93 udev->devpath, status); in usb_acecad_irq()
|
/linux/drivers/usb/storage/ |
A D | onetouch.c | 116 onetouch->udev->devpath, retval); in usb_onetouch_irq()
|