/openbmc/u-boot/fs/ubifs/ |
H A D | recovery.c | 500 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local 508 endpt = snod->offs + snod->len; in fix_unclean_leb() 516 lnum, start, sleb->endpt); in fix_unclean_leb() 521 ucleb->endpt = endpt; in fix_unclean_leb() 529 lnum, start, sleb->endpt); in fix_unclean_leb() 530 if (endpt == 0) { in fix_unclean_leb() 535 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() 544 if (len > endpt) { in fix_unclean_leb() 545 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb() 993 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() [all …]
|
H A D | replay.c | 668 ubifs_assert(sleb->endpt - offs >= used); in replay_bud() 669 ubifs_assert(sleb->endpt % c->min_io_size == 0); in replay_bud() 671 b->dirty = sleb->endpt - offs - used; in replay_bud() 672 b->free = c->leb_size - sleb->endpt; in replay_bud() 940 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb() 942 c->lhead_offs = sleb->endpt; in replay_log_leb() 945 err = !sleb->endpt; in replay_log_leb()
|
H A D | scan.c | 174 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
|
H A D | orphan.c | 679 if (sleb->endpt) { in kill_orphans() 681 c->ohead_offs = sleb->endpt; in kill_orphans()
|
H A D | lprops.c | 1148 free = c->leb_size - sleb->endpt; in scan_check_cb() 1149 dirty = sleb->endpt - used; in scan_check_cb()
|
H A D | ubifs.h | 920 int endpt; member 1032 int endpt; member
|
H A D | debug.c | 840 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
|
/openbmc/linux/fs/ubifs/ |
H A D | recovery.c | 494 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local 502 endpt = snod->offs + snod->len; in fix_unclean_leb() 510 lnum, start, sleb->endpt); in fix_unclean_leb() 515 ucleb->endpt = endpt; in fix_unclean_leb() 522 lnum, start, sleb->endpt); in fix_unclean_leb() 523 if (endpt == 0) { in fix_unclean_leb() 528 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() 537 if (len > endpt) { in fix_unclean_leb() 538 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb() 985 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() [all …]
|
H A D | replay.c | 819 ubifs_assert(c, sleb->endpt - offs >= used); in replay_bud() 820 ubifs_assert(c, sleb->endpt % c->min_io_size == 0); in replay_bud() 822 b->dirty = sleb->endpt - offs - used; in replay_bud() 823 b->free = c->leb_size - sleb->endpt; in replay_bud() 1116 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb() 1118 c->lhead_offs = sleb->endpt; in replay_log_leb() 1121 err = !sleb->endpt; in replay_log_leb()
|
H A D | scan.c | 169 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
|
H A D | orphan.c | 797 if (sleb->endpt) { in kill_orphans() 799 c->ohead_offs = sleb->endpt; in kill_orphans()
|
H A D | lprops.c | 1143 free = c->leb_size - sleb->endpt; in scan_check_cb() 1144 dirty = sleb->endpt - used; in scan_check_cb()
|
H A D | ubifs.h | 332 int endpt; member 446 int endpt; member
|
H A D | debug.c | 852 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
|
/openbmc/linux/include/uapi/linux/ |
H A D | scif_ioctl.h | 93 __u64 endpt; member
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-hcd.c | 310 uint32_t endpt, maxpacket, token, usbsts; in ehci_submit_async() local 409 endpt = QH_ENDPT1_RL(8) | QH_ENDPT1_C(c) | in ehci_submit_async() 417 endpt |= QH_ENDPT1_EPS(ehci_encode_speed(dev->speed)); in ehci_submit_async() 419 endpt |= QH_ENDPT1_EPS(ehci_encode_speed(QH_FULL_SPEED)); in ehci_submit_async() 421 qh->qh_endpt1 = cpu_to_hc32(endpt); in ehci_submit_async() 422 endpt = QH_ENDPT2_MULT(1) | QH_ENDPT2_UFCMASK(0) | QH_ENDPT2_UFSMASK(0); in ehci_submit_async() 423 qh->qh_endpt2 = cpu_to_hc32(endpt); in ehci_submit_async()
|
/openbmc/u-boot/common/ |
H A D | usb_storage.c | 695 static int usb_stor_BBB_clear_endpt_stall(struct us_data *us, __u8 endpt) in usb_stor_BBB_clear_endpt_stall() argument 700 endpt, NULL, 0, USB_CNTL_TIMEOUT * 5); in usb_stor_BBB_clear_endpt_stall()
|
/openbmc/linux/drivers/usb/core/ |
H A D | devio.c | 858 struct usb_endpoint_descriptor *endpt; in findintfep() local 869 endpt = &alts->endpoint[e].desc; in findintfep() 870 if (endpt->bEndpointAddress == ep) in findintfep()
|