Home
last modified time | relevance | path

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

/drivers/media/platform/renesas/vsp1/
A Dvsp1_dl.c138 struct vsp1_dl_body *bodies; member
194 struct list_head bodies; member
277 pool->bodies = kcalloc(num_bodies, sizeof(*pool->bodies), GFP_KERNEL); in vsp1_dl_body_pool_create()
278 if (!pool->bodies) { in vsp1_dl_body_pool_create()
286 kfree(pool->bodies); in vsp1_dl_body_pool_create()
295 struct vsp1_dl_body *dlb = &pool->bodies[i]; in vsp1_dl_body_pool_create()
324 kfree(pool->bodies); in vsp1_dl_body_pool_destroy()
564 INIT_LIST_HEAD(&dl->bodies); in vsp1_dl_list_alloc()
589 list_for_each_entry_safe(dlb, tmp, &dl->bodies, list) { in vsp1_dl_list_bodies_put()
735 list_add_tail(&dlb->list, &dl->bodies); in vsp1_dl_list_add_body()
[all …]
/drivers/net/wireless/ath/ath9k/
A DKconfig92 Regulatory bodies around the world require that wireless device

Completed in 9 milliseconds