| /openbmc/u-boot/drivers/usb/host/ |
| H A D | xhci-mem.c | 706 in_slot_ctx->dev_info = out_slot_ctx->dev_info; in xhci_slot_copy() 743 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(1)); in xhci_setup_addressable_virt_dev() 768 slot_ctx->dev_info |= route; in xhci_setup_addressable_virt_dev() 772 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_SS); in xhci_setup_addressable_virt_dev() 775 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_HS); in xhci_setup_addressable_virt_dev() 778 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_FS); in xhci_setup_addressable_virt_dev() 781 slot_ctx->dev_info |= cpu_to_le32(SLOT_SPEED_LS); in xhci_setup_addressable_virt_dev() 805 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_setup_addressable_virt_dev()
|
| H A D | dwc2.c | 117 dev_info(dev, "%s: Timeout!\n", __func__); in dwc_otg_flush_tx_fifo() 136 dev_info(dev, "%s: Timeout!\n", __func__); in dwc_otg_flush_rx_fifo() 154 dev_info(dev, "%s: Timeout!\n", __func__); in dwc_otg_core_reset() 161 dev_info(dev, "%s: Timeout!\n", __func__); in dwc_otg_core_reset() 300 dev_info("%s: Timeout!\n", __func__); in dwc_otg_core_host_init() 1169 dev_info(dev, "Core Release: %x.%03x\n", in dwc2_init_common() 1174 dev_info(dev, "SNPSID invalid (not DWC2 OTG device): %08x\n", in dwc2_init_common()
|
| H A D | xhci.c | 539 slot_ctx->dev_info &= ~(cpu_to_le32(LAST_CTX_MASK)); in xhci_set_configuration() 540 slot_ctx->dev_info |= cpu_to_le32(LAST_CTX(max_ep_flag + 1) | 0); in xhci_set_configuration() 1437 slot_ctx->dev_info |= cpu_to_le32(DEV_HUB); in xhci_update_hub_device() 1444 slot_ctx->dev_info |= cpu_to_le32(DEV_MTT); in xhci_update_hub_device() 1446 slot_ctx->dev_info &= cpu_to_le32(~DEV_MTT); in xhci_update_hub_device()
|
| H A D | xhci.h | 508 __le32 dev_info; member
|
| /openbmc/qemu/qga/ |
| H A D | commands-win32.c | 523 HDEVINFO dev_info) in get_pci_address_for_device() argument 533 SetupDiEnumDeviceInfo(dev_info, j, &dev_info_data); in get_pci_address_for_device() 545 dev_info, &dev_info_data, SPDRP_BUSNUMBER, in get_pci_address_for_device() 557 dev_info, &dev_info_data, SPDRP_ADDRESS, in get_pci_address_for_device() 569 dev_info, &dev_info_data, SPDRP_UI_NUMBER, in get_pci_address_for_device() 622 HDEVINFO dev_info = INVALID_HANDLE_VALUE; in get_pci_info() local 631 dev_info = SetupDiGetClassDevs(&GUID_DEVINTERFACE_DISK, 0, 0, in get_pci_info() 633 if (dev_info == INVALID_HANDLE_VALUE) { in get_pci_info() 641 for (i = 0; SetupDiEnumDeviceInfo(dev_info, i, &dev_info_data); i++) { in get_pci_info() 649 if (SetupDiEnumDeviceInterfaces(dev_info, &dev_info_data, in get_pci_info() [all …]
|
| /openbmc/u-boot/include/linux/ |
| H A D | compat.h | 25 #ifdef dev_info 26 #undef dev_info 39 #define dev_info(dev, fmt, args...) \ macro
|
| /openbmc/u-boot/include/dm/ |
| H A D | device.h | 963 #ifdef dev_info 964 #undef dev_info 1000 #define dev_info(dev, fmt, ...) \ macro
|
| /openbmc/qemu/hw/vfio/ |
| H A D | iommufd.c | 534 struct vfio_device_info dev_info = { .argsz = sizeof(dev_info) }; in iommufd_cdev_attach() local 644 ret = ioctl(devfd, VFIO_DEVICE_GET_INFO, &dev_info); in iommufd_cdev_attach() 667 vfio_device_prepare(vbasedev, bcontainer, &dev_info); in iommufd_cdev_attach()
|
| /openbmc/u-boot/drivers/mtd/onenand/ |
| H A D | onenand_base.c | 2207 char *dev_info = malloc(80); in onenand_print_device_info() local 2208 char *p = dev_info; in onenand_print_device_info() 2215 p += sprintf(dev_info, "%s%sOneNAND%s %dMB %sV 16-bit (0x%02x)", in onenand_print_device_info() 2222 printk("%s\n", dev_info); in onenand_print_device_info() 2224 return dev_info; in onenand_print_device_info()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | atmel_nand.c | 710 dev_info(host->dev, "NAND chip is not ONFI compliant, assume ecc_bits is 2 in 512 bytes\n"); in pmecc_choose_ecc() 838 …dev_info(host->dev, "WARNING: Using different ecc correct bits(%d bit) from Nand ONFI ECC reqireme… in atmel_pmecc_nand_init_params() 841 …dev_info(host->dev, "WARNING: Using different ecc correct sector size (%d bytes) from Nand ONFI EC… in atmel_pmecc_nand_init_params()
|
| H A D | pxa3xx_nand.c | 1656 dev_info(&info->pdev->dev, in pxa3xx_nand_scan() 1898 dev_info(&pdev->dev, "failed to scan nand at cs %d\n", in pxa3xx_nand_probe()
|
| /openbmc/u-boot/drivers/misc/ |
| H A D | aspeed-fsi.c | 517 dev_info(&pdev->dev, "hub version %08x (%d links)\n", reg, links); in aspeed_fsi_probe()
|
| /openbmc/u-boot/drivers/mtd/nand/spi/ |
| H A D | core.c | 993 dev_info(spinand->slave->dev, in spinand_detect() 995 dev_info(spinand->slave->dev, in spinand_detect()
|
| /openbmc/u-boot/drivers/net/ |
| H A D | bcm6368-eth.c | 248 dev_info(&priv->pdev->dev, "link DOWN on %s\n", in bcm6368_eth_adjust_link()
|
| /openbmc/u-boot/drivers/mmc/ |
| H A D | mtk-sd.c | 926 dev_info(dev, "phase: [map:%x] [maxlen:%d] [final:%d]\n", in get_best_delay()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | aspeed_udc.c | 1173 dev_info(dev, "Start aspeed udc...\n"); in aspeed_udc_probe()
|
| /openbmc/u-boot/drivers/mtd/spi/ |
| H A D | spi-nor-core.c | 2389 dev_info(dev, "non-uniform erase sector maps are not supported yet.\n"); in spi_nor_parse_sfdp()
|