Searched refs:dock_station (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | dock.c | 30 struct dock_station { struct 71 static int add_dock_dependent_device(struct dock_station *ds, in add_dock_dependent_device() 130 static struct dock_station *find_dock_station(acpi_handle handle) in find_dock_station() 132 struct dock_station *ds; in find_dock_station() 150 find_dock_dependent_device(struct dock_station *ds, struct acpi_device *adev) in find_dock_dependent_device() 164 struct dock_station *ds = find_dock_station(dshandle); in register_dock_dependent_device() 184 struct dock_station *dock_station; in is_dock_device() local 192 list_for_each_entry(dock_station, &dock_stations, sibling) in is_dock_device() 193 if (find_dock_dependent_device(dock_station, ade in is_dock_device() 490 struct dock_station *dock_station = dev->platform_data; docked_show() local 504 struct dock_station *dock_station = dev->platform_data; flags_show() local 517 struct dock_station *dock_station = dev->platform_data; undock_store() local 537 struct dock_station *dock_station = dev->platform_data; uid_show() local 550 struct dock_station *dock_station = dev->platform_data; type_show() local 587 struct dock_station *dock_station, ds = { NULL, }; acpi_dock_add() local [all...] |
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | dock.c | 30 struct dock_station { struct 71 static int add_dock_dependent_device(struct dock_station *ds, in add_dock_dependent_device() 130 static struct dock_station *find_dock_station(acpi_handle handle) in find_dock_station() 132 struct dock_station *ds; in find_dock_station() 150 find_dock_dependent_device(struct dock_station *ds, struct acpi_device *adev) in find_dock_dependent_device() 164 struct dock_station *ds = find_dock_station(dshandle); in register_dock_dependent_device() 184 struct dock_station *dock_station; in is_dock_device() local 192 list_for_each_entry(dock_station, &dock_stations, sibling) in is_dock_device() 193 if (find_dock_dependent_device(dock_station, ade in is_dock_device() 491 struct dock_station *dock_station = dev->platform_data; docked_show() local 504 struct dock_station *dock_station = dev->platform_data; flags_show() local 518 struct dock_station *dock_station = dev->platform_data; undock_store() local 538 struct dock_station *dock_station = dev->platform_data; uid_show() local 552 struct dock_station *dock_station = dev->platform_data; type_show() local 589 struct dock_station *dock_station, ds = { NULL, }; acpi_dock_add() local [all...] |
Completed in 2 milliseconds