Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bluetooth/
H A Dbtmrvl_sdio.c1096 int tmpbufsz; in btmrvl_sdio_host_to_card() local
1108 tmpbufsz = ALIGN_SZ(blksz, BTSDIO_DMA_ALIGN) + in btmrvl_sdio_host_to_card()
1110 tmpbuf = kzalloc(tmpbufsz, GFP_KERNEL); in btmrvl_sdio_host_to_card()