Searched refs:dock (Results 1 – 15 of 15) sorted by relevance
| /drivers/platform/x86/ |
| A D | asus-tf103c-dock.c | 420 tf103c_dock_toprow_event(dock, 3, &dock->last_press_0x13); in tf103c_dock_kbd_interrupt() 423 tf103c_dock_toprow_event(dock, 4, &dock->last_press_0x13); in tf103c_dock_kbd_interrupt() 426 tf103c_dock_toprow_event(dock, 7, &dock->last_press_0x13); in tf103c_dock_kbd_interrupt() 429 tf103c_dock_toprow_event(dock, 8, &dock->last_press_0x13); in tf103c_dock_kbd_interrupt() 729 dock = devm_kzalloc(dev, sizeof(*dock), GFP_KERNEL); in tf103c_dock_probe() 730 if (!dock) in tf103c_dock_probe() 768 dock->irq = gpiod_to_irq(dock->irq_gpio); in tf103c_dock_probe() 782 dock->hpd_irq = gpiod_to_irq(dock->hpd_gpio); in tf103c_dock_probe() 842 dock->hid->driver_data = dock; in tf103c_dock_probe() 863 dock->tp_irq = irq_create_mapping(dock->tp_irq_domain, 0); in tf103c_dock_probe() [all …]
|
| A 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()
|
| A D | Makefile | 37 obj-$(CONFIG_ASUS_TF103C_DOCK) += asus-tf103c-dock.o
|
| A D | Kconfig | 289 tristate "Asus TF103C 2-in-1 keyboard dock" 297 keyboard dock for the Asus TF103C 2-in-1 tablet. 299 This keyboard dock has its own I2C attached embedded controller 302 keyboard dock requires this special driver to function.
|
| A D | fujitsu-laptop.c | 430 static DEVICE_ATTR_RO(dock);
|
| /drivers/extcon/ |
| A D | extcon-max77693.c | 89 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 …]
|
| /drivers/base/ |
| A D | physical_location.c | 34 dev->physical_location->dock = pld->dock; in dev_add_physical_location() 120 str_yes_no(dev->physical_location->dock)); in dock_show() 122 static DEVICE_ATTR_RO(dock);
|
| /drivers/acpi/ |
| A D | dock.c | 300 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()
|
| A D | Makefile | 49 acpi-$(CONFIG_ACPI_DOCK) += dock.o
|
| /drivers/acpi/acpica/ |
| A D | dbconvert.c | 300 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()
|
| A D | utxface.c | 489 pld_info->dock = ACPI_PLD_GET_DOCK(&dword); in ACPI_EXPORT_SYMBOL()
|
| /drivers/pnp/pnpbios/ |
| A 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()
|
| /drivers/hwmon/ |
| A D | dell-smm-hwmon.c | 951 bool dock = false; in dell_smm_fan_label() local 958 dock = true; in dell_smm_fan_label() 965 return dock ? docking_labels[type] : fan_labels[type]; in dell_smm_fan_label()
|
| /drivers/platform/x86/lenovo/ |
| A D | Kconfig | 148 the ones on the dock stations.
|
| /drivers/platform/x86/hp/ |
| A D | hp-wmi.c | 917 static DEVICE_ATTR_RO(dock);
|
Completed in 33 milliseconds