Home
last modified time | relevance | path

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

/Linux-v5.10/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.10/drivers/spi/
Dspi.c2978 struct spi_res *sres; in spi_res_alloc() local
2980 sres = kzalloc(sizeof(*sres) + size, gfp); in spi_res_alloc()
2981 if (!sres) in spi_res_alloc()
2984 INIT_LIST_HEAD(&sres->entry); in spi_res_alloc()
2985 sres->release = release; in spi_res_alloc()
2987 return sres->data; in spi_res_alloc()
2998 struct spi_res *sres = container_of(res, struct spi_res, data); in spi_res_free() local
3003 WARN_ON(!list_empty(&sres->entry)); in spi_res_free()
3004 kfree(sres); in spi_res_free()
3015 struct spi_res *sres = container_of(res, struct spi_res, data); in spi_res_add() local
[all …]