Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/usb/ttusb-dec/
Dttusb_dec.c62 #define COMMAND_PACKET_SIZE 0x3c macro
332 b = kmalloc(COMMAND_PACKET_SIZE + 4, GFP_KERNEL); in ttusb_dec_send_command()
356 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()
367 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()
396 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_get_stb_state()
1056 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_start_sec_feed()
1391 for (i = 0; i < firmware_size; i += COMMAND_PACKET_SIZE) { in ttusb_dec_boot_dsp()
1393 if (size > COMMAND_PACKET_SIZE) in ttusb_dec_boot_dsp()
1394 size = COMMAND_PACKET_SIZE; in ttusb_dec_boot_dsp()
1402 j += COMMAND_PACKET_SIZE + 4; in ttusb_dec_boot_dsp()
[all …]