Home
last modified time | relevance | path

Searched refs:dev (Results 24501 – 24525 of 26800) sorted by relevance

1...<<981982983984985986987988989990>>...1072

/openbmc/qemu/hw/net/
H A Dne2000.c685 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 Dxlnx-versal-cfu.c162 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 Dpci.c575 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 Dcadence_uart.c538 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 Daspeed_ast10x0.c102 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 Dila_xlat.c644 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 D3945.c641 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 Dpci.rst155 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 Dwm_adsp.c35 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 Dbtintel.c367 err = request_firmware_direct(&fw, ddc_name, &hdev->dev); in btintel_load_ddc_config()
854 return regmap_init(&hdev->dev, &regmap_ibt, ctx, &regmap_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 Damdgpu_atombios.c1750 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 Dphylink.c52 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 Dcyber2000fb.h464 struct device *dev; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmmnv44.c222 vmm->nullp = dma_alloc_coherent(subdev->device->dev, 16 * 1024, in nv44_vmm_new()
/openbmc/linux/drivers/scsi/cxlflash/
H A Dcommon.h116 struct pci_dev *dev; member
/openbmc/linux/drivers/pinctrl/vt8500/
H A Dpinctrl-wm8650.c321 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL); in wm8650_pinctrl_probe()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h120 #define r8a66597_to_dev(r8a66597) (r8a66597->gadget.dev.parent)
/openbmc/linux/drivers/mtd/nand/raw/
H A Ddenali.h363 struct device *dev; member
/openbmc/linux/drivers/staging/media/omap4iss/
H A Diss_csiphy.c77 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 Dtime_t.patch16 See http://mail.xfce.org/pipermail/xfce4-dev/2014-February/030611.html
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0001-Remove-Makefile.include-which-includes-hardcoded.patch43 +++ /dev/null
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dippool_parallel_make_and_pic.patch89 +include $(wildcard *.d /dev/null)
/openbmc/linux/include/linux/mfd/
H A Dmax8997-private.h369 struct device *dev; member
/openbmc/u-boot/arch/arm/dts/
H A Dstm32h743i-disco.dts53 bootargs = "root=/dev/ram";
/openbmc/u-boot/include/linux/mtd/
H A Dspinand.h426 int spinand_match_and_init(struct spinand_device *dev,

1...<<981982983984985986987988989990>>...1072