Lines Matching defs:ucan_priv
259 struct ucan_priv;
263 struct ucan_priv *up;
274 struct ucan_priv {
314 static void ucan_release_context_array(struct ucan_priv *up)
326 static int ucan_alloc_context_array(struct ucan_priv *up)
353 static struct ucan_urb_context *ucan_alloc_context(struct ucan_priv *up)
384 static bool ucan_release_context(struct ucan_priv *up,
412 static int ucan_ctrl_command_out(struct ucan_priv *up,
427 static int ucan_device_request_in(struct ucan_priv *up,
444 static void ucan_parse_device_info(struct ucan_priv *up,
483 static bool ucan_handle_error_frame(struct ucan_priv *up,
565 static void ucan_rx_can_msg(struct ucan_priv *up, struct ucan_message_in *m)
635 static void ucan_tx_complete_msg(struct ucan_priv *up,
691 struct ucan_priv *up = urb->context;
819 struct ucan_priv *up;
860 static void ucan_cleanup_rx_urbs(struct ucan_priv *up, struct urb **urbs)
878 static int ucan_prepare_and_anchor_rx_urbs(struct ucan_priv *up,
927 static int ucan_submit_rx_urbs(struct ucan_priv *up, struct urb **urbs)
967 struct ucan_priv *up = netdev_priv(netdev);
1049 static struct urb *ucan_prepare_tx_urb(struct ucan_priv *up,
1103 static void ucan_clean_up_tx_urb(struct ucan_priv *up, struct urb *urb)
1119 struct ucan_priv *up = netdev_priv(netdev);
1198 struct ucan_priv *up = netdev_priv(netdev);
1249 struct ucan_priv *up = netdev_priv(netdev);
1274 struct ucan_priv *up = netdev_priv(netdev);
1310 struct ucan_priv *up;
1491 netdev = alloc_candev(sizeof(struct ucan_priv),
1577 struct ucan_priv *up = usb_get_intfdata(intf);