Lines Matching refs:dev_list
64 struct agp_3_5_dev *dev_list, unsigned int ndevs) in agp_3_5_isochronous_node_enable() argument
80 struct list_head *head = &dev_list->list, *pos; in agp_3_5_isochronous_node_enable()
116 agp_3_5_dev_list_sort(dev_list, ndevs); in agp_3_5_isochronous_node_enable()
287 struct agp_3_5_dev *dev_list, unsigned int ndevs) in agp_3_5_nonisochronous_node_enable() argument
290 struct list_head *head = &dev_list->list, *pos; in agp_3_5_nonisochronous_node_enable()
324 struct agp_3_5_dev *dev_list, *cur; in agp_3_5_enable() local
341 if ((dev_list = kmalloc(sizeof(*dev_list), GFP_KERNEL)) == NULL) { in agp_3_5_enable()
345 head = &dev_list->list; in agp_3_5_enable()
447 ret = agp_3_5_isochronous_node_enable(bridge, dev_list, ndevs); in agp_3_5_enable()
456 agp_3_5_nonisochronous_node_enable(bridge, dev_list, ndevs); in agp_3_5_enable()
466 kfree(dev_list); in agp_3_5_enable()