Searched refs:hpw (Results 1 – 5 of 5) sorted by relevance
| /drivers/acpi/ |
| A D | osl.c | 1185 struct acpi_hp_work *hpw = container_of(work, struct acpi_hp_work, work); in acpi_hotplug_work_fn() local 1188 acpi_device_hotplug(hpw->adev, hpw->src); in acpi_hotplug_work_fn() 1189 kfree(hpw); in acpi_hotplug_work_fn() 1194 struct acpi_hp_work *hpw; in acpi_hotplug_schedule() local 1200 hpw = kmalloc(sizeof(*hpw), GFP_KERNEL); in acpi_hotplug_schedule() 1201 if (!hpw) in acpi_hotplug_schedule() 1204 INIT_WORK(&hpw->work, acpi_hotplug_work_fn); in acpi_hotplug_schedule() 1205 hpw->adev = adev; in acpi_hotplug_schedule() 1206 hpw->src = src; in acpi_hotplug_schedule() 1213 if (!queue_work(kacpi_hotplug_wq, &hpw->work)) { in acpi_hotplug_schedule() [all …]
|
| /drivers/gpu/drm/panel/ |
| A D | panel-olimex-lcd-olinuxino.c | 32 u32 hpw; member 128 lcd_mode->hpw; in lcd_olinuxino_get_modes() 130 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
|
| /drivers/gpu/drm/bridge/ |
| A D | lontium-lt8912b.c | 286 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()
|
| /drivers/nvme/target/ |
| A D | admin-cmd.c | 1325 .hpw = (cdw11 >> 24) & 0xff, in nvmet_set_feat_arbitration() 1480 ((u32)arb.hpw << 24) | in nvmet_get_feat_arbitration()
|
| A D | nvmet.h | 971 u8 hpw; member
|
Completed in 23 milliseconds