Home
last modified time | relevance | path

Searched refs:dev_str (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/xen/xen-pciback/
Dxenbus.c369 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()
564 char dev_str[64]; in xen_pcibk_setup_backend() local
588 int l = snprintf(dev_str, sizeof(dev_str), "dev-%d", i); in xen_pcibk_setup_backend()
589 if (unlikely(l >= (sizeof(dev_str) - 1))) { in xen_pcibk_setup_backend()
[all …]
/Linux-v4.19/arch/mips/alchemy/common/
Ddma.c110 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()
/Linux-v4.19/arch/powerpc/perf/
Dimc-pmu.c192 struct attribute **attrs, *dev_str; in update_events_in_group() local
264 dev_str = device_str_attr_create(pmu->events[i].name, ev_val_str); in update_events_in_group()
265 if (!dev_str) in update_events_in_group()
268 attrs[j++] = dev_str; in update_events_in_group()
271 dev_str = device_str_attr_create(ev_scale_str, pmu->events[i].scale); in update_events_in_group()
272 if (!dev_str) in update_events_in_group()
275 attrs[j++] = dev_str; in update_events_in_group()
280 dev_str = device_str_attr_create(ev_unit_str, pmu->events[i].unit); in update_events_in_group()
281 if (!dev_str) in update_events_in_group()
284 attrs[j++] = dev_str; in update_events_in_group()
/Linux-v4.19/drivers/usb/gadget/
Dcomposite.c2002 struct usb_string *dev_str = gstr->strings; in __composite_unbind() local
2022 if (dev_str[USB_GADGET_MANUFACTURER_IDX].s == cdev->def_manufacturer) in __composite_unbind()
2023 dev_str[USB_GADGET_MANUFACTURER_IDX].s = ""; in __composite_unbind()
2404 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options() local
2416 desc->iSerialNumber = dev_str[USB_GADGET_SERIAL_IDX].id; in usb_composite_overwrite_options()
2417 dev_str[USB_GADGET_SERIAL_IDX].s = covr->serial_number; in usb_composite_overwrite_options()
2420 desc->iManufacturer = dev_str[USB_GADGET_MANUFACTURER_IDX].id; in usb_composite_overwrite_options()
2421 dev_str[USB_GADGET_MANUFACTURER_IDX].s = covr->manufacturer; in usb_composite_overwrite_options()
2423 } else if (!strlen(dev_str[USB_GADGET_MANUFACTURER_IDX].s)) { in usb_composite_overwrite_options()
2424 desc->iManufacturer = dev_str[USB_GADGET_MANUFACTURER_IDX].id; in usb_composite_overwrite_options()
[all …]
/Linux-v4.19/arch/mips/include/asm/mach-au1x00/
Dau1000_dma.h110 const char *dev_str; member
120 const char *dev_str,
/Linux-v4.19/arch/powerpc/platforms/ps3/
Dplatform.h117 unsigned int dev_index, const char *dev_str, u64 *value);
Drepository.c208 unsigned int dev_index, const char *dev_str, u64 *value) in ps3_repository_read_dev_str() argument
213 make_field(dev_str, 0), in ps3_repository_read_dev_str()
/Linux-v4.19/fs/ocfs2/
Dsuper.c239 "Device", osb->dev_str, osb->uuid_str, in ocfs2_osb_dump()
1096 "Recovery will be skipped.\n", osb->dev_str); in ocfs2_fill_super()
1188 osb->dev_str, nodestr, osb->slot_num, in ocfs2_fill_super()
1985 osb->dev_str, nodestr); in ocfs2_dismount_volume()
2117 snprintf(osb->dev_str, sizeof(osb->dev_str), "%u,%u", in ocfs2_initialize_super()
2461 "unmounted cleanly, recovering it.\n", osb->dev_str); in ocfs2_check_volume()
Dquota_local.c402 "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()
Dslot_map.c496 "allocated to this node!\n", slot, osb->dev_str); in ocfs2_find_slot()
Docfs2.h399 char dev_str[20]; /* "major,minor" of the device */ member
Dreservations.c94 osb->dev_str, resmap->m_bitmap_len); in ocfs2_dump_resv()
Dresize.c264 osb->dev_str); in ocfs2_update_super_and_backups()
Dalloc.c242 osb->dev_str, in ocfs2_dinode_insert_check()
7599 osb->dev_str); in ocfs2_trim_fs()
7613 osb->dev_str, info.tf_nodenum); in ocfs2_trim_fs()