Home
last modified time | relevance | path

Searched defs:platform_device (Results 1 – 8 of 8) sorted by relevance

/linux/include/linux/
H A Dplatform_device.h23 struct platform_device { struct
33 const struct platform_device_id *id_entry; argument
45 #define to_platform_device(x) container_of((x), struct platform_device, dev) argument
/linux/drivers/platform/x86/dell/
H A Ddell-smbios-smm.c25 static struct platform_device *platform_device; variable
H A Ddell-smbios-base.c27 static struct platform_device *platform_device; variable
/linux/rust/kernel/
H A Dplatform.rs111 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()
/linux/drivers/watchdog/
H A Dxen_wdt.c25 static struct platform_device *platform_device; variable
/linux/drivers/platform/x86/
H A Dasus-wmi.h83 struct platform_device *platform_device; member
H A Dsamsung-laptop.c337 struct platform_device *platform_device; member
/linux/drivers/base/
H A Dplatform.c957 int (*probe)(struct platform_device *), in __platform_driver_probe()
1022 int (*probe)(struct platform_device *), in __platform_create_bundle()