Searched refs:dock (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/drivers/extcon/ |
D | extcon-max77693.c | 98 struct input_dev *dock; member 538 struct input_dev *dock = info->dock; in max77693_muic_dock_button_handler() local 572 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler() 573 input_sync(dock); in max77693_muic_dock_button_handler() 1098 info->dock = devm_input_allocate_device(&pdev->dev); in max77693_muic_probe() 1099 if (!info->dock) { in max77693_muic_probe() 1103 info->dock->name = "max77693-muic/dock"; in max77693_muic_probe() 1104 info->dock->phys = "max77693-muic/extcon"; in max77693_muic_probe() 1105 info->dock->dev.parent = &pdev->dev; in max77693_muic_probe() 1107 __set_bit(EV_REP, info->dock->evbit); in max77693_muic_probe() [all …]
|
/linux-4.4.14/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 | 544 static DEVICE_ATTR(dock, 0444, show_dock_state, ignore_store);
|
D | Kconfig | 443 the ones on the dock stations.
|
/linux-4.4.14/drivers/acpi/ |
D | dock.c | 332 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument 339 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock() 345 arg.integer.value = dock; in handle_dock() 352 static inline void dock(struct dock_station *ds) in dock() function 471 dock(ds); in dock_notify()
|
D | Makefile | 41 acpi-$(CONFIG_ACPI_DOCK) += dock.o
|
/linux-4.4.14/drivers/acpi/acpica/ |
D | dbconvert.c | 330 ACPI_PLD_SET_DOCK(&dword, pld_info->dock); in acpi_db_encode_pld_buffer() 444 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Dock", pld_info->dock); in acpi_db_dump_pld_buffer()
|
D | utxface.c | 525 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | HD-Audio-Models.txt | 38 lenovo-dock Enables docking station I/O for some Lenovos 41 dell-headset-dock Headset jack (without mic-in), and also dock I/O 44 tpt440-dock Pin configs for Lenovo Thinkpad Dock support
|
/linux-4.4.14/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.4.14/drivers/hwmon/ |
D | dell-smm-hwmon.c | 612 bool dock = false; in i8k_hwmon_show_fan_label() local 620 dock = true; in i8k_hwmon_show_fan_label() 627 return sprintf(buf, "%s%s\n", (dock ? "Docking " : ""), labels[type]); in i8k_hwmon_show_fan_label()
|
/linux-4.4.14/include/acpi/ |
D | acbuffer.h | 120 u8 dock; member
|
/linux-4.4.14/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,
|