Home
last modified time | relevance | path

Searched defs:fwnode_handle (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dfwnode.h52 struct fwnode_handle { struct
53 struct fwnode_handle *secondary; argument
73 struct fwnode_handle *supplier; argument
/linux/drivers/cdx/
H A Dcdx_msi.c163 struct fwnode_handle *fwnode_handle; in cdx_msi_domain_init() local
/linux/rust/kernel/
H A Ddevice.rs390 let fwnode_handle = unsafe { bindings::__dev_fwnode(self.as_raw()) }; fwnode() localVariable
/linux/rust/kernel/device/
H A Dproperty.rs60 /// Obtain the raw `struct fwnode_handle *`. in as_raw() argument
[all...]
/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c114 struct fwnode_handle *fwnode_handle; member