Lines Matching defs:data
15 - data loss -- one single Receive URB is not nearly enough
2380 struct usb_wwan_intf_private *data;
2383 data = kzalloc(sizeof(struct usb_wwan_intf_private), GFP_KERNEL);
2384 if (!data)
2393 data->use_send_setup = 1;
2396 data->use_zlp = 1;
2398 spin_lock_init(&data->susp_lock);
2400 usb_set_serial_data(serial, data);
2421 dev_dbg(dev, "%s: urb %p port %p has data %p\n", __func__, urb, port, portdata);
2456 /* Resubmit urb so we continue receiving IRQ data */