Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dkeyspan_pda.c48 struct work_struct unthrottle_work; member
104 container_of(work, struct keyspan_pda_private, unthrottle_work); in keyspan_pda_request_unthrottle()
544 schedule_work(&priv->unthrottle_work); in keyspan_pda_write()
664 cancel_work_sync(&priv->unthrottle_work); in keyspan_pda_close()
721 INIT_WORK(&priv->unthrottle_work, keyspan_pda_request_unthrottle); in keyspan_pda_port_probe()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dkeyspan_pda.c35 struct work_struct unthrottle_work; member
106 container_of(work, struct keyspan_pda_private, unthrottle_work); in keyspan_pda_request_unthrottle()
519 schedule_work(&priv->unthrottle_work); in keyspan_pda_write_start()
604 cancel_work_sync(&priv->unthrottle_work); in keyspan_pda_close()
661 INIT_WORK(&priv->unthrottle_work, keyspan_pda_request_unthrottle); in keyspan_pda_port_probe()

Completed in 3 milliseconds