Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dqconf.h43 typedef class QTreeWidget Parent; typedef
115 typedef class QTreeWidgetItem Parent; typedef
185 typedef class QTextBrowser Parent; typedef
216 typedef class QDialog Parent; typedef
/linux/rust/kernel/
H A Dconfigfs.rs308 unsafe fn get_group_data<'a, Parent>(this: *mut bindings::config_group) -> &'a Parent { in get_group_data() argument