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()
117 agp_3_5_dev_list_sort(dev_list, ndevs); in agp_3_5_isochronous_node_enable()
284 struct agp_3_5_dev *dev_list, unsigned int ndevs) in agp_3_5_nonisochronous_node_enable() argument
287 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable()
321 struct agp_3_5_dev *dev_list, *cur; in agp_3_5_enable() local
336 if ((dev_list = kmalloc(sizeof(*dev_list), GFP_KERNEL)) == NULL) { in agp_3_5_enable()
340 head = &dev_list->list; in agp_3_5_enable()
442 ret = agp_3_5_isochronous_node_enable(bridge, dev_list, ndevs); in agp_3_5_enable()
451 agp_3_5_nonisochronous_node_enable(bridge, dev_list, ndevs); in agp_3_5_enable()
461 kfree(dev_list); in agp_3_5_enable()