Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Dosl.c1185 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_obj(*hpw); 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 …]
/linux/drivers/nvme/target/
H A Dadmin-cmd.c1324 .hpw = (cdw11 >> 24) & 0xff, in nvmet_set_feat_arbitration()
1479 ((u32)arb.hpw << 24) | in nvmet_get_feat_arbitration()
H A Dnvmet.h972 u8 hpw; member