Home
last modified time | relevance | path

Searched refs:dock (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-devices-platform-dock1 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
Dsysfs-bus-thunderbolt39 connected Thunderbolt dock (and Display Port). All
40 PCIe links downstream of the dock are removed.
/Linux-v4.19/drivers/extcon/
Dextcon-max77693.c98 struct input_dev *dock; member
544 struct input_dev *dock = info->dock; in max77693_muic_dock_button_handler() local
578 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler()
579 input_sync(dock); in max77693_muic_dock_button_handler()
1111 info->dock = devm_input_allocate_device(&pdev->dev); in max77693_muic_probe()
1112 if (!info->dock) { in max77693_muic_probe()
1116 info->dock->name = "max77693-muic/dock"; in max77693_muic_probe()
1117 info->dock->phys = "max77693-muic/extcon"; in max77693_muic_probe()
1118 info->dock->dev.parent = &pdev->dev; in max77693_muic_probe()
1120 __set_bit(EV_REP, info->dock->evbit); in max77693_muic_probe()
[all …]
/Linux-v4.19/drivers/platform/x86/
Dfujitsu-tablet.c200 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()
Dhp-wmi.c514 static DEVICE_ATTR_RO(dock);
Dfujitsu-laptop.c325 static DEVICE_ATTR_RO(dock);
DKconfig526 the ones on the dock stations.
/Linux-v4.19/Documentation/sound/hd-audio/
Dmodels.rst81 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-v4.19/drivers/acpi/
Ddock.c327 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument
334 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock()
340 arg.integer.value = dock; in handle_dock()
347 static inline void dock(struct dock_station *ds) in dock() function
466 dock(ds); in dock_notify()
DMakefile41 acpi-$(CONFIG_ACPI_DOCK) += dock.o
/Linux-v4.19/drivers/acpi/acpica/
Ddbconvert.c294 ACPI_PLD_SET_DOCK(&dword, pld_info->dock); in acpi_db_encode_pld_buffer()
408 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Dock", pld_info->dock); in acpi_db_dump_pld_buffer()
Dutxface.c489 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
/Linux-v4.19/drivers/pnp/pnpbios/
Dcore.c99 static int pnp_dock_event(int dock, struct pnp_docking_station_info *info) in pnp_dock_event() argument
135 scratch += sprintf(scratch, "ACTION=%s", dock ? "add" : "remove") + 1; in pnp_dock_event()
/Linux-v4.19/drivers/hwmon/
Ddell-smm-hwmon.c670 bool dock = false; in i8k_hwmon_show_fan_label() local
678 dock = true; in i8k_hwmon_show_fan_label()
685 return sprintf(buf, "%s%s\n", (dock ? "Docking " : ""), labels[type]); in i8k_hwmon_show_fan_label()
/Linux-v4.19/arch/arm/boot/dts/
Dsun8i-v3s-licheepi-zero-dock.dts49 compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero",
DMakefile1055 sun8i-v3s-licheepi-zero-dock.dtb \
/Linux-v4.19/include/acpi/
Dacbuffer.h86 u8 dock; member
/Linux-v4.19/Documentation/admin-guide/
Dthunderbolt.rst57 Display Port in a dock. All PCIe links downstream of the dock are
/Linux-v4.19/Documentation/laptops/
Dthinkpad-acpi.txt534 0x4010 Docked into hotplug port replicator (non-ACPI dock)
535 0x4011 Undocked from hotplug port replicator (non-ACPI dock)
766 3 - UltraBase/dock
771 8 - dock status 1
772 9 - dock status 2
805 made available through the sysfs interface. If you have a dock and you
807 are not in the dock), or if you notice that there are missing LEDs,
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_main.c727 static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu, int dock, in snd_emu1010_load_firmware() argument
734 filename = firmware_names[emu->card_capabilities->emu_model][dock]; in snd_emu1010_load_firmware()