VDO_MAX_SIZE      303 drivers/usb/typec/tcpm/tcpm.c 	u32 vdo_data[VDO_MAX_SIZE];
VDO_MAX_SIZE     1241 drivers/usb/typec/tcpm/tcpm.c 	if (WARN_ON(count > VDO_MAX_SIZE - 1))
VDO_MAX_SIZE     1242 drivers/usb/typec/tcpm/tcpm.c 		count = VDO_MAX_SIZE - 1;