Home
last modified time | relevance | path

Searched defs:table (Results 151 – 175 of 1114) sorted by relevance

12345678910>>...45

/openbmc/linux/drivers/md/
H A Ddm-ioctl.c310 struct dm_table *table; in __hash_remove() local
431 struct dm_table *table; in dm_hash_rename() local
792 struct dm_table *table = NULL; in dm_get_inactive_table() local
827 struct dm_table *table; in __dev_status() local
1280 static void retrieve_status(struct dm_table *table, in retrieve_status()
1360 struct dm_table *table; in dev_wait() local
1450 static int populate_table(struct dm_table *table, in populate_table()
1642 static void retrieve_deps(struct dm_table *table, in retrieve_deps()
1687 struct dm_table *table; in table_deps() local
1713 struct dm_table *table; in table_status() local
[all …]
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn301/
H A Dvg_clk_mgr.c386 static void vg_build_watermark_ranges(struct clk_bw_params *bw_params, struct watermarks *table) in vg_build_watermark_ranges()
446 struct watermarks *table = clk_mgr_vgh->smu_wm_set.wm_set; in vg_notify_wm_ranges() local
641 struct vg_dpm_clocks *table = smu_dpm_clks->dpm_clks; in vg_get_dpm_table_from_smu() local
/openbmc/phosphor-mboxd/vpnor/
H A Dmboxd_flash.cpp123 vpnor::partition::Table* table; in copy_flash() local
199 vpnor::partition::Table* table = context->vpnor->table; in write_flash() local
/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_csc.c115 const u32 *table; in sun8i_csc_set_coefficients() local
148 const u32 *table; in sun8i_de3_ccsc_set_coefficients() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dport.c62 void mlx4_init_mac_table(struct mlx4_dev *dev, struct mlx4_mac_table *table) in mlx4_init_mac_table()
91 struct mlx4_roce_gid_table *table) in mlx4_init_roce_gid_table()
101 struct mlx4_mac_table *table, int index) in validate_index()
113 struct mlx4_mac_table *table, u64 mac) in find_index()
153 struct mlx4_mac_table *table = &info->mac_table; in mlx4_find_cached_mac() local
185 struct mlx4_mac_table *table = &info->mac_table; in __mlx4_register_mac() local
382 struct mlx4_mac_table *table; in __mlx4_unregister_mac() local
477 struct mlx4_mac_table *table = &info->mac_table; in __mlx4_replace_mac() local
560 struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table; in mlx4_find_cached_vlan() local
580 struct mlx4_vlan_table *table = &mlx4_priv(dev)->port[port].vlan_table; in __mlx4_register_vlan() local
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dsparc-us3-cpufreq.c23 struct cpufreq_frequency_table table[4]; member
124 struct cpufreq_frequency_table *table = in us3_freq_cpu_init() local
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp135 int BIOSConfig::setBIOSTable(uint8_t tableType, const Table& table, in setBIOSTable()
197 int BIOSConfig::checkAttributeTable(const Table& table) in checkAttributeTable()
272 int BIOSConfig::checkAttributeValueTable(const Table& table) in checkAttributeValueTable()
353 [](uint16_t handle, const Table& table) -> std::string { in checkAttributeValueTable()
649 Table table; in buildAndStoreStringTable() local
660 void BIOSConfig::storeTable(const fs::path& path, const Table& table) in storeTable()
674 Table table; in loadTable() local
/openbmc/libpldm/src/dsp/
H A Dbios_table.c925 int pldm_bios_table_append_pad_checksum(void *table, size_t capacity, in pldm_bios_table_append_pad_checksum()
966 pldm_bios_table_iter_create(const void *table, size_t length, in pldm_bios_table_iter_create()
1061 pldm_bios_table_entry_find_from_table(const void *table, size_t length, in pldm_bios_table_entry_find_from_table()
1086 pldm_bios_table_string_find_by_handle(const void *table, size_t length, in pldm_bios_table_string_find_by_handle()
1116 pldm_bios_table_string_find_by_string(const void *table, size_t length, in pldm_bios_table_string_find_by_string()
1136 pldm_bios_table_attr_find_by_handle(const void *table, size_t length, in pldm_bios_table_attr_find_by_handle()
1153 pldm_bios_table_attr_find_by_string_handle(const void *table, size_t length, in pldm_bios_table_attr_find_by_string_handle()
1169 pldm_bios_table_attr_value_find_by_handle(const void *table, size_t length, in pldm_bios_table_attr_value_find_by_handle()
1233 bool pldm_bios_table_checksum(const uint8_t *table, size_t size) in pldm_bios_table_checksum()
/openbmc/qemu/hw/loongarch/
H A Dacpi-build.c116 AcpiTable table = { .sig = "APIC", .rev = 1, .oem_id = lvms->oem_id, in build_madt() local
176 AcpiTable table = { .sig = "SRAT", .rev = 1, .oem_id = lvms->oem_id, in build_srat() local
294 static void build_uart_device_aml(Aml *table, int index) in build_uart_device_aml()
450 AcpiTable table = { .sig = "DSDT", .rev = 1, .oem_id = lvms->oem_id, in build_dsdt() local
/openbmc/u-boot/arch/arm/mach-socfpga/
H A Dwrap_pinmux_config.c12 void sysmgr_get_pinmux_table(const u8 **table, unsigned int *table_len) in sysmgr_get_pinmux_table()
H A Dwrap_iocsr_config.c14 const unsigned long **table, in iocsr_get_config_table()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dvangogh_ppt.c1638 Watermarks_t *table = smu->smu_table.watermarks_table; in vangogh_set_watermarks_table() local
1694 void **table) in vangogh_get_legacy_gpu_metrics_v2_3()
1751 void **table) in vangogh_get_legacy_gpu_metrics()
1808 void **table) in vangogh_get_gpu_metrics_v2_3()
1879 void **table) in vangogh_get_gpu_metrics_v2_4()
1959 void **table) in vangogh_get_gpu_metrics()
2023 void **table) in vangogh_common_get_gpu_metrics()
2222 DpmClocks_t *table = smu->smu_table.clocks_table; in vangogh_get_dpm_clock_table() local
/openbmc/linux/sound/hda/
H A Dintel-dsp-config.c547 (struct pci_dev *pci, const struct config_entry *table, u32 len) in snd_intel_dsp_find_config()
761 const struct config_entry *table, in snd_intel_acpi_dsp_find_config()
/openbmc/linux/arch/s390/pci/
H A Dpci_dma.c32 unsigned long *table, *entry; in dma_alloc_cpu_table() local
43 static void dma_free_cpu_table(void *table) in dma_free_cpu_table()
50 unsigned long *table, *entry; in dma_alloc_page_table() local
61 static void dma_free_page_table(void *table) in dma_free_page_table()
268 void dma_cleanup_tables(unsigned long *table) in dma_cleanup_tables()
/openbmc/linux/include/net/
H A Dudp_tunnel.h304 udp_tunnel_nic_get_port(struct net_device *dev, unsigned int table, in udp_tunnel_nic_get_port()
320 udp_tunnel_nic_set_port_priv(struct net_device *dev, unsigned int table, in udp_tunnel_nic_set_port_priv()
364 udp_tunnel_nic_dump_size(struct net_device *dev, unsigned int table) in udp_tunnel_nic_dump_size()
372 udp_tunnel_nic_dump_write(struct net_device *dev, unsigned int table, in udp_tunnel_nic_dump_write()
/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c261 AcpiTable table = { .sig = "RHCT", .rev = 1, .oem_id = s->oem_id, in build_rhct() local
418 AcpiTable table = { .sig = "DSDT", .rev = 2, .oem_id = s->oem_id, in build_dsdt() local
506 AcpiTable table = { .sig = "APIC", .rev = 6, .oem_id = s->oem_id, in build_madt() local
613 AcpiTable table = { .sig = "SRAT", .rev = 3, .oem_id = vms->oem_id, in build_srat() local
/openbmc/linux/drivers/clk/hisilicon/
H A Dclkdivider-hi6220.c38 const struct clk_div_table *table; member
107 struct clk_div_table *table; in hi6220_register_clkdiv() local
/openbmc/qemu/block/
H A Dqed-table.c25 qed_read_table(BDRVQEDState *s, uint64_t offset, QEDTable *table) in qed_read_table()
67 qed_write_table(BDRVQEDState *s, uint64_t offset, QEDTable *table, in qed_write_table()
H A Dqed-check.c69 static unsigned int qed_check_l2_table(QEDCheck *check, QEDTable *table) in qed_check_l2_table()
111 qed_check_l1_table(QEDCheck *check, QEDTable *table) in qed_check_l1_table()
/openbmc/linux/drivers/clk/nuvoton/
H A Dclk-ma35d1-divider.c20 const struct clk_div_table *table; member
85 struct clk_div_table *table; in ma35d1_reg_adc_clkdiv() local
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dcn316/
H A Ddcn316_clk_mgr.c343 …oid dcn316_build_watermark_ranges(struct clk_bw_params *bw_params, struct dcn316_watermarks *table) in dcn316_build_watermark_ranges()
402 struct dcn316_watermarks *table = clk_mgr_dcn316->smu_wm_set.wm_set; in dcn316_notify_wm_ranges() local
424 DpmClocks_316_t *table = smu_dpm_clks->dpm_clks; in dcn316_get_dpm_table_from_smu() local
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmumgr.c114 int smum_download_powerplay_table(struct pp_hwmgr *hwmgr, void **table) in smum_download_powerplay_table()
241 int smum_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw) in smum_smc_table_manager()
/openbmc/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_rfim.c91 #define RFIM_SHOW(suffix, table)\ argument
122 #define RFIM_STORE(suffix, table)\ argument
/openbmc/linux/drivers/clk/actions/
H A Dowl-pll.c31 static unsigned long _get_table_rate(const struct clk_pll_table *table, in _get_table_rate()
44 const struct clk_pll_table *table, unsigned long rate) in _get_pll_table()
/openbmc/linux/drivers/platform/x86/siemens/
H A Dsimatic-ipc-batt.c149 int simatic_ipc_batt_remove(struct platform_device *pdev, struct gpiod_lookup_table *table) in simatic_ipc_batt_remove()
156 int simatic_ipc_batt_probe(struct platform_device *pdev, struct gpiod_lookup_table *table) in simatic_ipc_batt_probe()

12345678910>>...45