Searched refs:COMMAND_PACKET_SIZE (Results 1 – 1 of 1) sorted by relevance
52 #define COMMAND_PACKET_SIZE 0x3c macro322 b = kzalloc(COMMAND_PACKET_SIZE + 4, GFP_KERNEL); in ttusb_dec_send_command()346 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()357 COMMAND_PACKET_SIZE + 4, &actual_len, 1000); in ttusb_dec_send_command()386 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_get_stb_state()1046 u8 c[COMMAND_PACKET_SIZE]; in ttusb_dec_start_sec_feed()1381 for (i = 0; i < firmware_size; i += COMMAND_PACKET_SIZE) { in ttusb_dec_boot_dsp()1383 if (size > COMMAND_PACKET_SIZE) in ttusb_dec_boot_dsp()1384 size = COMMAND_PACKET_SIZE; in ttusb_dec_boot_dsp()1392 j += COMMAND_PACKET_SIZE + 4; in ttusb_dec_boot_dsp()[all …]