Searched defs:platform_device (Results 1 – 8 of 8) sorted by relevance
23 struct platform_device { struct33 const struct platform_device_id *id_entry; argument45 #define to_platform_device(x) container_of((x), struct platform_device, dev) argument
25 static struct platform_device *platform_device; variable
27 static struct platform_device *platform_device; variable
111 extern "C" fn remove_callback(pdev: *mut bindings::platform_device) { in remove_callback()262 fn as_raw(&self) -> *mut bindings::platform_device { in as_raw()
83 struct platform_device *platform_device; member
337 struct platform_device *platform_device; member
957 int (*probe)(struct platform_device *), in __platform_driver_probe()1022 int (*probe)(struct platform_device *), in __platform_create_bundle()