Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrc8.h30 #define CRC8_GOOD_VALUE(_table) (_table[0xFF]) argument
36 #define DECLARE_CRC8_TABLE(_table) \ argument
37 static u8 _table[CRC8_TABLE_SIZE]
Dipack.h255 #define DEFINE_IPACK_DEVICE_TABLE(_table) \ argument
256 const struct ipack_device_id _table[]
Dpci.h691 #define DEFINE_PCI_DEVICE_TABLE(_table) \ argument
692 const struct pci_device_id _table[]
/linux-4.4.14/drivers/regulator/
D88pm8607.c260 .n_voltages = ARRAY_SIZE(vreg##_table), \
262 .vsel_mask = ARRAY_SIZE(vreg##_table) - 1, \
269 .vol_table = (unsigned int *)&vreg##_table, \
281 .n_voltages = ARRAY_SIZE(LDO##_id##_table), \
283 .vsel_mask = (ARRAY_SIZE(LDO##_id##_table) - 1) << (shift), \
288 .vol_table = (unsigned int *)&LDO##_id##_table, \
Dpcap-regulator.c226 .n_voltages = ARRAY_SIZE(_vreg##_table), \
227 .volt_table = _vreg##_table, \
Dbcm590xx-regulator.c157 #define BCM590XX_REG_TABLE(_name, _table) \ argument
160 .n_voltages = ARRAY_SIZE(_table), \
161 .volt_table = _table, \
Daxp20x-regulator.c115 #define AXP_DESC_TABLE(_family, _id, _match, _supply, _table, _vreg, _vmask, \ argument
124 .n_voltages = ARRAY_SIZE(_table), \
130 .volt_table = (_table), \
/linux-4.4.14/arch/powerpc/include/asm/
Dpgalloc-32.h69 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
71 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
72 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
Dpgalloc-64.h133 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
135 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
136 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
172 extern void __tlb_remove_table(void *_table);
/linux-4.4.14/arch/sparc/include/asm/
Dpgalloc_64.h92 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
94 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table()
97 if ((unsigned long)_table & 0x1UL) in __tlb_remove_table()
/linux-4.4.14/drivers/clk/nxp/
Dclk-lpc18xx-cgu.c171 #define LPC1XX_CGU_SRC_CLK_DIV(_id, _width, _table) \ argument
174 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \
182 .table = lpc18xx_cgu_ ##_table, \
205 #define LPC1XX_CGU_BASE_CLK(_id, _table, _flags) \ argument
208 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \
212 .table = lpc18xx_cgu_ ##_table, \
271 #define LPC1XX_CGU_CLK_PLL(_id, _table, _pll_ops) \ argument
274 .n_parents = ARRAY_SIZE(lpc18xx_cgu_ ##_table), \
279 .table = lpc18xx_cgu_ ##_table, \
/linux-4.4.14/arch/arm64/include/asm/
Dtlb.h28 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
30 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
/linux-4.4.14/fs/jfs/
Djfs_dinode.h92 struct dir_table_slot _table[12]; /* 96: inline */ member
96 #define di_dirtable u._dir._table
Djfs_incore.h84 struct dir_table_slot _table[12]; /* 96: dir index */ member
105 #define i_dirtable u.dir._table
/linux-4.4.14/drivers/clk/tegra/
Dclk.h471 _gate_flags, _table, _lock) \ argument
477 .table = _table, \
514 _clk_num, _gate_flags, _clk_id, _table, \ argument
525 _gate_flags, _table, _lock), \
/linux-4.4.14/arch/arm/probes/
Ddecode.h346 #define DECODE_TABLE(_mask, _value, _table) \ argument
348 {.table = (_table)}
/linux-4.4.14/arch/arm/include/asm/
Dtlb.h39 static inline void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
41 free_page_and_swap_cache((struct page *)_table); in __tlb_remove_table()
/linux-4.4.14/net/sctp/
Dsm_statetable.c65 #define DO_LOOKUP(_max, _type, _table) \ argument
71 _table, event_subtype._type, _max); \
74 rtn = &_table[event_subtype._type][(int)state]; \
/linux-4.4.14/arch/powerpc/mm/
Dpgtable_64.c454 void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
456 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table()
457 unsigned shift = (unsigned long)_table & MAX_PGTABLE_INDEX_SIZE; in __tlb_remove_table()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c1017 static void __tlb_remove_table(void *_table) in __tlb_remove_table() argument
1019 unsigned int mask = (unsigned long) _table & 3; in __tlb_remove_table()
1020 void *table = (void *)((unsigned long) _table ^ mask); in __tlb_remove_table()
/linux-4.4.14/arch/x86/boot/compressed/
Deboot.c1415 efi_system_table_t *_table; in efi_main() local
1420 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
1424 sys_table = _table; in efi_main()
/linux-4.4.14/tools/perf/util/scripting-engines/
Dtrace-event-python.c891 SET_TABLE_HANDLER_(name, name ## _handler, name ## _table)