Home
last modified time | relevance | path

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

12

/linux/Documentation/ABI/testing/
A 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
A Dsysfs-platform-wilco-ec7 want to run their device headless or with a dock.
A Dsysfs-bus-thunderbolt58 connected Thunderbolt dock (and Display Port). All
59 PCIe links downstream of the dock are removed.
/linux/drivers/extcon/
A Dextcon-max77693.c89 struct input_dev *dock; member
535 struct input_dev *dock = info->dock; in max77693_muic_dock_button_handler() local
569 input_event(dock, EV_KEY, code, attached); in max77693_muic_dock_button_handler()
570 input_sync(dock); in max77693_muic_dock_button_handler()
1104 info->dock = devm_input_allocate_device(&pdev->dev); in max77693_muic_probe()
1105 if (!info->dock) { in max77693_muic_probe()
1109 info->dock->name = "max77693-muic/dock"; in max77693_muic_probe()
1110 info->dock->phys = "max77693-muic/extcon"; in max77693_muic_probe()
1111 info->dock->dev.parent = &pdev->dev; in max77693_muic_probe()
1113 __set_bit(EV_REP, info->dock->evbit); in max77693_muic_probe()
[all …]
/linux/drivers/platform/x86/
A Dfujitsu-tablet.c188 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()
A Dfujitsu-laptop.c312 static DEVICE_ATTR_RO(dock);
A Dhp-wmi.c640 static DEVICE_ATTR_RO(dock);
A DKconfig602 the ones on the dock stations.
/linux/Documentation/sound/hd-audio/
A Dmodels.rst81 lenovo-dock
85 hp-dock-gpio-mic1-led
86 HP dock with mic LED support
89 dell-headset-dock
99 tpt440-dock
105 tpt470-dock
106 Lenovo Thinkpad T470 dock setup
199 hp-dock-pins
201 hp-dock-gpio-mic
529 hp-dock
[all …]
/linux/Documentation/devicetree/bindings/riscv/
A Dcanaan.yaml30 - const: sipeed,maix-dock-m1
31 - const: sipeed,maix-dock-m1w
/linux/drivers/acpi/
A Ddock.c314 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument
321 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock()
327 arg.integer.value = dock; in handle_dock()
334 static inline void dock(struct dock_station *ds) in dock() function
453 dock(ds); in dock_notify()
/linux/arch/riscv/boot/dts/canaan/
A Dsipeed_maix_dock.dts17 compatible = "sipeed,maix-dock-m1", "sipeed,maix-dock-m1w",
/linux/drivers/acpi/acpica/
A Ddbconvert.c298 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()
A Dutxface.c489 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
/linux/arch/arm/boot/dts/
A Dpxa300-raumfeld-controller.dts115 dock-detect {
116 label = "dock detect";
A Dsun8i-v3s-licheepi-zero-dock.dts49 compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero",
/linux/drivers/pnp/pnpbios/
A Dcore.c86 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/drivers/hwmon/
A Ddell-smm-hwmon.c800 bool dock = false; in dell_smm_fan_label() local
807 dock = true; in dell_smm_fan_label()
814 return dock ? docking_labels[type] : fan_labels[type]; in dell_smm_fan_label()
/linux/Documentation/devicetree/bindings/mfd/
A Diqs62x.yaml103 /* Single inductive button with bipolar dock/tablet-mode switch. */
/linux/include/acpi/
A Dacbuffer.h86 u8 dock; member
/linux/Documentation/devicetree/bindings/sound/
A Dsamsung,aries-wm8994.yaml56 description: Extcon phandle for dock detection
/linux/Documentation/admin-guide/
A Dthunderbolt.rst80 Display Port in a dock. All PCIe links downstream of the dock are
/linux/Documentation/admin-guide/laptops/
A Dthinkpad-acpi.rst564 0x4010 Docked into hotplug port replicator (non-ACPI dock)
565 0x4011 Undocked from hotplug port replicator (non-ACPI dock)
809 - 3 - UltraBase/dock
814 - 8 - dock status 1
815 - 9 - dock status 2
849 made available through the sysfs interface. If you have a dock and you
851 are not in the dock), or if you notice that there are missing LEDs,
/linux/sound/pci/emu10k1/
A Demu10k1_main.c712 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()
/linux/Documentation/devicetree/bindings/arm/
A Dsunxi.yaml406 - const: licheepi,licheepi-zero-dock

Completed in 49 milliseconds

12