/linux-6.12.1/rust/kernel/alloc/ |
D | allocator.rs | 17 pub(crate) unsafe fn krealloc_aligned(ptr: *mut u8, new_layout: Layout, flags: Flags) -> *mut u8 { in krealloc_aligned() 35 unsafe fn alloc(&self, layout: Layout) -> *mut u8 { in alloc() 41 unsafe fn dealloc(&self, ptr: *mut u8, _layout: Layout) { in dealloc() 47 unsafe fn realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 { in realloc() 62 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 { in alloc_zeroed()
|
/linux-6.12.1/drivers/gpu/drm/ |
D | drm_panic_qr.rs | 220 fn width(&self) -> u8 { in width() 244 fn alignment_pattern(&self) -> &'static [u8] { in alignment_pattern() 248 fn poly(&self) -> &'static [u8] { in poly() 303 fn get_next_13b(data: &[u8], offset: usize) -> Option<(u16, usize)> { in get_next_13b() 683 fn set(&mut self, x: u8, y: u8) { in set() 691 fn xor(&mut self, x: u8, y: u8) { in xor() 697 fn draw_square(&mut self, x: u8, y: u8, size: u8) { in draw_square() 723 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.12.1/include/crypto/ |
D | ctr.h | 22 const u8 *, u8 *)) in crypto_ctr_encrypt_walk()
|
/linux-6.12.1/rust/kernel/ |
D | str.rs | 257 pub fn as_bytes(&self) -> &[u8] { in as_bytes() 263 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul() 664 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs() 679 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer() 693 pub(crate) fn pos(&self) -> *mut u8 { in pos() 741 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
|
D | page.rs | 165 pub unsafe fn read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result { in read_raw() 187 pub unsafe fn write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result { in write_raw()
|
D | uaccess.rs | 133 pub fn read_all(self, buf: &mut Vec<u8>, flags: Flags) -> Result { in read_all() 294 pub fn read_all(mut self, buf: &mut Vec<u8>, flags: Flags) -> Result { in read_all()
|
D | firmware.rs | 96 pub fn data(&self) -> &[u8] { in data()
|
D | print.rs | 100 module_name: &[u8],
|
D | types.rs | 485 unsafe impl FromBytes for u8 {} implementation 518 unsafe impl AsBytes for u8 {} implementation
|
/linux-6.12.1/net/ethtool/ |
D | cmis_cdb.c | 342 bool (*cond_success)(u8), bool (*cond_fail)(u8)) in ethtool_cmis_module_poll() 370 bool (*cond_success)(u8), bool (*cond_fail)(u8), in ethtool_cmis_wait_for_cond()
|
/linux-6.12.1/crypto/ |
D | ecb.c | 16 static int crypto_ecb_crypt(struct crypto_cipher *cipher, const u8 *src, in crypto_ecb_crypt()
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_sk.c | 19 char u8[4]; in getsetsockopt() member
|
/linux-6.12.1/tools/sched_ext/include/scx/ |
D | common.h | 20 typedef uint8_t u8; typedef
|
/linux-6.12.1/Documentation/driver-api/surface_aggregator/ |
D | ssh.rst | 3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
|
/linux-6.12.1/arch/powerpc/platforms/cell/ |
D | spider-pci.c | 50 SPIDER_PCI_MMIO_READ(readb, u8) in SPIDER_PCI_MMIO_READ() argument
|
/linux-6.12.1/drivers/comedi/drivers/ni_routing/tools/ |
D | convert_c_to_py.c | 9 typedef uint8_t u8; typedef
|
/linux-6.12.1/arch/sh/drivers/pci/ |
D | common.c | 42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
|
/linux-6.12.1/arch/powerpc/boot/ |
D | types.h | 9 typedef unsigned char u8; typedef
|
/linux-6.12.1/include/asm-generic/ |
D | int-ll64.h | 17 typedef __u8 u8; typedef
|
/linux-6.12.1/arch/x86/boot/tools/ |
D | build.c | 39 typedef unsigned char u8; typedef
|
/linux-6.12.1/drivers/usb/gadget/function/ |
D | storage_common.h | 39 /* const u8 * */ buf, /* unsigned */ length) \ argument 53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | mxms.c | 97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
|
/linux-6.12.1/tools/include/linux/ |
D | types.h | 42 typedef __u8 u8; typedef
|
/linux-6.12.1/include/linux/ |
D | math.h | 116 __STRUCT_FRACT(u8) in __STRUCT_FRACT() argument
|
/linux-6.12.1/tools/testing/selftests/powerpc/include/ |
D | utils.h | 32 typedef uint8_t u8; typedef
|