Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/platform/x86/
Dfujitsu-tablet.c159 int dock, tablet_mode; in fujitsu_send_state() local
163 dock = state & 0x02; in fujitsu_send_state()
165 if ((fujitsu.config.quirks & FORCE_TABLET_MODE_IF_UNDOCK) && (!dock)) { in fujitsu_send_state()
173 input_report_switch(fujitsu.idev, SW_DOCK, dock); in fujitsu_send_state()
Dhp-wmi.c458 static DEVICE_ATTR(dock, S_IRUGO, show_dock, NULL);
Dfujitsu-laptop.c563 static DEVICE_ATTR(dock, 0444, show_dock_state, ignore_store);
DKconfig385 the ones on the dock stations.
/linux-3.4.99/drivers/acpi/
Ddock.c457 static void handle_dock(struct dock_station *ds, int dock) in handle_dock() argument
468 (char *)name_buffer.pointer, dock ? "docking" : "undocking"); in handle_dock()
474 arg.integer.value = dock; in handle_dock()
484 static inline void dock(struct dock_station *ds) in dock() function
716 dock(ds); in dock_notify()
DMakefile37 acpi-$(CONFIG_ACPI_DOCK) += dock.o
/linux-3.4.99/drivers/pnp/pnpbios/
Dcore.c101 static int pnp_dock_event(int dock, struct pnp_docking_station_info *info) in pnp_dock_event() argument
136 scratch += sprintf(scratch, "ACTION=%s", dock ? "add" : "remove") + 1; in pnp_dock_event()
/linux-3.4.99/sound/pci/hda/
Dpatch_realtek.c1126 hda_nid_t fixed, ext, dock; in alc_init_auto_mic() local
1134 fixed = ext = dock = 0; in alc_init_auto_mic()
1150 if (dock) in alc_init_auto_mic()
1154 dock = nid; in alc_init_auto_mic()
1165 if (!ext && dock) { in alc_init_auto_mic()
1166 ext = dock; in alc_init_auto_mic()
1167 dock = 0; in alc_init_auto_mic()
1173 if (dock && !is_jack_detectable(codec, dock)) in alc_init_auto_mic()
1179 spec->dock_mic_pin = dock; in alc_init_auto_mic()
1186 ext, fixed, dock); in alc_init_auto_mic()
Dpatch_sigmatel.c3591 hda_nid_t *fixed, hda_nid_t *ext, hda_nid_t *dock) in check_mic_pin() argument
3611 if (*dock) in check_mic_pin()
3615 *dock = nid; in check_mic_pin()
3674 hda_nid_t fixed, ext, dock; in stac_check_auto_mic() local
3677 fixed = ext = dock = 0; in stac_check_auto_mic()
3680 &fixed, &ext, &dock)) in stac_check_auto_mic()
3684 &fixed, &ext, &dock)) in stac_check_auto_mic()
3686 if (!fixed || (!ext && !dock)) in stac_check_auto_mic()
3692 set_mic_route(codec, &spec->dock_mic, dock)) in stac_check_auto_mic()
/linux-3.4.99/Documentation/sound/alsa/
DHD-Audio-Models.txt28 lenovo-dock Enables docking station I/O for some Lenovos
/linux-3.4.99/Documentation/laptops/
Dthinkpad-acpi.txt550 0x4010 Docked into hotplug port replicator (non-ACPI dock)
551 0x4011 Undocked from hotplug port replicator (non-ACPI dock)
820 3 - UltraBase/dock
825 8 - dock status 1
826 9 - dock status 2
859 made available through the sysfs interface. If you have a dock and you
861 are not in the dock), or if you notice that there are missing LEDs,
/linux-3.4.99/
DMAINTAINERS2320 F: drivers/acpi/dock.c