Home
last modified time | relevance | path

Searched defs:table (Results 351 – 375 of 1114) sorted by relevance

1...<<11121314151617181920>>...45

/openbmc/linux/fs/nls/
H A Dmac-celtic.c580 static struct nls_table table = { variable
H A Dmac-croatian.c580 static struct nls_table table = { variable
H A Dmac-roman.c615 static struct nls_table table = { variable
/openbmc/qemu/hw/i386/
H A Dacpi-common.c104 AcpiTable table = { .sig = "APIC", .rev = 3, .oem_id = oem_id, in acpi_build_madt() local
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dnic.c224 const struct efx_nic_reg_table *table; in efx_nic_get_regs_len() local
247 const struct efx_nic_reg_table *table; in efx_nic_get_regs() local
/openbmc/linux/net/sctp/
H A Dsysctl.c600 struct ctl_table *table; in sctp_sysctl_net_register() local
627 struct ctl_table *table; in sctp_sysctl_net_unregister() local
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c2631 struct amdgpu_cac_leakage_table *table = in si_get_cac_std_voltage_max_min() local
3035 struct amdgpu_vce_clock_voltage_dependency_table *table = in si_get_vce_clock_voltage() local
3203 static u16 btc_find_voltage(struct atom_voltage_table *table, u16 voltage) in btc_find_voltage()
3245 …id btc_get_max_clock_from_voltage_dependency_table(struct amdgpu_clock_voltage_dependency_table *t… in btc_get_max_clock_from_voltage_dependency_table()
3262 static void btc_apply_voltage_dependency_rules(struct amdgpu_clock_voltage_dependency_table *table, in btc_apply_voltage_dependency_rules()
4350 const struct atom_voltage_table *table, in si_validate_phase_shedding_tables()
4496 SISLANDS_SMC_STATETABLE *table) in si_populate_smc_voltage_table()
4505 SISLANDS_SMC_STATETABLE *table) in si_populate_smc_voltage_tables()
4568 const struct atom_voltage_table *table, in si_populate_voltage_value()
4826 SISLANDS_SMC_STATETABLE *table) in si_populate_smc_initial_state()
[all …]
/openbmc/linux/drivers/scsi/pcmcia/
H A Dnsp_debug.c67 const char **table = commands[ group(opcode) ]; in print_opcodek() local
/openbmc/linux/ipc/
H A Dmq_sysctl.c93 static int mq_permissions(struct ctl_table_header *head, struct ctl_table *table) in mq_permissions()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu12/
H A Drenoir_ppt.c758 DpmClocks_t *table = smu->smu_table.clocks_table; in renoir_get_dpm_clock_table() local
1046 Watermarks_t *table = smu->smu_table.watermarks_table; in renoir_set_watermarks_table() local
1344 void **table) in renoir_get_gpu_metrics()
/openbmc/linux/drivers/hid/
H A Dhid-apple.c367 const struct apple_key_translation *table) in apple_setup_key_translation()
376 const struct apple_key_translation *table, u16 from) in apple_find_translation()
401 const struct apple_key_translation *trans, *table; in hidinput_apple_event() local
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c161 phm_ppt_v1_voltage_lookup_table *table; in get_vddc_lookup_table() local
318 struct phm_clock_array *table; in get_valid_clk() local
570 const PPTable_Generic_SubTable_Header * table in get_cac_tdp_table()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Dtables_nphy.h78 #define B43_NTAB8(table, offset) (((table) << 10) | (offset) | B43_NTAB_8BIT) argument
79 #define B43_NTAB16(table, offset) (((table) << 10) | (offset) | B43_NTAB_16BIT) argument
80 #define B43_NTAB32(table, offset) (((table) << 10) | (offset) | B43_NTAB_32BIT) argument
/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_among.h41 int table[257]; member
/openbmc/qemu/pc-bios/optionrom/
H A Dpvh_main.c43 struct hvm_memmap_table_entry table[E820_MAXENTRIES]; member
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h94 const char *table; member
125 const char *table; member
169 const char *table; member
210 const char *table; member
/openbmc/linux/net/ipv6/netfilter/
H A Dip6table_nat.c65 struct xt_table *table; in ip6t_nat_register_lookups() local
/openbmc/linux/arch/arm/probes/kprobes/
H A Dcheckers-arm.c22 static const union decode_item table[] = { in arm_check_stack() local
/openbmc/linux/net/ipv4/netfilter/
H A Diptable_nat.c63 struct xt_table *table; in ipt_nat_register_lookups() local
/openbmc/linux/net/ipv6/
H A Droute.c1210 struct fib6_table *table, in ip6_pol_route_lookup()
1305 struct fib6_table *table; in __ip6_ins_rt() local
2178 int fib6_table_lookup(struct net *net, struct fib6_table *table, int oif, in fib6_table_lookup()
2205 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, in ip6_pol_route()
2275 struct fib6_table *table, in ip6_pol_route_input()
2593 struct fib6_table *table, in ip6_pol_route_output()
3044 struct fib6_table *table, in __ip6_route_redirect()
3324 struct fib6_table *table; in ip6_nh_lookup_table() local
3689 struct fib6_table *table; in ip6_route_info_create() local
3860 struct fib6_table *table; in __ip6_del_rt() local
[all …]
/openbmc/linux/drivers/acpi/acpica/
H A Dtbutils.c229 struct acpi_table_header *table; in acpi_tb_parse_root_table() local
/openbmc/linux/net/batman-adv/
H A Dhash.h42 struct hlist_head *table; member
/openbmc/linux/lib/zlib_inflate/
H A Dinftrees.c24 code **table, unsigned *bits, unsigned short *work) in zlib_inflate_table()
/openbmc/linux/kernel/
H A Dstackleak.c24 static int stack_erasing_sysctl(struct ctl_table *table, int write, in stack_erasing_sysctl()
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c33 code FAR * FAR *table, unsigned FAR *bits, in inflate_table()

1...<<11121314151617181920>>...45