/openbmc/linux/drivers/firmware/ |
H A D | arm_sdei.c | 740 static int sdei_device_suspend(struct device *dev) in sdei_device_suspend() argument 747 static int sdei_device_resume(struct device *dev) in sdei_device_resume() argument 761 static int sdei_device_freeze(struct device *dev) in sdei_device_freeze() argument 775 static int sdei_device_thaw(struct device *dev) in sdei_device_thaw() argument 798 static int sdei_device_restore(struct device *dev) in sdei_device_restore() argument 806 return sdei_device_thaw(dev); in sdei_device_restore() 926 struct device_node *np = pdev->dev.of_node; in sdei_get_conduit()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_vce.c | 87 r = request_firmware(&rdev->vce_fw, fw_name, rdev->dev); in radeon_vce_init() 89 dev_err(rdev->dev, "radeon_vce: Can't load firmware \"%s\"\n", in radeon_vce_init() 145 dev_err(rdev->dev, "(%d) failed to allocate VCE bo\n", r); in radeon_vce_init() 152 dev_err(rdev->dev, "(%d) failed to reserve VCE bo\n", r); in radeon_vce_init() 161 dev_err(rdev->dev, "(%d) VCE bo pin failed\n", r); in radeon_vce_init() 230 dev_err(rdev->dev, "(%d) failed to reserve VCE bo\n", r); in radeon_vce_resume() 237 dev_err(rdev->dev, "(%d) VCE map failed\n", r); in radeon_vce_resume()
|
/openbmc/qemu/hw/dma/ |
H A D | xlnx_csu_dma.c | 632 static void xlnx_csu_dma_reset(DeviceState *dev) in xlnx_csu_dma_reset() argument 634 XlnxCSUDMA *s = XLNX_CSU_DMA(dev); in xlnx_csu_dma_reset() 642 static void xlnx_csu_dma_realize(DeviceState *dev, Error **errp) in xlnx_csu_dma_realize() argument 644 XlnxCSUDMA *s = XLNX_CSU_DMA(dev); in xlnx_csu_dma_realize() 659 register_init_block32(dev, xlnx_csu_dma_regs_info[!!s->is_dst], in xlnx_csu_dma_realize() 669 sysbus_init_mmio(SYS_BUS_DEVICE(dev), &s->iomem); in xlnx_csu_dma_realize() 670 sysbus_init_irq(SYS_BUS_DEVICE(dev), &s->irq); in xlnx_csu_dma_realize()
|
H A D | i8257.c | 468 static void i8257_reset(DeviceState *dev) in i8257_reset() argument 470 I8257State *d = I8257(dev); in i8257_reset() 556 static void i8257_realize(DeviceState *dev, Error **errp) in i8257_realize() argument 558 ISADevice *isa = ISA_DEVICE(dev); in i8257_realize() 559 I8257State *d = I8257(dev); in i8257_realize() 562 memory_region_init_io(&d->channel_io, OBJECT(dev), &channel_io_ops, d, in i8257_realize()
|
/openbmc/qemu/hw/i386/ |
H A D | vapic.c | 467 void vapic_report_tpr_access(DeviceState *dev, CPUState *cs, target_ulong ip, in vapic_report_tpr_access() argument 470 VAPICROMState *s = VAPIC(dev); in vapic_report_tpr_access() 517 static void vapic_reset(DeviceState *dev) in vapic_reset() argument 519 VAPICROMState *s = VAPIC(dev); in vapic_reset() 724 static void vapic_realize(DeviceState *dev, Error **errp) in vapic_realize() argument 726 SysBusDevice *sbd = SYS_BUS_DEVICE(dev); in vapic_realize() 727 VAPICROMState *s = VAPIC(dev); in vapic_realize()
|
/openbmc/qemu/hw/net/ |
H A D | allwinner-sun8i-emac.c | 558 static void allwinner_sun8i_emac_reset(DeviceState *dev) in allwinner_sun8i_emac_reset() argument 560 AwSun8iEmacState *s = AW_SUN8I_EMAC(dev); in allwinner_sun8i_emac_reset() 814 static void allwinner_sun8i_emac_realize(DeviceState *dev, Error **errp) in allwinner_sun8i_emac_realize() argument 816 AwSun8iEmacState *s = AW_SUN8I_EMAC(dev); in allwinner_sun8i_emac_realize() 827 object_get_typename(OBJECT(dev)), dev->id, in allwinner_sun8i_emac_realize() 828 &dev->mem_reentrancy_guard, s); in allwinner_sun8i_emac_realize()
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_os.c | 518 dma_free_coherent(&ha->pdev->dev, in qla2x00_free_req_que() 522 dma_free_coherent(&ha->pdev->dev, in qla2x00_free_req_que() 536 dma_free_coherent(&ha->pdev->dev, in qla2x00_free_rsp_que() 540 dma_free_coherent(&ha->pdev->dev, in qla2x00_free_rsp_que() 3572 ret = scsi_add_host(host, &pdev->dev); in qla2x00_probe_one() 3925 dma_free_coherent(&ha->pdev->dev, in qla2x00_remove_one() 4447 ha->flt = dma_alloc_coherent(&ha->pdev->dev, in qla2x00_mem_alloc() 4850 dma_free_coherent(&ha->pdev->dev, in qla2x00_free_fw_dump() 4854 dma_free_coherent(&ha->pdev->dev, in qla2x00_free_fw_dump() 4925 dma_free_coherent(&ha->pdev->dev, in qla2x00_mem_free() [all …]
|
/openbmc/linux/drivers/usb/atm/ |
H A D | ueagle-atm.c | 41 dev_dbg(&(usb_dev)->dev, \ 49 dev_dbg(&(usb_dev)->dev, \ 60 dev_err(&(usb_dev)->dev , "[UEAGLE-ATM] " format , ##args) 63 dev_warn(&(usb_dev)->dev , "[Ueagle-atm] " format, ##args) 66 dev_info(&(usb_dev)->dev , "[ueagle-atm] " format, ##args) 2234 intf = to_usb_interface(dev); in dev_to_uea() 2252 sc = dev_to_uea(dev); in stat_status_show() 2268 sc = dev_to_uea(dev); in stat_status_store() 2288 sc = dev_to_uea(dev); in stat_human_status_show() 2351 sc = dev_to_uea(dev); in stat_delin_show() [all …]
|
/openbmc/linux/drivers/message/fusion/ |
H A D | mptctl.c | 1082 dma_addr = dma_map_single(&ioc->pcidev->dev, in kbuf_alloc_2_sgl() 1143 dma_free_coherent(&ioc->pcidev->dev, len, kptr, in kbuf_alloc_2_sgl() 1184 dma_unmap_single(&ioc->pcidev->dev, dma_addr, len, in kfree_sgl() 1186 dma_free_coherent(&ioc->pcidev->dev, len, kptr, in kfree_sgl() 2107 bufOut.kptr = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_do_mpt_command() 2142 bufIn.kptr = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_do_mpt_command() 2292 dma_free_coherent(&ioc->pcidev->dev, bufOut.len, in mptctl_do_mpt_command() 2297 dma_free_coherent(&ioc->pcidev->dev, bufIn.len, in mptctl_do_mpt_command() 2403 pbuf = dma_alloc_coherent(&ioc->pcidev->dev, in mptctl_hp_hostinfo() 2415 dma_free_coherent(&ioc->pcidev->dev, in mptctl_hp_hostinfo() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_dpll_mgr.c | 133 drm_WARN_ON(s->dev, !drm_modeset_is_locked(&s->dev->mode_config.connection_mutex)); in intel_atomic_get_shared_dpll_state() 138 intel_atomic_duplicate_dpll_state(to_i915(s->dev), in intel_atomic_get_shared_dpll_state() 224 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); in intel_enable_shared_dpll() 270 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); in intel_disable_shared_dpll() 313 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); in intel_find_shared_dpll() 369 struct drm_i915_private *i915 = to_i915(crtc->base.dev); in intel_reference_shared_dpll_crtc() 409 struct drm_i915_private *i915 = to_i915(crtc->base.dev); in intel_unreference_shared_dpll_crtc() 460 struct drm_i915_private *dev_priv = to_i915(state->base.dev); in intel_shared_dpll_swap_state() 560 struct drm_i915_private *dev_priv = to_i915(crtc->base.dev); in ibx_get_dpll() 965 struct drm_i915_private *i915 = to_i915(state->base.dev); in hsw_ddi_wrpll_compute_dpll() [all …]
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 1304 struct xhci_virt_device *dev, in update_ring_for_set_deq_completion() argument 1328 dev->eps[ep_index].queued_deq_ptr) in update_ring_for_set_deq_completion() 2167 td->urb->ep->hcpriv = td->urb->dev; in xhci_clear_hub_tt_buffer() 3454 dev_err(&urb->dev->dev, "%s - ep %#x - Miscalculated tx length, " in check_trb_math() 3489 if (urb->dev->speed == USB_SPEED_LOW || in check_interval() 3490 urb->dev->speed == USB_SPEED_FULL) in check_interval() 3497 dev_dbg_ratelimited(&urb->dev->dev, in check_interval() 3504 urb->dev->speed == USB_SPEED_FULL) in check_interval() 4005 urb->dev->speed == USB_SPEED_FULL) in xhci_get_isoc_frame_id() 4063 urb->dev->speed == USB_SPEED_FULL) in xhci_get_isoc_frame_id() [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/ |
H A D | 0005-Modify-vg_test-wrapper-to-support-PTEST-formats.patch | 164 # Find all the .stdout.exp files. If none, use /dev/null. 166 @stdout_exps = ( "/dev/null" ) if (0 == scalar @stdout_exps); 182 # Find all the .stdoutB.exp files. If none, use /dev/null. 184 @stdoutB_exps = ( "/dev/null" ) if (0 == scalar @stdoutB_exps); 200 # Find all the .post.exp files. If none, use /dev/null. 202 @post_exps = ( "/dev/null" ) if (0 == scalar @post_exps);
|
/openbmc/linux/drivers/usb/usbip/ |
H A D | vudc_dev.c | 171 dev_err(&udc->gadget.dev, "Unable go get desc: %d", ret); in vgadget_pullup() 435 dev_dbg(&udc->pdev->dev, "device shutdown"); in vudc_shutdown() 468 dev_dbg(&udc->pdev->dev, "device reset"); in vudc_device_reset() 608 udc->gadget.dev.parent = &pdev->dev; in vudc_probe() 615 ret = usb_add_gadget_udc(&pdev->dev, &udc->gadget); in vudc_probe()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | arcfb.c | 511 static int arcfb_probe(struct platform_device *dev) in arcfb_probe() argument 528 info = framebuffer_alloc(sizeof(struct arcfb_par), &dev->dev); in arcfb_probe() 563 platform_set_drvdata(dev, info); in arcfb_probe() 596 static void arcfb_remove(struct platform_device *dev) in arcfb_remove() argument 598 struct fb_info *info = platform_get_drvdata(dev); in arcfb_remove()
|
/openbmc/linux/arch/powerpc/platforms/8xx/ |
H A D | cpm1.c | 479 int cpm1_gpiochip_add16(struct device *dev) in cpm1_gpiochip_add16() argument 481 struct device_node *np = dev->of_node; in cpm1_gpiochip_add16() 511 gc->parent = dev; in cpm1_gpiochip_add16() 608 int cpm1_gpiochip_add32(struct device *dev) in cpm1_gpiochip_add32() argument 610 struct device_node *np = dev->of_node; in cpm1_gpiochip_add32() 630 gc->parent = dev; in cpm1_gpiochip_add32()
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | kapi.c | 34 di->cdev = ubi->cdev.dev; in ubi_do_get_device_info() 81 vi->cdev = vol->cdev.dev; in ubi_do_get_volume_info() 82 vi->dev = &vol->dev; in ubi_do_get_volume_info() 185 get_device(&vol->dev); in ubi_open_volume() 353 put_device(&vol->dev); in ubi_close_volume()
|
/openbmc/linux/drivers/net/phy/ |
H A D | smsc.c | 615 struct device *dev = &phydev->mdio.dev; in smsc_phy_probe() local 619 priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL); in smsc_phy_probe() 626 if (device_property_present(dev, "smsc,disable-energy-detect")) in smsc_phy_probe() 632 refclk = devm_clk_get_optional_enabled(dev, NULL); in smsc_phy_probe() 634 return dev_err_probe(dev, PTR_ERR(refclk), in smsc_phy_probe()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-smbus.c | 404 dev_err(&adapter->dev, in i2c_smbus_xfer_emulated() 418 dev_err(&adapter->dev, in i2c_smbus_xfer_emulated() 435 dev_err(&adapter->dev, "Invalid block %s size %d\n", in i2c_smbus_xfer_emulated() 452 dev_err(&adapter->dev, "Unsupported transaction %d\n", size); in i2c_smbus_xfer_emulated() 503 dev_err(&adapter->dev, in i2c_smbus_xfer_emulated() 708 struct device *parent = adapter->dev.parent; in i2c_setup_smbus_alert()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_mem.c | 92 phba->lpfc_mbuf_pool = dma_pool_create("lpfc_mbuf_pool", &phba->pcidev->dev, in lpfc_mem_alloc() 132 &phba->pcidev->dev, in lpfc_mem_alloc() 138 &phba->pcidev->dev, in lpfc_mem_alloc() 145 &phba->pcidev->dev, LPFC_BPL_SIZE, align, 0); in lpfc_mem_alloc() 195 &phba->pcidev->dev, LPFC_NVMET_DATA_BUF_SIZE, in lpfc_nvmet_mem_alloc() 340 dma_free_coherent(&phba->pcidev->dev, in lpfc_mem_free_all()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-axi-spi-engine.c | 512 host = devm_spi_alloc_host(&pdev->dev, sizeof(*spi_engine)); in spi_engine_probe() 521 spi_engine->clk = devm_clk_get_enabled(&pdev->dev, "s_axi_aclk"); in spi_engine_probe() 525 spi_engine->ref_clk = devm_clk_get_enabled(&pdev->dev, "spi_clk"); in spi_engine_probe() 535 dev_err(&pdev->dev, "Unsupported peripheral version %u.%u.%u\n", in spi_engine_probe() 550 host->dev.of_node = pdev->dev.of_node; in spi_engine_probe()
|
/openbmc/linux/drivers/regulator/ |
H A D | bd71828-regulator.c | 684 .dev = pdev->dev.parent, in bd71828_probe() 687 config.regmap = dev_get_regmap(pdev->dev.parent, NULL); in bd71828_probe() 696 rdev = devm_regulator_register(&pdev->dev, in bd71828_probe() 699 return dev_err_probe(&pdev->dev, PTR_ERR(rdev), in bd71828_probe() 709 return dev_err_probe(&pdev->dev, ret, in bd71828_probe()
|
/openbmc/linux/drivers/tty/serial/ |
H A D | mcf.c | 257 dev_dbg(port->dev, "Setting UART to RS485\n"); in mcf_set_termios() 425 dev_dbg(port->dev, "Setting UART to RS485\n"); in mcf_config_rs485() 429 dev_dbg(port->dev, "Setting UART to RS232\n"); in mcf_config_rs485() 600 struct mcf_platform_uart *platp = dev_get_platdata(&pdev->dev); in mcf_probe() 612 port->dev = &pdev->dev; in mcf_probe()
|
/openbmc/qemu/hw/audio/ |
H A D | cs4231a.c | 71 ISADevice dev; member 223 static void cs4231a_reset (DeviceState *dev) in cs4231a_reset() argument 225 CSState *s = CS4231A (dev); in cs4231a_reset() 668 static void cs4231a_realizefn (DeviceState *dev, Error **errp) in cs4231a_realizefn() argument 670 ISADevice *d = ISA_DEVICE (dev); in cs4231a_realizefn() 672 CSState *s = CS4231A (dev); in cs4231a_realizefn()
|
/openbmc/openbmc/meta-phosphor/recipes-extended/rsyslog/rsyslog/ |
H A D | server.conf | 1 *.* /dev/null
|
/openbmc/linux/sound/pci/oxygen/ |
H A D | xonar_lib.c | 48 dev_notice(chip->card->dev, "power restored\n"); in xonar_ext_power_gpio_changed() 50 dev_crit(chip->card->dev, in xonar_ext_power_gpio_changed()
|