Home
last modified time | relevance | path

Searched defs:strip_prefix (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/pinctrl/tegra/
H A Dpinctrl-tegra-xusb.c410 static const char *strip_prefix(const char *s) in strip_prefix() function
/linux/rust/kernel/
H A Dstr.rs46 pub fn strip_prefix(&self, pattern: impl AsRef<Self>) -> Option<&BStr> { in strip_prefix() method