Searched refs:endpt (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | recovery.c | 501 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local 509 endpt = snod->offs + snod->len; in fix_unclean_leb() 517 lnum, start, sleb->endpt); in fix_unclean_leb() 522 ucleb->endpt = endpt; in fix_unclean_leb() 530 lnum, start, sleb->endpt); in fix_unclean_leb() 531 if (endpt == 0) { in fix_unclean_leb() 536 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb() 545 if (len > endpt) { in fix_unclean_leb() 546 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb() 994 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb() [all …]
|
| H A D | replay.c | 669 ubifs_assert(sleb->endpt - offs >= used); in replay_bud() 670 ubifs_assert(sleb->endpt % c->min_io_size == 0); in replay_bud() 672 b->dirty = sleb->endpt - offs - used; in replay_bud() 673 b->free = c->leb_size - sleb->endpt; in replay_bud() 941 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb() 943 c->lhead_offs = sleb->endpt; in replay_log_leb() 946 err = !sleb->endpt; in replay_log_leb()
|
| H A D | scan.c | 175 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
|
| H A D | orphan.c | 680 if (sleb->endpt) { in kill_orphans() 682 c->ohead_offs = sleb->endpt; in kill_orphans()
|
| H A D | lprops.c | 1149 free = c->leb_size - sleb->endpt; in scan_check_cb() 1150 dirty = sleb->endpt - used; in scan_check_cb()
|
| H A D | ubifs.h | 921 int endpt; member 1033 int endpt; member
|
| H A D | debug.c | 841 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 311 uint32_t endpt, maxpacket, token, usbsts, qhtoken; in ehci_submit_async() local 410 endpt = QH_ENDPT1_RL(8) | QH_ENDPT1_C(c) | in ehci_submit_async() 416 qh->qh_endpt1 = cpu_to_hc32(endpt); in ehci_submit_async() 417 endpt = QH_ENDPT2_MULT(1) | QH_ENDPT2_UFCMASK(0) | QH_ENDPT2_UFSMASK(0); in ehci_submit_async() 418 qh->qh_endpt2 = cpu_to_hc32(endpt); in ehci_submit_async()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | usb_storage.c | 699 static int usb_stor_BBB_clear_endpt_stall(struct us_data *us, __u8 endpt) in usb_stor_BBB_clear_endpt_stall() argument 704 endpt, NULL, 0, USB_CNTL_TIMEOUT * 5); in usb_stor_BBB_clear_endpt_stall()
|