/Zephyr-Core-2.7.6/tests/drivers/can/canfd/src/ |
D | main.c | 42 const struct device *can_dev; variable 200 static void send_test_msg(const struct device *can_dev, in send_test_msg() 211 static void send_test_msg_nowait(const struct device *can_dev, in send_test_msg_nowait() 224 static inline int attach_msgq(const struct device *can_dev, in attach_msgq() 237 static inline int attach_workq(const struct device *can_dev, in attach_workq() 254 static inline int attach_isr(const struct device *can_dev, in attach_isr()
|
/Zephyr-Core-2.7.6/tests/drivers/can/stm32/src/ |
D | main.c | 106 static void send_test_msg(const struct device *can_dev, in send_test_msg() 124 const struct device *can_dev; in test_filter_handling() local
|
/Zephyr-Core-2.7.6/drivers/can/ |
D | can_shell.c | 211 const struct device *can_dev; in cmd_config() local 266 const struct device *can_dev; in cmd_send() local 316 const struct device *can_dev; in cmd_attach() local 390 const struct device *can_dev; in cmd_detach() local
|
D | can_net.c | 19 const struct device *can_dev; member 376 const struct device *can_dev; in net_can_init() local
|
D | socket_can_generic.h | 29 const struct device *can_dev; member
|
D | can_loopback.c | 311 const struct device *can_dev = DEVICE_GET(can_loopback_1); in socket_can_init_1() local
|
D | can_stm32.c | 1193 const struct device *can_dev = DEVICE_DT_GET(DT_NODELABEL(can1)); in socket_can_init_1() local 1285 const struct device *can_dev = DEVICE_DT_GET(DT_NODELABEL(can2)); in socket_can_init_2() local
|
D | can_mcp2515.c | 943 const struct device *can_dev = DEVICE_DT_INST_GET(1); in socket_can_init() local
|
/Zephyr-Core-2.7.6/tests/drivers/can/api/src/ |
D | main.c | 58 const struct device *can_dev; variable 382 static void send_test_msg(const struct device *can_dev, in send_test_msg() 393 static void send_test_msg_nowait(const struct device *can_dev, in send_test_msg_nowait() 405 static inline int attach_msgq(const struct device *can_dev, in attach_msgq() 418 static inline int attach_workq(const struct device *can_dev, in attach_workq() 435 static inline int attach_isr(const struct device *can_dev, in attach_isr()
|
/Zephyr-Core-2.7.6/subsys/canbus/isotp/ |
D | isotp.c | 598 int isotp_bind(struct isotp_recv_ctx *ctx, const struct device *can_dev, in isotp_bind() 1173 static int send(struct isotp_send_ctx *ctx, const struct device *can_dev, in send() 1238 int isotp_send(struct isotp_send_ctx *ctx, const struct device *can_dev, in isotp_send() 1254 int isotp_send_ctx_buf(const struct device *can_dev, in isotp_send_ctx_buf() 1278 int isotp_send_net_ctx_buf(const struct device *can_dev, in isotp_send_net_ctx_buf() 1302 int isotp_send_buf(const struct device *can_dev, in isotp_send_buf()
|
/Zephyr-Core-2.7.6/tests/subsys/canbus/isotp/implementation/src/ |
D | main.c | 34 const struct device *can_dev; variable 64 static void send_sf(const struct device *can_dev) in send_sf() 113 static void send_test_data(const struct device *can_dev, const uint8_t *data, in send_test_data()
|
/Zephyr-Core-2.7.6/tests/drivers/can/timing/src/ |
D | main.c | 31 const struct device *can_dev; variable
|
/Zephyr-Core-2.7.6/samples/subsys/canbus/isotp/src/ |
D | main.c | 38 const struct device *can_dev; variable
|
/Zephyr-Core-2.7.6/include/canbus/ |
D | isotp.h | 377 const struct device *can_dev; member 406 const struct device *can_dev; member
|
/Zephyr-Core-2.7.6/samples/drivers/can/src/ |
D | main.c | 28 const struct device *can_dev = DEVICE_DT_GET(DT_CHOSEN(zephyr_can_primary)); variable
|
/Zephyr-Core-2.7.6/tests/subsys/canbus/isotp/conformance/src/ |
D | main.c | 127 const struct device *can_dev; variable
|