bd_list_free      148 drivers/spi/spi-pic32-sqi.c 	struct list_head	bd_list_free; /* free */
bd_list_free      244 drivers/spi/spi-pic32-sqi.c 	if (list_empty(&sqi->bd_list_free))
bd_list_free      247 drivers/spi/spi-pic32-sqi.c 	rdesc = list_first_entry(&sqi->bd_list_free, struct ring_desc, list);
bd_list_free      254 drivers/spi/spi-pic32-sqi.c 	list_move(&rdesc->list, &sqi->bd_list_free);
bd_list_free      480 drivers/spi/spi-pic32-sqi.c 	INIT_LIST_HEAD(&sqi->bd_list_free);
bd_list_free      488 drivers/spi/spi-pic32-sqi.c 		list_add_tail(&rdesc->list, &sqi->bd_list_free);