Searched refs:rt_can_hdr (Results 1 – 2 of 2) sorted by relevance
393 struct rt_can_hdr struct423 struct rt_can_hdr *hdr;472 struct rt_can_hdr *owner;
358 struct rt_can_hdr *phdr; in rt_can_open()360 phdr = (struct rt_can_hdr *) rt_malloc(can->config.maxhdr * sizeof(struct rt_can_hdr)); in rt_can_open()362 rt_memset(phdr, 0, can->config.maxhdr * sizeof(struct rt_can_hdr)); in rt_can_open()
Completed in 5 milliseconds