Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
2356 flush_work(&ctx->extcon_wq); in sii8620_remove()