Searched refs:list_empty (Results 1 - 25 of 66) sorted by relevance

123

/u-boot/drivers/usb/musb-new/
H A Dmusb_host.h57 if (list_empty(q))
81 if (list_empty(queue))
H A Dmusb_gadget.h85 if (list_empty(queue))
/u-boot/scripts/kconfig/
H A Dlist.h68 * list_empty - tests whether a list is empty
71 static inline int list_empty(const struct list_head *head) function
123 * Note: list_empty() on entry does not return true after this, the entry is
/u-boot/drivers/usb/dwc3/
H A Dgadget.h64 if (list_empty(list))
H A Dgadget.c575 if (!list_empty(&dep->req_queued)) {
579 while (!list_empty(&dep->req_queued)) {
586 while (!list_empty(&dep->request_list)) {
918 if (list_empty(&dep->req_queued))
978 if (list_empty(&dep->request_list)) {
1058 if (list_empty(&dep->req_queued)) {
1204 (!list_empty(&dep->req_queued) ||
1205 !list_empty(&dep->request_list)))) {
1824 list_empty(&dep->req_queued)) {
1825 if (list_empty(
[all...]
/u-boot/fs/ubifs/
H A Dgc.c406 if (list_empty(&sleb->nodes) && list_empty(&nondata))
512 ubifs_assert(!list_empty(&sleb->nodes));
673 if (i > SOFT_LEBS_LIMIT && !list_empty(&c->idx_gc)) {
793 if (ret == -ENOSPC && !list_empty(&c->idx_gc)) {
946 while (!list_empty(&c->idx_gc)) {
968 if (list_empty(&c->idx_gc))
H A Dlprops.c327 ubifs_assert(!list_empty(&lprops->list));
791 if (list_empty(&c->empty_list))
814 if (list_empty(&c->freeable_list))
838 if (list_empty(&c->frdi_idx_list))
H A Drecovery.c506 if (!list_empty(&sleb->nodes)) {
575 while (!list_empty(&sleb->nodes)) {
606 if (!list_empty(&sleb->nodes)) {
1089 while (!list_empty(&c->unclean_leb_list)) {
H A Dscan.c367 while (!list_empty(head)) {
/u-boot/include/linux/
H A Dlist.h95 * Note: list_empty() on entry does not return true after this, the entry is
173 * list_empty - tests whether a list is empty
176 static inline int list_empty(const struct list_head *head) function
206 return !list_empty(head) && (head->next == head->prev);
238 if (list_empty(head))
271 if (!list_empty(list))
283 if (!list_empty(list))
297 if (!list_empty(list)) {
314 if (!list_empty(list)) {
/u-boot/drivers/usb/gadget/
H A Ddwc2_udc_otg_xfer_dma.c203 if (list_empty(&ep->queue)) {
257 if (!list_empty(&ep->queue)) {
283 if (list_empty(&ep->queue)) {
338 if (!list_empty(&ep->queue)) {
354 if (!list_empty(&ep->queue)) {
621 || !list_empty(&req->queue))) {
654 list_empty(&ep->queue), ep->stopped);
672 if (list_empty(&ep->queue) && !ep->stopped) {
815 if (!list_empty(&ep->queue)) {
853 if (list_empty(
[all...]
H A Dat91_udc.c94 if (list_empty(&ep->queue) && ep->int_mask != (1 << 0))
274 if (list_empty(&ep->queue))
278 while (!list_empty(&ep->queue)) {
415 BUG_ON(!list_empty(&req->queue));
432 || !_req->buf || !list_empty(&req->queue)) {
455 if (list_empty(&ep->queue) && !ep->stopped) {
568 if (ep->is_in && (!list_empty(&ep->queue) || (csr >> 16) != 0))
816 if (!list_empty(&ep->queue))
1042 if (!list_empty(&ep->queue))
1101 if (list_empty(
[all...]
/u-boot/fs/yaffs2/
H A Dyaffs_allocator.c300 if (list_empty(&allocator->free_objs))
303 if (!list_empty(&allocator->free_objs)) {
/u-boot/drivers/core/
H A Ddevres.c99 assert_noisy(list_empty(&dr->entry));
109 assert_noisy(list_empty(&dr->entry));
H A Duclass.c123 while (!list_empty(&uc->dev_head)) {
209 if (list_empty(&uc->dev_head))
234 if (list_empty(&uc->dev_head))
256 if (list_empty(&uc->dev_head))
/u-boot/lib/efi_loader/
H A Defi_hii.c114 while (!list_empty(&hii->string_tables)) {
242 while (!list_empty(&hii->guid_list)) {
271 while (!list_empty(&package->keyboard_layout_list)) {
285 while (!list_empty(&hii->keyboard_packages)) {
610 if (!list_empty(&hii->guid_list))
614 if (!list_empty(&hii->string_tables))
618 if (!list_empty(&hii->keyboard_packages))
/u-boot/drivers/usb/cdns3/
H A Dep0.c578 if (!list_empty(&priv_ep->pending_req_list)) {
610 if (!list_empty(&priv_ep->pending_req_list)) {
775 if (!list_empty(&priv_ep->pending_req_list)) {
851 if (!list_empty(&priv_ep->pending_req_list)) {
/u-boot/common/
H A Dqfw.c38 if (!list_empty(&qdev->fw_list))
/u-boot/boot/
H A Dbootstd-uclass.c46 while (!list_empty(&priv->glob_head)) {
/u-boot/cmd/
H A Dextension_board.c70 if (list_empty(&extension_list)) {
H A Dmtdparts.c524 if (list_empty(&dev->parts)) {
769 if (list_empty(&devices)) {
817 if (list_empty(&devices)) {
1097 if (list_empty(&devices)) {
1296 if (list_empty(&devices))
1815 if (list_empty(&devices)) {
/u-boot/drivers/mtd/ubi/
H A Dwl.c210 if (list_empty(&ubi->works)) {
533 if (list_empty(&ubi->works) || ubi->ro_mode ||
538 while (!list_empty(&ubi->works)) {
1463 if (list_empty(&ubi->works) || ubi->ro_mode ||
1510 while (!list_empty(&ubi->works)) {
1852 ubi_assert(list_empty(&ubi->works));
/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c132 if (list_empty(&priv->gpio_dev))
156 if (list_empty(&priv->gpio_dev))
/u-boot/drivers/gpio/
H A Dsandbox.c441 if (list_empty(&priv->gpio_dev))
465 if (list_empty(&priv->gpio_dev))
/u-boot/lib/
H A Dlist_sort.c115 if (list_empty(head))

Completed in 138 milliseconds

123