| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | em_nbyte.c | 25 struct tcf_em_nbyte *nbyte = data; in em_nbyte_change() local 27 if (data_len < sizeof(*nbyte) || in em_nbyte_change() 28 data_len < (sizeof(*nbyte) + nbyte->len)) in em_nbyte_change() 31 em->datalen = sizeof(*nbyte) + nbyte->len; in em_nbyte_change() 42 struct nbyte_data *nbyte = (struct nbyte_data *) em->data; in em_nbyte_match() local 43 unsigned char *ptr = tcf_get_base_ptr(skb, nbyte->hdr.layer); in em_nbyte_match() 45 ptr += nbyte->hdr.off; in em_nbyte_match() 47 if (!tcf_valid_offset(skb, ptr, nbyte->hdr.len)) in em_nbyte_match() 50 return !memcmp(ptr, nbyte->pattern, nbyte->hdr.len); in em_nbyte_match()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | sh_qspi.c | 206 u32 nbyte, chunk; in spi_xfer() local 223 nbyte = bitlen / 8; in spi_xfer() 233 writel(nbyte, spbmul0); in spi_xfer() 241 while (nbyte > 0) { in spi_xfer() 246 chunk = (nbyte >= 32) ? 32 : 1; in spi_xfer() 273 nbyte -= chunk; in spi_xfer()
|
| /OK3568_Linux_fs/u-boot/fs/yaffs2/ |
| H A D | yaffsfs.c | 1065 int yaffsfs_do_read(int handle, void *vbuf, unsigned int nbyte, in yaffsfs_do_read() argument 1096 } else if (nbyte > YAFFS_MAX_FILE_SIZE) { in yaffsfs_do_read() 1112 if (nbyte > maxRead) in yaffsfs_do_read() 1113 nbyte = maxRead; in yaffsfs_do_read() 1117 endPos = pos + nbyte; in yaffsfs_do_read() 1120 nbyte > YAFFS_MAX_FILE_SIZE || in yaffsfs_do_read() 1123 nbyte = 0; in yaffsfs_do_read() 1126 while (nbyte > 0) { in yaffsfs_do_read() 1129 if (nToRead > nbyte) in yaffsfs_do_read() 1130 nToRead = nbyte; in yaffsfs_do_read() [all …]
|
| H A D | yaffsfs.h | 90 int yaffs_read(int fd, void *buf, unsigned int nbyte) ; 91 int yaffs_write(int fd, const void *buf, unsigned int nbyte) ; 93 int yaffs_pread(int fd, void *buf, unsigned int nbyte, loff_t offset); 94 int yaffs_pwrite(int fd, const void *buf, unsigned int nbyte, loff_t offset);
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/cyttsp5/ |
| H A D | cyttsp5_proximity.c | 58 int nbyte; in cyttsp5_get_touch_axis() local 61 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp5_get_touch_axis() 66 *axis = *axis + ((xy_data[next] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
|
| H A D | cyttsp5_mt_common.c | 60 int nbyte; in cyttsp5_get_touch_axis() local 63 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp5_get_touch_axis() 68 *axis = *axis + ((xy_data[next] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
|
| H A D | cyttsp5_core.c | 3807 int nbyte; in cyttsp5_get_touch_axis() local 3810 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp5_get_touch_axis() 3811 *axis = *axis + ((data[next] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | binfmt_elf.c | 136 unsigned long nbyte; in padzero() local 138 nbyte = ELF_PAGEOFFSET(elf_bss); in padzero() 139 if (nbyte) { in padzero() 140 nbyte = ELF_MIN_ALIGN - nbyte; in padzero() 141 if (clear_user((void __user *) elf_bss, nbyte)) in padzero() 1041 unsigned long nbyte; in load_elf_binary() local 1051 nbyte = ELF_PAGEOFFSET(elf_bss); in load_elf_binary() 1052 if (nbyte) { in load_elf_binary() 1053 nbyte = ELF_MIN_ALIGN - nbyte; in load_elf_binary() 1054 if (nbyte > elf_brk - elf_bss) in load_elf_binary() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/tegra/ |
| H A D | bpmp-debugfs.c | 43 static int seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) in seqbuf_read() argument 45 nbyte = min(nbyte, seqbuf_avail(seqbuf)); in seqbuf_read() 46 memcpy(buf, seqbuf->buf + seqbuf->pos, nbyte); in seqbuf_read() 47 seqbuf->pos += nbyte; in seqbuf_read()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/include/ |
| H A D | brcmu_utils.h | 47 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | bcmsdbus.h | 109 uint addr, uint32 *word, uint nbyte);
|
| H A D | bcmutils.h | 646 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | bcmsdbus.h | 109 uint addr, uint32 *word, uint nbyte);
|
| H A D | bcmutils.h | 646 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | bcmsdbus.h | 109 uint addr, uint32 *word, uint nbyte);
|
| H A D | bcmutils.h | 646 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmsdbus.h | 125 uint addr, uint32 *word, uint nbyte);
|
| H A D | bcmutils.h | 768 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | bcmsdbus.h | 127 uint addr, uint32 *word, uint nbyte);
|
| H A D | bcmutils.h | 569 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmsdbus.h | 125 uint addr, uint32 *word, uint nbyte);
|
| H A D | bcmutils.h | 768 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | cyttsp4_core.c | 767 int nbyte; in cyttsp4_get_touch_axis() local 770 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp4_get_touch_axis()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | allegro-core.c | 668 u32 *dst, size_t nbyte) in allegro_mbox_read() argument 691 if (size > nbyte) in allegro_mbox_read()
|