Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/typec/ucsi/
H A Ducsi.c226 list_del(&uwork->node); in ucsi_poll_worker()
228 kfree(uwork); in ucsi_poll_worker()
232 ret = uwork->cb(con); in ucsi_poll_worker()
235 queue_delayed_work(con->wq, &uwork->work, uwork->delay); in ucsi_poll_worker()
238 kfree(uwork); in ucsi_poll_worker()
253 uwork = kzalloc(sizeof(*uwork), GFP_KERNEL); in ucsi_partner_task()
254 if (!uwork) in ucsi_partner_task()
258 uwork->count = retries; in ucsi_partner_task()
259 uwork->delay = delay; in ucsi_partner_task()
260 uwork->con = con; in ucsi_partner_task()
[all …]
/openbmc/linux/drivers/misc/cxl/
H A Dfile.c148 struct cxl_ioctl_start_work __user *uwork) in afu_ioctl_start_work() argument
158 if (copy_from_user(&work, uwork, sizeof(work))) in afu_ioctl_start_work()
269 if (copy_to_user(uwork, &work, sizeof(work))) in afu_ioctl_start_work()