Lines Matching defs:up

263 	struct ucan_priv *up;  member
314 static void ucan_release_context_array(struct ucan_priv *up) in ucan_release_context_array()
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() local
819 struct ucan_priv *up; in ucan_write_bulk_callback() local
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() local
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() local
1198 struct ucan_priv *up = netdev_priv(netdev); in ucan_close() local
1249 struct ucan_priv *up = netdev_priv(netdev); in ucan_set_bittiming() local
1274 struct ucan_priv *up = netdev_priv(netdev); in ucan_set_mode() local
1310 struct ucan_priv *up; in ucan_probe() local
1577 struct ucan_priv *up = usb_get_intfdata(intf); in ucan_disconnect() local