Home
last modified time | relevance | path

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

/linux/drivers/xen/xen-pciback/
H A Dxenbus.c371 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 …]
/linux/arch/mips/alchemy/common/
H A Ddma.c110 i, chan->dev_str); in au1000_dma_read_proc()
139 int request_au1000_dma(int dev_id, const char *dev_str, in request_au1000_dma() argument
173 ret = request_irq(chan->irq, irqhandler, irqflags, dev_str, in request_au1000_dma()
187 chan->dev_str = dev_str; in request_au1000_dma()
/linux/arch/powerpc/perf/
H A Dimc-pmu.c224 struct attribute **attrs, *dev_str; in update_events_in_group() local
304 dev_str = device_str_attr_create(pmu->events[i].name, ev_val_str); in update_events_in_group()
305 if (!dev_str) in update_events_in_group()
308 attrs[j++] = dev_str; in update_events_in_group()
313 dev_str = device_str_attr_create(ev_scale_str, pmu->events[i].scale); in update_events_in_group()
314 if (!dev_str) in update_events_in_group()
317 attrs[j++] = dev_str; in update_events_in_group()
324 dev_str = device_str_attr_create(ev_unit_str, pmu->events[i].unit); in update_events_in_group()
325 if (!dev_str) in update_events_in_group()
328 attrs[j++] = dev_str; in update_events_in_group()
/linux/drivers/usb/gadget/
H A Dcomposite.c2338 struct usb_string *dev_str = gstr->strings; in __composite_unbind() local
2358 if (dev_str[USB_GADGET_MANUFACTURER_IDX].s == cdev->def_manufacturer) in __composite_unbind()
2359 dev_str[USB_GADGET_MANUFACTURER_IDX].s = ""; in __composite_unbind()
2772 struct usb_string *dev_str = gstr->strings; in usb_composite_overwrite_options() local
2784 desc->iSerialNumber = dev_str[USB_GADGET_SERIAL_IDX].id; in usb_composite_overwrite_options()
2785 dev_str[USB_GADGET_SERIAL_IDX].s = covr->serial_number; in usb_composite_overwrite_options()
2788 desc->iManufacturer = dev_str[USB_GADGET_MANUFACTURER_IDX].id; in usb_composite_overwrite_options()
2789 dev_str[USB_GADGET_MANUFACTURER_IDX].s = covr->manufacturer; in usb_composite_overwrite_options()
2791 } else if (!strlen(dev_str[USB_GADGET_MANUFACTURER_IDX].s)) { in usb_composite_overwrite_options()
2792 desc->iManufacturer = dev_str[USB_GADGET_MANUFACTURER_IDX].id; in usb_composite_overwrite_options()
[all …]
/linux/arch/mips/include/asm/mach-au1x00/
H A Dau1000_dma.h110 const char *dev_str; member
120 const char *dev_str,
/linux/arch/powerpc/platforms/ps3/
H A Dplatform.h105 unsigned int dev_index, const char *dev_str, u64 *value);
/linux/fs/ocfs2/
H A Dslot_map.c496 "allocated to this node!\n", slot, osb->dev_str); in ocfs2_find_slot()