/Linux-v5.10/Documentation/ABI/testing/ |
D | sysfs-devices-platform-dock | 1 What: /sys/devices/platform/dock.N/docked 9 What: /sys/devices/platform/dock.N/undock 17 What: /sys/devices/platform/dock.N/uid 24 What: /sys/devices/platform/dock.N/flags 29 (RO) Show dock station flags, useful for checking if undock 33 What: /sys/devices/platform/dock.N/type 38 (RO) Display the dock station type- dock_station, ata_bay or
|
D | sysfs-platform-wilco-ec | 7 want to run their device headless or with a dock.
|
D | sysfs-bus-thunderbolt | 49 connected Thunderbolt dock (and Display Port). All 50 PCIe links downstream of the dock are removed.
|
/Linux-v5.10/drivers/extcon/ |
D | extcon-max77693.c | 88 struct input_dev *dock; member 534 struct input_dev *dock = info->dock; in max77693_muic_dock_button_handler() local 568 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler() 569 input_sync(dock); in max77693_muic_dock_button_handler() 1103 info->dock = devm_input_allocate_device(&pdev->dev); in max77693_muic_probe() 1104 if (!info->dock) { in max77693_muic_probe() 1108 info->dock->name = "max77693-muic/dock"; in max77693_muic_probe() 1109 info->dock->phys = "max77693-muic/extcon"; in max77693_muic_probe() 1110 info->dock->dev.parent = &pdev->dev; in max77693_muic_probe() 1112 __set_bit(EV_REP, info->dock->evbit); in max77693_muic_probe() [all …]
|
/Linux-v5.10/drivers/platform/x86/ |
D | fujitsu-tablet.c | 188 int dock, tablet_mode; in fujitsu_send_state() local 192 dock = state & 0x02; in fujitsu_send_state() 194 dock = !dock; in fujitsu_send_state() 196 if ((fujitsu.config.quirks & FORCE_TABLET_MODE_IF_UNDOCK) && (!dock)) { in fujitsu_send_state() 204 input_report_switch(fujitsu.idev, SW_DOCK, dock); in fujitsu_send_state()
|
D | hp-wmi.c | 506 static DEVICE_ATTR_RO(dock);
|
D | fujitsu-laptop.c | 312 static DEVICE_ATTR_RO(dock);
|
D | Kconfig | 702 the ones on the dock stations.
|
/Linux-v5.10/Documentation/sound/hd-audio/ |
D | models.rst | 81 lenovo-dock 85 hp-dock-gpio-mic1-led 86 HP dock with mic LED support 89 dell-headset-dock 90 Headset jack (without mic-in), and also dock I/O 92 Headset jack (without mic-in), and also dock I/O, variant 3 94 Headset jack (without mic-in), and also dock I/O, variant 4 99 tpt440-dock 105 tpt470-dock 106 Lenovo Thinkpad T470 dock setup [all …]
|
/Linux-v5.10/drivers/acpi/ |
D | dock.c | 313 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument 320 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock() 326 arg.integer.value = dock; in handle_dock() 333 static inline void dock(struct dock_station *ds) in dock() function 452 dock(ds); in dock_notify()
|
D | Makefile | 41 acpi-$(CONFIG_ACPI_DOCK) += dock.o
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | pxa300-raumfeld-controller.dts | 115 dock-detect { 116 label = "dock detect";
|
D | sun8i-v3s-licheepi-zero-dock.dts | 49 compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero",
|
D | Makefile | 1214 sun8i-v3s-licheepi-zero-dock.dtb \
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | dbconvert.c | 298 ACPI_PLD_SET_DOCK(&dword, pld_info->dock); in acpi_db_encode_pld_buffer() 412 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Dock", pld_info->dock); in acpi_db_dump_pld_buffer()
|
D | utxface.c | 489 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
|
/Linux-v5.10/drivers/pnp/pnpbios/ |
D | core.c | 86 static int pnp_dock_event(int dock, struct pnp_docking_station_info *info) in pnp_dock_event() argument 122 scratch += sprintf(scratch, "ACTION=%s", dock ? "add" : "remove") + 1; in pnp_dock_event()
|
/Linux-v5.10/drivers/hwmon/ |
D | dell-smm-hwmon.c | 682 bool dock = false; in i8k_hwmon_fan_label_show() local 690 dock = true; in i8k_hwmon_fan_label_show() 697 return sprintf(buf, "%s%s\n", (dock ? "Docking " : ""), labels[type]); in i8k_hwmon_fan_label_show()
|
/Linux-v5.10/include/acpi/ |
D | acbuffer.h | 86 u8 dock; member
|
/Linux-v5.10/Documentation/admin-guide/ |
D | thunderbolt.rst | 77 Display Port in a dock. All PCIe links downstream of the dock are
|
/Linux-v5.10/Documentation/admin-guide/laptops/ |
D | thinkpad-acpi.rst | 562 0x4010 Docked into hotplug port replicator (non-ACPI dock) 563 0x4011 Undocked from hotplug port replicator (non-ACPI dock) 807 - 3 - UltraBase/dock 812 - 8 - dock status 1 813 - 9 - dock status 2 847 made available through the sysfs interface. If you have a dock and you 849 are not in the dock), or if you notice that there are missing LEDs,
|
/Linux-v5.10/sound/pci/emu10k1/ |
D | emu10k1_main.c | 712 static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu, int dock, in snd_emu1010_load_firmware() argument 719 filename = firmware_names[emu->card_capabilities->emu_model][dock]; in snd_emu1010_load_firmware()
|