Home
last modified time | relevance | path

Searched defs:nbyte (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/net/sched/
H A Dem_nbyte.c25 struct tcf_em_nbyte *nbyte = data; in em_nbyte_change() local
42 struct nbyte_data *nbyte = (struct nbyte_data *) em->data; in em_nbyte_match() local
/openbmc/u-boot/fs/yaffs2/
H A Dyaffsfs.c1065 int yaffsfs_do_read(int handle, void *vbuf, unsigned int nbyte, in yaffsfs_do_read()
1177 int yaffs_read(int handle, void *buf, unsigned int nbyte) in yaffs_read()
1182 int yaffs_pread(int handle, void *buf, unsigned int nbyte, loff_t offset) in yaffs_pread()
1187 int yaffsfs_do_write(int handle, const void *vbuf, unsigned int nbyte, in yaffsfs_do_write()
1294 int yaffs_write(int fd, const void *buf, unsigned int nbyte) in yaffs_write()
1299 int yaffs_pwrite(int fd, const void *buf, unsigned int nbyte, loff_t offset) in yaffs_pwrite()
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/include/
H A Dbrcmu_utils.h47 #define MAXNBVAL(nbyte) MAXBITVAL((nbyte) * 8) argument
/openbmc/libmctp/
H A Dserial.c52 static ssize_t mctp_serial_write(int fildes, const void *buf, size_t nbyte) in mctp_serial_write()
/openbmc/qemu/bsd-user/
H A Delfload.c236 abi_ulong nbyte; in padzero() local
/openbmc/u-boot/drivers/spi/
H A Dsh_qspi.c149 u32 nbyte, chunk; in sh_qspi_xfer_common() local
/openbmc/linux/fs/
H A Dbinfmt_elf.c139 unsigned long nbyte; in padzero() local
1044 unsigned long nbyte; in load_elf_binary() local
/openbmc/linux/drivers/firmware/tegra/
H A Dbpmp-debugfs.c43 static int seqbuf_read(struct seqbuf *seqbuf, void *buf, size_t nbyte) in seqbuf_read()
/openbmc/linux/drivers/input/touchscreen/
H A Dcyttsp4_core.c781 int nbyte; in cyttsp4_get_touch_axis() local
H A Dcyttsp5.c269 int nbyte; in cyttsp5_get_touch_axis() local
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-core.c832 u32 *dst, size_t nbyte) in allegro_mbox_read()