Lines Matching refs:dev_list
65 struct agp_3_5_dev *dev_list, unsigned int ndevs) in agp_3_5_isochronous_node_enable() argument
81 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable()
118 agp_3_5_dev_list_sort(dev_list, ndevs); in agp_3_5_isochronous_node_enable()
289 struct agp_3_5_dev *dev_list, unsigned int ndevs) in agp_3_5_nonisochronous_node_enable() argument
292 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable()
326 struct agp_3_5_dev *dev_list, *cur; in agp_3_5_enable() local
343 if ((dev_list = kmalloc(sizeof(*dev_list), GFP_KERNEL)) == NULL) { in agp_3_5_enable()
347 head = &dev_list->list; in agp_3_5_enable()
449 ret = agp_3_5_isochronous_node_enable(bridge, dev_list, ndevs); in agp_3_5_enable()
458 agp_3_5_nonisochronous_node_enable(bridge, dev_list, ndevs); in agp_3_5_enable()
468 kfree(dev_list); in agp_3_5_enable()