Home
last modified time | relevance | path

Searched defs:ide (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/drivers/can/
Dcan_stm32_bxcan.c584 static int can_stm32_get_max_filters(const struct device *dev, bool ide) in can_stm32_get_max_filters()
852 bool ide, uint32_t id, uint32_t mask) in can_stm32_set_filter_bank()
1004 bool ide; in can_stm32_remove_rx_filter() local
Dcan_handlers.c137 static inline int z_vrfy_can_get_max_filters(const struct device *dev, bool ide) in z_vrfy_can_get_max_filters()
Dcan_loopback.c361 static int can_loopback_get_max_filters(const struct device *dev, bool ide) in can_loopback_get_max_filters()
Dcan_native_linux.c395 static int can_native_linux_get_max_filters(const struct device *dev, bool ide) in can_native_linux_get_max_filters()
Dcan_sja1000.c561 int can_sja1000_get_max_filters(const struct device *dev, bool ide) in can_sja1000_get_max_filters()
Dcan_mcan.c1048 int can_mcan_get_max_filters(const struct device *dev, bool ide) in can_mcan_get_max_filters()
Dcan_mcp2515.c313 static int mcp2515_get_max_filters(const struct device *dev, bool ide) in mcp2515_get_max_filters()
Dcan_xmc4xxx.c508 static int can_xmc4xxx_get_max_filters(const struct device *dev, bool ide) in can_xmc4xxx_get_max_filters()
Dcan_renesas_ra.c771 static int can_renesas_ra_get_max_filters(const struct device *dev, bool ide) in can_renesas_ra_get_max_filters()
Dcan_nxp_s32_canxl.c352 static int can_nxp_s32_get_max_filters(const struct device *dev, bool ide) in can_nxp_s32_get_max_filters()
Dcan_mcp251xfd.c730 static int mcp251xfd_get_max_filters(const struct device *dev, bool ide) in mcp251xfd_get_max_filters()
Dcan_mcux_flexcan.c129 static int mcux_flexcan_get_max_filters(const struct device *dev, bool ide) in mcux_flexcan_get_max_filters()
Dcan_rcar.c1146 static int can_rcar_get_max_filters(const struct device *dev, bool ide) in can_rcar_get_max_filters()
/Zephyr-latest/include/zephyr/drivers/
Dcan.h1389 static inline int z_impl_can_get_max_filters(const struct device *dev, bool ide) in z_impl_can_get_max_filters()
/Zephyr-latest/tests/drivers/can/api/src/
Dclassic.c723 static void add_remove_max_filters(bool ide) in add_remove_max_filters()