Home
last modified time | relevance | path

Searched refs:extcon_wq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c90 struct work_struct extcon_wq; member
2138 container_of(work, struct sii8620, extcon_wq); in sii8620_extcon_work()
2158 schedule_work(&ctx->extcon_wq); in sii8620_extcon_notifier()
2190 INIT_WORK(&ctx->extcon_wq, sii8620_extcon_work); in sii8620_extcon_init()
2355 flush_work(&ctx->extcon_wq); in sii8620_remove()
H A Dite-it6505.c422 struct work_struct extcon_wq; member
2692 schedule_work(&it6505->extcon_wq); in it6505_extcon_notifier()
2698 struct it6505 *it6505 = container_of(work, struct it6505, extcon_wq); in it6505_extcon_work()
2747 INIT_WORK(&it6505->extcon_wq, it6505_extcon_work); in it6505_use_notifier_module()
2756 schedule_work(&it6505->extcon_wq); in it6505_use_notifier_module()
2768 flush_work(&it6505->extcon_wq); in it6505_remove_notifier_module()