Searched refs:wq_extcon (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
H A D | phy-bcm-ns2-usbdrd.c | 73 struct delayed_work wq_extcon; member 245 struct ns2_phy_driver, wq_extcon); in extcon_work() 271 queue_delayed_work(system_power_efficient_wq, &driver->wq_extcon, in gpio_irq_handler() 358 INIT_DELAYED_WORK(&driver->wq_extcon, extcon_work); in ns2_drd_phy_probe() 414 queue_delayed_work(system_power_efficient_wq, &driver->wq_extcon, in ns2_drd_phy_probe()
|
/kernel/linux/linux-6.6/drivers/phy/broadcom/ |
H A D | phy-bcm-ns2-usbdrd.c | 63 struct delayed_work wq_extcon; member 235 struct ns2_phy_driver, wq_extcon); in extcon_work() 261 queue_delayed_work(system_power_efficient_wq, &driver->wq_extcon, in gpio_irq_handler() 343 INIT_DELAYED_WORK(&driver->wq_extcon, extcon_work); in ns2_drd_phy_probe() 399 queue_delayed_work(system_power_efficient_wq, &driver->wq_extcon, in ns2_drd_phy_probe()
|
Completed in 2 milliseconds