Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dkeyspan_pda.c51 struct work_struct unthrottle_work; member
116 container_of(work, struct keyspan_pda_private, unthrottle_work); in keyspan_pda_request_unthrottle()
538 schedule_work(&priv->unthrottle_work); in keyspan_pda_write()
712 INIT_WORK(&priv->unthrottle_work, keyspan_pda_request_unthrottle); in keyspan_pda_port_probe()