Searched refs:allowed_attach (Results 1 – 1 of 1) sorted by relevance
441 struct adf_attachment *allowed_attach = NULL; in adf_device_get_data() local462 allowed_attach = kzalloc(data.n_allowed_attachments * in adf_device_get_data()463 sizeof(allowed_attach[0]), GFP_KERNEL); in adf_device_get_data()464 if (!allowed_attach) { in adf_device_get_data()469 n_allowed_attach = adf_device_attachments_allowed(dev, allowed_attach, in adf_device_get_data()486 data.n_allowed_attachments, allowed_attach, in adf_device_get_data()498 kfree(allowed_attach); in adf_device_get_data()