Searched refs:IS_CAN_ALL (Results 1 – 4 of 4) sorted by relevance
142 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_init()216 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_filter_config()263 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_reset()304 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_send()370 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_send_by_it()434 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_recv()490 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_recv_by_it()558 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_sleep()591 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_wake_up()721 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_get_tx_status()[all …]
137 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_init()211 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_filter_config()258 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_reset()299 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_send()365 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_send_by_it()429 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_recv()482 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_recv_by_it()550 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_sleep()583 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_wake_up()713 assert_param(IS_CAN_ALL(hperh->perh)); in ald_can_get_tx_status()[all …]
340 #define IS_CAN_ALL(x) ((x) == CAN0) macro
342 #define IS_CAN_ALL(x) ((x) == CAN0) macro
Completed in 18 milliseconds