Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dov511.c3810 int max_raw = MAX_RAW_DATA_SIZE(ov->maxwidth, ov->maxheight); in ov511_move_data() local
3859 RESTRICT_TO_RANGE(frame->bytes_recvd, 8, max_raw); in ov511_move_data()
3928 if (frame->bytes_recvd <= max_raw) in ov511_move_data()
3933 frame->bytes_recvd - max_raw); in ov511_move_data()
3936 if (frame->bytes_recvd <= max_raw) in ov511_move_data()
3941 frame->bytes_recvd - max_raw); in ov511_move_data()
3962 if (frame->bytes_recvd + copied + 32 <= max_raw) in ov511_move_data()
3982 int max_raw = MAX_RAW_DATA_SIZE(ov->maxwidth, ov->maxheight); in ov518_move_data() local
4029 RESTRICT_TO_RANGE(frame->bytes_recvd, 8, max_raw); in ov518_move_data()
4088 if (frame->bytes_recvd <= max_raw) in ov518_move_data()
[all …]