Searched refs:unaligned_bytes (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.c | 305 u32 unaligned_bytes = (args->dest_offset % TS_PACKET_LEN); in vidtv_pes_write_into() local 334 if (unaligned_bytes) { in vidtv_pes_write_into() 342 TS_PACKET_LEN - unaligned_bytes); in vidtv_pes_write_into()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_pes.c | 305 u32 unaligned_bytes = (args->dest_offset % TS_PACKET_LEN); in vidtv_pes_write_into() local 334 if (unaligned_bytes) { in vidtv_pes_write_into() 342 TS_PACKET_LEN - unaligned_bytes); in vidtv_pes_write_into()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.c | 498 u32 unaligned_bytes = len & 0x3; in ath6kl_bmi_fast_download() local 504 if (unaligned_bytes) { in ath6kl_bmi_fast_download() 506 memcpy(&last_word, &buf[last_word_offset], unaligned_bytes); in ath6kl_bmi_fast_download() 513 if (unaligned_bytes) in ath6kl_bmi_fast_download()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | bmi.c | 498 u32 unaligned_bytes = len & 0x3; in ath6kl_bmi_fast_download() local 504 if (unaligned_bytes) { in ath6kl_bmi_fast_download() 506 memcpy(&last_word, &buf[last_word_offset], unaligned_bytes); in ath6kl_bmi_fast_download() 513 if (unaligned_bytes) in ath6kl_bmi_fast_download()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 623 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local 638 unaligned_bytes = pos % 4; in wil_read_file_ioblob() 639 aligned_pos = pos - unaligned_bytes; in wil_read_file_ioblob() 640 aligned_count = count + unaligned_bytes; in wil_read_file_ioblob() 662 ret = copy_to_user(user_buf, buf + unaligned_bytes, count); in wil_read_file_ioblob()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 623 size_t unaligned_bytes, aligned_count, ret; in wil_read_file_ioblob() local 638 unaligned_bytes = pos % 4; in wil_read_file_ioblob() 639 aligned_pos = pos - unaligned_bytes; in wil_read_file_ioblob() 640 aligned_count = count + unaligned_bytes; in wil_read_file_ioblob() 662 ret = copy_to_user(user_buf, buf + unaligned_bytes, count); in wil_read_file_ioblob()
|
Completed in 10 milliseconds