Home
last modified time | relevance | path

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

/linux/samples/rust/ !
H A Drust_dma.rs24 const TEST_VALUES: [(u32, u32); 5] = [ constant
68 CoherentAllocation::alloc_coherent(pdev.as_ref(), TEST_VALUES.len(), GFP_KERNEL)?; in probe()
70 for (i, value) in TEST_VALUES.into_iter().enumerate() { in probe()
90 for (i, value) in TEST_VALUES.into_iter().enumerate() { in check_dma()