Lines Matching defs:list
17 #include <linux/list.h>
171 * @xferqueue.list: List member
196 struct list_head list;
901 /* Device list cannot be handled by hardware */
908 /* No list can be properly handled, return an error */
912 /* Pick the first list that can be handled by hardware, randomly */
954 dev_err(master->dev, "Cannot handle such a list of devices");
1172 xfer = list_first_entry_or_null(&master->xferqueue.list,
1197 list_add_tail(&xfer->node, &master->xferqueue.list);
1603 INIT_LIST_HEAD(&master->xferqueue.list);