Home
last modified time | relevance | path

Searched refs:devpath (Results 1 – 25 of 45) sorted by relevance

12

/linux-5.19.10/drivers/parisc/
Dpdc_stable.c91 struct device_path devpath; /* device path in parisc representation */ member
141 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-5.19.10/lib/
Dkobject_uevent.c198 const char *msg = NULL, *devpath; in kobject_synth_uevent() local
226 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()
281 const char *devpath) in alloc_uevent_skb() argument
289 len = strlen(action_string) + strlen(devpath) + 2; in alloc_uevent_skb()
296 sprintf(scratch, "%s@%s", action_string, devpath); in alloc_uevent_skb()
311 const char *devpath) in uevent_net_broadcast_untagged() argument
326 skb = alloc_uevent_skb(env, action_string, devpath); in uevent_net_broadcast_untagged()
345 const char *devpath) in uevent_net_broadcast_tagged() argument
[all …]
Dkobject.c461 const char *devpath = NULL; in kobject_rename() local
474 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_rename()
475 if (!devpath) { in kobject_rename()
479 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_rename()
484 sprintf(devpath_string, "DEVPATH_OLD=%s", devpath); in kobject_rename()
510 kfree(devpath); in kobject_rename()
526 const char *devpath = NULL; in kobject_move() local
540 devpath = kobject_get_path(kobj, GFP_KERNEL); in kobject_move()
541 if (!devpath) { in kobject_move()
545 devpath_string = kmalloc(strlen(devpath) + 15, GFP_KERNEL); in kobject_move()
[all …]
/linux-5.19.10/tools/usb/usbip/src/
Dusbip_bind.c135 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()
Dusbip_list.c181 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-5.19.10/drivers/media/common/siano/
Dsmscoreapi.c410 char devpath[32]; member
427 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 …]
Dsmsir.c58 strscpy(coredev->ir.phys, coredev->devpath, sizeof(coredev->ir.phys)); in sms_ir_init()
Dsmscoreapi.h126 char devpath[32]; member
166 char devpath[32]; member
1107 extern int smscore_registry_getmode(char *devpath);
Dsmsdvb-debugfs.c462 client->debugfs = debugfs_create_dir(coredev->devpath, in smsdvb_debugfs_create()
466 coredev->devpath); in smsdvb_debugfs_create()
/linux-5.19.10/fs/pstore/
Dblk.c206 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-5.19.10/drivers/media/usb/siano/
Dsmsusb.c448 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-5.19.10/drivers/usb/core/
Dusb.c623 dev->devpath[0] = '0'; in usb_alloc_dev()
632 if (parent->devpath[0] == '0') { in usb_alloc_dev()
633 snprintf(dev->devpath, sizeof dev->devpath, in usb_alloc_dev()
638 snprintf(dev->devpath, sizeof dev->devpath, in usb_alloc_dev()
639 "%s.%d", parent->devpath, port1); in usb_alloc_dev()
650 dev_set_name(&dev->dev, "%d-%s", bus->busnum, dev->devpath); in usb_alloc_dev()
/linux-5.19.10/Documentation/admin-guide/
Dsysfs-rules.rst47 - 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-5.19.10/security/apparmor/
Dmount.c374 char *buffer, const struct path *devpath, char *devbuffer, in match_mnt() argument
382 AA_BUG(devpath && !devbuffer); in match_mnt()
387 if (devpath) { in match_mnt()
388 error = aa_path_name(devpath, path_flags(profile, devpath), in match_mnt()
/linux-5.19.10/drivers/block/xen-blkback/
Dxenbus.c57 char *devpath, *devname; in blkback_name() local
60 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-5.19.10/drivers/net/usb/
Dnet1080.c185 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()
Dusbnet.c839 dev->udev->bus->bus_name, dev->udev->devpath, in usbnet_stop()
886 dev->udev->devpath, in usbnet_open()
897 dev->udev->devpath, in usbnet_open()
1225 dev->udev->devpath, in usbnet_deferred_kevent()
1614 xdev->bus->bus_name, xdev->devpath, in usbnet_disconnect()
1822 xdev->bus->bus_name, xdev->devpath, in usbnet_probe()
/linux-5.19.10/drivers/media/mmc/siano/
Dsmssdio.c260 snprintf(params.devpath, sizeof(params.devpath), in smssdio_probe()
/linux-5.19.10/drivers/usb/host/
Dr8a66597-hcd.c237 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 …]
Dehci-q.c239 urb->dev->devpath, in qtd_copy_status()
271 __func__, urb->dev->devpath, urb, in ehci_urb_done()
1122 __func__, urb->dev->devpath, urb, in submit_async()
/linux-5.19.10/arch/sparc/include/asm/
Dopenprom.h40 int (*v2_dev_open)(char *devpath);
/linux-5.19.10/arch/m68k/include/asm/
Dopenprom.h48 int (*v2_dev_open)(char *devpath);
/linux-5.19.10/drivers/hid/usbhid/
Dusbmouse.c85 mouse->usbdev->devpath, status); in usb_mouse_irq()
/linux-5.19.10/drivers/input/tablet/
Dacecad.c93 udev->devpath, status); in usb_acecad_irq()
/linux-5.19.10/drivers/usb/storage/
Donetouch.c116 onetouch->udev->devpath, retval); in usb_onetouch_irq()

12