Lines Matching defs:cf

173 static void mod_and_fddata(struct canfd_frame *cf, struct cf_mod *mod)  in mod_and_fddata()
181 static void mod_or_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_fddata()
189 static void mod_xor_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_xor_fddata()
197 static void mod_set_fddata(struct canfd_frame *cf, struct cf_mod *mod) in mod_set_fddata()
203 static void mod_retrieve_ccdlc(struct canfd_frame *cf) in mod_retrieve_ccdlc()
217 static void mod_store_ccdlc(struct canfd_frame *cf) in mod_store_ccdlc()
237 static void mod_and_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_and_ccdlc()
244 static void mod_or_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_or_ccdlc()
251 static void mod_xor_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_xor_ccdlc()
258 static void mod_set_ccdlc(struct canfd_frame *cf, struct cf_mod *mod) in mod_set_ccdlc()
320 static void cgw_csum_xor_rel(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_rel()
342 static void cgw_csum_xor_pos(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_pos()
353 static void cgw_csum_xor_neg(struct canfd_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_neg()
364 static void cgw_csum_crc8_rel(struct canfd_frame *cf, in cgw_csum_crc8_rel()
402 static void cgw_csum_crc8_pos(struct canfd_frame *cf, in cgw_csum_crc8_pos()
429 static void cgw_csum_crc8_neg(struct canfd_frame *cf, in cgw_csum_crc8_neg()
460 struct canfd_frame *cf; in can_can_gw_rcv() local