Home
last modified time | relevance | path

Searched refs:cpu_handle (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Ddma.rs1028 /// - `cpu_handle` holds the opaque handle returned by `dma_alloc_attrs` with
1037 cpu_handle: NonNull<c_void>, field
1062 let cpu_handle = unsafe { in alloc_with_attrs() localVariable
1072 let cpu_handle = NonNull::new(cpu_handle).ok_or(ENOMEM)?; in alloc_with_attrs() localVariable
1074 // INVARIANT: `cpu_handle` is the opaque handle from a successful `dma_alloc_attrs` call in alloc_with_attrs()
1080 cpu_handle, in alloc_with_attrs()
1114 // `cpu_handle` is the opaque handle from `dma_alloc_attrs` and is passed back unchanged. in drop()
1119 self.cpu_handle.as_ptr(), in drop()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h507 u32 cpu_handle:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dtrx.h598 u32 cpu_handle:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A Dtrx.h662 u32 cpu_handle:1; member