Home
last modified time | relevance | path

Searched refs:mbox_size (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dplatform_sst_audio.h120 unsigned int mbox_size; member
/linux-4.4.14/sound/soc/intel/atom/sst/
Dsst_acpi.c118 .mbox_size = 0x1000,
195 ctx->pdata->res_info->mbox_size); in sst_platform_get_resources()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore.h334 u32 mbox_size; member
511 u32 mbox_size);
Devent.c295 wl->mbox_size, false); in wl1271_event_handle()
Dboot.c503 wl->mbox_ptr[1] = wl->mbox_ptr[0] + wl->mbox_size; in wlcore_boot_run_firmware()
Dmain.c6224 u32 mbox_size) in wlcore_alloc_hw() argument
6332 wl->mbox_size = mbox_size; in wlcore_alloc_hw()
6333 wl->mbox = kmalloc(wl->mbox_size, GFP_KERNEL | GFP_DMA); in wlcore_alloc_hw()