Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/include/
Datomfirmware.h3362 uint8_t trans_bytes; member
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch15555 + size_t trans_bytes;
15558 + trans_bytes = min(period_len, buf_len - count_in_sg);
15559 + count_in_sg += trans_bytes;
/kernel/linux/patches/linux-4.19/hispark_taurus_patch/
Dhispark_taurus.patch298514 + size_t trans_bytes;
298517 + trans_bytes = min(period_len, buf_len - count_in_sg);
298518 + count_in_sg += trans_bytes;