Lines Matching refs:size
2229 size_t size = length * 4;
2231 memcpy(dest, src, size);
2232 if (size < CONFIG_ROM_SIZE)
2233 memset(&dest[length], 0, CONFIG_ROM_SIZE - size);
3268 /* Get header size in number of descriptors. */
3359 /* Get header size in number of descriptors. */
3602 size_t size;
3711 size = sizeof(struct iso_context) * ohci->n_ir;
3712 ohci->ir_context_list = kzalloc(size, GFP_KERNEL);
3724 size = sizeof(struct iso_context) * ohci->n_it;
3725 ohci->it_context_list = kzalloc(size, GFP_KERNEL);