Home
last modified time | relevance | path

Searched refs:dock_notify (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/
Dinternal.h50 int dock_notify(struct acpi_device *adev, u32 event);
55 static inline int dock_notify(struct acpi_device *adev, u32 event) { return -ENODEV; } in dock_notify() function
Ddock.c421 int dock_notify(struct acpi_device *adev, u32 event) in dock_notify() function
Dscan.c406 error = dock_notify(adev, src); in acpi_device_hotplug()