Home
last modified time | relevance | path

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

12

/linux/Documentation/ABI/testing/
H 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
H A Dsysfs-devices-physical_location30 What: /sys/devices/.../physical_location/dock
H A Dsysfs-platform-wilco-ec7 want to run their device headless or with a dock.
H A Dsysfs-bus-thunderbolt58 connected Thunderbolt dock (and Display Port). All
59 PCIe links downstream of the dock are removed.
/linux/drivers/extcon/
H 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/base/
H A Dphysical_location.c33 dev->physical_location->dock = pld->dock; in dev_add_physical_location()
119 str_yes_no(dev->physical_location->dock)); in dock_show()
121 static DEVICE_ATTR_RO(dock);
/linux/Documentation/sound/hd-audio/
H A 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/drivers/acpi/
H A Ddock.c300 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument
307 acpi_handle_info(ds->handle, "%s\n", dock ? "docking" : "undocking"); in handle_dock()
313 arg.integer.value = dock; in handle_dock()
320 static inline void dock(struct dock_station *ds) in dock() function
441 dock(ds); in dock_notify()
H A DMakefile49 acpi-$(CONFIG_ACPI_DOCK) += dock.o
/linux/arch/riscv/boot/dts/canaan/
H A Dsipeed_maix_dock.dts17 compatible = "sipeed,maix-dock-m1", "sipeed,maix-dock-m1w",
/linux/arch/riscv/boot/dts/allwinner/
H A DMakefile7 dtb-$(CONFIG_ARCH_SUNXI) += sun20i-d1-lichee-rv-dock.dtb
/linux/arch/arm/boot/dts/intel/pxa/
H A Dpxa300-raumfeld-controller.dts115 dock-detect {
116 label = "dock detect";
/linux/drivers/acpi/acpica/
H A Ddbconvert.c300 ACPI_PLD_SET_DOCK(&dword, pld_info->dock); in acpi_db_encode_pld_buffer()
414 acpi_os_printf(ACPI_PLD_OUTPUT, "PLD_Dock", pld_info->dock); in acpi_db_dump_pld_buffer()
H A Dutxface.c489 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
/linux/drivers/pnp/pnpbios/
H 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/arch/arm/boot/dts/allwinner/
H A Dsun8i-v3s-licheepi-zero-dock.dts49 compatible = "licheepi,licheepi-zero-dock", "licheepi,licheepi-zero",
/linux/include/acpi/
H A Dacbuffer.h86 u8 dock; member
/linux/drivers/hwmon/
H A Ddell-smm-hwmon.c988 bool dock = false; in dell_smm_fan_label() local
995 dock = true; in dell_smm_fan_label()
1002 return dock ? docking_labels[type] : fan_labels[type]; in dell_smm_fan_label()
/linux/drivers/platform/x86/lenovo/
H A DKconfig148 the ones on the dock stations.
/linux/include/linux/
H A Ddevice.h503 bool dock; member
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-transformer-common.dtsi1523 switch-dock-hall-sensor {
1534 label = "Audio dock line-out detect";
H A Dtegra114-asus-tf701t.dts1712 /* Host USB via dock */
1768 label = "Audio dock line-out detect";
H A Dtegra30-asus-tf300tl.dts817 dock_battery: battery-dock {
H A Dtegra30-pegatron-chagall.dts2671 switch-dock-insert {
2682 label = "Audio dock line-out detect";
H A Dtegra30-asus-p1801-t.dts1869 /* low: tablet, high: dock */

12