Home
last modified time | relevance | path

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

/linux/drivers/net/usb/
H A Dkaweth.c208 struct delayed_work lowmem_work; member
397 schedule_delayed_work(&kaweth->lowmem_work, HZ/4); in kaweth_resubmit_int_urb()
443 container_of(work, struct kaweth_device, lowmem_work.work); in kaweth_resubmit_tl()
477 schedule_delayed_work(&kaweth->lowmem_work, HZ/4); in kaweth_resubmit_rx_urb()
636 cancel_delayed_work_sync(&kaweth->lowmem_work); in kaweth_kill_urbs()
1055 INIT_DELAYED_WORK(&kaweth->lowmem_work, kaweth_resubmit_tl); in kaweth_probe()