Home
last modified time | relevance | path

Searched defs:table (Results 76 – 100 of 1019) sorted by relevance

12345678910>>...41

/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dtables.c414 struct acpi_table_header *table = NULL; in acpi_table_parse() local
442 struct acpi_table_header *table = NULL; in check_multiple_madt() local
459 static void acpi_table_taint(struct acpi_table_header *table) in acpi_table_taint()
509 struct acpi_table_header *table; in acpi_table_upgrade() local
632 struct acpi_table_header *table; in acpi_table_initrd_override() local
690 struct acpi_table_header *table; in acpi_table_initrd_scan() local
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dmp.c59 u32 *table, id = get_my_id(); in cpu_status() local
143 u32 i, val, *table = (u32 *)&__spin_table + nr * NUM_BOOT_ENTRY; in cpu_release() local
253 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local
332 u32 *table = (u32 *)&__spin_table; in plat_mp_up() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp_tb_helper.c38 struct sg_table *table; in shm_map_dma_buf() local
59 struct sg_table *table, in shm_unmap_dma_buf()
106 struct sg_table *table; in shm_begin_cpu_access() local
118 struct sg_table *table; in shm_end_cpu_access() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega10_smumgr.c39 uint8_t *table, int16_t table_id) in vega10_copy_table_from_smc()
73 uint8_t *table, int16_t table_id) in vega10_copy_table_to_smc()
372 static int vega10_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, in vega10_smc_table_manager()
H A Dsmu10_smumgr.c117 uint8_t *table, int16_t table_id) in smu10_copy_table_from_smc()
152 uint8_t *table, int16_t table_id) in smu10_copy_table_to_smc()
295 static int smu10_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool … in smu10_smc_table_manager()
H A Dfiji_smumgr.c756 struct SMU73_Discrete_DpmTable *table) in fiji_populate_cac_table()
784 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_voltage_tables()
822 struct SMU73_Discrete_DpmTable *table) in fiji_populate_ulv_state()
828 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_link_level()
1298 SMU73_Discrete_DpmTable *table) in fiji_populate_smc_acpi_level()
1420 SMU73_Discrete_DpmTable *table) in fiji_populate_smc_vce_level()
1459 SMU73_Discrete_DpmTable *table) in fiji_populate_smc_acp_level()
1555 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_uvd_level()
1602 struct SMU73_Discrete_DpmTable *table) in fiji_populate_smc_boot_level()
1820 struct SMU73_Discrete_DpmTable *table) in fiji_populate_vr_config()
[all …]
/OK3568_Linux_fs/kernel/drivers/clk/tegra/
H A Dcvb.c55 static int build_opp_table(struct device *dev, const struct cvb_table *table, in build_opp_table()
111 const struct cvb_table *table = &tables[i]; in tegra_cvb_add_opp_table() local
128 const struct cvb_table *table, in tegra_cvb_remove_opp_table()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlsh_index.h114 lsh::LshTable<ElementType>& table = tables_[i]; in buildIndex() local
270 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors() local
308 … typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors() local
341 typename std::vector<lsh::LshTable<ElementType> >::const_iterator table = tables_.begin(); in getNeighbors() local
/OK3568_Linux_fs/app/forlinx/quectelCM/
H A DMPQMUX.c293 static const char * qmi_name_get(const QMI_NAME_T *table, size_t size, int type, const char *tag) { in qmi_name_get()
314 #define QMI_NAME(table, type) qmi_name_get(table, sizeof(table) / sizeof(table[0]), type, 0) argument
315 #define QMUX_NAME(table, type, tag) qmi_name_get(table, sizeof(table) / sizeof(table[0]), type, tag) argument
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c1174 …id btc_get_max_clock_from_voltage_dependency_table(struct radeon_clock_voltage_dependency_table *t… in btc_get_max_clock_from_voltage_dependency_table()
1191 void btc_apply_voltage_dependency_rules(struct radeon_clock_voltage_dependency_table *table, in btc_apply_voltage_dependency_rules()
1296 static u16 btc_find_voltage(struct atom_voltage_table *table, u16 voltage) in btc_find_voltage()
1398 RV770_SMC_STATETABLE *table) in btc_populate_ulv_state()
1427 RV770_SMC_STATETABLE *table) in btc_populate_smc_acpi_state()
1632 RV770_SMC_STATETABLE *table = &pi->smc_statetable; in btc_init_smc_table() local
1901 static void btc_set_valid_flag(struct evergreen_mc_reg_table *table) in btc_set_valid_flag()
1917 struct evergreen_mc_reg_table *table) in btc_set_mc_special_registers()
1978 static void btc_set_s0_mc_reg_index(struct evergreen_mc_reg_table *table) in btc_set_s0_mc_reg_index()
1990 static int btc_copy_vbios_mc_reg_table(struct atom_mc_reg_table *table, in btc_copy_vbios_mc_reg_table()
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/
H A Dqpc.c16 mlx5_get_rsc(struct mlx5_qp_table *table, u32 rsn) in mlx5_get_rsc()
95 struct mlx5_qp_table *table; in rsc_event_notifier() local
156 struct mlx5_qp_table *table = &dev->qp_table; in create_resource_common() local
178 struct mlx5_qp_table *table = &dev->qp_table; in destroy_resource_common() local
480 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_init_qp_table() local
494 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_cleanup_qp_table() local
634 struct mlx5_qp_table *table = &dev->qp_table; in mlx5_core_res_hold() local
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dunwind.c158 struct unwind_table *table; in find_table() local
184 static void init_unwind_table(struct unwind_table *table, const char *name, in init_unwind_table()
257 static void init_unwind_hdr(struct unwind_table *table, in init_unwind_hdr()
271 struct eh_frame_hdr_table_entry table[]; in init_unwind_hdr() member
375 struct unwind_table *table; in unwind_add_table() local
406 struct unwind_table *table; member
413 struct unwind_table *table = info->table, *prev; in unlink_table() local
438 struct unwind_table *table = handle; in unwind_remove_table() local
513 static const u32 *cie_for_fde(const u32 *fde, const struct unwind_table *table) in cie_for_fde()
909 const struct unwind_table *table; in arc_unwind() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/enetc/
H A Denetc_cbdr.c157 static int enetc_cmd_rss_table(struct enetc_si *si, u32 *table, int count, in enetc_cmd_rss_table()
204 int enetc_get_rss_table(struct enetc_si *si, u32 *table, int count) in enetc_get_rss_table()
210 int enetc_set_rss_table(struct enetc_si *si, const u32 *table, int count) in enetc_set_rss_table()
/OK3568_Linux_fs/kernel/drivers/soc/samsung/
H A Dexynos-asv.h30 struct exynos_asv_table table; member
45 unsigned int table; member
53 static inline u32 __asv_get_table_entry(const struct exynos_asv_table *table, in __asv_get_table_entry()
/OK3568_Linux_fs/kernel/kernel/
H A Dwatchdog.c765 static int proc_watchdog_common(int which, struct ctl_table *table, int write, in proc_watchdog_common()
792 int proc_watchdog(struct ctl_table *table, int write, in proc_watchdog()
802 int proc_nmi_watchdog(struct ctl_table *table, int write, in proc_nmi_watchdog()
814 int proc_soft_watchdog(struct ctl_table *table, int write, in proc_soft_watchdog()
824 int proc_watchdog_thresh(struct ctl_table *table, int write, in proc_watchdog_thresh()
847 int proc_watchdog_cpumask(struct ctl_table *table, int write, in proc_watchdog_cpumask()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpci_irq.c46 int mlx5_irq_get_num_comp(struct mlx5_irq_table *table) in mlx5_irq_get_num_comp()
253 struct mlx5_irq_table *table = dev->priv.irq_table; in unrequest_irqs() local
264 struct mlx5_irq_table *table = priv->irq_table; in mlx5_irq_table_create() local
319 struct mlx5_irq_table *table = dev->priv.irq_table; in mlx5_irq_table_destroy() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dcommon.c200 struct sg_table *table; in rkcif_shm_map_dma_buf() local
215 struct sg_table *table, in rkcif_shm_unmap_dma_buf()
259 struct sg_table *table; in rkcif_shm_begin_cpu_access() local
271 struct sg_table *table; in rkcif_shm_end_cpu_access() local
/OK3568_Linux_fs/kernel/arch/x86/platform/sfi/
H A Dsfi.c38 static int __init sfi_parse_cpus(struct sfi_table_header *table) in sfi_parse_cpus()
61 static int __init sfi_parse_ioapic(struct sfi_table_header *table) in sfi_parse_ioapic()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dvexpress-spc-cpufreq.c203 static inline u32 get_table_count(struct cpufreq_frequency_table *table) in get_table_count()
214 static inline u32 get_table_min(struct cpufreq_frequency_table *table) in get_table_min()
226 static inline u32 get_table_max(struct cpufreq_frequency_table *table) in get_table_max()
237 static bool search_frequency(struct cpufreq_frequency_table *table, int size, in search_frequency()
253 struct cpufreq_frequency_table *table; in merge_cluster_tables() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpufreq.h682 struct cpufreq_frequency_table in dev_pm_opp_init_cpufreq_table()
689 struct cpufreq_frequency_table in dev_pm_opp_free_cpufreq_table()
701 #define cpufreq_for_each_entry(pos, table) \ argument
712 #define cpufreq_for_each_entry_idx(pos, table, idx) \ argument
723 #define cpufreq_for_each_valid_entry(pos, table) \ argument
737 #define cpufreq_for_each_valid_entry_idx(pos, table, idx) \ argument
769 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_find_index_al() local
790 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_find_index_dl() local
832 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_find_index_ah() local
862 struct cpufreq_frequency_table *table = policy->freq_table; in cpufreq_table_find_index_dh() local
[all …]
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dgmap.c39 unsigned long *table; in gmap_alloc() local
305 static int gmap_alloc_table(struct gmap *gmap, unsigned long *table, in gmap_alloc_table()
511 void gmap_unlink(struct mm_struct *mm, unsigned long *table, in gmap_unlink()
543 unsigned long *table; in __gmap_link() local
792 unsigned long *table = gmap->table; in gmap_table_walk() local
853 unsigned long *table; in gmap_pte_op_walk() local
1289 unsigned long *table; in gmap_unshadow_page() local
1556 unsigned long *table; in gmap_unshadow() local
1739 unsigned long *s_r2t, *table; in gmap_shadow_r2t() local
1823 unsigned long *s_r3t, *table; in gmap_shadow_r3t() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c1814 struct ef4_farch_filter_table table[EF4_FARCH_FILTER_TABLE_COUNT]; member
1868 struct ef4_farch_filter_table *table; in ef4_farch_filter_push_rx_config() local
1942 struct ef4_farch_filter_table *table; in ef4_farch_filter_push_tx_limits() local
2323 struct ef4_farch_filter_table *table; in ef4_farch_filter_insert() local
2472 struct ef4_farch_filter_table *table, in ef4_farch_filter_table_clear_entry()
2502 struct ef4_farch_filter_table *table, in ef4_farch_filter_remove()
2528 struct ef4_farch_filter_table *table; in ef4_farch_filter_remove_safe() local
2554 struct ef4_farch_filter_table *table; in ef4_farch_filter_get_safe() local
2590 struct ef4_farch_filter_table *table = &state->table[table_id]; in ef4_farch_filter_table_clear() local
2619 struct ef4_farch_filter_table *table; in ef4_farch_filter_count_rx_used() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dfarch.c1881 struct efx_farch_filter_table table[EFX_FARCH_FILTER_TABLE_COUNT]; member
1935 struct efx_farch_filter_table *table; in efx_farch_filter_push_rx_config() local
2009 struct efx_farch_filter_table *table; in efx_farch_filter_push_tx_limits() local
2389 struct efx_farch_filter_table *table; in efx_farch_filter_insert() local
2538 struct efx_farch_filter_table *table, in efx_farch_filter_table_clear_entry()
2568 struct efx_farch_filter_table *table, in efx_farch_filter_remove()
2594 struct efx_farch_filter_table *table; in efx_farch_filter_remove_safe() local
2620 struct efx_farch_filter_table *table; in efx_farch_filter_get_safe() local
2654 struct efx_farch_filter_table *table = &state->table[table_id]; in efx_farch_filter_table_clear() local
2683 struct efx_farch_filter_table *table; in efx_farch_filter_count_rx_used() local
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dpgalloc_64.h79 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
89 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() local
97 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb()
/OK3568_Linux_fs/kernel/arch/x86/platform/intel-mid/
H A Dsfi.c71 int __init sfi_parse_mtmr(struct sfi_table_header *table) in sfi_parse_mtmr()
142 int __init sfi_parse_mrtc(struct sfi_table_header *table) in sfi_parse_mrtc()
182 static int __init sfi_parse_gpio(struct sfi_table_header *table) in sfi_parse_gpio()
464 static int __init sfi_parse_devs(struct sfi_table_header *table) in sfi_parse_devs()

12345678910>>...41