Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/include/linux/
Dplatform_device.h22 struct platform_device { struct
32 const struct platform_device_id *id_entry; argument
45 #define to_platform_device(x) container_of((x), struct platform_device, dev) argument
/kernel/linux/linux-4.19/include/linux/
Dplatform_device.h23 struct platform_device { struct
31 const struct platform_device_id *id_entry; argument
43 #define to_platform_device(x) container_of((x), struct platform_device, dev) argument
/kernel/linux/linux-4.19/drivers/platform/x86/
Ddell-smbios-smm.c27 static struct platform_device *platform_device; variable
Dasus-wmi.h86 struct platform_device *platform_device; member
Ddell-smbios-base.c29 static struct platform_device *platform_device; variable
Dalienware-wmi.c227 static struct platform_device *platform_device; variable
Dasus-wmi.c230 struct platform_device *platform_device; member
2385 struct platform_device *platform_device; in asus_wmi_register_driver() local
Dideapad-laptop.c103 struct platform_device *platform_device; member
Ddell-laptop.c91 static struct platform_device *platform_device; variable
Deeepc-laptop.c169 struct platform_device *platform_device; member
/kernel/linux/linux-5.10/drivers/platform/x86/
Ddell-smbios-smm.c24 static struct platform_device *platform_device; variable
Dasus-wmi.h74 struct platform_device *platform_device; member
Ddell-smbios-base.c26 static struct platform_device *platform_device; variable
Dalienware-wmi.c217 static struct platform_device *platform_device; variable
Dideapad-laptop.c89 struct platform_device *platform_device; member
Dasus-wmi.c179 struct platform_device *platform_device; member
2801 struct platform_device *platform_device; in asus_wmi_register_driver() local
Ddell-laptop.c87 static struct platform_device *platform_device; variable
/kernel/linux/linux-5.10/drivers/watchdog/
Dxen_wdt.c25 static struct platform_device *platform_device; variable
/kernel/linux/linux-4.19/drivers/watchdog/
Dxen_wdt.c29 static struct platform_device *platform_device; variable
/kernel/linux/linux-5.10/drivers/base/
Dplatform.c851 int (*probe)(struct platform_device *), struct module *module) in __platform_driver_probe()
919 int (*probe)(struct platform_device *), in __platform_create_bundle()
/kernel/linux/linux-4.19/drivers/base/
Dplatform.c674 int (*probe)(struct platform_device *), struct module *module) in __platform_driver_probe()
742 int (*probe)(struct platform_device *), in __platform_create_bundle()
/kernel/linux/linux-4.19/drivers/fpga/
Ddfl.h400 int (*match)(struct platform_device *, void *)) in dfl_fpga_cdev_find_port()
Ddfl.c1018 int (*match)(struct platform_device *, void *)) in __dfl_fpga_cdev_find_port()
/kernel/linux/linux-5.10/drivers/fpga/
Ddfl.h495 int (*match)(struct platform_device *, void *)) in dfl_fpga_cdev_find_port()
Ddfl.c1509 int (*match)(struct platform_device *, void *)) in __dfl_fpga_cdev_find_port()

12