Searched refs:devm_krealloc (Results 1 – 8 of 8) sorted by relevance
/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-impl.c | 94 cs = devm_krealloc(smmu->dev, smmu, sizeof(*cs), GFP_KERNEL); in cavium_smmu_impl_init()
|
D | arm-smmu-nvidia.c | 315 nvidia_smmu = devm_krealloc(dev, smmu, sizeof(*nvidia_smmu), GFP_KERNEL); in nvidia_smmu_impl_init()
|
D | arm-smmu-qcom.c | 410 qsmmu = devm_krealloc(smmu->dev, smmu, sizeof(*qsmmu), GFP_KERNEL); in qcom_smmu_create()
|
/drivers/base/ |
D | devres.c | 853 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/ |
D | xilinx-xadc-core.c | 634 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/ |
D | arm-cmn.c | 1823 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/ |
D | qcom_geni_serial.c | 895 port->rx_fifo = devm_krealloc(uport->dev, port->rx_fifo, in setup_fifos()
|
/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 1012 void *new_attrs = devm_krealloc(data->dev, data->group.attrs, in pmbus_add_attribute()
|