Home
last modified time | relevance | path

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

12

/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/
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
304 pub fn as_bytes(&self) -> &[u8] { in as_bytes()
310 pub const fn as_bytes_with_nul(&self) -> &[u8] { in as_bytes_with_nul()
728 pub(crate) unsafe fn from_ptrs(pos: *mut u8, end: *mut u8) -> Self { in from_ptrs()
743 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
757 pub(crate) fn pos(&self) -> *mut u8 { in pos()
805 pub(crate) unsafe fn from_buffer(buf: *mut u8, len: usize) -> Self { in from_buffer()
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 Duaccess.rs128 pub fn read_all<A: Allocator>(self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all()
282 pub fn read_all<A: Allocator>(mut self, buf: &mut Vec<u8, A>, flags: Flags) -> Result { in read_all()
H A Dprint.rs102 module_name: &[u8],
H A Dfirmware.rs100 pub fn data(&self) -> &[u8] { in data()
H A Ddevice.rs191 unsafe fn printk(&self, klevel: &[u8], msg: fmt::Arguments<'_>) { in printk()
/linux/rust/kernel/alloc/
H A Dallocator_test.rs39 ptr: Option<NonNull<u8>>, in realloc()
43 ) -> Result<NonNull<[u8]>, AllocError> { in realloc()
/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/Documentation/driver-api/surface_aggregator/
H A Dssh.rst3 .. |u8| replace:: :c:type:`u8 <u8>` substdef
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c9 typedef uint8_t u8; typedef
/linux/arch/sh/drivers/pci/
H A Dcommon.c42 EARLY_PCI_OP(read, byte, u8 *) in EARLY_PCI_OP() argument
/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/tools/testing/selftests/powerpc/include/
H A Dutils.h32 typedef uint8_t u8; typedef
/linux/include/linux/raid/
H A Dpq.h31 typedef uint8_t u8; typedef
/linux/drivers/net/fddi/skfp/h/
H A Dtargetos.h88 #define u8 unsigned char macro
/linux/drivers/xen/xen-pciback/
H A Dconf_space.c34 DEFINE_PCI_CONFIG(read, byte, u8 *) in DEFINE_PCI_CONFIG() argument
/linux/rust/kernel/net/
H A Dphy.rs631 read_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16) -> Result<u16> read_mmd() argument
636 write_mmd(_dev: &mut Device, _devnum: u8, _regnum: u16, _val: u16) -> Result write_mmd() argument
/linux/arch/alpha/boot/tools/
H A Dmkbb.c26 #define u8 unsigned char macro
/linux/fs/ntfs3/
H A Dlznt.c138 static inline int compress_chunk(size_t (*match)(const u8 *, struct lznt *), in compress_chunk()
/linux/include/uapi/linux/netfilter/
H A Dx_tables.h94 __u8 u8; member

12