Home
last modified time | relevance | path

Searched refs:mybuf (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/media/video/cx25821/
Dcx25821-audio-upstream.c269 char mybuf[line_size]; in cx25821_get_audio_data() local
306 vfs_read_retval = vfs_read(myfile, mybuf, line_size, in cx25821_get_audio_data()
312 frame_offset / 4), mybuf, in cx25821_get_audio_data()
361 char mybuf[line_size]; in cx25821_openfile_audio() local
396 vfs_read_retval = vfs_read(myfile, mybuf, in cx25821_openfile_audio()
404 + offset / 4), mybuf, in cx25821_openfile_audio()
Dcx25821-video-upstream-ch2.c268 char mybuf[line_size]; in cx25821_get_frame_ch2() local
315 vfs_read_retval = vfs_read(myfile, mybuf, line_size, in cx25821_get_frame_ch2()
321 frame_offset / 4), mybuf, in cx25821_get_frame_ch2()
370 char mybuf[line_size]; in cx25821_openfile_ch2() local
405 vfs_read_retval = vfs_read(myfile, mybuf, in cx25821_openfile_ch2()
413 + offset / 4), mybuf, in cx25821_openfile_ch2()
Dcx25821-video-upstream.c313 char mybuf[line_size]; in cx25821_get_frame() local
360 vfs_read_retval = vfs_read(myfile, mybuf, line_size, in cx25821_get_frame()
366 frame_offset / 4), mybuf, in cx25821_get_frame()
415 char mybuf[line_size]; in cx25821_openfile() local
450 vfs_read_retval = vfs_read(myfile, mybuf, in cx25821_openfile()
458 offset / 4), mybuf, in cx25821_openfile()
/linux-3.4.99/drivers/scsi/lpfc/
Dlpfc_debugfs.c1263 char mybuf[64]; in lpfc_idiag_cmd_get() local
1272 memset(mybuf, 0, sizeof(mybuf)); in lpfc_idiag_cmd_get()
1274 bsize = min(nbytes, (sizeof(mybuf)-1)); in lpfc_idiag_cmd_get()
1276 if (copy_from_user(mybuf, buf, bsize)) in lpfc_idiag_cmd_get()
1278 pbuf = &mybuf[0]; in lpfc_idiag_cmd_get()
/linux-3.4.99/drivers/scsi/
Dosst.c979 char mybuf[24]; in osst_recover_wait_frame() local
1001 STp->buffer->b_data = mybuf; STp->buffer->buffer_size = 24; in osst_recover_wait_frame()
2890 char mybuf[24]; in osst_get_frame_position() local
2899 STp->buffer->b_data = mybuf; STp->buffer->buffer_size = 24; in osst_get_frame_position()
2919 STp->buffer->b_data = mybuf; STp->buffer->buffer_size = 24; in osst_get_frame_position()