Home
last modified time | relevance | path

Searched refs:_table (Results 1 – 8 of 8) sorted by relevance

/linux-2.6.39/fs/jfs/
Djfs_dinode.h92 struct dir_table_slot _table[12]; /* 96: inline */ member
96 #define di_dirtable u._dir._table
Djfs_incore.h83 struct dir_table_slot _table[12]; /* 96: dir index */ member
101 #define i_dirtable u.dir._table
/linux-2.6.39/drivers/regulator/
Dpcap-regulator.c116 .n_voltages = ARRAY_SIZE(_vreg##_table), \
117 .voltage_table = _vreg##_table, \
262 .n_voltages = ARRAY_SIZE(_vreg##_table), \
D88pm8607.c355 .vol_table = (unsigned int *)&vreg##_table, \
374 .vol_table = (unsigned int *)&LDO##_id##_table, \
/linux-2.6.39/net/sctp/
Dsm_statetable.c71 #define DO_LOOKUP(_max, _type, _table) \ argument
77 _table, event_subtype._type, _max); \
80 rtn = &_table[event_subtype._type][(int)state]; \
/linux-2.6.39/include/linux/
Dmodule.h93 extern const struct gtype##_id __mod_##gtype##_table \
Dpci.h567 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument
568 const struct pci_device_id _table[] __devinitconst
/linux-2.6.39/drivers/staging/brcm80211/util/
Dbcmutils.c616 ((c) = ((c) >> 8) ^ crc##n##_table[((c) ^ (x)) & 0xff])