Lines Matching refs:static
68 def emit(self, filp, name, static=True):
71 [static] const char name[] = "...";
83 'static ' if static else '',
121 def emit(self, filp, name, static=True):
124 [static] const typename name[] = { ... };
138 'static ' if static else '',
214 static const struct si_field sid_fields_table[] = { ... };
219 filp.write('static const struct si_field sid_fields_table[] = {\n')
282 out('static const struct si_packet3 packet3_table[] = {')
301 out('static const struct si_reg {chip}_reg_table[] = {{'.format(**locals()))