Searched refs:txbug (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/can/ |
H A D | grcan.c | 295 * respectively in the case of a hanged device due to a txbug. 1578 int irq, u32 ambafreq, bool txbug) in grcan_setup_netdev() 1607 priv->need_txbug_workaround = txbug; in grcan_setup_netdev() 1655 bool txbug = true; in grcan_probe() local 1665 txbug = false; in grcan_probe() 1690 err = grcan_setup_netdev(ofdev, base, irq, ambafreq, txbug); in grcan_probe() 1576 grcan_setup_netdev(struct platform_device *ofdev, void __iomem *base, int irq, u32 ambafreq, bool txbug) grcan_setup_netdev() argument
|
/kernel/linux/linux-6.6/drivers/net/can/ |
H A D | grcan.c | 296 * respectively in the case of a hanged device due to a txbug. 1572 int irq, u32 ambafreq, bool txbug) in grcan_setup_netdev() 1602 priv->need_txbug_workaround = txbug; in grcan_setup_netdev() 1650 bool txbug = true; in grcan_probe() local 1660 txbug = false; in grcan_probe() 1685 err = grcan_setup_netdev(ofdev, base, irq, ambafreq, txbug); in grcan_probe() 1570 grcan_setup_netdev(struct platform_device *ofdev, void __iomem *base, int irq, u32 ambafreq, bool txbug) grcan_setup_netdev() argument
|
Completed in 6 milliseconds