Home
last modified time | relevance | path

Searched refs:devm_krealloc (Results 1 – 8 of 8) sorted by relevance

/drivers/iommu/arm/arm-smmu/
Darm-smmu-impl.c94 cs = devm_krealloc(smmu->dev, smmu, sizeof(*cs), GFP_KERNEL); in cavium_smmu_impl_init()
Darm-smmu-nvidia.c315 nvidia_smmu = devm_krealloc(dev, smmu, sizeof(*nvidia_smmu), GFP_KERNEL); in nvidia_smmu_impl_init()
Darm-smmu-qcom.c410 qsmmu = devm_krealloc(smmu->dev, smmu, sizeof(*qsmmu), GFP_KERNEL); in qcom_smmu_create()
/drivers/base/
Ddevres.c853 void *devm_krealloc(struct device *dev, void *ptr, size_t new_size, gfp_t gfp) in devm_krealloc() function
932 EXPORT_SYMBOL_GPL(devm_krealloc);
/drivers/iio/adc/
Dxilinx-xadc-core.c634 data = devm_krealloc(indio_dev->dev.parent, xadc->data, in xadc_update_scan_mode()
1288 indio_dev->channels = devm_krealloc(dev, channels, in xadc_parse_dt()
/drivers/perf/
Darm-cmn.c1823 dn = devm_krealloc(cmn->dev, cmn->dns, sz, GFP_KERNEL); in arm_cmn_discover()
1828 dtm = devm_krealloc(cmn->dev, cmn->dtms, sz, GFP_KERNEL); in arm_cmn_discover()
/drivers/tty/serial/
Dqcom_geni_serial.c895 port->rx_fifo = devm_krealloc(uport->dev, port->rx_fifo, in setup_fifos()
/drivers/hwmon/pmbus/
Dpmbus_core.c1012 void *new_attrs = devm_krealloc(data->dev, data->group.attrs, in pmbus_add_attribute()