/openbmc/linux/net/devlink/ |
H A D | dpipe.c | 87 static int devlink_dpipe_matches_put(struct devlink_dpipe_table *table, in devlink_dpipe_matches_put() 157 struct devlink_dpipe_table *table) in devlink_dpipe_table_put() 218 struct devlink_dpipe_table *table; in devlink_dpipe_tables_fill() local 455 struct devlink_dpipe_table *table; in devlink_dpipe_table_find() local 537 struct devlink_dpipe_table *table) in devlink_dpipe_entries_fill() 569 struct devlink_dpipe_table *table; in devlink_nl_cmd_dpipe_entries_get() local 730 struct devlink_dpipe_table *table; in devlink_dpipe_table_counters_set() local 817 struct devlink_dpipe_table *table; in devlink_dpipe_table_counter_enabled() local 845 struct devlink_dpipe_table *table; in devl_dpipe_table_register() local 880 struct devlink_dpipe_table *table; in devl_dpipe_table_unregister() local [all …]
|
/openbmc/linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 38 struct sg_table *table; member 57 static struct sg_table *dup_sg_table(struct sg_table *table) in dup_sg_table() 87 struct sg_table *table; in system_heap_attach() local 132 struct sg_table *table = a->table; in system_heap_map_dma_buf() local 144 struct sg_table *table, in system_heap_unmap_dma_buf() 198 struct sg_table *table = &buffer->sg_table; in system_heap_mmap() local 219 struct sg_table *table = &buffer->sg_table; in system_heap_do_vmap() local 287 struct sg_table *table; in system_heap_dma_buf_release() local 344 struct sg_table *table; in system_heap_allocate() local
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | fw.h | 828 static inline void SET_CMC_TBL_BMC(void *table, u32 val) in SET_CMC_TBL_BMC() 1061 static inline void SET_CMC_TBL_PAID(void *table, u32 val) in SET_CMC_TBL_PAID() 1068 static inline void SET_CMC_TBL_ULDL(void *table, u32 val) in SET_CMC_TBL_ULDL() 1109 static inline void SET_CMC_TBL_NC(void *table, u32 val) in SET_CMC_TBL_NC() 1116 static inline void SET_CMC_TBL_NR(void *table, u32 val) in SET_CMC_TBL_NR() 1123 static inline void SET_CMC_TBL_NG(void *table, u32 val) in SET_CMC_TBL_NG() 1130 static inline void SET_CMC_TBL_CB(void *table, u32 val) in SET_CMC_TBL_CB() 1137 static inline void SET_CMC_TBL_CS(void *table, u32 val) in SET_CMC_TBL_CS() 1252 static inline void SET_DCTL_SEQ0_V1(void *table, u32 val) in SET_DCTL_SEQ0_V1() 1260 static inline void SET_DCTL_SEQ1_V1(void *table, u32 val) in SET_DCTL_SEQ1_V1() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_mocs.c | 25 const struct drm_i915_mocs_entry *table; member 491 struct drm_i915_mocs_table *table) in get_mocs_settings() 591 static u32 get_entry_control(const struct drm_i915_mocs_table *table, in get_entry_control() 605 const struct drm_i915_mocs_table *table, in __init_mocs_table() 633 const struct drm_i915_mocs_table *table) in init_mocs_table() 643 static u16 get_entry_l3cc(const struct drm_i915_mocs_table *table, in get_entry_l3cc() 665 const struct drm_i915_mocs_table *table) in init_l3cc_table() 682 struct drm_i915_mocs_table table; in intel_mocs_init_engine() local 707 struct drm_i915_mocs_table table; in intel_set_mocs_index() local 717 struct drm_i915_mocs_table table; in intel_mocs_init() local
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | tables_phy_lcn.h | 10 #define B43_LCNTAB8(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_8BIT) argument 11 #define B43_LCNTAB16(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_16BIT) argument 12 #define B43_LCNTAB32(table, offset) (((table) << 10) | (offset) | B43_LCNTAB_32BIT) argument
|
H A D | tables_phy_ht.h | 10 #define B43_HTTAB8(table, offset) (((table) << 10) | (offset) | B43_HTTAB_8BIT) argument 11 #define B43_HTTAB16(table, offset) (((table) << 10) | (offset) | B43_HTTAB_16BIT) argument 12 #define B43_HTTAB32(table, offset) (((table) << 10) | (offset) | B43_HTTAB_32BIT) argument
|
H A D | tables_lpphy.h | 10 #define B43_LPTAB8(table, offset) (((table) << 10) | (offset) | B43_LPTAB_8BIT) argument 11 #define B43_LPTAB16(table, offset) (((table) << 10) | (offset) | B43_LPTAB_16BIT) argument 12 #define B43_LPTAB32(table, offset) (((table) << 10) | (offset) | B43_LPTAB_32BIT) argument
|
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
H A D | mp.c | 28 u64 *table = get_spin_tbl_addr(); in update_os_arch_secondary_cores() local 79 u64 *table = get_spin_tbl_addr(); in fsl_layerscape_wake_seconday_cores() local 188 u64 *table; in is_core_online() local 236 u64 *table; in cpu_status() local 263 u64 *table = (u64 *)get_spin_tbl_addr(); in cpu_release() local
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_hash.c | 468 struct npc_exact_table *table; in rvu_npc_exact_alloc_mem_table_entry() local 504 struct npc_exact_table *table; in rvu_npc_exact_free_id() local 521 struct npc_exact_table *table; in rvu_npc_exact_alloc_id() local 554 struct npc_exact_table *table; in rvu_npc_exact_alloc_cam_table_entry() local 723 struct npc_exact_table *table; in rvu_npc_exact_get_max_entries() local 903 struct npc_exact_table *table; in rvu_npc_exact_dealloc_table_entry() local 976 struct npc_exact_table *table; in rvu_npc_exact_alloc_table_entry() local 1021 struct npc_exact_table *table; in rvu_npc_exact_save_drop_rule_chan_and_mask() local 1093 struct npc_exact_table *table; in rvu_npc_exact_drop_rule_to_pcifunc() local 1129 struct npc_exact_table *table; in rvu_npc_exact_get_drop_rule_info() local [all …]
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() 53 void *table, int shift) in pgtable_free_tlb() 63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local 69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | smu_helper.c | 53 uint32_t *table; in phm_copy_clock_limits_array() local 75 uint32_t *table; in phm_copy_overdrive_settings_limits_array() local 209 struct pp_atomctrl_voltage_table *table; in phm_trim_voltage_table() local 346 int phm_reset_single_dpm_table(void *table, in phm_reset_single_dpm_table() 362 void *table, in phm_setup_pcie_table_entry() 372 int32_t phm_get_dpm_level_enable_mask_value(void *table) in phm_get_dpm_level_enable_mask_value() 443 int phm_find_boot_level(void *table, in phm_find_boot_level() 549 struct phm_clock_voltage_dependency_table *table = in phm_apply_dal_min_voltage_request() local 674 void *smu_atom_get_data_table(void *dev, uint32_t table, uint16_t *size, in smu_atom_get_data_table() 719 struct watermarks *table = wt_table; in smu_set_watermarks_for_clocks_ranges() local
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/ |
H A D | icm.c | 258 int mlx4_table_get(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_get() 294 void mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) in mlx4_table_put() 314 void *mlx4_table_find(struct mlx4_icm_table *table, u32 obj, in mlx4_table_find() 382 int mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_get_range() 406 void mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_table_put_range() 415 int mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, in mlx4_init_icm_table() 481 void mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) in mlx4_cleanup_icm_table()
|
/openbmc/linux/kernel/ |
H A D | utsname_sysctl.c | 18 static void *get_uts(struct ctl_table *table) in get_uts() 33 static int proc_do_uts_string(struct ctl_table *table, int write, in proc_do_uts_string() 133 struct ctl_table *table = &uts_kern_table[proc]; in uts_proc_notify() local
|
/openbmc/linux/drivers/net/wireguard/selftest/ |
H A D | allowedips.c | 83 struct hlist_node table; member 90 static __init void horrible_allowedips_init(struct horrible_allowedips *table) in horrible_allowedips_init() 95 static __init void horrible_allowedips_free(struct horrible_allowedips *table) in horrible_allowedips_free() 153 horrible_insert_ordered(struct horrible_allowedips *table, struct horrible_allowedips_node *node) in horrible_insert_ordered() 181 horrible_allowedips_insert_v4(struct horrible_allowedips *table, in horrible_allowedips_insert_v4() 198 horrible_allowedips_insert_v6(struct horrible_allowedips *table, in horrible_allowedips_insert_v6() 215 horrible_allowedips_lookup_v4(struct horrible_allowedips *table, struct in_addr *ip) in horrible_allowedips_lookup_v4() 227 horrible_allowedips_lookup_v6(struct horrible_allowedips *table, struct in6_addr *ip) in horrible_allowedips_lookup_v6() 240 horrible_allowedips_remove_by_value(struct horrible_allowedips *table, void *value) in horrible_allowedips_remove_by_value()
|
/openbmc/linux/drivers/sh/clk/ |
H A D | cpg.c | 117 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div_recalc() local 227 struct clk_div_table *table, struct sh_clk_ops *ops) in sh_clk_div_register_ops() 281 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div6_set_parent() local 338 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div4_set_parent() local 375 struct clk_div4_table *table) in sh_clk_div4_register() 381 struct clk_div4_table *table) in sh_clk_div4_enable_register() 388 struct clk_div4_table *table) in sh_clk_div4_reparent_register()
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | inat.c | 29 const insn_attr_t *table; in inat_get_escape_attribute() local 48 const insn_attr_t *table; in inat_get_group_attribute() local 68 const insn_attr_t *table; in inat_get_avx_attribute() local
|
/openbmc/linux/arch/x86/lib/ |
H A D | inat.c | 29 const insn_attr_t *table; in inat_get_escape_attribute() local 48 const insn_attr_t *table; in inat_get_group_attribute() local 68 const insn_attr_t *table; in inat_get_avx_attribute() local
|
/openbmc/qemu/block/ |
H A D | qcow2-cache.c | 49 static inline void *qcow2_cache_get_table_addr(Qcow2Cache *c, int table) in qcow2_cache_get_table_addr() 54 static inline int qcow2_cache_get_table_idx(Qcow2Cache *c, void *table) in qcow2_cache_get_table_idx() 325 void **table, bool read_from_disk) in qcow2_cache_do_get() 407 void **table) in qcow2_cache_get() 413 void **table) in qcow2_cache_get_empty() 418 void qcow2_cache_put(Qcow2Cache *c, void **table) in qcow2_cache_put() 432 void qcow2_cache_entry_mark_dirty(Qcow2Cache *c, void *table) in qcow2_cache_entry_mark_dirty() 451 void qcow2_cache_discard(Qcow2Cache *c, void *table) in qcow2_cache_discard()
|
/openbmc/linux/tools/power/acpi/os_specific/service_layers/ |
H A D | oslinuxtbl.c | 156 struct acpi_table_header **table) in acpi_os_get_table_by_address() 221 struct acpi_table_header **table, in acpi_os_get_table_by_name() 349 struct acpi_table_header **table, in acpi_os_get_table_by_index() 768 struct acpi_table_header **table, in osl_get_bios_table() 1055 char *signature, struct acpi_table_header **table) in osl_map_table() 1131 static void osl_unmap_table(struct acpi_table_header *table) in osl_unmap_table() 1198 struct acpi_table_header **table) in osl_read_table_from_file() 1310 struct acpi_table_header **table, in osl_get_customized_table()
|
/openbmc/linux/include/linux/ |
H A D | vt_kern.h | 65 static inline int con_set_trans_old(unsigned char __user *table) in con_set_trans_old() 69 static inline int con_get_trans_old(unsigned char __user *table) in con_get_trans_old() 73 static inline int con_set_trans_new(unsigned short __user *table) in con_set_trans_new() 77 static inline int con_get_trans_new(unsigned short __user *table) in con_get_trans_new()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | eq.c | 96 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_cq_get() local 409 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_add_cq() local 421 struct mlx5_cq_table *table = &eq->cq_table; in mlx5_eq_del_cq() local 468 struct mlx5_eq_table *table = dev->priv.eq_table; in mlx5_eq_table_cleanup() local 654 struct mlx5_eq_table *table = dev->priv.eq_table; in create_async_eqs() local 717 struct mlx5_eq_table *table = dev->priv.eq_table; in destroy_async_eqs() local 820 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_release_pci() local 870 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_request_pci() local 886 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_release_sf() local 902 struct mlx5_eq_table *table = dev->priv.eq_table; in comp_irq_request_sf() local [all …]
|
/openbmc/linux/scripts/mod/ |
H A D | symsearch.c | 27 struct syminfo table[]; member 69 struct syminfo *table, in symsearch_populate() 113 static void symsearch_fixup(struct syminfo *table, unsigned int table_size) in symsearch_fixup() 159 struct syminfo *table = elf->symsearch->table; in symsearch_find_nearest() local
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | polaris10_smumgr.c | 665 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_mvdd_table() 742 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_cac_table() 768 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_voltage_tables() 810 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_ulv_state() 816 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_link_level() 848 SMU74_Discrete_DpmTable *table) in polaris10_get_sclk_range_table() 1278 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_acpi_level() 1366 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_vce_level() 1416 SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_samu_level() 1521 struct SMU74_Discrete_DpmTable *table) in polaris10_populate_smc_uvd_level() [all …]
|
/openbmc/qemu/hw/acpi/ |
H A D | ghes.c | 81 static void build_ghes_hw_error_notification(GArray *table, const uint8_t type) in build_ghes_hw_error_notification() 110 static void acpi_ghes_generic_error_data(GArray *table, in acpi_ghes_generic_error_data() 146 static void acpi_ghes_generic_error_status(GArray *table, uint32_t block_status, in acpi_ghes_generic_error_status() 163 static void acpi_ghes_build_append_mem_cper(GArray *table, in acpi_ghes_build_append_mem_cper() 365 AcpiTable table = { .sig = "HEST", .rev = 1, in acpi_build_hest() local
|
/openbmc/linux/drivers/net/wireguard/ |
H A D | allowedips.c | 252 void wg_allowedips_init(struct allowedips *table) in wg_allowedips_init() 258 void wg_allowedips_free(struct allowedips *table, struct mutex *lock) in wg_allowedips_free() 281 int wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, in wg_allowedips_insert_v4() 292 int wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, in wg_allowedips_insert_v6() 303 void wg_allowedips_remove_by_peer(struct allowedips *table, in wg_allowedips_remove_by_peer() 356 struct wg_peer *wg_allowedips_lookup_dst(struct allowedips *table, in wg_allowedips_lookup_dst() 367 struct wg_peer *wg_allowedips_lookup_src(struct allowedips *table, in wg_allowedips_lookup_src()
|