Home
last modified time | relevance | path

Searched refs:hpw (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/acpi/
H A Dosl.c1153 struct acpi_hp_work *hpw = container_of(work, struct acpi_hp_work, work); in acpi_hotplug_work_fn() local
1156 acpi_device_hotplug(hpw->adev, hpw->src); in acpi_hotplug_work_fn()
1157 kfree(hpw); in acpi_hotplug_work_fn()
1162 struct acpi_hp_work *hpw; in acpi_hotplug_schedule() local
1168 hpw = kmalloc(sizeof(*hpw), GFP_KERNEL); in acpi_hotplug_schedule()
1169 if (!hpw) in acpi_hotplug_schedule()
1172 INIT_WORK(&hpw->work, acpi_hotplug_work_fn); in acpi_hotplug_schedule()
1173 hpw->adev = adev; in acpi_hotplug_schedule()
1174 hpw->src = src; in acpi_hotplug_schedule()
1181 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule()
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c32 u32 hpw; member
128 lcd_mode->hpw; in lcd_olinuxino_get_modes()
130 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c286 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
296 hpw = lt->mode.hsync_len; in lt8912_video_setup()
298 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
315 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x18, hpw); in lt8912_video_setup()