Searched refs:to_le (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_atombios.h | 202 void amdgpu_atombios_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le);
|
| H A D | amdgpu_atombios.c | 1642 void amdgpu_atombios_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le) in amdgpu_atombios_copy_swap() argument 1649 if (to_le) { in amdgpu_atombios_copy_swap()
|
| /linux-6.15/drivers/md/ |
| H A D | dm-bufio.c | 141 static inline struct lru_entry *to_le(struct list_head *l) in to_le() function 152 it->stop = lru->cursor ? to_le(lru->cursor->prev) : NULL; in lru_iter_begin() 153 it->e = lru->cursor ? to_le(lru->cursor) : NULL; in lru_iter_begin() 185 it->e = to_le(it->e->list.next); in lru_iter_next() 205 it->e = to_le(it->e->list.next); in lru_iter_invalidate() 212 it->stop = to_le(it->stop->list.prev); in lru_iter_invalidate() 789 first = le = to_le(lru->cursor); in __cache_iterate() 804 le = to_le(le->list.next); in __cache_iterate()
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | atombios_dp.c | 57 void radeon_atom_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le) in radeon_atom_copy_swap() argument 64 if (to_le) { in radeon_atom_copy_swap()
|
| H A D | radeon_mode.h | 737 void radeon_atom_copy_swap(u8 *dst, u8 *src, u8 num_bytes, bool to_le);
|