usb_gpib_priv
#define GPIB_DEV (((struct usb_gpib_priv *)board->private_data)->dev)
struct usb_gpib_priv *data = board->private_data;
board->private_data = kzalloc_obj(struct usb_gpib_priv);
((struct usb_gpib_priv *)board->private_data)->eos_flags &= ~REOS;
((struct usb_gpib_priv *)board->private_data)->eos_flags);
struct usb_gpib_priv *pd = (struct usb_gpib_priv *)board->private_data;
struct usb_gpib_priv *pd = (struct usb_gpib_priv *)board->private_data;