Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr.c37 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_priv_buf() argument
57 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_priv_buf()
58 dma_addr_t base = dev->dma_base[mem_ctx]; in s5p_mfc_alloc_priv_buf()
60 b->ctx = mem_ctx; in s5p_mfc_alloc_priv_buf()
79 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx, in s5p_mfc_alloc_generic_buf() argument
82 struct device *mem_dev = dev->mem_dev[mem_ctx]; in s5p_mfc_alloc_generic_buf()
86 b->ctx = mem_ctx; in s5p_mfc_alloc_generic_buf()
Ds5p_mfc_opr.h329 int s5p_mfc_alloc_priv_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
333 int s5p_mfc_alloc_generic_buf(struct s5p_mfc_dev *dev, unsigned int mem_ctx,
/Linux-v5.10/drivers/acpi/
Dosl.c1514 struct acpi_mem_space_context **mem_ctx; in acpi_deactivate_mem_region() local
1539 mem_ctx = (void *)&region_obj2->extra.region_context; in acpi_deactivate_mem_region()
1541 if (!(mem_ctx[0]->address >= res->start && in acpi_deactivate_mem_region()
1542 mem_ctx[0]->address < res->end)) in acpi_deactivate_mem_region()
1547 NULL, (void **)mem_ctx); in acpi_deactivate_mem_region()
/Linux-v5.10/drivers/media/platform/sti/bdisp/
Dbdisp-v4l2.c595 goto mem_ctx; in bdisp_open()
639 mem_ctx: in bdisp_open()