Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/typec/ucsi/
H A Ducsi.c268 list_del(&uwork->node); in ucsi_poll_worker()
270 kfree(uwork); in ucsi_poll_worker()
274 ret = uwork->cb(con); in ucsi_poll_worker()
277 queue_delayed_work(con->wq, &uwork->work, uwork->delay); in ucsi_poll_worker()
280 kfree(uwork); in ucsi_poll_worker()
295 uwork = kzalloc(sizeof(*uwork), GFP_KERNEL); in ucsi_partner_task()
296 if (!uwork) in ucsi_partner_task()
300 uwork->count = retries; in ucsi_partner_task()
301 uwork->delay = delay; in ucsi_partner_task()
302 uwork->con = con; in ucsi_partner_task()
[all …]