Searched refs:EP5_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
949 p_buffer = vmalloc(EP5_BUF_SIZE); in cx231xx_load_firmware()1032 for (frame = 0; frame < (int)(CX231xx_FIRM_IMAGE_SIZE*20/EP5_BUF_SIZE); in cx231xx_load_firmware()1034 for (i = 0; i < EP5_BUF_SIZE; i++) { in cx231xx_load_firmware()1043 cx231xx_ep5_bulkout(dev, p_buffer, EP5_BUF_SIZE); in cx231xx_load_firmware()
754 buffer = kmemdup(firmware, EP5_BUF_SIZE, GFP_KERNEL); in cx231xx_ep5_bulkout()759 buffer, EP5_BUF_SIZE, &actlen, EP5_TIMEOUT_MS); in cx231xx_ep5_bulkout()996 dma_q->p_left_data = kzalloc(EP5_BUF_SIZE, GFP_KERNEL); in cx231xx_init_isoc()
123 #define EP5_BUF_SIZE 4096 macro