Searched refs:buf_size (Results 1 - 25 of 555) sorted by path

1234567891011>>

/linux-master/arch/alpha/include/asm/
H A Dconsole.h15 extern long callback_getenv(long id, const char *buf, unsigned long buf_size);
16 extern long callback_setenv(long id, const char *buf, unsigned long buf_size);
/linux-master/drivers/media/pci/bt8xx/
H A Dbt878.h114 u32 buf_size; member in struct:bt878
/linux-master/drivers/media/pci/ivtv/
H A Divtv-fileops.c664 if (buf->bytesused != s->buf_size) {
H A Divtv-irq.c195 multiple of the buf_size. The UV samples then start in the
197 bytes_needed = s->buf_size * ((bytes_needed + s->buf_size - 1) / s->buf_size);
224 s->sg_pending[idx].size = s->buf_size;
225 buf->bytesused = min(size, s->buf_size);
230 offset += s->buf_size;
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-bus.c310 new_grp, buf_size, space_rem; local
403 buf_size = msg->size;
433 space_rem, buf_size);
437 memcpy_fromio(buf, bus->m_pdwGetRing, buf_size);
454 buf_size);
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c498 if (radio->rd_index >= radio->buf_size)
H A Dradio-si470x.h148 unsigned int buf_size; member in struct:si470x_device
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv.h116 u32 buf_size; /* Size is always multiple of 3 */ member in struct:fm_rds
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c225 stream->buf_size = size;
253 int buf_size; local
260 buf_size = stream->props.u.bulk.buffersize;
262 buf_size = props->u.isoc.framesize * props->u.isoc.framesperurb;
269 if (stream->buf_num < props->count || stream->buf_size < buf_size) {
/linux-master/drivers/media/usb/dvb-usb/
H A Dusb-urb.c100 usb_free_coherent(stream->udev, stream->buf_size,
114 stream->buf_size = size;
198 urb->transfer_buffer_length = stream->buf_size;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-debugifc.h16 char *buf_ptr, unsigned int buf_size);
22 char *buf_ptr,unsigned int buf_size);
26 const char *buf_ptr,unsigned int buf_size);
H A Dpvrusb2-hdw.h319 char *buf_ptr,unsigned int buf_size);
/linux-master/drivers/misc/vmw_vmci/
H A Dvmci_context.h95 u32 buf_size; member in struct:vmci_ctx_chkpt_buf_info
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dpd.c223 bf->buf_size = dev->caps.bf_reg_size / 2;
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_mac.h112 void ath9k_hw_set_rx_bufsize(struct ath_hw *ah, u16 buf_size);
/linux-master/drivers/net/wireless/ti/wlcore/
H A Drx.c202 u32 buf_size; local
220 buf_size = 0;
227 if (buf_size + align_pkt_len > wl->aggr_buf_size)
229 buf_size += align_pkt_len;
234 if (buf_size == 0) {
241 ret = wlcore_hw_prepare_read(wl, des, buf_size);
246 buf_size, true);
252 while (pkt_offset < buf_size) {
/linux-master/drivers/scsi/bfa/
H A Dbfad_bsg.h240 u32 buf_size; member in struct:bfa_bsg_ioc_fwstats_s
284 u32 buf_size; member in struct:bfa_bsg_port_stats_s
519 u32 buf_size; member in struct:bfa_bsg_cee_attr_s
528 u32 buf_size; member in struct:bfa_bsg_cee_stats_s
/linux-master/drivers/scsi/megaraid/
H A Dmegaraid_ioctl.h240 uint32_t buf_size; member in struct:mm_dmapool
/linux-master/include/linux/
H A Dcciss_ioctl.h14 WORD buf_size; /* size in bytes of the buf */ member in struct:_IOCTL32_Command_struct
23 DWORD buf_size; /* size in bytes of the buf */ member in struct:_BIG_IOCTL32_Command_struct
/linux-master/include/uapi/linux/
H A Dblktrace_api.h139 __u32 buf_size; /* input */ member in struct:blk_user_trace_setup
H A Dcciss_ioctl.h45 WORD buf_size; /* size in bytes of the buf */ member in struct:_IOCTL_Command_struct
54 DWORD buf_size; /* size in bytes of the buf */ member in struct:_BIG_IOCTL_Command_struct
H A Dhdreg.h412 unsigned short buf_size; /* Retired, 512 byte increments member in struct:hd_driveid
/linux-master/tools/usb/
H A Dffs-test.c345 size_t buf_size; member in struct:thread
381 t->buf = malloc(t->buf_size);
434 ret = t->in(t, t->buf, t->buf_size);
/linux-master/tools/usb/usbip/src/
H A Dusbipd.c361 const size_t buf_size)
374 snprintf(buf, buf_size, "%s:%s", hbuf, sbuf);
360 addrinfo_to_text(struct addrinfo *ai, char buf[], const size_t buf_size) argument
/linux-master/arch/powerpc/kernel/
H A Drtas_flash.c151 unsigned int buf_size; /* Size of image buf */ member in struct:rtas_validate_flash_t
456 (u32) __pa(rtas_data_buf), args_buf->buf_size);
546 args_buf->buf_size = VALIDATE_BUF_SIZE;

Completed in 294 milliseconds

1234567891011>>