status_work        99 drivers/phy/motorola/phy-mapphone-mdm6600.c 	struct delayed_work status_work;
status_work       206 drivers/phy/motorola/phy-mapphone-mdm6600.c 	ddata = container_of(work, struct phy_mdm6600, status_work.work);
status_work       228 drivers/phy/motorola/phy-mapphone-mdm6600.c 	schedule_delayed_work(&ddata->status_work, msecs_to_jiffies(10));
status_work       566 drivers/phy/motorola/phy-mapphone-mdm6600.c 	INIT_DELAYED_WORK(&ddata->status_work, phy_mdm6600_status);
status_work       653 drivers/phy/motorola/phy-mapphone-mdm6600.c 	cancel_delayed_work_sync(&ddata->status_work);
status_work       170 drivers/usb/misc/ftdi-elan.c 	struct delayed_work status_work;
status_work       224 drivers/usb/misc/ftdi-elan.c 	if (!schedule_delayed_work(&ftdi->status_work, delta))
status_work       230 drivers/usb/misc/ftdi-elan.c 	if (schedule_delayed_work(&ftdi->status_work, delta))
status_work       236 drivers/usb/misc/ftdi-elan.c 	if (cancel_delayed_work_sync(&ftdi->status_work))
status_work       521 drivers/usb/misc/ftdi-elan.c 		container_of(work, struct usb_ftdi, status_work.work);
status_work      2704 drivers/usb/misc/ftdi-elan.c 		INIT_DELAYED_WORK(&ftdi->status_work, ftdi_elan_status_work);