Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/m_can/
Dm_can.c460 if (cdev->is_peripheral) { in m_can_receive_skb()
591 if (cdev->is_peripheral) in m_can_handle_lost_msg()
650 if (cdev->is_peripheral) in m_can_handle_lec_err()
770 if (cdev->is_peripheral) in m_can_handle_state_change()
859 if (cdev->is_peripheral) in m_can_handle_protocol_error()
989 if (cdev->is_peripheral) in m_can_tx_update_stats()
1073 if (!cdev->is_peripheral) in m_can_isr()
1084 if (cdev->is_peripheral) in m_can_isr()
1101 if (cdev->is_peripheral) in m_can_isr()
1468 if (!cdev->is_peripheral) in m_can_dev_setup()
[all …]
Dm_can.h93 int is_peripheral; member
Dm_can_platform.c139 mcan_class->is_peripheral = false; in m_can_plat_probe()
Dtcan4x5x-core.c350 mcan_class->is_peripheral = true; in tcan4x5x_can_probe()