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()
137 unsigned int docked:1; member255 if (vbus && s.id_ground && ddata->docked) { in cpcap_usb_detect()267 ddata->docked = true; in cpcap_usb_detect()286 if (s.id_ground && !ddata->docked) { in cpcap_usb_detect()327 ddata->docked = false; in cpcap_usb_detect()
496 static DEVICE_ATTR_RO(docked);
435 orientation detection for docked slates.