Searched refs:COMMAND_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
67 #define COMMAND_PACKET_SIZE 0x3c macro275 b = kmalloc(COMMAND_PACKET_SIZE + 4, GFP_KERNEL); in ttusb_dec_send_command()301 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()312 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()343 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_get_stb_state()1010 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_start_sec_feed()1355 for (i = 0; i < firmware_size; i += COMMAND_PACKET_SIZE) { in ttusb_dec_boot_dsp()1357 if (size > COMMAND_PACKET_SIZE) in ttusb_dec_boot_dsp()1358 size = COMMAND_PACKET_SIZE; in ttusb_dec_boot_dsp()1366 j += COMMAND_PACKET_SIZE + 4; in ttusb_dec_boot_dsp()[all …]