Home
last modified time | relevance | path

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

123

/linux-6.14.4/drivers/gpu/drm/
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()
300 fn get_next_13b(data: &[u8], offset: usize) -> Option<(u16, usize)> { in get_next_13b()
680 fn set(&mut self, x: u8, y: u8) { in set()
688 fn xor(&mut self, x: u8, y: u8) { in xor()
694 fn draw_square(&mut self, x: u8, y: u8, size: u8) { in draw_square()
720 fn is_finder(&self, x: u8, y: u8) -> bool { in is_finder()
740 fn is_alignment(&self, x: u8, y: u8) -> bool { in is_alignment()
765 fn is_timing(&self, x: u8, y: u8) -> bool { in is_timing()
[all …]
/linux-6.14.4/rust/kernel/alloc/
Dallocator.rs85 ptr: Option<NonNull<u8>>, in call()
89 ) -> Result<NonNull<[u8]>, AllocError> { in call()
132 ptr: Option<NonNull<u8>>, in realloc()
136 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
149 ptr: Option<NonNull<u8>>, in realloc()
153 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
173 ptr: Option<NonNull<u8>>, in realloc()
177 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
Dallocator_test.rs39 ptr: Option<NonNull<u8>>, in realloc()
43 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
/linux-6.14.4/rust/kernel/
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()
Dstr.rs258 pub fn as_bytes(&self) -> &[u8] { in as_bytes()
264 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul()
692 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs()
707 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
721 pub(crate) fn pos(&self) -> *mut u8 { in pos()
769 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
Dpage.rs173 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { in read_raw()
195 pub unsafe fn write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result { in write_raw()
Duaccess.rs130 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all()
284 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all()
Dsecurity.rs48 pub fn as_bytes(&self) -> &[u8] { in as_bytes()
Dfirmware.rs96 pub fn data(&self) -> &[u8] { in data()
Dprint.rs101 module_name: &[u8],
/linux-6.14.4/include/crypto/
Dctr.h22 const u8 *, u8 *)) in crypto_ctr_encrypt_walk()
/linux-6.14.4/crypto/
Decb.c16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
/linux-6.14.4/net/ethtool/
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-6.14.4/tools/testing/selftests/bpf/prog_tests/
Dsockopt_sk.c19 char u8[4]; in getsetsockopt() member
/linux-6.14.4/tools/sched_ext/include/scx/
Dcommon.h20 typedef uint8_t u8; typedef
/linux-6.14.4/Documentation/driver-api/surface_aggregator/
Dssh.rst3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
/linux-6.14.4/drivers/comedi/drivers/ni_routing/tools/
Dconvert_c_to_py.c9 typedef uint8_t u8; typedef
/linux-6.14.4/arch/powerpc/platforms/cell/
Dspider-pci.c50 SPIDER_PCI_MMIO_READ(readb, u8) in SPIDER_PCI_MMIO_READ() argument
/linux-6.14.4/arch/sh/drivers/pci/
Dcommon.c42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
/linux-6.14.4/arch/powerpc/boot/
Dtypes.h9 typedef unsigned char u8; typedef
/linux-6.14.4/include/asm-generic/
Dint-ll64.h17 typedef __u8 u8; typedef
/linux-6.14.4/arch/x86/boot/tools/
Dbuild.c39 typedef unsigned char u8; typedef
/linux-6.14.4/drivers/usb/gadget/function/
Dstorage_common.h39 /* const u8 * */ buf, /* unsigned */ length) \ argument
53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dmxms.c97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
/linux-6.14.4/tools/include/linux/
Dtypes.h42 typedef __u8 u8; typedef

123