| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | tables.c | 414 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 D | mp.c | 59 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 D | rkisp_tb_helper.c | 38 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 D | vega10_smumgr.c | 39 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 D | smu10_smumgr.c | 117 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 D | fiji_smumgr.c | 756 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 D | cvb.c | 55 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 D | lsh_index.h | 114 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 D | MPQMUX.c | 293 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 D | btc_dpm.c | 1174 …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 D | qpc.c | 16 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 D | unwind.c | 158 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 D | enetc_cbdr.c | 157 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 D | exynos-asv.h | 30 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 D | watchdog.c | 765 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 D | pci_irq.c | 46 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 D | common.c | 200 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 D | sfi.c | 38 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 D | vexpress-spc-cpufreq.c | 203 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 D | cpufreq.h | 682 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 D | gmap.c | 39 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 D | farch.c | 1814 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 D | farch.c | 1881 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 D | pgalloc_64.h | 79 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 D | sfi.c | 71 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()
|