new_setup         197 drivers/usb/serial/oti6858.c 	struct oti6858_control_pkt *new_setup;
new_setup         201 drivers/usb/serial/oti6858.c 	new_setup = kmalloc(OTI6858_CTRL_PKT_SIZE, GFP_KERNEL);
new_setup         202 drivers/usb/serial/oti6858.c 	if (!new_setup) {
new_setup         214 drivers/usb/serial/oti6858.c 				new_setup, OTI6858_CTRL_PKT_SIZE,
new_setup         219 drivers/usb/serial/oti6858.c 		kfree(new_setup);
new_setup         227 drivers/usb/serial/oti6858.c 	if (!OTI6858_CTRL_EQUALS_PENDING(new_setup, priv)) {
new_setup         228 drivers/usb/serial/oti6858.c 		new_setup->divisor = priv->pending_setup.divisor;
new_setup         229 drivers/usb/serial/oti6858.c 		new_setup->control = priv->pending_setup.control;
new_setup         230 drivers/usb/serial/oti6858.c 		new_setup->frame_fmt = priv->pending_setup.frame_fmt;
new_setup         238 drivers/usb/serial/oti6858.c 					new_setup, OTI6858_CTRL_PKT_SIZE,
new_setup         244 drivers/usb/serial/oti6858.c 	kfree(new_setup);