Searched refs:dock (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/drivers/extcon/ |
D | extcon-max77693.c | 97 struct input_dev *dock; member 562 struct input_dev *dock = info->dock; in max77693_muic_dock_button_handler() local 596 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler() 597 input_sync(dock); in max77693_muic_dock_button_handler() 1126 info->dock = devm_input_allocate_device(&pdev->dev); in max77693_muic_probe() 1127 if (!info->dock) { in max77693_muic_probe() 1131 info->dock->name = "max77693-muic/dock"; in max77693_muic_probe() 1132 info->dock->phys = "max77693-muic/extcon"; in max77693_muic_probe() 1133 info->dock->dev.parent = &pdev->dev; in max77693_muic_probe() 1135 __set_bit(EV_REP, info->dock->evbit); in max77693_muic_probe() [all …]
|
/linux-4.1.27/drivers/platform/x86/ |
D | fujitsu-tablet.c | 200 int dock, tablet_mode; in fujitsu_send_state() local 204 dock = state & 0x02; in fujitsu_send_state() 206 dock = !dock; in fujitsu_send_state() 208 if ((fujitsu.config.quirks & FORCE_TABLET_MODE_IF_UNDOCK) && (!dock)) { in fujitsu_send_state() 216 input_report_switch(fujitsu.idev, SW_DOCK, dock); in fujitsu_send_state()
|
D | hp-wmi.c | 527 static DEVICE_ATTR(dock, S_IRUGO, show_dock, NULL);
|
D | fujitsu-laptop.c | 543 static DEVICE_ATTR(dock, 0444, show_dock_state, ignore_store);
|
D | Kconfig | 418 the ones on the dock stations.
|
/linux-4.1.27/drivers/acpi/ |
D | dock.c | 336 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument 343 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock() 349 arg.integer.value = dock; in handle_dock() 356 static inline void dock(struct dock_station *ds) in dock() function 475 dock(ds); in dock_notify()
|
D | Makefile | 41 acpi-$(CONFIG_ACPI_DOCK) += dock.o
|
/linux-4.1.27/drivers/pnp/pnpbios/ |
D | core.c | 99 static int pnp_dock_event(int dock, struct pnp_docking_station_info *info) in pnp_dock_event() argument 134 scratch += sprintf(scratch, "ACTION=%s", dock ? "add" : "remove") + 1; in pnp_dock_event()
|
/linux-4.1.27/drivers/char/ |
D | i8k.c | 583 bool dock = false; in i8k_hwmon_show_fan_label() local 591 dock = true; in i8k_hwmon_show_fan_label() 598 return sprintf(buf, "%s%s\n", (dock ? "Docking " : ""), labels[type]); in i8k_hwmon_show_fan_label()
|
/linux-4.1.27/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 32 lenovo-dock Enables docking station I/O for some Lenovos 34 dell-headset-dock Headset jack (without mic-in), and also dock I/O
|
/linux-4.1.27/include/acpi/ |
D | acbuffer.h | 120 u8 dock; member
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utxface.c | 548 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
|
/linux-4.1.27/Documentation/laptops/ |
D | thinkpad-acpi.txt | 533 0x4010 Docked into hotplug port replicator (non-ACPI dock) 534 0x4011 Undocked from hotplug port replicator (non-ACPI dock) 762 3 - UltraBase/dock 767 8 - dock status 1 768 9 - dock status 2 801 made available through the sysfs interface. If you have a dock and you 803 are not in the dock), or if you notice that there are missing LEDs,
|