Lines Matching defs:f
132 /* Define a variable f that holds the value of field f of struct devid
135 #define DEF_FIELD(m, devid, f) \
136 typeof(((struct devid *)0)->f) f = \
137 get_unaligned_native((typeof(f) *)((m) + OFF_##devid##_##f))
139 /* Define a variable f that holds the address of field f of struct devid
143 #define DEF_FIELD_ADDR(m, devid, f) \
144 typeof(((struct devid *)0)->f) *f = ((m) + OFF_##devid##_##f)
618 ADD(alias, "f", match_flags & PCMCIA_DEV_ID_MATCH_FUNC_ID,
713 sprintf(alias + strlen(alias), "f*");
992 ADD(alias, "f", format != IPACK_ANY_FORMAT, format);
1309 ADD(alias, "f", match_flags & SSAM_MATCH_FUNCTION, function);