Home
last modified time | relevance | path

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

/linux/rust/kernel/io/
H A Dresource.rs227 pub const IORESOURCE_MEM_NONPOSTED: Flags = Flags::new(bindings::IORESOURCE_MEM_NONPOSTED); constant
H A Dmem.rs241 .contains(io::resource::Flags::IORESOURCE_MEM_NONPOSTED) in ioremap()
/linux/drivers/usb/dwc3/
H A Dhost.c40 if (dwc->xhci_resources[0].flags & IORESOURCE_MEM_NONPOSTED) in dwc3_power_off_all_roothub_ports()
/linux/lib/
H A Ddevres.c139 if (type == DEVM_IOREMAP && res->flags & IORESOURCE_MEM_NONPOSTED) in __devm_ioremap_resource()
/linux/include/linux/
H A Dioport.h112 #define IORESOURCE_MEM_NONPOSTED (1<<7) macro