| /linux/drivers/gpu/drm/ |
| H A D | drm_panic_qr.rs | 217 fn width(&self) -> u8 { in width() 241 fn alignment_pattern(&self) -> &'static [u8] { in alignment_pattern() 245 fn poly(&self) -> &'static [u8] { in poly() 687 fn set(&mut self, x: u8, y: u8) { in set() 695 fn xor(&mut self, x: u8, y: u8) { in xor() 701 fn draw_square(&mut self, x: u8, y: u8, size: u8) { in draw_square() 727 fn is_finder(&self, x: u8, y: u8) -> bool { in is_finder() 747 fn is_alignment(&self, x: u8, y: u8) -> bool { in is_alignment() 772 fn is_timing(&self, x: u8, y: u8) -> bool { in is_timing() 802 fn is_maskinfo(&self, x: u8, y: u8) -> bool { in is_maskinfo() [all …]
|
| /linux/rust/kernel/alloc/ |
| H A D | allocator.rs | 86 ptr: Option<NonNull<u8>>, in call() 91 ) -> Result<NonNull<[u8]>, AllocError> { in call() 147 ptr: Option<NonNull<u8>>, in realloc() 152 ) -> Result<NonNull<[u8]>, AllocError> { in realloc() 217 ptr: Option<NonNull<u8>>, in realloc() 222 ) -> Result<NonNull<[u8]>, AllocError> { in realloc() 238 ptr: Option<NonNull<u8>>, in realloc() 243 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
|
| /linux/rust/kernel/ |
| H A D | alloc.rs | 184 fn alloc(layout: Layout, flags: Flags, nid: NumaNode) -> Result<NonNull<[u8]>, AllocError> { in alloc() 231 ptr: Option<NonNull<u8>>, in realloc() 236 ) -> Result<NonNull<[u8]>, AllocError>; in realloc() 247 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free() 264 pub(crate) fn dangling_from_layout(layout: Layout) -> NonNull<u8> { in dangling_from_layout()
|
| H A D | usb.rs | 129 pub const fn from_device_info(class: u8, subclass: u8, protocol: u8) -> Self { in from_device_info() 141 pub const fn from_interface_info(class: u8, subclass: u8, protocol: u8) -> Self { in from_interface_info() 195 class: u8, in from_device_and_interface_info() 196 subclass: u8, in from_device_and_interface_info() 197 protocol: u8, in from_device_and_interface_info()
|
| H A D | str.rs | 150 impl AsRef<BStr> for [u8] { implementation 322 pub fn to_bytes(&self) -> &[u8] { in to_bytes() 331 pub fn as_bytes(&self) -> &[u8] { in as_bytes() 337 pub const fn to_bytes_with_nul(&self) -> &[u8] { in to_bytes_with_nul() 346 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() 764 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs() 779 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer() 793 pub(crate) fn pos(&self) -> *mut u8 { in pos() 841 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
|
| H A D | uaccess.rs | 171 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() 325 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all() 485 fn raw_strncpy_from_user(dst: &mut [MaybeUninit<u8>], src: UserPtr) -> Result<usize> { in raw_strncpy_from_user()
|
| H A D | iov.rs | 143 out: &mut Vec<u8, A>, in copy_from_iter_vec() 164 pub fn copy_from_iter_raw(&mut self, out: &mut [MaybeUninit<u8>]) -> &mut [u8] { in copy_from_iter_raw()
|
| H A D | page.rs | 265 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { in read_raw() 287 pub unsafe fn write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result { in write_raw()
|
| H A D | transmute.rs | 137 fn as_bytes(&self) -> &[u8] { in as_bytes()
|
| /linux/drivers/gpu/nova-core/firmware/ |
| H A D | gsp.rs | 41 pub(super) fn elf64_section<'a, 'b>(elf: &'a [u8], name: &'b str) -> Option<&'a [u8]> { in elf64_section() 231 fn map_into_lvl(sg_table: &SGTable<Owned<VVec<u8>>>, mut dst: VVec<u8>) -> Result<VVec<u8>> { in map_into_lvl()
|
| /linux/arch/s390/crypto/ |
| H A D | sha3_512_s390.c | 38 u8 *u8; in sha3_512_export() member 56 const u8 *u8; in sha3_512_import() member
|
| H A D | sha3_256_s390.c | 39 u8 *u8; in sha3_256_export() member 57 const u8 *u8; in sha3_256_import() member
|
| /linux/drivers/gpu/nova-core/falcon/hal/ |
| H A D | ga102.rs | 43 ucode_id: u8, in signature_reg_fuse_version_ga102() 108 ucode_id: u8, in signature_reg_fuse_version()
|
| /linux/drivers/android/binder/ |
| H A D | stats.rs | 67 static binder_command_strings: [*const u8; super::BC_COUNT]; constant 68 static binder_return_strings: [*const u8; super::BR_COUNT]; constant
|
| /linux/drivers/crypto/nx/ |
| H A D | nx-sha512.c | 215 u8 *u8; in nx_sha512_export() member 232 const u8 *u8; in nx_sha512_import() member
|
| H A D | nx-sha256.c | 210 u8 *u8; in nx_sha256_export() member 227 const u8 *u8; in nx_sha256_import() member
|
| /linux/crypto/ |
| H A D | ecb.c | 16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
|
| /linux/net/ethtool/ |
| H A D | cmis_cdb.c | 347 bool (*cond_success)(u8), bool (*cond_fail)(u8)) in ethtool_cmis_module_poll() 375 bool (*cond_success)(u8), bool (*cond_fail)(u8), in ethtool_cmis_wait_for_cond()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockopt_sk.c | 19 char u8[4]; in getsetsockopt() member
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | common.h | 21 typedef uint8_t u8; typedef
|
| /linux/drivers/gpu/nova-core/falcon/ |
| H A D | hal.rs | 29 ucode_id: u8, in signature_reg_fuse_version()
|
| /linux/Documentation/driver-api/surface_aggregator/ |
| H A D | ssh.rst | 3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
|
| /linux/include/crypto/ |
| H A D | sm3_base.h | 48 u8 u8[SM3_BLOCK_SIZE * 2]; in sm3_base_do_finup() member
|
| /linux/rust/kernel/alloc/allocator/ |
| H A D | iter.rs | 77 pub unsafe fn new(buf: NonNull<u8>, size: usize) -> Self { in new()
|
| /linux/drivers/comedi/drivers/ni_routing/tools/ |
| H A D | convert_c_to_py.c | 9 typedef uint8_t u8; typedef
|