Home
last modified time | relevance | path

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

/drivers/gpu/drm/udl/
Dudl_main.c204 size_t wanted_size = count * size; in udl_alloc_urb_list() local
217 while (udl->urbs.count * size < wanted_size) { in udl_alloc_urb_list()
/drivers/mtd/spi-nor/
Dcore.c2361 const u32 wanted_size) in spi_nor_select_uniform_erase() argument
2377 if (tested_erase->size == wanted_size) { in spi_nor_select_uniform_erase()
2405 u32 wanted_size = nor->info->sector_size; in spi_nor_select_erase() local
2418 wanted_size = 4096u; in spi_nor_select_erase()
2422 erase = spi_nor_select_uniform_erase(map, wanted_size); in spi_nor_select_erase()
/drivers/video/fbdev/
Dudlfb.c1892 size_t wanted_size = count * size; in dlfb_alloc_urb_list() local
1904 while (dlfb->urbs.count * size < wanted_size) { in dlfb_alloc_urb_list()