Searched refs:nbyte (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/net/sched/ |
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()
|
/linux-6.3-rc2/fs/ |
A D | binfmt_elf.c | 139 unsigned long nbyte; in padzero() local 141 nbyte = ELF_PAGEOFFSET(elf_bss); in padzero() 142 if (nbyte) { in padzero() 143 nbyte = ELF_MIN_ALIGN - nbyte; in padzero() 1044 unsigned long nbyte; in load_elf_binary() local 1054 nbyte = ELF_PAGEOFFSET(elf_bss); in load_elf_binary() 1055 if (nbyte) { in load_elf_binary() 1056 nbyte = ELF_MIN_ALIGN - nbyte; in load_elf_binary() 1057 if (nbyte > elf_brk - elf_bss) in load_elf_binary() 1058 nbyte = elf_brk - elf_bss; in load_elf_binary() [all …]
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | cyttsp5.c | 252 int nbyte; in cyttsp5_get_touch_axis() local 254 for (nbyte = 0, *axis = 0; nbyte < size; nbyte++) in cyttsp5_get_touch_axis() 255 *axis += ((xy_data[nbyte] >> bofs) << (nbyte * 8)); in cyttsp5_get_touch_axis()
|
A D | cyttsp4_core.c | 781 int nbyte; in cyttsp4_get_touch_axis() local 784 for (nbyte = 0, *axis = 0, next = 0; nbyte < size; nbyte++) { in cyttsp4_get_touch_axis()
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/include/ |
A D | brcmu_utils.h | 47 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
|
/linux-6.3-rc2/drivers/firmware/tegra/ |
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()
|
/linux-6.3-rc2/drivers/media/platform/allegro-dvt/ |
A D | allegro-core.c | 833 u32 *dst, size_t nbyte) in allegro_mbox_read() argument 856 if (size > nbyte) in allegro_mbox_read()
|
Completed in 32 milliseconds