Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_va.c37 struct vmw_simple_resource sres; member
50 return container_of(res, struct vmw_stream, sres.res); in vmw_stream()
/Linux-v5.4/drivers/spi/
Dspi.c2695 struct spi_res *sres; in spi_res_alloc() local
2697 sres = kzalloc(sizeof(*sres) + size, gfp); in spi_res_alloc()
2698 if (!sres) in spi_res_alloc()
2701 INIT_LIST_HEAD(&sres->entry); in spi_res_alloc()
2702 sres->release = release; in spi_res_alloc()
2704 return sres->data; in spi_res_alloc()
2715 struct spi_res *sres = container_of(res, struct spi_res, data); in spi_res_free() local
2720 WARN_ON(!list_empty(&sres->entry)); in spi_res_free()
2721 kfree(sres); in spi_res_free()
2732 struct spi_res *sres = container_of(res, struct spi_res, data); in spi_res_add() local
[all …]