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

/linux-master/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c167 u32 nbytes_past_boundary = (args->dest_offset % TS_PACKET_LEN); local
168 bool aligned = (nbytes_past_boundary == 0);
188 TS_PACKET_LEN - nbytes_past_boundary);
192 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN;
193 aligned = (nbytes_past_boundary == 0);
220 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN;
221 payload_write_len = min(TS_PACKET_LEN - nbytes_past_boundary, remaining_len);
238 nbytes_past_boundary = (args->dest_offset + nbytes) % TS_PACKET_LEN;
245 TS_PACKET_LEN - nbytes_past_boundary);

Completed in 191 milliseconds