Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dtc358743.c85 struct delayed_work delayed_work_enable_hotplug; member
360 struct tc358743_state, delayed_work_enable_hotplug); in tc358743_delayed_work_enable_hotplug()
396 cancel_delayed_work_sync(&state->delayed_work_enable_hotplug); in tc358743_disable_edid()
417 schedule_delayed_work(&state->delayed_work_enable_hotplug, HZ / 10); in tc358743_enable_edid()
2103 INIT_DELAYED_WORK(&state->delayed_work_enable_hotplug, in tc358743_probe()
2166 cancel_delayed_work(&state->delayed_work_enable_hotplug); in tc358743_probe()
2183 cancel_delayed_work_sync(&state->delayed_work_enable_hotplug); in tc358743_remove()
Dadv7604.c193 struct delayed_work delayed_work_enable_hotplug; member
541 delayed_work_enable_hotplug); in adv76xx_delayed_work_enable_hotplug()
2367 cancel_delayed_work_sync(&state->delayed_work_enable_hotplug); in adv76xx_set_edid()
2445 schedule_delayed_work(&state->delayed_work_enable_hotplug, HZ / 10); in adv76xx_set_edid()
3598 INIT_DELAYED_WORK(&state->delayed_work_enable_hotplug, in adv76xx_probe()
3653 cancel_delayed_work(&state->delayed_work_enable_hotplug); in adv76xx_probe()
3675 cancel_delayed_work_sync(&state->delayed_work_enable_hotplug); in adv76xx_remove()
Dadv7842.c113 struct delayed_work delayed_work_enable_hotplug; member
687 struct adv7842_state, delayed_work_enable_hotplug); in adv7842_delayed_work_enable_hotplug()
748 schedule_delayed_work(&state->delayed_work_enable_hotplug, HZ / 5); in edid_write_vga_segment()
831 schedule_delayed_work(&state->delayed_work_enable_hotplug, HZ / 5); in edid_write_hdmi_segment()
3554 INIT_DELAYED_WORK(&state->delayed_work_enable_hotplug, in adv7842_probe()
3586 cancel_delayed_work(&state->delayed_work_enable_hotplug); in adv7842_probe()
3602 cancel_delayed_work_sync(&state->delayed_work_enable_hotplug); in adv7842_remove()