pd_events         246 drivers/usb/typec/tcpm/tcpm.c 	u32 pd_events;
pd_events        3945 drivers/usb/typec/tcpm/tcpm.c 	while (port->pd_events) {
pd_events        3946 drivers/usb/typec/tcpm/tcpm.c 		events = port->pd_events;
pd_events        3947 drivers/usb/typec/tcpm/tcpm.c 		port->pd_events = 0;
pd_events        3975 drivers/usb/typec/tcpm/tcpm.c 	port->pd_events |= TCPM_CC_EVENT;
pd_events        3984 drivers/usb/typec/tcpm/tcpm.c 	port->pd_events |= TCPM_VBUS_EVENT;
pd_events        3993 drivers/usb/typec/tcpm/tcpm.c 	port->pd_events = TCPM_RESET_EVENT;