Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusb_dec.c52 #define COMMAND_PACKET_SIZE 0x3c macro
323 b = kzalloc(COMMAND_PACKET_SIZE + 4, GFP_KERNEL); in ttusb_dec_send_command()
347 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()
356 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()
384 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_get_stb_state()
1044 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_start_sec_feed()
1376 if (size > COMMAND_PACKET_SIZE) in ttusb_dec_boot_dsp()
1377 size = COMMAND_PACKET_SIZE; in ttusb_dec_boot_dsp()
1385 j += COMMAND_PACKET_SIZE + 4; in ttusb_dec_boot_dsp()
1392 } else if (size < COMMAND_PACKET_SIZE) { in ttusb_dec_boot_dsp()
[all …]