/openbmc/qemu/hw/net/ |
H A D | ne2000.c | 685 void ne2000_setup_io(NE2000State *s, DeviceState *dev, unsigned size) in ne2000_setup_io() argument 687 memory_region_init_io(&s->io, OBJECT(dev), &ne2000_ops, s, "ne2000", size); in ne2000_setup_io()
|
/openbmc/qemu/hw/misc/ |
H A D | xlnx-versal-cfu.c | 162 static void cfu_apb_reset(DeviceState *dev) in cfu_apb_reset() argument 164 XlnxVersalCFUAPB *s = XLNX_VERSAL_CFU_APB(dev); in cfu_apb_reset()
|
/openbmc/qemu/hw/ide/ |
H A D | pci.c | 575 void pci_ide_create_devs(PCIDevice *dev) in pci_ide_create_devs() argument 577 PCIIDEState *d = PCI_IDE(dev); in pci_ide_create_devs()
|
/openbmc/qemu/hw/char/ |
H A D | cadence_uart.c | 538 static void cadence_uart_realize(DeviceState *dev, Error **errp) in cadence_uart_realize() argument 540 CadenceUARTState *s = CADENCE_UART(dev); in cadence_uart_realize()
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed_ast10x0.c | 102 static qemu_irq aspeed_soc_ast1030_get_irq(AspeedSoCState *s, int dev) in aspeed_soc_ast1030_get_irq() argument 107 return qdev_get_gpio_in(DEVICE(&a->armv7m), sc->irqmap[dev]); in aspeed_soc_ast1030_get_irq()
|
/openbmc/linux/net/ipv6/ila/ |
H A D | ila_xlat.c | 644 struct net *net = dev_net(skb->dev); in ila_xlat_addr() 657 ila = ila_lookup_wildcards(iaddr, skb->dev->ifindex, ilan); in ila_xlat_addr()
|
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 3945.c | 641 struct pci_dev *dev = il->pci_dev; in il3945_hw_txq_free_tfd() local 655 dma_unmap_single(&dev->dev, in il3945_hw_txq_free_tfd() 663 dma_unmap_single(&dev->dev, le32_to_cpu(tfd->tbs[i].addr), in il3945_hw_txq_free_tfd() 2388 dma_alloc_coherent(&il->pci_dev->dev, sizeof(struct il3945_shared), in il3945_hw_set_hw_params()
|
/openbmc/linux/Documentation/PCI/ |
H A D | pci.rst | 155 struct pci_dev *dev = NULL; 156 while (dev = pci_get_device(VENDOR_ID, DEVICE_ID, dev)) 157 configure_device(dev); 161 pci_get_class(CLASS_ID, dev) 165 pci_get_subsys(VENDOR_ID,DEVICE_ID, SUBSYS_VENDOR_ID, SUBSYS_DEVICE_ID, dev).
|
/openbmc/linux/sound/soc/codecs/ |
H A D | wm_adsp.c | 35 dev_crit(_dsp->cs_dsp.dev, "%s: " fmt, _dsp->cs_dsp.name, ##__VA_ARGS__) 37 dev_err(_dsp->cs_dsp.dev, "%s: " fmt, _dsp->cs_dsp.name, ##__VA_ARGS__) 39 dev_warn(_dsp->cs_dsp.dev, "%s: " fmt, _dsp->cs_dsp.name, ##__VA_ARGS__) 41 dev_info(_dsp->cs_dsp.dev, "%s: " fmt, _dsp->cs_dsp.name, ##__VA_ARGS__) 43 dev_dbg(_dsp->cs_dsp.dev, "%s: " fmt, _dsp->cs_dsp.name, ##__VA_ARGS__) 782 ret = firmware_request_nowarn(firmware, *filename, cs_dsp->dev); in wm_adsp_request_firmware_file()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btintel.c | 367 err = request_firmware_direct(&fw, ddc_name, &hdev->dev); in btintel_load_ddc_config() 854 return regmap_init(&hdev->dev, ®map_ibt, ctx, ®map_ibt_cfg); in btintel_regmap_init() 1485 ret = request_firmware(&fw, fwname, &hdev->dev); in btintel_legacy_rom_get_fw() 1501 if (request_firmware(&fw, fwname, &hdev->dev) < 0) { in btintel_legacy_rom_get_fw() 1986 err = firmware_request_nowarn(&fw, fwname, &hdev->dev); in btintel_download_fw() 2175 err = firmware_request_nowarn(&fw, fwname, &hdev->dev); in btintel_prepare_fw_download_tlv()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_atombios.c | 1750 struct amdgpu_device *adev = drm_to_adev(info->dev); in cail_reg_write() 1766 struct amdgpu_device *adev = drm_to_adev(info->dev); in cail_reg_read() 1773 static ssize_t amdgpu_atombios_get_vbios_version(struct device *dev, in amdgpu_atombios_get_vbios_version() argument 1777 struct drm_device *ddev = dev_get_drvdata(dev); in amdgpu_atombios_get_vbios_version() 1799 return devm_device_add_group(adev->dev, in amdgpu_atombios_sysfs_init() 1845 atom_card_info->dev = adev_to_drm(adev); in amdgpu_atombios_init()
|
/openbmc/linux/drivers/net/phy/ |
H A D | phylink.c | 52 struct device *dev; member 72 void (*get_fixed_state)(struct net_device *dev, 96 dev_printk(level, (pl)->dev, fmt, ##__VA_ARGS__); \ 111 dev_dbg((pl)->dev, fmt, ##__VA_ARGS__); \ 1614 dev_err(config->dev, in phylink_create() 1633 pl->netdev = to_net_dev(config->dev); in phylink_create() 1636 pl->dev = config->dev; in phylink_create() 1818 dev_name(&phy->mdio.dev), phy->drv->name, irq_str); in phylink_bringup_phy()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | cyber2000fb.h | 464 struct device *dev; member
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv44.c | 222 vmm->nullp = dma_alloc_coherent(subdev->device->dev, 16 * 1024, in nv44_vmm_new()
|
/openbmc/linux/drivers/scsi/cxlflash/ |
H A D | common.h | 116 struct pci_dev *dev; member
|
/openbmc/linux/drivers/pinctrl/vt8500/ |
H A D | pinctrl-wm8650.c | 321 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in wm8650_pinctrl_probe()
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | r8a66597-udc.h | 120 #define r8a66597_to_dev(r8a66597) (r8a66597->gadget.dev.parent)
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | denali.h | 363 struct device *dev; member
|
/openbmc/linux/drivers/staging/media/omap4iss/ |
H A D | iss_csiphy.c | 77 dev_err(phy->iss->dev, "CSI2 CIO set power failed!\n"); in csiphy_set_power()
|
/openbmc/openbmc/poky/meta/recipes-graphics/startup-notification/startup-notification-0.12/ |
H A D | time_t.patch | 16 See http://mail.xfce.org/pipermail/xfce4-dev/2014-February/030611.html
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0001-Remove-Makefile.include-which-includes-hardcoded.patch | 43 +++ /dev/null
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/ |
H A D | ippool_parallel_make_and_pic.patch | 89 +include $(wildcard *.d /dev/null)
|
/openbmc/linux/include/linux/mfd/ |
H A D | max8997-private.h | 369 struct device *dev; member
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | stm32h743i-disco.dts | 53 bootargs = "root=/dev/ram";
|
/openbmc/u-boot/include/linux/mtd/ |
H A D | spinand.h | 426 int spinand_match_and_init(struct spinand_device *dev,
|