Searched refs:docked (Results 1 – 5 of 5) sorted by relevance
1 What: /sys/devices/platform/dock.<N>/docked7 laptop is docked in a docking station.22 (RO) Displays the docking station the laptop is docked to.
142 int docked = -1, d = 0; in pnp_dock_thread() local175 if (d != docked) { in pnp_dock_thread()177 docked = d; in pnp_dock_thread()181 docked ? "at" : "de"); in pnp_dock_thread()
129 unsigned int docked:1; member247 if (vbus && s.id_ground && ddata->docked) { in cpcap_usb_detect()259 ddata->docked = true; in cpcap_usb_detect()278 if (s.id_ground && !ddata->docked) { in cpcap_usb_detect()319 ddata->docked = false; in cpcap_usb_detect()
496 static DEVICE_ATTR_RO(docked);
403 orientation detection for docked slates.