Home
last modified time | relevance | path

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

/drivers/media/pci/zoran/
Dvideocodec.c58 struct attached_list { struct
60 struct attached_list *next; argument
66 struct attached_list *list;
80 struct attached_list *a, *ptr; in videocodec_attach()
126 ptr = kzalloc(sizeof(struct attached_list), GFP_KERNEL); in videocodec_attach()
172 struct attached_list *a, *prev; in videocodec_detach()
326 struct attached_list *a; in proc_videocodecs_show()
/drivers/iommu/
Dshmobile-iommu.c32 struct list_head attached_list; member
44 struct list_head attached_list; member
111 INIT_LIST_HEAD(&sh_domain->attached_list); in shmobile_iommu_domain_alloc()
147 list_add(&archdata->attached_list, &sh_domain->attached_list); in shmobile_iommu_attach_device()
172 list_del(&archdata->attached_list); in shmobile_iommu_detach_device()
183 list_for_each_entry(archdata, &sh_domain->attached_list, attached_list) in domain_tlb_flush()