/linux-4.19.296/drivers/media/rc/keymaps/ |
D | Kconfig | 8 Controller tables. They are short tables, but if you 10 tables on userspace, you should disable it.
|
/linux-4.19.296/fs/nls/ |
D | nls_base.c | 21 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/ |
D | ati-agp.c | 88 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()
|
D | sworks-agp.c | 76 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()
|
D | amd-k7-agp.c | 65 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/ |
D | machine.h | 93 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/ |
D | Makefile | 16 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 | .gitignore | 4 tables.c
|
D | Makefile | 4 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/ |
D | x_tables.h | 11 struct list_head tables[NFPROTO_NUMPROTO]; member
|
/linux-4.19.296/drivers/clk/tegra/ |
D | cvb.c | 111 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/ |
D | Makefile | 9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
|
/linux-4.19.296/drivers/sfi/ |
D | Kconfig | 10 via static tables in memory. Kernel SFI support is required to
|
/linux-4.19.296/block/partitions/ |
D | Kconfig | 60 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/ |
D | Kconfig | 39 between system IRQs and the per-controller id tables.
|
/linux-4.19.296/include/asm-generic/ |
D | tlb.h | 55 void *tables[0]; member
|
/linux-4.19.296/drivers/irqchip/ |
D | irq-gic-v3-its.c | 108 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/ |
D | Kconfig.arm | 43 big.LITTLE platform. This gets frequency tables from DT. 290 provide dt based operating-points-v2 tables with opp-supported-hw
|
D | Kconfig.x86 | 186 bool "Built-in tables for Banias CPUs" 190 Use built-in tables for Banias CPUs if ACPI encoding
|
/linux-4.19.296/include/linux/ |
D | efi.h | 723 u64 tables; member 739 u32 tables; member 755 unsigned long tables; member
|
/linux-4.19.296/crypto/ |
D | Kconfig | 295 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/ |
D | Kconfig | 80 tables needed for physical memory administration.
|
/linux-4.19.296/include/net/netfilter/ |
D | nf_tables.h | 1443 struct list_head tables; member
|
/linux-4.19.296/drivers/gpio/ |
D | gpiolib.c | 3599 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/ |
D | Kconfig.debug | 1351 Enable this to turn on checks on scatter-gather tables. This can 1353 their sg tables.
|