Home
last modified time | relevance | path

Searched refs:endpt (Results 1 – 18 of 18) sorted by relevance

/openbmc/u-boot/fs/ubifs/
H A Drecovery.c500 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 Dreplay.c668 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 Dscan.c174 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
H A Dorphan.c679 if (sleb->endpt) { in kill_orphans()
681 c->ohead_offs = sleb->endpt; in kill_orphans()
H A Dlprops.c1148 free = c->leb_size - sleb->endpt; in scan_check_cb()
1149 dirty = sleb->endpt - used; in scan_check_cb()
H A Dubifs.h920 int endpt; member
1032 int endpt; member
H A Ddebug.c840 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/openbmc/linux/fs/ubifs/
H A Drecovery.c494 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 Dreplay.c819 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 Dscan.c169 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
H A Dorphan.c797 if (sleb->endpt) { in kill_orphans()
799 c->ohead_offs = sleb->endpt; in kill_orphans()
H A Dlprops.c1143 free = c->leb_size - sleb->endpt; in scan_check_cb()
1144 dirty = sleb->endpt - used; in scan_check_cb()
H A Dubifs.h332 int endpt; member
446 int endpt; member
H A Ddebug.c852 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/openbmc/linux/include/uapi/linux/
H A Dscif_ioctl.h93 __u64 endpt; member
/openbmc/u-boot/drivers/usb/host/
H A Dehci-hcd.c310 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 Dusb_storage.c695 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 Ddevio.c858 struct usb_endpoint_descriptor *endpt; in findintfep() local
869 endpt = &alts->endpoint[e].desc; in findintfep()
870 if (endpt->bEndpointAddress == ep) in findintfep()