Searched refs:modcfg_buf (Results 1 – 3 of 3) sorted by relevance
397 adev->modcfg_buf = devm_kzalloc(dev, AVS_MAILBOX_SIZE, GFP_KERNEL); in avs_bus_init()398 if (!adev->modcfg_buf) in avs_bus_init()
241 cfg = adev->modcfg_buf; in avs_copier_create()306 cfg = adev->modcfg_buf; in avs_peakvol_create()484 cfg = adev->modcfg_buf; in avs_modext_create()
142 void *modcfg_buf; /* module configuration buffer */ member