Lines Matching defs:ucan_priv
257 struct ucan_priv;
261 struct ucan_priv *up;
273 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)
632 static void ucan_tx_complete_msg(struct ucan_priv *up,
689 struct ucan_priv *up = urb->context;
817 struct ucan_priv *up;
858 static void ucan_cleanup_rx_urbs(struct ucan_priv *up, struct urb **urbs)
876 static int ucan_prepare_and_anchor_rx_urbs(struct ucan_priv *up,
925 static int ucan_submit_rx_urbs(struct ucan_priv *up, struct urb **urbs)
965 struct ucan_priv *up = netdev_priv(netdev);
1047 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);
1245 struct ucan_priv *up = netdev_priv(netdev);
1270 struct ucan_priv *up = netdev_priv(netdev);
1306 struct ucan_priv *up;
1487 netdev = alloc_candev(sizeof(struct ucan_priv),
1574 struct ucan_priv *up = usb_get_intfdata(intf);