Home
last modified time | relevance | path

Searched refs:dev (Results 18276 – 18300 of 26799) sorted by relevance

1...<<731732733734735736737738739740>>...1072

/openbmc/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_spi.c32 dev_err(&spi->dev, "Failed to register spi regmap %ld\n", PTR_ERR(regmap)); in st_lsm6dsx_spi_probe()
36 return st_lsm6dsx_probe(&spi->dev, spi->irq, hw_id, regmap); in st_lsm6dsx_spi_probe()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-utils.c31 dev_err(pctldev->dev, "krealloc(map) failed\n"); in pinctrl_utils_reserve_map()
97 dev_err(pctldev->dev, "krealloc(configs) failed\n"); in pinctrl_utils_add_config()
/openbmc/linux/drivers/gnss/
H A Dubx.c84 data->vcc = devm_regulator_get(&serdev->dev, "vcc"); in ubx_probe()
90 data->v_bckp = devm_regulator_get_optional(&serdev->dev, "v-bckp"); in ubx_probe()
/openbmc/linux/arch/arm/mach-versatile/
H A Dintegrator_ap.c105 static void integrator_uart_set_mctrl(struct amba_device *dev, in integrator_uart_set_mctrl() argument
109 u32 phybase = dev->res.start; in integrator_uart_set_mctrl()
/openbmc/linux/drivers/iio/pressure/
H A Dms5611_i2c.c94 indio_dev = devm_iio_device_alloc(&client->dev, sizeof(*st)); in ms5611_i2c_probe()
105 return ms5611_probe(indio_dev, &client->dev, id->name, id->driver_data); in ms5611_i2c_probe()
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a1000.c105 struct drm_device *ddev = encoder->dev; in ls7a1000_pipe0_encoder_reset()
118 struct drm_device *ddev = encoder->dev; in ls7a1000_pipe1_encoder_reset()
/openbmc/qemu/hw/misc/
H A Darmsse-cpu-pwrctrl.c101 static void pwrctrl_reset(DeviceState *dev) in pwrctrl_reset() argument
103 ARMSSECPUPwrCtrl *s = ARMSSE_CPU_PWRCTRL(dev); in pwrctrl_reset()
H A Dpci-testdev.c301 pci_testdev_uninit(PCIDevice *dev) in pci_testdev_uninit() argument
303 PCITestDevState *d = PCI_TEST_DEV(dev); in pci_testdev_uninit()
316 static void qdev_pci_testdev_reset(DeviceState *dev) in qdev_pci_testdev_reset() argument
318 PCITestDevState *d = PCI_TEST_DEV(dev); in qdev_pci_testdev_reset()
/openbmc/qemu/hw/s390x/
H A Dsclpquiesce.c108 static void quiesce_reset(DeviceState *dev) in quiesce_reset() argument
110 SCLPEvent *event = SCLP_EVENT(dev); in quiesce_reset()
/openbmc/qemu/include/hw/ppc/
H A Dppc4xx.h43 void ppc4xx_dcr_register(Ppc4xxDcrDeviceState *dev, int dcrn, void *opaque,
45 bool ppc4xx_dcr_realize(Ppc4xxDcrDeviceState *dev, PowerPCCPU *cpu,
/openbmc/openbmc/meta-google/recipes-phosphor/images/
H A Dobmc-phosphor-image.bbappend16 OBMC_IMAGE_EXTRA_INSTALL:append:gbmc:dev = " gbmc-dev-ssh-key"
/openbmc/linux/drivers/s390/block/
H A Ddasd.c1469 dev_err(&device->cdev->dev, in dasd_start_IO()
1930 dev_err(&device->cdev->dev, in __dasd_process_cqr()
1996 dev_err(&device->cdev->dev, in __dasd_device_check_expire()
2003 dev_err(&device->cdev->dev, in __dasd_device_check_expire()
3282 dev_info(&base->cdev->dev, in dasd_open()
3503 struct device *dev; in dasd_generic_set_online() local
3506 dev = &cdev->dev; in dasd_generic_set_online()
3582 struct device *dev; in dasd_generic_set_offline() local
3584 dev = &cdev->dev; in dasd_generic_set_offline()
3968 dev_info(&device->cdev->dev, in dasd_handle_autoquiesce()
[all …]
/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop-i2c.c246 fc->fc_i2c_adap[0].i2c_adap.dev.parent = in flexcop_i2c_init()
247 fc->fc_i2c_adap[1].i2c_adap.dev.parent = in flexcop_i2c_init()
248 fc->fc_i2c_adap[2].i2c_adap.dev.parent = fc->dev; in flexcop_i2c_init()
/openbmc/u-boot/drivers/spi/
H A Dmtk_qspi.c208 static int mtk_qspi_claim_bus(struct udevice *dev) in mtk_qspi_claim_bus() argument
214 static int mtk_qspi_release_bus(struct udevice *dev) in mtk_qspi_release_bus() argument
279 static int mtk_qspi_xfer(struct udevice *dev, unsigned int bitlen, in mtk_qspi_xfer() argument
282 struct udevice *bus = dev->parent; in mtk_qspi_xfer()
/openbmc/linux/Documentation/driver-api/
H A Dmailbox.rst94 dc_async->cl.dev = &pdev->dev;
104 dc_sync->cl.dev = &pdev->dev;
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Ddev-output.rst15 device special files named ``/dev/video`` and ``/dev/video0`` to
16 ``/dev/video63`` with major number 81 and minor numbers 0 to 63.
17 ``/dev/video`` is typically a symbolic link to the preferred video
/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_tai.c393 int mvpp22_tai_probe(struct device *dev, struct mvpp2 *priv) in mvpp22_tai_probe() argument
398 tai = devm_kzalloc(dev, sizeof(*tai), GFP_KERNEL); in mvpp22_tai_probe()
446 ret = devm_add_action(dev, mvpp22_tai_remove, tai); in mvpp22_tai_probe()
450 tai->ptp_clock = ptp_clock_register(&tai->caps, dev); in mvpp22_tai_probe()
/openbmc/openbmc/meta-yadro/recipes-core/os-release/
H A Dos-release.bbappend12 # <machine>-vX.Y[-rcZ|-dev*]. All release branches without machine tags,
14 # So do the release branches with -rc or -dev suffix in the latest tag.
53 if versionList[1][:2] == 'rc' or versionList[1] == 'dev': # Remove the '-rcX' and '-dev' parts
/openbmc/linux/drivers/i3c/master/mipi-i3c-hci/
H A Dcmd_v2.c218 struct i3c_dev_desc *dev, in hci_cmd_v2_prep_i3c_xfer() argument
223 u8 addr = dev->info.dyn_addr; in hci_cmd_v2_prep_i3c_xfer()
229 struct i2c_dev_desc *dev, in hci_cmd_v2_prep_i2c_xfer() argument
234 u8 addr = dev->addr; in hci_cmd_v2_prep_i2c_xfer()
/openbmc/linux/drivers/gpu/drm/etnaviv/
H A Detnaviv_iommu_v2.c56 dma_free_wc(context->global->dev, SZ_4K, in etnaviv_iommuv2_free()
61 dma_free_wc(context->global->dev, SZ_4K, v2_context->mtlb_cpu, in etnaviv_iommuv2_free()
76 dma_alloc_wc(v2_context->base.global->dev, SZ_4K, in etnaviv_iommuv2_ensure_stlb()
290 v2_context->mtlb_cpu = dma_alloc_wc(global->dev, SZ_4K, in etnaviv_iommuv2_context_alloc()
/openbmc/linux/drivers/net/phy/
H A Dintel-xway.c170 struct device *dev = &phydev->mdio.dev; in xway_gphy_rgmii_init() local
203 int_delay = phy_get_internal_delay(phydev, dev, in xway_gphy_rgmii_init()
216 int_delay = phy_get_internal_delay(phydev, dev, in xway_gphy_rgmii_init()
/openbmc/qemu/hw/ppc/
H A Dpnv_homer.c399 static void pnv_homer_realize(DeviceState *dev, Error **errp) in pnv_homer_realize() argument
401 PnvHomer *homer = PNV_HOMER(dev); in pnv_homer_realize()
406 pnv_xscom_region_init(&homer->pba_regs, OBJECT(dev), hmrc->pba_ops, in pnv_homer_realize()
410 memory_region_init_io(&homer->regs, OBJECT(dev), in pnv_homer_realize()
/openbmc/openbmc/poky/meta/recipes-support/apr/
H A Dapr_1.7.4.bb73 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apr-1-config \
74 ${PN}-dev:${datadir}/build-1/apr_rules.mk"
76 FILES:${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
77 RDEPENDS:${PN}-dev += "bash libtool"
/openbmc/linux/drivers/char/ipmi/
H A Dipmb_dev_int.c307 ipmb_dev = devm_kzalloc(&client->dev, sizeof(*ipmb_dev), in ipmb_probe()
321 ipmb_dev->miscdev.name = devm_kasprintf(&client->dev, GFP_KERNEL, in ipmb_probe()
325 ipmb_dev->miscdev.parent = &client->dev; in ipmb_probe()
331 = device_property_read_bool(&client->dev, "i2c-protocol"); in ipmb_probe()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_fltr.c15 void ice_fltr_free_list(struct device *dev, struct list_head *h) in ice_fltr_free_list() argument
21 devm_kfree(dev, e); in ice_fltr_free_list()
32 ice_fltr_add_entry_to_list(struct device *dev, struct ice_fltr_info *info, in ice_fltr_add_entry_to_list() argument
37 entry = devm_kzalloc(dev, sizeof(*entry), GFP_ATOMIC); in ice_fltr_add_entry_to_list()

1...<<731732733734735736737738739740>>...1072