Searched refs:tables (Results 1 - 25 of 199) sorted by relevance

12345678

/linux-master/drivers/comedi/drivers/
H A Dni_routes.h79 struct ni_route_tables *tables);
108 * @tables: pointer to relevant set of routing tables.
133 const struct ni_route_tables *tables);
146 * @tables: pointer to relevant set of routing tables.
151 const struct ni_route_tables *tables);
158 * @tables: pointer to relevant set of routing tables.
163 const struct ni_route_tables *tables)
162 route_is_valid(const int src, const int dest, const struct ni_route_tables *tables) argument
242 route_register_is_valid(const u8 src_sel_reg_value, const int dest, const struct ni_route_tables *tables) argument
265 ni_get_reg_value_roffs(int src, const int dest, const struct ni_route_tables *tables, const int direct_reg_offset) argument
287 ni_get_reg_value(const int src, const int dest, const struct ni_route_tables *tables) argument
314 ni_check_trigger_arg_roffs(int src, const int dest, const struct ni_route_tables *tables, const int direct_reg_offset) argument
323 ni_check_trigger_arg(const int src, const int dest, const struct ni_route_tables *tables) argument
[all...]
H A Dni_routes.c86 * Find the proper route_values and ni_device_routes tables for this particular
95 struct ni_route_tables *tables)
108 tables->route_values = rv;
109 tables->valid_routes = dr;
123 * @tables: Pointer to assigned routing information.
137 struct ni_route_tables *tables)
139 memset(tables, 0, sizeof(struct ni_route_tables));
141 tables);
147 * @tables: Routing tables fo
92 ni_find_device_routes(const char *device_family, const char *board_name, const char *alt_board_name, struct ni_route_tables *tables) argument
134 ni_assign_device_routes(const char *device_family, const char *board_name, const char *alt_board_name, struct ni_route_tables *tables) argument
149 ni_count_valid_routes(const struct ni_route_tables *tables) argument
193 ni_get_valid_routes(const struct ni_route_tables *tables, unsigned int n_pairs, unsigned int *pair_data) argument
413 ni_lookup_route_register(int src, int dest, const struct ni_route_tables *tables) argument
464 ni_route_to_register(const int src, const int dest, const struct ni_route_tables *tables) argument
519 ni_find_route_source(const u8 src_sel_reg_value, int dest, const struct ni_route_tables *tables) argument
[all...]
/linux-master/tools/perf/pmu-events/
H A Dempty-pmu-events.c393 for (const struct pmu_events_map *tables = &pmu_events_map[0];
394 tables->arch;
395 tables++) {
396 if (!strcmp(tables->arch, arch) && !strcmp_cpuid_str(tables->cpuid, cpuid))
397 return &tables->event_table;
404 for (const struct pmu_events_map *tables = &pmu_events_map[0];
405 tables->arch;
406 tables++) {
407 if (!strcmp(tables
[all...]
/linux-master/drivers/acpi/acpica/
H A Dtbfind.c67 if (memcmp(&(acpi_gbl_root_table_list.tables[i].signature),
77 if (!acpi_gbl_root_table_list.tables[i].pointer) {
83 tables[i]);
88 if (!acpi_gbl_root_table_list.tables[i].pointer) {
96 (acpi_gbl_root_table_list.tables[i].pointer->signature,
101 tables[i].
106 || !memcmp(acpi_gbl_root_table_list.tables[i].pointer->
H A Dtbdata.c33 * RETURN: TRUE if both tables are identical.
50 acpi_tb_acquire_table(&acpi_gbl_root_table_list.tables[table_index],
93 * tables, since the table is not fully mapped at this time.
126 * DESCRIPTION: Acquire an ACPI table. It can be used for tables not
412 * DESCRIPTION: Avoid installing duplicated tables. However table override and
430 /* Do not compare with unverified tables */
433 (acpi_gbl_root_table_list.tables[i].
451 * The assumption here is that the number of different tables that
456 * machines with many table load/unload operations), tables will
460 if (acpi_gbl_root_table_list.tables[
588 struct acpi_table_desc *tables; local
[all...]
H A Dtbxface.c92 acpi_gbl_root_table_list.tables = initial_table_array;
142 * If there are tables unverified, it is required to reallocate the
161 table_desc = &acpi_gbl_root_table_list.tables[i];
177 table_desc = &acpi_gbl_root_table_list.tables[i];
234 (&(acpi_gbl_root_table_list.tables[i].signature),
243 if (!acpi_gbl_root_table_list.tables[i].pointer) {
244 if ((acpi_gbl_root_table_list.tables[i].flags &
249 tables[i].address,
266 acpi_gbl_root_table_list.tables[i].pointer,
324 table_desc = &acpi_gbl_root_table_list.tables[
[all...]
/linux-master/scripts/
H A Dcheck-sysctl-docs91 # Stage 2: process each file and find all sysctl tables
101 match($0, /static( const)? struct ctl_table ([^][]+)/, tables)
102 curtable = tables[2]
121 match($0, /register_sysctl(|_init|_sz)\("([^"]+)" *, *([^,)]+)/, tables)
122 if (debug) print "Registering table " tables[3] " at " tables[2]
123 if (tables[2] == table) {
124 for (entry in entries[tables[3]]) {
139 match($0, /__register_sysctl_table\([^,]+, *"([^"]+)" *, *([^,]+)/, tables)
140 if (debug) print "Registering variable table " tables[
[all...]
/linux-master/arch/x86/include/asm/
H A Dsetup_data.h25 u64 tables; member in struct:efi_setup_data
/linux-master/drivers/staging/media/sunxi/sun6i-isp/
H A Dsun6i_isp.c30 u32 *data = (u32 *)(isp_dev->tables.load.data + offset);
38 u32 *data = (u32 *)(isp_dev->tables.load.data + offset);
117 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.load.address));
120 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.save.address));
123 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.lut.address));
126 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.drc.address));
129 SUN6I_ISP_ADDR_VALUE(isp_dev->tables.stats.address));
135 struct sun6i_isp_tables *tables = &isp_dev->tables; local
138 tables
168 struct sun6i_isp_tables *tables = &isp_dev->tables; local
[all...]
/linux-master/drivers/staging/media/ipu3/
H A DMakefile8 ipu3-tables.o ipu3-css-pool.o \
/linux-master/security/apparmor/include/
H A Dmatch.h21 * The format used for transition tables is based on the GNU flex table
22 * file format (--tables-file option; see Table File Format in the flex
25 * new tables have been defined and others YY_ID_CHK (check) and YY_ID_DEF
26 * (default) tables are used slightly differently (see the apparmor-parser
30 * The data in the packed dfa is stored in network byte order, and the tables
35 * tables.
73 /* ACCEPT & ACCEPT2 tables gets 6 dedicated flags, YYTD_DATAX define the
90 #define DEFAULT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_DEF]->td_data))
91 #define BASE_TABLE(DFA) ((u32 *)((DFA)->tables[YYTD_ID_BASE]->td_data))
92 #define NEXT_TABLE(DFA) ((u16 *)((DFA)->tables[YYTD_ID_NX
102 struct table_header *tables[YYTD_ID_TSIZE]; member in struct:aa_dfa
[all...]
/linux-master/security/apparmor/
H A Dmatch.c79 /* if table was vmalloced make sure the page tables are synced
94 * verify_table_headers - verify that the tables headers are as expected
95 * @tables: array of dfa tables to check (NOT NULL)
103 static int verify_table_headers(struct table_header **tables, int flags) argument
108 /* check that required tables exist */
109 if (!(tables[YYTD_ID_DEF] && tables[YYTD_ID_BASE] &&
110 tables[YYTD_ID_NXT] && tables[YYTD_ID_CH
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c108 struct tables { struct
126 static struct tables tables_global;
1147 struct tables *tables = container_of(dbe, struct tables, dbe); local
1155 call_object(tables->evsel_handler, t, "evsel_table");
1165 struct tables *tables = container_of(dbe, struct tables, dbe); local
1174 call_object(tables
1184 struct tables *tables = container_of(dbe, struct tables, dbe); local
1205 struct tables *tables = container_of(dbe, struct tables, dbe); local
1226 struct tables *tables = container_of(dbe, struct tables, dbe); local
1245 struct tables *tables = container_of(dbe, struct tables, dbe); local
1269 struct tables *tables = container_of(dbe, struct tables, dbe); local
1292 struct tables *tables = container_of(dbe, struct tables, dbe); local
1310 struct tables *tables = container_of(dbe, struct tables, dbe); local
1350 struct tables *tables = container_of(dbe, struct tables, dbe); local
1367 struct tables *tables = container_of(dbe, struct tables, dbe); local
1379 struct tables *tables = container_of(dbe, struct tables, dbe); local
1403 struct tables *tables = container_of(dbe, struct tables, dbe); local
1437 struct tables *tables = container_of(dbe, struct tables, dbe); local
1509 struct tables *tables = &tables_global; local
1601 struct tables *tables = &tables_global; local
1798 set_table_handlers(struct tables *tables) argument
1917 struct tables *tables = &tables_global; local
2007 struct tables *tables = &tables_global; local
[all...]
/linux-master/fs/hfsplus/
H A DMakefile9 bnode.o brec.o bfind.o tables.o unicode.o wrapper.o bitmap.o part_tbl.o \
/linux-master/tools/testing/selftests/arm64/abi/
H A DMakefile13 $(CC) -fno-asynchronous-unwind-tables -fno-ident -s -Os -nostdlib \
/linux-master/fs/unicode/
H A Dutf8-core.c184 um->tables = symbol_request(utf8_data_table);
185 if (!um->tables)
190 um->ntab[UTF8_NFDI] = find_table_version(um->tables->utf8nfdidata,
191 um->tables->utf8nfdidata_size, um->version);
194 um->ntab[UTF8_NFDICF] = find_table_version(um->tables->utf8nfdicfdata,
195 um->tables->utf8nfdicfdata_size, um->version);
201 symbol_put(um->tables);
/linux-master/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma_misc.c68 pdir->tables = kcalloc(pdir->ntables, sizeof(*pdir->tables),
70 if (!pdir->tables)
74 pdir->tables[i] = dma_alloc_coherent(&dev->pdev->dev, PAGE_SIZE,
77 if (!pdir->tables[i])
113 return pdir->tables[PVRDMA_PAGE_DIR_TABLE(idx)];
141 if (pdir->tables) {
147 u64 *table = pdir->tables[i];
154 kfree(pdir->tables);
/linux-master/arch/x86/lib/
H A DMakefile22 $(obj)/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
25 $(obj)/inat.o: $(obj)/inat-tables.c
27 clean-files := inat-tables.c
/linux-master/arch/x86/boot/compressed/
H A Defi.c111 if (esd && !esd->tables) {
154 *cfg_tbl_pa = esd ? esd->tables : stbl->tables;
159 *cfg_tbl_pa = stbl->tables;
/linux-master/include/linux/gpio/
H A Dmachine.h67 * Helper for lookup tables with just one single lookup for a device.
112 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n);
120 void gpiod_add_lookup_tables(struct gpiod_lookup_table **tables, size_t n) {} argument
/linux-master/arch/arm64/kernel/pi/
H A DMakefile11 -fno-asynchronous-unwind-tables -fno-unwind-tables \
/linux-master/arch/riscv/kernel/pi/
H A DMakefile9 -fno-asynchronous-unwind-tables -fno-unwind-tables \
/linux-master/arch/arm64/
H A DMakefile51 KBUILD_CFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
52 KBUILD_AFLAGS += -fno-asynchronous-unwind-tables -fno-unwind-tables
54 KBUILD_CFLAGS += -fasynchronous-unwind-tables
55 KBUILD_AFLAGS += -fasynchronous-unwind-tables
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dfs_tcp.c15 struct mlx5e_flow_table tables[ACCEL_FS_TCP_NUM_TYPES]; member in struct:mlx5e_accel_fs_tcp
94 ft = &fs_tcp->tables[ACCEL_FS_IPV4_TCP];
106 ft = &fs_tcp->tables[ACCEL_FS_IPV4_TCP];
109 ft = &fs_tcp->tables[ACCEL_FS_IPV6_TCP];
159 accel_fs_t = &fs_tcp->tables[type];
269 struct mlx5e_flow_table *ft = &accel_tcp->tables[type];
331 dest.ft = accel_tcp->tables[i].t;
348 if (IS_ERR_OR_NULL(fs_tcp->tables[i].t))
352 mlx5e_destroy_flow_table(&fs_tcp->tables[i]);
353 fs_tcp->tables[
[all...]
/linux-master/net/ipv4/
H A Dudp_tunnel_nic.c35 * @n_tables: number of tables under @entries
36 * @missed: bitmap of tables which overflown
37 * @entries: table of tables of ports currently offloaded
136 for (j = 0; j < info->tables[i].n_entries; j++)
152 table = &dev->udp_tunnel_nic_info->tables[i];
245 for (j = 0; j < info->tables[i].n_entries; j++)
259 for (j = 0; j < info->tables[i].n_entries; j++)
262 if (j == info->tables[i].n_entries)
270 for (j = 0; j < info->tables[i].n_entries; j++) {
339 if (udp_tunnel_nic_table_is_capable(&info->tables[
[all...]

Completed in 236 milliseconds

12345678