Home
last modified time | relevance | path

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

123

/drivers/acpi/acpica/
Dtbdata.c84 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index], in acpi_tb_compare_tables()
439 (acpi_gbl_root_table_list.tables[i]. in acpi_tb_check_duplication()
466 if (acpi_gbl_root_table_list.tables[i].flags & in acpi_tb_check_duplication()
593 struct acpi_table_desc *tables; in acpi_tb_resize_root_table_list() local
617 tables = ACPI_ALLOCATE_ZEROED(((acpi_size)max_table_count) * in acpi_tb_resize_root_table_list()
619 if (!tables) { in acpi_tb_resize_root_table_list()
628 if (acpi_gbl_root_table_list.tables) { in acpi_tb_resize_root_table_list()
630 if (acpi_gbl_root_table_list.tables[i].address) { in acpi_tb_resize_root_table_list()
631 memcpy(tables + current_table_count, in acpi_tb_resize_root_table_list()
632 acpi_gbl_root_table_list.tables + i, in acpi_tb_resize_root_table_list()
[all …]
Dtbfind.c101 if (memcmp(&(acpi_gbl_root_table_list.tables[i].signature), in acpi_tb_find_table()
111 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
117 tables[i]); in acpi_tb_find_table()
122 if (!acpi_gbl_root_table_list.tables[i].pointer) { in acpi_tb_find_table()
130 (acpi_gbl_root_table_list.tables[i].pointer->signature, in acpi_tb_find_table()
135 tables[i].pointer-> in acpi_tb_find_table()
140 || !memcmp(acpi_gbl_root_table_list.tables[i].pointer-> in acpi_tb_find_table()
Dtbxface.c126 acpi_gbl_root_table_list.tables = initial_table_array; in acpi_initialize_tables()
192 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
208 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
265 (&(acpi_gbl_root_table_list.tables[i].signature), in ACPI_EXPORT_SYMBOL_INIT()
274 if (!acpi_gbl_root_table_list.tables[i].pointer) { in ACPI_EXPORT_SYMBOL_INIT()
275 if ((acpi_gbl_root_table_list.tables[i].flags & in ACPI_EXPORT_SYMBOL_INIT()
280 tables[i].address, in ACPI_EXPORT_SYMBOL_INIT()
297 acpi_gbl_root_table_list.tables[i].pointer, in ACPI_EXPORT_SYMBOL_INIT()
355 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL()
406 table_desc = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL()
[all …]
Dtbxfload.c155 table = &acpi_gbl_root_table_list.tables[acpi_gbl_dsdt_index]; in ACPI_EXPORT_SYMBOL_INIT()
207 table = &acpi_gbl_root_table_list.tables[i]; in ACPI_EXPORT_SYMBOL_INIT()
394 if (owner_id != acpi_gbl_root_table_list.tables[i].owner_id) { in ACPI_EXPORT_SYMBOL()
405 (acpi_gbl_root_table_list.tables[i].signature.ascii, in ACPI_EXPORT_SYMBOL()
Dtbutils.c159 table_desc = &acpi_gbl_root_table_list.tables[table_index]; in acpi_tb_copy_dsdt()
172 tables[acpi_gbl_dsdt_index], in acpi_tb_copy_dsdt()
370 tables[table_index].signature, in acpi_tb_parse_root_table()
/drivers/infiniband/hw/vmw_pvrdma/
Dpvrdma_misc.c68 pdir->tables = kcalloc(pdir->ntables, sizeof(*pdir->tables), in pvrdma_page_dir_init()
70 if (!pdir->tables) in pvrdma_page_dir_init()
74 pdir->tables[i] = dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE, in pvrdma_page_dir_init()
77 if (!pdir->tables[i]) in pvrdma_page_dir_init()
113 return pdir->tables[PVRDMA_PAGE_DIR_TABLE(idx)]; in pvrdma_page_dir_table()
141 if (pdir->tables) { in pvrdma_page_dir_cleanup_tables()
147 u64 *table = pdir->tables[i]; in pvrdma_page_dir_cleanup_tables()
154 kfree(pdir->tables); in pvrdma_page_dir_cleanup_tables()
/drivers/media/pci/pt1/
Dpt1.c76 struct pt1_table *tables; member
321 page = pt1->tables[pt1->table_index].bufs[pt1->buf_index].page; in pt1_thread()
428 struct pt1_table *tables; in pt1_cleanup_tables() local
431 tables = pt1->tables; in pt1_cleanup_tables()
435 pt1_cleanup_table(pt1, &tables[i]); in pt1_cleanup_tables()
437 vfree(tables); in pt1_cleanup_tables()
442 struct pt1_table *tables; in pt1_init_tables() local
446 tables = vmalloc(sizeof(struct pt1_table) * pt1_nr_tables); in pt1_init_tables()
447 if (tables == NULL) in pt1_init_tables()
454 ret = pt1_init_table(pt1, &tables[0], &first_pfn); in pt1_init_tables()
[all …]
/drivers/media/rc/keymaps/
DKconfig8 Controller tables. They are short tables, but if you
10 tables on userspace, you should disable it.
/drivers/char/agp/
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 = kzalloc((nr_tables + 1) * sizeof(struct amd_page_map *),GFP_KERNEL); in amd_create_gatt_pages()
89 if (tables == NULL) in amd_create_gatt_pages()
94 tables[i] = entry; in amd_create_gatt_pages()
104 amd_irongate_private.gatt_pages = tables; in amd_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 = kzalloc((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()
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 = kzalloc((nr_tables + 1) * sizeof(struct ati_page_map *),GFP_KERNEL); in ati_create_gatt_pages()
112 if (tables == NULL) in ati_create_gatt_pages()
117 tables[i] = entry; in ati_create_gatt_pages()
127 ati_generic_private.gatt_pages = tables; in ati_create_gatt_pages()
/drivers/firmware/efi/libstub/
Dfdt.c375 efi_config_table_t *tables; in get_fdt() local
379 tables = (efi_config_table_t *) sys_table->tables; in get_fdt()
383 if (efi_guidcmp(tables[i].guid, fdt_guid) == 0) { in get_fdt()
384 fdt = (void *) tables[i].table; in get_fdt()
/drivers/gpu/drm/gma500/
Dmmu.c220 pd->tables = vmalloc_user(sizeof(struct psb_mmu_pt *) * 1024); in psb_mmu_alloc_pd()
221 if (!pd->tables) in psb_mmu_alloc_pd()
265 pt = pd->tables[i]; in psb_mmu_free_pagedir()
270 vfree(pd->tables); in psb_mmu_free_pagedir()
335 pt = pd->tables[index]; in psb_mmu_pt_alloc_map_lock()
343 if (pd->tables[index]) { in psb_mmu_pt_alloc_map_lock()
347 pt = pd->tables[index]; in psb_mmu_pt_alloc_map_lock()
352 pd->tables[index] = pt; in psb_mmu_pt_alloc_map_lock()
374 pt = pd->tables[index]; in psb_mmu_pt_map_lock()
392 pd->tables[pt->index] = NULL; in psb_mmu_pt_unmap_unlock()
Dmmu.h53 struct psb_mmu_pt **tables; member
/drivers/vfio/
Dvfio_iommu_spapr_tce.c115 struct iommu_table *tables[IOMMU_TABLE_GROUP_MAX_TABLES]; member
273 struct iommu_table *tbl = container->tables[i]; in tce_iommu_find_table()
295 if (!container->tables[i]) in tce_iommu_find_free_table()
426 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release()
736 container->tables[num] = tbl; in tce_iommu_create_window()
787 container->tables[num] = NULL; in tce_iommu_remove_window()
1192 struct iommu_table *tbl = container->tables[i]; in tce_iommu_release_ownership()
1202 container->tables[i] = NULL; in tce_iommu_release_ownership()
1212 struct iommu_table *tbl = table_group->tables[i]; in tce_iommu_take_ownership()
1221 table_group->tables[j]); in tce_iommu_take_ownership()
[all …]
/drivers/sbus/char/
Denvctrl.c168 char *tables; /* Pointer to table(s). */ member
387 tbl = pchild->tables + pchild->tblprop_array[i].offset; in envctrl_read_cpu_info()
418 tbl = pchild->tables + pchild->tblprop_array[i].offset; in envctrl_read_noncpu_info()
884 pchild->tables = kmalloc(tbls_size, GFP_KERNEL); in envctrl_init_i2c_child()
885 if (pchild->tables == NULL){ in envctrl_init_i2c_child()
894 memcpy(pchild->tables, pval, len); in envctrl_init_i2c_child()
1098 kfree(i2c_childlist[index].tables); in envctrl_probe()
1113 kfree(i2c_childlist[index].tables); in envctrl_remove()
/drivers/mfd/
DMakefile51 obj-$(CONFIG_MFD_ARIZONA) += wm5102-tables.o
54 obj-$(CONFIG_MFD_ARIZONA) += wm5110-tables.o
57 obj-$(CONFIG_MFD_ARIZONA) += wm8997-tables.o
60 obj-$(CONFIG_MFD_ARIZONA) += wm8998-tables.o
63 obj-$(CONFIG_MFD_ARIZONA) += cs47l24-tables.o
/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()
/drivers/staging/irda/net/
Dparameters.c467 (pi_minor > info->tables[pi_major].len-1)) in irda_param_insert()
477 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor]; in irda_param_insert()
522 (pi_minor > info->tables[pi_major].len-1)) in irda_param_extract()
532 pi_minor_info = &info->tables[pi_major].pi_minor_call_table[pi_minor]; in irda_param_extract()
/drivers/firmware/efi/
Darm-init.c137 config_tables = early_memremap_ro(efi_to_phys(efi.systab->tables), in uefi_init()
149 efi.config_table = (unsigned long)efi.systab->tables; in uefi_init()
/drivers/media/pci/meye/
Dmeye.c355 static u16 tables[] = { in jpeg_huffman_tables() local
388 *length = ARRAY_SIZE(tables); in jpeg_huffman_tables()
389 return tables; in jpeg_huffman_tables()
488 u16 *tables; in mchip_load_tables() local
490 tables = jpeg_huffman_tables(&length); in mchip_load_tables()
492 writel(tables[i], meye.mchip_mmregs + MCHIP_VRJ_TABLE_DATA); in mchip_load_tables()
494 tables = jpeg_quantisation_tables(&length, meye.params.quality); in mchip_load_tables()
496 writel(tables[i], meye.mchip_mmregs + MCHIP_VRJ_TABLE_DATA); in mchip_load_tables()
/drivers/sfi/
DKconfig10 via static tables in memory. Kernel SFI support is required to
/drivers/staging/irda/include/net/irda/
Dparameters.h84 const pi_major_info_t *tables; member
/drivers/net/wireless/broadcom/b43/
DMakefile4 b43-$(CONFIG_B43_PHY_G) += phy_g.o tables.o lo.o wa.o
/drivers/sh/intc/
DKconfig39 between system IRQs and the per-controller id tables.

123