Searched refs:temp_buffer (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/host/
H A Dehci-tegra.c465 struct temp_buffer { struct
474 struct temp_buffer *temp;
481 temp = container_of(urb->transfer_buffer, struct temp_buffer,
496 struct temp_buffer *temp, *kmalloc_ptr;
508 sizeof(struct temp_buffer) + TEGRA_USB_DMA_ALIGN - 1;
514 /* Position our struct temp_buffer such that data is aligned */
/drivers/mfd/
H A Dtwl-core.c484 u8 temp_buffer[2] = { 0 }; local
486 temp_buffer[1] = value;
487 return twl_i2c_write(mod_no, temp_buffer, reg, 1);
/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_ctx.c79 static uint32_t qlcnic_temp_checksum(uint32_t *temp_buffer, u16 temp_size) argument
84 sum += *temp_buffer++;

Completed in 24 milliseconds