Home
last modified time | relevance | path

Searched refs:tables (Results 1 – 25 of 26) sorted by relevance

12

/linux-4.19.296/drivers/media/rc/keymaps/
DKconfig8 Controller tables. They are short tables, but if you
10 tables on userspace, you should disable it.
/linux-4.19.296/fs/nls/
Dnls_base.c21 static struct nls_table *tables = &default_table; variable
237 struct nls_table ** tmp = &tables; in __register_nls()
251 nls->next = tables; in __register_nls()
252 tables = nls; in __register_nls()
260 struct nls_table ** tmp = &tables; in unregister_nls()
279 for (nls = tables; nls; nls = nls->next) { in find_nls()
/linux-4.19.296/drivers/char/agp/
Dati-agp.c88 struct ati_page_map **tables; in ati_free_gatt_pages() local
91 tables = ati_generic_private.gatt_pages; in ati_free_gatt_pages()
93 entry = tables[i]; in ati_free_gatt_pages()
100 kfree(tables); in ati_free_gatt_pages()
106 struct ati_page_map **tables; in ati_create_gatt_pages() local
111 tables = kcalloc(nr_tables + 1, sizeof(struct ati_page_map *), in ati_create_gatt_pages()
113 if (tables == NULL) in ati_create_gatt_pages()
118 tables[i] = entry; in ati_create_gatt_pages()
128 ati_generic_private.gatt_pages = tables; in ati_create_gatt_pages()
Dsworks-agp.c76 struct serverworks_page_map **tables; in serverworks_free_gatt_pages() local
79 tables = serverworks_private.gatt_pages; in serverworks_free_gatt_pages()
81 entry = tables[i]; in serverworks_free_gatt_pages()
89 kfree(tables); in serverworks_free_gatt_pages()
94 struct serverworks_page_map **tables; in serverworks_create_gatt_pages() local
99 tables = kcalloc(nr_tables + 1, sizeof(struct serverworks_page_map *), in serverworks_create_gatt_pages()
101 if (tables == NULL) in serverworks_create_gatt_pages()
110 tables[i] = entry; in serverworks_create_gatt_pages()
115 serverworks_private.gatt_pages = tables; in serverworks_create_gatt_pages()
Damd-k7-agp.c65 struct amd_page_map **tables; in amd_free_gatt_pages() local
68 tables = amd_irongate_private.gatt_pages; in amd_free_gatt_pages()
70 entry = tables[i]; in amd_free_gatt_pages()
77 kfree(tables); in amd_free_gatt_pages()
83 struct amd_page_map **tables; in amd_create_gatt_pages() local
88 tables = kcalloc(nr_tables + 1, sizeof(struct amd_page_map *), in amd_create_gatt_pages()
90 if (tables == NULL) in amd_create_gatt_pages()
95 tables[i] = entry; in amd_create_gatt_pages()
105 amd_irongate_private.gatt_pages = tables; in amd_create_gatt_pages()
/linux-4.19.296/include/linux/gpio/
Dmachine.h93 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n);
100 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) {} in gpiod_add_lookup_tables() argument
/linux-4.19.296/lib/raid6/test/
DMakefile16 OBJS = int1.o int2.o int4.o int8.o int16.o int32.o recov.o algos.o tables.o
132 tables.c: mktables
133 ./mktables > tables.c
136 rm -f *.o *.a mktables mktables.c *.uc int*.c altivec*.c vpermxor*.c neon*.c tables.c raid6test
/linux-4.19.296/lib/raid6/
D.gitignore4 tables.c
DMakefile4 raid6_pq-y += algos.o recov.o tables.o int1.o int2.o int4.o \
165 targets += tables.c
166 $(obj)/tables.c: $(obj)/mktables FORCE
/linux-4.19.296/include/net/netns/
Dx_tables.h11 struct list_head tables[NFPROTO_NUMPROTO]; member
/linux-4.19.296/drivers/clk/tegra/
Dcvb.c111 tegra_cvb_add_opp_table(struct device *dev, const struct cvb_table *tables, in tegra_cvb_add_opp_table() argument
119 const struct cvb_table *table = &tables[i]; in tegra_cvb_add_opp_table()
/linux-4.19.296/fs/hfsplus/
DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
/linux-4.19.296/drivers/sfi/
DKconfig10 via static tables in memory. Kernel SFI support is required to
/linux-4.19.296/block/partitions/
DKconfig60 Support reading partition tables created on Acorn machines using
120 bool "PC BIOS (MSDOS partition tables) support" if PARTITION_ADVANCED
126 bool "BSD disklabel (FreeBSD partition tables) support"
152 to read these partition tables and further mount Solaris x86
227 bool "Sun partition tables support" if PARTITION_ADVANCED
232 read these partition tables and further mount SunOS partitions from
/linux-4.19.296/drivers/sh/intc/
DKconfig39 between system IRQs and the per-controller id tables.
/linux-4.19.296/include/asm-generic/
Dtlb.h55 void *tables[0]; member
/linux-4.19.296/drivers/irqchip/
Dirq-gic-v3-its.c108 struct its_baser tables[GITS_BASER_NR_REGS]; member
1691 u32 idx = baser - its->tables; in its_read_baser()
1699 u32 idx = baser - its->tables; in its_write_baser()
1889 if (its->tables[i].base) { in its_free_tables()
1890 free_pages((unsigned long)its->tables[i].base, in its_free_tables()
1891 its->tables[i].order); in its_free_tables()
1892 its->tables[i].base = NULL; in its_free_tables()
1909 struct its_baser *baser = its->tables + i; in its_alloc_tables()
2185 if (GITS_BASER_TYPE(its->tables[i].val) == type) in its_get_baser()
2186 return &its->tables[i]; in its_get_baser()
[all …]
/linux-4.19.296/drivers/cpufreq/
DKconfig.arm43 big.LITTLE platform. This gets frequency tables from DT.
290 provide dt based operating-points-v2 tables with opp-supported-hw
DKconfig.x86186 bool "Built-in tables for Banias CPUs"
190 Use built-in tables for Banias CPUs if ACPI encoding
/linux-4.19.296/include/linux/
Defi.h723 u64 tables; member
739 u32 tables; member
755 unsigned long tables; member
/linux-4.19.296/crypto/
DKconfig295 select CRYPTO_AES # for AES S-box tables
302 select CRYPTO_AES # for AES S-box tables
309 select CRYPTO_AES # for AES S-box tables
1055 Instead of using 16 lookup tables of 1 KB each, (8 for encryption and
1176 size of the AES tables from 16KB to 8KB + 256 bytes and mitigates
1179 tables or 256 bytes S-boxes.
/linux-4.19.296/drivers/xen/
DKconfig80 tables needed for physical memory administration.
/linux-4.19.296/include/net/netfilter/
Dnf_tables.h1443 struct list_head tables; member
/linux-4.19.296/drivers/gpio/
Dgpiolib.c3599 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) in gpiod_add_lookup_tables() argument
3606 list_add_tail(&tables[i]->list, &gpio_lookup_list); in gpiod_add_lookup_tables()
/linux-4.19.296/lib/
DKconfig.debug1351 Enable this to turn on checks on scatter-gather tables. This can
1353 their sg tables.

12