Lines Matching defs:undock
26 "undock immediately when the undock button is pressed, 0 will cause"
27 " the driver to wait for userspace to write the undock sysfs file "
288 sprintf(event_string, "EVENT=undock");
309 * @dock: to dock, or undock - that is the question
338 static inline void undock(struct dock_station *ds)
381 * handle_eject_request - handle an undock request checking for error conditions
383 * Check to make sure the dock device is still present, then undock and
392 * here we need to generate the undock
393 * event prior to actually doing the undock
401 undock(ds);
405 acpi_handle_err(ds->handle, "Unable to undock!\n");
432 * is sent and _DCK is present, it is assumed to mean an undock
511 * write_undock - write method for "undock" file in sysfs
528 static DEVICE_ATTR_WO(undock);