Home
last modified time | relevance | path

Searched refs:stuffing (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-fileops.c293 int stuffing, i; in cx18_copy_buf_to_user() local
330 /* Get the count of stuffing bytes & verify them */ in cx18_copy_buf_to_user()
331 stuffing = q[13] & 7; in cx18_copy_buf_to_user()
332 /* all stuffing bytes must be 0xff */ in cx18_copy_buf_to_user()
333 for (i = 0; i < stuffing; i++) in cx18_copy_buf_to_user()
336 if (i == stuffing && /* right number of stuffing bytes*/ in cx18_copy_buf_to_user()
339 q[14 + stuffing] == 0 && /* PES Pack or Sys Hdr */ in cx18_copy_buf_to_user()
340 q[15 + stuffing] == 0 && in cx18_copy_buf_to_user()
341 q[16 + stuffing] in cx18_copy_buf_to_user()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-fileops.c293 int stuffing, i; in cx18_copy_buf_to_user() local
330 /* Get the count of stuffing bytes & verify them */ in cx18_copy_buf_to_user()
331 stuffing = q[13] & 7; in cx18_copy_buf_to_user()
332 /* all stuffing bytes must be 0xff */ in cx18_copy_buf_to_user()
333 for (i = 0; i < stuffing; i++) in cx18_copy_buf_to_user()
336 if (i == stuffing && /* right number of stuffing bytes*/ in cx18_copy_buf_to_user()
339 q[14 + stuffing] == 0 && /* PES Pack or Sys Hdr */ in cx18_copy_buf_to_user()
340 q[15 + stuffing] == 0 && in cx18_copy_buf_to_user()
341 q[16 + stuffing] in cx18_copy_buf_to_user()
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H A Divtv-fileops.c299 int stuffing, i; in ivtv_copy_buf_to_user() local
318 stuffing = q[13] & 7; in ivtv_copy_buf_to_user()
319 /* all stuffing bytes must be 0xff */ in ivtv_copy_buf_to_user()
320 for (i = 0; i < stuffing; i++) in ivtv_copy_buf_to_user()
323 if (i == stuffing && (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 && in ivtv_copy_buf_to_user()
324 q[14 + stuffing] == 0 && q[15 + stuffing] == 0 && in ivtv_copy_buf_to_user()
325 q[16 + stuffing] == 1) { in ivtv_copy_buf_to_user()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H A Divtv-fileops.c299 int stuffing, i; in ivtv_copy_buf_to_user() local
318 stuffing = q[13] & 7; in ivtv_copy_buf_to_user()
319 /* all stuffing bytes must be 0xff */ in ivtv_copy_buf_to_user()
320 for (i = 0; i < stuffing; i++) in ivtv_copy_buf_to_user()
323 if (i == stuffing && (q[4] & 0xc4) == 0x44 && (q[12] & 3) == 3 && in ivtv_copy_buf_to_user()
324 q[14 + stuffing] == 0 && q[15 + stuffing] == 0 && in ivtv_copy_buf_to_user()
325 q[16 + stuffing] == 1) { in ivtv_copy_buf_to_user()
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H A Dallegro-mail.h245 s32 stuffing; member
H A Dallegro-mail.c421 msg->stuffing = src[i++]; in allegro_dec_encode_frame()
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h248 s32 stuffing; member
H A Dallegro-mail.c427 msg->stuffing = src[i++]; in allegro_dec_encode_frame()
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2296 # if we're stuffing a source operand back into an fsave frame then we
H A Dfpsp.S2297 # if we're stuffing a source operand back into an fsave frame then we
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2296 # if we're stuffing a source operand back into an fsave frame then we
H A Dfpsp.S2297 # if we're stuffing a source operand back into an fsave frame then we

Completed in 91 milliseconds