Home
last modified time | relevance | path

Searched defs:u8 (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/gpu/drm/
H A Ddrm_panic_qr.rs217 fn width(&self) -> u8 { in width()
241 fn alignment_pattern(&self) -> &'static [u8] { in alignment_pattern()
245 fn poly(&self) -> &'static [u8] { in poly()
667 fn set(&mut self, x: u8, y: u8) { in set()
675 fn xor(&mut self, x: u8, y: u8) { in xor()
681 fn draw_square(&mut self, x: u8, y: u8, size: u8) { in draw_square()
707 fn is_finder(&self, x: u8, y: u8) -> bool { in is_finder()
727 fn is_alignment(&self, x: u8, y: u8) -> bool { in is_alignment()
752 fn is_timing(&self, x: u8, y: u8) -> bool { in is_timing()
782 fn is_maskinfo(&self, x: u8, y: u8) -> bool { in is_maskinfo()
[all …]
/linux/rust/kernel/alloc/
H A Dallocator.rs86 ptr: Option<NonNull<u8>>, in call()
90 ) -> Result<NonNull<[u8]>, AllocError> { in call()
133 ptr: Option<NonNull<u8>>, in realloc()
137 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
150 ptr: Option<NonNull<u8>>, in realloc()
154 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
174 ptr: Option<NonNull<u8>>, in realloc()
178 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
H A Dallocator_test.rs39 ptr: Option<NonNull<u8>>, in realloc()
43 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
/linux/rust/kernel/
H A Dalloc.rs156 fn alloc(layout: Layout, flags: Flags) -> Result<NonNull<[u8]>, AllocError> { in alloc()
195 ptr: Option<NonNull<u8>>, in realloc()
199 ) -> Result<NonNull<[u8]>, AllocError>; in realloc()
210 unsafe fn free(ptr: NonNull<u8>, layout: Layout) { in free()
219 pub(crate) fn dangling_from_layout(layout: Layout) -> NonNull<u8> { in dangling_from_layout()
H A Dstr.rs145 impl AsRef<BStr> for [u8] { implementation
317 pub fn to_bytes(&self) -> &[u8] { in to_bytes()
326 pub fn as_bytes(&self) -> &[u8] { in as_bytes()
332 pub const fn to_bytes_with_nul(&self) -> &[u8] { in to_bytes_with_nul()
341 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul()
759 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs()
774 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
788 pub(crate) fn pos(&self) -> *mut u8 { in pos()
836 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
H A Duaccess.rs171 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 Dpage.rs174 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { in read_raw()
196 pub unsafe fn write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result { in write_raw()
H A Dsecurity.rs52 pub fn as_bytes(&self) -> &[u8] { in as_bytes()
/linux/drivers/gpu/nova-core/falcon/hal/
H A Dga102.rs43 ucode_id: u8, in signature_reg_fuse_version_ga102()
111 ucode_id: u8, in signature_reg_fuse_version()
/linux/arch/sparc/crypto/
H A Dmd5_glue.c90 u8 *u8; in md5_sparc64_export() member
106 const u8 *u8; in md5_sparc64_import() member
/linux/drivers/crypto/nx/
H A Dnx-sha512.c215 u8 *u8; in nx_sha512_export() member
232 const u8 *u8; in nx_sha512_import() member
H A Dnx-sha256.c210 u8 *u8; in nx_sha256_export() member
227 const u8 *u8; in nx_sha256_import() member
/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-md5.c150 u8 *u8; in octeon_md5_export() member
166 const u8 *u8; in octeon_md5_import() member
/linux/crypto/
H A Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
/linux/net/ethtool/
H A Dcmis_cdb.c347 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 Dsockopt_sk.c19 char u8[4]; in getsetsockopt() member
/linux/tools/sched_ext/include/scx/
H A Dcommon.h21 typedef uint8_t u8; typedef
/linux/drivers/gpu/nova-core/falcon/
H A Dhal.rs29 ucode_id: u8, in signature_reg_fuse_version()
/linux/include/crypto/
H A Dsm3_base.h48 u8 u8[SM3_BLOCK_SIZE * 2]; in sm3_base_do_finup() member
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c9 typedef uint8_t u8; typedef
/linux/arch/powerpc/boot/
H A Dtypes.h9 typedef unsigned char u8; typedef
/linux/include/asm-generic/
H A Dint-ll64.h17 typedef __u8 u8; typedef
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dmxms.c97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
/linux/drivers/usb/gadget/function/
H A Dstorage_common.h39 /* const u8 * */ buf, /* unsigned */ length) \ argument
53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c69 u8 *u8; in aspeed_sham_export() member
85 const u8 *u8; in aspeed_sham_import() member

123