Home
last modified time | relevance | path

Searched refs:padded_length (Results 1 – 1 of 1) sorted by relevance

/drivers/mmc/host/
Dvub300.c1435 int padded_length = vub300->large_usb_packets ? in __command_read_data() local
1438 if ((padded_length == linear_length) || !pad_input_to_usb_pkt) { in __command_read_data()
1468 u8 *buf = kmalloc(padded_length, GFP_KERNEL); in __command_read_data()
1475 padded_length, &actual_length, in __command_read_data()
1476 2000 + (padded_length / 16384)); in __command_read_data()
1532 int padded_length = ((63 + linear_length) >> 6) << 6; in __command_write_data() local
1533 u8 *buf = kmalloc(padded_length, GFP_KERNEL); in __command_write_data()
1538 padded_length); in __command_write_data()
1540 padded_length - linear_length); in __command_write_data()
1543 padded_length, &actual_length, in __command_write_data()
[all …]