Searched refs:attached_list (Results 1 – 2 of 2) sorted by relevance
58 struct attached_list { struct60 struct attached_list *next; argument66 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()
32 struct list_head attached_list; member44 struct list_head attached_list; member111 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()