Home
last modified time | relevance | path

Searched refs:hpw (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/acpi/
H A Dosl.c1159 struct acpi_hp_work *hpw = container_of(work, struct acpi_hp_work, work); in acpi_hotplug_work_fn() local
1162 acpi_device_hotplug(hpw->adev, hpw->src); in acpi_hotplug_work_fn()
1163 kfree(hpw); in acpi_hotplug_work_fn()
1168 struct acpi_hp_work *hpw; in acpi_hotplug_schedule() local
1174 hpw = kmalloc(sizeof(*hpw), GFP_KERNEL); in acpi_hotplug_schedule()
1175 if (!hpw) in acpi_hotplug_schedule()
1178 INIT_WORK(&hpw->work, acpi_hotplug_work_fn); in acpi_hotplug_schedule()
1179 hpw in acpi_hotplug_schedule()
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dosl.c1157 struct acpi_hp_work *hpw = container_of(work, struct acpi_hp_work, work); in acpi_hotplug_work_fn() local
1160 acpi_device_hotplug(hpw->adev, hpw->src); in acpi_hotplug_work_fn()
1161 kfree(hpw); in acpi_hotplug_work_fn()
1166 struct acpi_hp_work *hpw; in acpi_hotplug_schedule() local
1172 hpw = kmalloc(sizeof(*hpw), GFP_KERNEL); in acpi_hotplug_schedule()
1173 if (!hpw) in acpi_hotplug_schedule()
1176 INIT_WORK(&hpw->work, acpi_hotplug_work_fn); in acpi_hotplug_schedule()
1177 hpw in acpi_hotplug_schedule()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c32 u32 hpw; member
164 lcd_mode->hpw; in lcd_olinuxino_get_modes()
166 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-olimex-lcd-olinuxino.c32 u32 hpw; member
164 lcd_mode->hpw; in lcd_olinuxino_get_modes()
166 lcd_mode->hpw + lcd_mode->hbp; in lcd_olinuxino_get_modes()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/
H A Dlontium-lt8912b.c275 u32 hactive, h_total, hpw, hfp, hbp; in lt8912_video_setup() local
285 hpw = lt->mode.hsync_len; in lt8912_video_setup()
287 h_total = hactive + hfp + hpw + hbp; in lt8912_video_setup()
304 ret |= regmap_write(lt->regmap[I2C_CEC_DSI], 0x18, hpw); in lt8912_video_setup()

Completed in 6 milliseconds