vdm_state_machine  250 drivers/usb/typec/tcpm/tcpm.c 	struct delayed_work vdm_state_machine;
vdm_state_machine 1220 drivers/usb/typec/tcpm/tcpm.c 			mod_delayed_work(port->wq, &port->vdm_state_machine,
vdm_state_machine 1232 drivers/usb/typec/tcpm/tcpm.c 		mod_delayed_work(port->wq, &port->vdm_state_machine, 0);
vdm_state_machine 1249 drivers/usb/typec/tcpm/tcpm.c 	mod_delayed_work(port->wq, &port->vdm_state_machine, 0);
vdm_state_machine 1316 drivers/usb/typec/tcpm/tcpm.c 			mod_delayed_work(port->wq, &port->vdm_state_machine,
vdm_state_machine 1349 drivers/usb/typec/tcpm/tcpm.c 					      vdm_state_machine.work);
vdm_state_machine 1497 drivers/usb/typec/tcpm/tcpm.c 	mod_delayed_work(port->wq, &port->vdm_state_machine, 0);
vdm_state_machine 1513 drivers/usb/typec/tcpm/tcpm.c 	mod_delayed_work(port->wq, &port->vdm_state_machine, 0);
vdm_state_machine 1526 drivers/usb/typec/tcpm/tcpm.c 	mod_delayed_work(port->wq, &port->vdm_state_machine, 0);
vdm_state_machine 4777 drivers/usb/typec/tcpm/tcpm.c 	INIT_DELAYED_WORK(&port->vdm_state_machine, vdm_state_machine_work);