Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/can/c_can/
H A Dc_can_platform.c200 .id = BOSCH_D_CAN,
210 .id = BOSCH_D_CAN,
223 .id = BOSCH_D_CAN,
326 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()
H A Dc_can.h153 BOSCH_D_CAN, enumerator
244 if (priv->type == BOSCH_D_CAN) in c_can_get_tx_free()
H A Dc_can_main.c315 if (priv->type == BOSCH_D_CAN) { in c_can_setup_tx_object()
390 if (priv->type == BOSCH_D_CAN) { in c_can_read_msg_object()
569 if (priv->type != BOSCH_D_CAN) in c_can_software_reset()
644 priv->comm_rcv_high = priv->type != BOSCH_D_CAN ? in c_can_start()
763 if (priv->type == BOSCH_D_CAN && tail == 0) { in c_can_do_tx()
813 if (priv->type != BOSCH_D_CAN) in c_can_rx_finalize()
1071 if (priv->type != BOSCH_D_CAN) in c_can_poll()
1263 WARN_ON(priv->type != BOSCH_D_CAN); in c_can_power_down()
1298 WARN_ON(priv->type != BOSCH_D_CAN); in c_can_power_up()
H A Dc_can_pci.c179 case BOSCH_D_CAN: in c_can_pci_probe()