Home
last modified time | relevance | path

Searched refs:BOSCH_D_CAN (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/can/c_can/
Dc_can_platform.c199 .id = BOSCH_D_CAN,
208 .id = BOSCH_D_CAN,
220 .id = BOSCH_D_CAN,
323 case BOSCH_D_CAN: in c_can_plat_probe()
430 if (priv->type != BOSCH_D_CAN) { in c_can_suspend()
457 if (priv->type != BOSCH_D_CAN) { in c_can_resume()
Dc_can.c327 if (priv->type == BOSCH_D_CAN) { in c_can_setup_tx_object()
402 if (priv->type == BOSCH_D_CAN) { in c_can_read_msg_object()
560 if (priv->type != BOSCH_D_CAN) in c_can_software_reset()
635 priv->comm_rcv_high = priv->type != BOSCH_D_CAN ? in c_can_start()
783 if (priv->type != BOSCH_D_CAN) in c_can_rx_finalize()
1054 if (priv->type != BOSCH_D_CAN) in c_can_poll()
1232 WARN_ON(priv->type != BOSCH_D_CAN); in c_can_power_down()
1267 WARN_ON(priv->type != BOSCH_D_CAN); in c_can_power_up()
Dc_can.h169 BOSCH_D_CAN, enumerator
Dc_can_pci.c179 case BOSCH_D_CAN: in c_can_pci_probe()