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 void ucan_get_fw_str(struct ucan_priv *up, char *fw_str, size_t size) in ucan_get_fw_str()
446 static void ucan_parse_device_info(struct ucan_priv *up, in ucan_parse_device_info()
485 static bool ucan_handle_error_frame(struct ucan_priv *up, in ucan_handle_error_frame()
567 static void ucan_rx_can_msg(struct ucan_priv *up, struct ucan_message_in *m) in ucan_rx_can_msg()
637 static void ucan_tx_complete_msg(struct ucan_priv *up, in ucan_tx_complete_msg()
693 struct ucan_priv *up = urb->context; in ucan_read_bulk_callback() local
821 struct ucan_priv *up; in ucan_write_bulk_callback() local
862 static void ucan_cleanup_rx_urbs(struct ucan_priv *up, struct urb **urbs) in ucan_cleanup_rx_urbs()
880 static int ucan_prepare_and_anchor_rx_urbs(struct ucan_priv *up, in ucan_prepare_and_anchor_rx_urbs()
929 static int ucan_submit_rx_urbs(struct ucan_priv *up, struct urb **urbs) in ucan_submit_rx_urbs()
969 struct ucan_priv *up = netdev_priv(netdev); in ucan_open() local
1051 static struct urb *ucan_prepare_tx_urb(struct ucan_priv *up, in ucan_prepare_tx_urb()
1105 static void ucan_clean_up_tx_urb(struct ucan_priv *up, struct urb *urb) in ucan_clean_up_tx_urb()
1121 struct ucan_priv *up = netdev_priv(netdev); in ucan_start_xmit() local
1200 struct ucan_priv *up = netdev_priv(netdev); in ucan_close() local
1251 struct ucan_priv *up = netdev_priv(netdev); in ucan_set_bittiming() local
1276 struct ucan_priv *up = netdev_priv(netdev); in ucan_set_mode() local
1312 struct ucan_priv *up; in ucan_probe() local
1570 struct ucan_priv *up = usb_get_intfdata(intf); in ucan_disconnect() local