Searched refs:dock_present (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/acpi/
H A Ddock.c210 * dock_present - see if the dock station is present.
216 static int dock_present(struct dock_station *ds) function
534 if (!dock_present(ds))
549 if (dock_present(ds)) {
573 if (!dock_in_progress(ds) && dock_present(ds)) {
576 if (!dock_present(ds)) {
650 return snprintf(buf, PAGE_SIZE, "%d\n", dock_present(dock_station));

Completed in 45 milliseconds