Lines Matching refs:peak_canfd_priv

42 static struct peak_canfd_priv *pucan_init_cmd(struct peak_canfd_priv *priv)  in pucan_init_cmd()
48 static void *pucan_add_cmd(struct peak_canfd_priv *priv, int cmd_op) in pucan_add_cmd()
66 static int pucan_write_cmd(struct peak_canfd_priv *priv) in pucan_write_cmd()
87 static int pucan_set_reset_mode(struct peak_canfd_priv *priv) in pucan_set_reset_mode()
93 static int pucan_set_normal_mode(struct peak_canfd_priv *priv) in pucan_set_normal_mode()
105 static int pucan_set_listen_only_mode(struct peak_canfd_priv *priv) in pucan_set_listen_only_mode()
117 static int pucan_set_timing_slow(struct peak_canfd_priv *priv, in pucan_set_timing_slow()
140 static int pucan_set_timing_fast(struct peak_canfd_priv *priv, in pucan_set_timing_fast()
159 static int pucan_set_std_filter(struct peak_canfd_priv *priv, u8 row, u32 mask) in pucan_set_std_filter()
183 static int pucan_tx_abort(struct peak_canfd_priv *priv, u16 flags) in pucan_tx_abort()
194 static int pucan_clr_err_counters(struct peak_canfd_priv *priv) in pucan_clr_err_counters()
207 static int pucan_set_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_set_options()
218 static int pucan_clr_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_clr_options()
229 static int pucan_setup_rx_barrier(struct peak_canfd_priv *priv) in pucan_setup_rx_barrier()
251 static int pucan_handle_can_rx(struct peak_canfd_priv *priv, in pucan_handle_can_rx()
328 static int pucan_handle_error(struct peak_canfd_priv *priv, in pucan_handle_error()
338 static int pucan_handle_status(struct peak_canfd_priv *priv, in pucan_handle_status()
419 static int pucan_handle_cache_critical(struct peak_canfd_priv *priv) in pucan_handle_cache_critical()
446 int peak_canfd_handle_msg(struct peak_canfd_priv *priv, in peak_canfd_handle_msg()
483 int peak_canfd_handle_msgs_list(struct peak_canfd_priv *priv, in peak_canfd_handle_msgs_list()
505 static int peak_canfd_start(struct peak_canfd_priv *priv) in peak_canfd_start()
527 static void peak_canfd_stop(struct peak_canfd_priv *priv) in peak_canfd_stop()
544 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_set_mode()
561 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_get_berr_counter()
569 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_open()
618 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_set_bittiming()
625 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_set_data_bittiming()
632 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_close()
644 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_start_xmit()
803 struct peak_canfd_priv *priv; in alloc_peak_canfd_dev()