Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dnet.c346 char *toff; in do_sntp() local
362 toff = env_get("timeoffset"); in do_sntp()
363 if (toff == NULL) in do_sntp()
366 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/openbmc/u-boot/common/
H A Dfdt_support.c1703 int off, toff; in fdt_fixup_display() local
1708 toff = fdt_path_offset(blob, path); in fdt_fixup_display()
1709 if (toff >= 0) in fdt_fixup_display()
1710 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display()
1711 if (toff < 0) in fdt_fixup_display()
1712 return toff; in fdt_fixup_display()
1714 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display()
1721 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display()
1723 return toff; in fdt_fixup_display()
/openbmc/u-boot/board/BuR/brxre1/
H A Dboard.c181 const unsigned int toff = 1000; in board_late_init() local
211 mdelay(toff); in board_late_init()
/openbmc/linux/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/openbmc/linux/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/openbmc/linux/include/linux/
H A Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Data.h15 u8 toff; /* 0x00 */ member
/openbmc/linux/arch/riscv/kvm/
H A Daia_device.c601 u32 g, toff, iid = msi->data; in kvm_riscv_aia_inject_msi() local
621 toff = target & (IMSIC_MMIO_PAGE_SZ - 1); in kvm_riscv_aia_inject_msi()
623 toff, iid); in kvm_riscv_aia_inject_msi()
/openbmc/linux/tools/testing/selftests/kcmp/
H A Dkcmp_test.c144 .toff = 0, in main()
/openbmc/linux/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c275 unsigned int toff) in mt6370_set_led_duty() argument
282 ratio = ton * divisor / (ton + toff); in mt6370_set_led_duty()
303 unsigned int toff) in mt6370_set_led_freq() argument
310 tsum = ton + toff; in mt6370_set_led_freq()
/openbmc/linux/include/linux/power/
H A Dmax17042_battery.h196 u16 toff; /* 0x2D */ member
/openbmc/linux/kernel/
H A Dkcmp.c117 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/openbmc/linux/fs/
H A Deventpoll.c1066 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1074 if (toff == 0) in ep_find_tfd()
1077 toff--; in ep_find_tfd()
1086 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1098 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/openbmc/linux/net/sched/
H A Dcls_u32.c161 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
164 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify()
167 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
/openbmc/qemu/linux-user/
H A Dsyscall.c8772 int hlen, hoff, toff; in do_getdents() local
8797 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents()
8803 struct target_dirent *tde = tdirp + toff; in do_getdents()
8812 if (toff + treclen > count) { in do_getdents()
8819 if (toff == 0) { in do_getdents()
8820 toff = -TARGET_EINVAL; /* result buffer is too small */ in do_getdents()
8849 unlock_user(tdirp, arg2, toff); in do_getdents()
8850 return toff; in do_getdents()
8859 int hlen, hoff, toff; in do_getdents64() local
8878 for (hoff = toff = 0; hoff < hlen; hoff += hreclen, toff += treclen) { in do_getdents64()
[all …]
/openbmc/bmcweb/redfish-core/include/utils/extern/
H A Ddate.h7528 minutes toff = not_a_offset;
7541 toff = hours{std::abs(tH)};
7552 toff += minutes{tM};
7561 toff = hours{std::abs(tH)};
7573 toff += minutes{tM};
7579 toff = -toff;
7580 checked_set(temp_offset, toff, not_a_offset, is);
/openbmc/linux/drivers/power/supply/
H A Dmax17042_battery.c746 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
/openbmc/linux/fs/ocfs2/
H A Ddir.c122 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer() local
127 if (offset != toff) in ocfs2_skip_dir_trailer()