Lines Matching defs:priv

41 static struct peak_canfd_priv *pucan_init_cmd(struct peak_canfd_priv *priv)  in pucan_init_cmd()
47 static void *pucan_add_cmd(struct peak_canfd_priv *priv, int cmd_op) in pucan_add_cmd()
65 static int pucan_write_cmd(struct peak_canfd_priv *priv) in pucan_write_cmd()
86 static int pucan_set_reset_mode(struct peak_canfd_priv *priv) in pucan_set_reset_mode()
92 static int pucan_set_normal_mode(struct peak_canfd_priv *priv) in pucan_set_normal_mode()
104 static int pucan_set_listen_only_mode(struct peak_canfd_priv *priv) in pucan_set_listen_only_mode()
116 static int pucan_set_timing_slow(struct peak_canfd_priv *priv, in pucan_set_timing_slow()
139 static int pucan_set_timing_fast(struct peak_canfd_priv *priv, in pucan_set_timing_fast()
158 static int pucan_set_std_filter(struct peak_canfd_priv *priv, u8 row, u32 mask) in pucan_set_std_filter()
182 static int pucan_tx_abort(struct peak_canfd_priv *priv, u16 flags) in pucan_tx_abort()
193 static int pucan_clr_err_counters(struct peak_canfd_priv *priv) in pucan_clr_err_counters()
206 static int pucan_set_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_set_options()
217 static int pucan_clr_options(struct peak_canfd_priv *priv, u16 opt_mask) in pucan_clr_options()
228 static int pucan_setup_rx_barrier(struct peak_canfd_priv *priv) in pucan_setup_rx_barrier()
250 static int pucan_handle_can_rx(struct peak_canfd_priv *priv, in pucan_handle_can_rx()
327 static int pucan_handle_error(struct peak_canfd_priv *priv, in pucan_handle_error()
337 static int pucan_handle_status(struct peak_canfd_priv *priv, in pucan_handle_status()
420 static int pucan_handle_cache_critical(struct peak_canfd_priv *priv) in pucan_handle_cache_critical()
449 int peak_canfd_handle_msg(struct peak_canfd_priv *priv, in peak_canfd_handle_msg()
486 int peak_canfd_handle_msgs_list(struct peak_canfd_priv *priv, in peak_canfd_handle_msgs_list()
508 static int peak_canfd_start(struct peak_canfd_priv *priv) in peak_canfd_start()
530 static void peak_canfd_stop(struct peak_canfd_priv *priv) in peak_canfd_stop()
547 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_set_mode() local
564 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_get_berr_counter() local
572 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_open() local
621 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_set_bittiming() local
628 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_set_data_bittiming() local
635 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_close() local
647 struct peak_canfd_priv *priv = netdev_priv(ndev); in peak_canfd_start_xmit() local
760 struct peak_canfd_priv *priv; in alloc_peak_canfd_dev() local