detect_work 73 drivers/gpu/drm/i2c/tda998x_drv.c struct work_struct detect_work; detect_work 754 drivers/gpu/drm/i2c/tda998x_drv.c schedule_work(&priv->detect_work); detect_work 776 drivers/gpu/drm/i2c/tda998x_drv.c container_of(work, struct tda998x_priv, detect_work); detect_work 807 drivers/gpu/drm/i2c/tda998x_drv.c schedule_work(&priv->detect_work); detect_work 1789 drivers/gpu/drm/i2c/tda998x_drv.c cancel_work_sync(&priv->detect_work); detect_work 1818 drivers/gpu/drm/i2c/tda998x_drv.c INIT_WORK(&priv->detect_work, tda998x_detect_work); detect_work 127 drivers/phy/motorola/phy-cpcap-usb.c struct delayed_work detect_work; detect_work 230 drivers/phy/motorola/phy-cpcap-usb.c ddata = container_of(work, struct cpcap_phy_ddata, detect_work.work); detect_work 308 drivers/phy/motorola/phy-cpcap-usb.c schedule_delayed_work(&ddata->detect_work, msecs_to_jiffies(1)); detect_work 614 drivers/phy/motorola/phy-cpcap-usb.c INIT_DELAYED_WORK(&ddata->detect_work, cpcap_usb_detect); detect_work 654 drivers/phy/motorola/phy-cpcap-usb.c schedule_delayed_work(&ddata->detect_work, msecs_to_jiffies(1)); detect_work 672 drivers/phy/motorola/phy-cpcap-usb.c cancel_delayed_work_sync(&ddata->detect_work); detect_work 127 drivers/power/supply/cpcap-charger.c struct delayed_work detect_work; detect_work 444 drivers/power/supply/cpcap-charger.c detect_work.work); detect_work 484 drivers/power/supply/cpcap-charger.c schedule_delayed_work(&ddata->detect_work, 0); detect_work 634 drivers/power/supply/cpcap-charger.c INIT_DELAYED_WORK(&ddata->detect_work, cpcap_usb_detect); detect_work 671 drivers/power/supply/cpcap-charger.c schedule_delayed_work(&ddata->detect_work, 0); detect_work 692 drivers/power/supply/cpcap-charger.c cancel_delayed_work_sync(&ddata->detect_work);