Searched defs:or (Results 1 - 1 of 1) sorted by relevance

/net/can/
H A Dgw.c7 * Redistribution and use in source and binary forms, with or without
14 * documentation and/or other materials provided with the distribution.
16 * may be used to endorse or promote products derived from this software
91 struct can_frame or; member in struct:cf_mod::__anon20
97 u8 or; member in struct:cf_mod::__anon21
161 MODFUNC(mod_or_id, cf->can_id |= mod->modframe.or.can_id)
162 MODFUNC(mod_or_dlc, cf->can_dlc |= mod->modframe.or.can_dlc)
163 MODFUNC(mod_or_data, *(u64 *)cf->data |= *(u64 *)mod->modframe.or.data)
530 if (gwj->mod.modtype.or) {
531 memcpy(&mb.cf, &gwj->mod.modframe.or, sizeo
[all...]

Completed in 52 milliseconds