Lines Matching refs:devm_kzalloc
1272 cust_cfgs = devm_kzalloc(emif->dev, sizeof(*cust_cfgs), in of_get_custom_configs()
1356 emif = devm_kzalloc(dev, sizeof(struct emif_data), GFP_KERNEL); in of_get_memory_device_details()
1357 pd = devm_kzalloc(dev, sizeof(*pd), GFP_KERNEL); in of_get_memory_device_details()
1358 dev_info = devm_kzalloc(dev, sizeof(*dev_info), GFP_KERNEL); in of_get_memory_device_details()
1447 emif = devm_kzalloc(dev, sizeof(*emif), GFP_KERNEL); in get_device_details()
1448 temp = devm_kzalloc(dev, sizeof(*pd), GFP_KERNEL); in get_device_details()
1449 dev_info = devm_kzalloc(dev, sizeof(*dev_info), GFP_KERNEL); in get_device_details()
1490 temp = devm_kzalloc(dev, sizeof(*cust_cfgs), GFP_KERNEL); in get_device_details()
1505 temp = devm_kzalloc(dev, size, GFP_KERNEL); in get_device_details()
1519 temp = devm_kzalloc(dev, sizeof(*pd->min_tck), GFP_KERNEL); in get_device_details()
1759 regs = devm_kzalloc(emif->dev, sizeof(*regs), GFP_ATOMIC); in get_regs()