/linux/rust/kernel/alloc/ |
H A D | allocator.rs | 17 krealloc_aligned(ptr: *mut u8, new_layout: Layout, flags: Flags) -> *mut u8 krealloc_aligned() argument 35 alloc(&self, layout: Layout) -> *mut u8 alloc() argument 41 dealloc(&self, ptr: *mut u8, _layout: Layout) dealloc() argument 47 realloc(&self, ptr: *mut u8, layout: Layout, new_size: usize) -> *mut u8 realloc() argument 62 alloc_zeroed(&self, layout: Layout) -> *mut u8 alloc_zeroed() argument
|
/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() 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/include/crypto/ |
H A D | ctr.h | 22 const u8 *, u8 *)) in crypto_ctr_encrypt_walk()
|
/linux/rust/kernel/ |
H A D | str.rs | 257 as_bytes(&self) -> &[u8] as_bytes() argument 263 as_bytes_with_nul(&self) -> &[u8] as_bytes_with_nul() argument 664 from_ptrs(pos: *mut u8, end: *mut u8) -> Self from_ptrs() argument 679 from_buffer(buf: *mut u8, len: usize) -> Self from_buffer() argument 693 pos(&self) -> *mut u8 pos() argument 741 from_buffer(buf: *mut u8, len: usize) -> Self from_buffer() argument [all...] |
H A D | page.rs | 165 read_raw(&self, dst: *mut u8, offset: usize, len: usize) -> Result read_raw() argument 187 write_raw(&self, src: *const u8, offset: usize, len: usize) -> Result write_raw() argument
|
H A D | uaccess.rs | 133 read_all(self, buf: &mut Vec<u8>, flags: Flags) -> Result read_all() argument 294 read_all(mut self, buf: &mut Vec<u8>, flags: Flags) -> Result read_all() argument
|
H A D | firmware.rs | 96 pub fn data(&self) -> &[u8] { in data()
|
H A D | print.rs | 100 call_printk( format_string: &[u8; format_strings::LENGTH], module_name: &[u8], args: fmt::Arguments<'_>, ) global() argument [all...] |
H A D | device.rs | 169 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk()
|
/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 | 359 bool (*cond_success)(u8), bool (*cond_fail)(u8)) in ethtool_cmis_module_poll() 387 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 | 20 typedef uint8_t u8; typedef
|
/linux/Documentation/driver-api/surface_aggregator/ |
H A D | ssh.rst | 3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
|
/linux/arch/powerpc/platforms/cell/ |
H A D | spider-pci.c | 50 SPIDER_PCI_MMIO_READ(readb, u8) in SPIDER_PCI_MMIO_READ() argument
|
/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_c_to_py.c | 9 typedef uint8_t u8; typedef
|
/linux/arch/sh/drivers/pci/ |
H A D | common.c | 42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
|
/linux/arch/powerpc/boot/ |
H A D | types.h | 9 typedef unsigned char u8; typedef
|
/linux/include/asm-generic/ |
H A D | int-ll64.h | 17 typedef __u8 u8; typedef
|
/linux/arch/x86/boot/tools/ |
H A D | build.c | 39 typedef unsigned char u8; typedef
|
/linux/drivers/usb/gadget/function/ |
H A D | storage_common.h | 39 /* const u8 * */ buf, /* unsigned */ length) \ argument 53 /* const u8 * */ buf, /* unsigned */ length) do { } while (0) argument
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | mxms.c | 97 bool (*exec)(struct nvkm_mxm *, u8 *, void *), void *info) in mxms_foreach() argument
|
/linux/tools/include/linux/ |
H A D | types.h | 42 typedef __u8 u8; typedef
|
/linux/include/linux/ |
H A D | math.h | 116 __STRUCT_FRACT(u8) in __STRUCT_FRACT() argument
|
/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 32 typedef uint8_t u8; typedef
|