Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c444 char *toff; in do_sntp() local
460 toff = env_get("timeoffset"); in do_sntp()
461 if (toff == NULL) in do_sntp()
464 net_ntp_time_offset = simple_strtol(toff, NULL, 10); in do_sntp()
/OK3568_Linux_fs/u-boot/common/
H A Dfdt_support.c1819 int off, toff; in fdt_fixup_display() local
1824 toff = fdt_path_offset(blob, path); in fdt_fixup_display()
1825 if (toff >= 0) in fdt_fixup_display()
1826 toff = fdt_subnode_offset(blob, toff, "display-timings"); in fdt_fixup_display()
1827 if (toff < 0) in fdt_fixup_display()
1828 return toff; in fdt_fixup_display()
1830 for (off = fdt_first_subnode(blob, toff); in fdt_fixup_display()
1837 return fdt_setprop_u32(blob, toff, "native-mode", h); in fdt_fixup_display()
1839 return toff; in fdt_fixup_display()
/OK3568_Linux_fs/u-boot/board/BuR/brxre1/
H A Dboard.c166 const unsigned int toff = 1000; in board_late_init() local
199 mdelay(toff); in board_late_init()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkcmp.h25 __u32 toff; /* target offset within same numbered sequence */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Deventpoll.h22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
/OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/
H A Data.h16 u8 toff; /* 0x00 */ member
/OK3568_Linux_fs/kernel/tools/testing/selftests/kcmp/
H A Dkcmp_test.c141 .toff = 0, in main()
/OK3568_Linux_fs/kernel/include/linux/power/
H A Dmax17042_battery.h194 u16 toff; /* 0x2D */ member
/OK3568_Linux_fs/kernel/fs/
H A Deventpoll.c1077 static struct epitem *ep_find_tfd(struct eventpoll *ep, int tfd, unsigned long toff) in ep_find_tfd() argument
1085 if (toff == 0) in ep_find_tfd()
1088 toff--; in ep_find_tfd()
1097 unsigned long toff) in get_epoll_tfile_raw_ptr() argument
1109 epi = ep_find_tfd(ep, tfd, toff); in get_epoll_tfile_raw_ptr()
/OK3568_Linux_fs/kernel/kernel/
H A Dkcmp.c133 filp_tgt = get_epoll_tfile_raw_ptr(filp_epoll, slot.tfd, slot.toff); in kcmp_epoll_target()
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch121 + Bit32u toff;
292 - Bit32u toff;
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_u32.c149 int toff = off + key->off + (off2 & key->offmask); in u32_classify() local
152 if (skb_headroom(skb) + toff > INT_MAX) in u32_classify()
155 data = skb_header_pointer(skb, toff, 4, &hdata); in u32_classify()
/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Drtmp.c3904 char *buffer, *tbuf = NULL, *toff = NULL; in RTMP_SendPacket() local
4032 toff = tbuf; in RTMP_SendPacket()
4046 memcpy(toff, header, nChunkSize + hSize); in RTMP_SendPacket()
4047 toff += nChunkSize + hSize; in RTMP_SendPacket()
4090 int wrote = WriteN(r, tbuf, toff-tbuf); in RTMP_SendPacket()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dmax17042_battery.c744 max17042_override_por(map, MAX17042_TOFF, config->toff); in max17042_override_por_values()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Ddir.c124 unsigned long toff = blklen - sizeof(struct ocfs2_dir_block_trailer); in ocfs2_skip_dir_trailer() local
129 if (offset != toff) in ocfs2_skip_dir_trailer()