Lines Matching refs:swm_can_device
68 struct swm_can_device struct
105 static struct swm_can_device can_obj[sizeof(swm_can_cfg) / sizeof(swm_can_cfg[0])];
123 struct swm_can_device *can_dev; in swm_can_config()
129 can_dev = (struct swm_can_device *)can_device->parent.user_data; in swm_can_config()
176 struct swm_can_device *can_dev; in swm_can_control()
180 can_dev = (struct swm_can_device *)can_device->parent.user_data; in swm_can_control()
325 struct swm_can_device *can_dev; in swm_can_sendmsg()
328 can_dev = (struct swm_can_device *)can_device->parent.user_data; in swm_can_sendmsg()
407 struct swm_can_device *can_dev; in swm_can_recvmsg()
409 can_dev = (struct swm_can_device *)can_device->parent.user_data; in swm_can_recvmsg()
458 struct swm_can_device *can_dev; in swm_can_isr()
460 can_dev = (struct swm_can_device *)can_device->parent.user_data; in swm_can_isr()