/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
D | xenbus.c | 371 char dev_str[64]; in xen_pcibk_reconfigure() local 406 len = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_reconfigure() 407 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure() 415 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure() 460 len = snprintf(dev_str, sizeof(dev_str), "vdev-%d", i); in xen_pcibk_reconfigure() 461 if (unlikely(len >= (sizeof(dev_str) - 1))) { in xen_pcibk_reconfigure() 469 dev_str, "%x:%x:%x.%x", in xen_pcibk_reconfigure() 568 char dev_str[64]; in xen_pcibk_setup_backend() local 592 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend() 593 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend() [all …]
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
D | watchdog_core.c | 117 const char *dev_str = wdd->parent ? dev_name(wdd->parent) : in watchdog_init_timeout() local 131 dev_str, timeout_parm); in watchdog_init_timeout() 142 pr_err("%s: DT supplied timeout (%u) out of range\n", dev_str, t); in watchdog_init_timeout() 147 pr_warn("%s: falling back to default timeout (%u)\n", dev_str, in watchdog_init_timeout() 311 const char *dev_str; in watchdog_register_device() local 322 dev_str = wdd->parent ? dev_name(wdd->parent) : in watchdog_register_device() 325 dev_str, ret); in watchdog_register_device()
|
/kernel/linux/linux-5.10/arch/mips/alchemy/common/ |
D | dma.c | 110 i, chan->dev_str); in au1000_dma_read_proc() 162 int request_au1000_dma(int dev_id, const char *dev_str, in request_au1000_dma() argument 196 ret = request_irq(chan->irq, irqhandler, irqflags, dev_str, in request_au1000_dma() 210 chan->dev_str = dev_str; in request_au1000_dma()
|
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
D | imc-pmu.c | 223 struct attribute **attrs, *dev_str; in update_events_in_group() local 295 dev_str = device_str_attr_create(pmu->events[i].name, ev_val_str); in update_events_in_group() 296 if (!dev_str) in update_events_in_group() 299 attrs[j++] = dev_str; in update_events_in_group() 302 dev_str = device_str_attr_create(ev_scale_str, pmu->events[i].scale); in update_events_in_group() 303 if (!dev_str) in update_events_in_group() 306 attrs[j++] = dev_str; in update_events_in_group() 311 dev_str = device_str_attr_create(ev_unit_str, pmu->events[i].unit); in update_events_in_group() 312 if (!dev_str) in update_events_in_group() 315 attrs[j++] = dev_str; in update_events_in_group()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/ |
D | composite.c | 2097 struct usb_string *dev_str = gstr->strings; in __composite_unbind() local 2117 if (dev_str[USB_GADGET_MANUFACTURER_IDX].s == cdev->def_manufacturer) in __composite_unbind() 2118 dev_str[USB_GADGET_MANUFACTURER_IDX].s = ""; in __composite_unbind() 2511 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options() local 2523 desc->iSerialNumber = dev_str[USB_GADGET_SERIAL_IDX].id; in usb_composite_overwrite_options() 2524 dev_str[USB_GADGET_SERIAL_IDX].s = covr->serial_number; in usb_composite_overwrite_options() 2527 desc->iManufacturer = dev_str[USB_GADGET_MANUFACTURER_IDX].id; in usb_composite_overwrite_options() 2528 dev_str[USB_GADGET_MANUFACTURER_IDX].s = covr->manufacturer; in usb_composite_overwrite_options() 2530 } else if (!strlen(dev_str[USB_GADGET_MANUFACTURER_IDX].s)) { in usb_composite_overwrite_options() 2531 desc->iManufacturer = dev_str[USB_GADGET_MANUFACTURER_IDX].id; in usb_composite_overwrite_options() [all …]
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/ |
D | au1000_dma.h | 110 const char *dev_str; member 120 const char *dev_str,
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
D | platform.h | 105 unsigned int dev_index, const char *dev_str, u64 *value);
|
D | repository.c | 196 unsigned int dev_index, const char *dev_str, u64 *value) in ps3_repository_read_dev_str() argument 201 make_field(dev_str, 0), in ps3_repository_read_dev_str()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
D | super.c | 225 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump() 1063 "Recovery will be skipped.\n", osb->dev_str); in ocfs2_fill_super() 1131 osb->dev_str, nodestr, osb->slot_num, in ocfs2_fill_super() 1941 osb->dev_str, nodestr); in ocfs2_dismount_volume() 2073 snprintf(osb->dev_str, sizeof(osb->dev_str), "%u,%u", in ocfs2_initialize_super() 2423 "unmounted cleanly, recovering it.\n", osb->dev_str); in ocfs2_check_volume()
|
D | quota_local.c | 402 "slot %u\n", osb->dev_str, slot_num); in ocfs2_begin_quota_recovery() 598 "slot %u\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery() 617 "locked.\n", osb->dev_str, slot_num); in ocfs2_finish_quota_recovery()
|
D | slot_map.c | 476 "allocated to this node!\n", slot, osb->dev_str); in ocfs2_find_slot()
|
D | reservations.c | 83 osb->dev_str, resmap->m_bitmap_len); in ocfs2_dump_resv()
|
D | ocfs2.h | 387 char dev_str[20]; /* "major,minor" of the device */ member
|
D | resize.c | 250 osb->dev_str); in ocfs2_update_super_and_backups()
|
D | alloc.c | 228 osb->dev_str, in ocfs2_dinode_insert_check() 7664 osb->dev_str); in ocfs2_trim_fs() 7679 osb->dev_str, info.tf_nodenum); in ocfs2_trim_fs()
|