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