| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysctl.h | 211 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table() 217 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths() 222 static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl() 227 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table()
|
| H A D | devcoredump.h | 22 static inline void _devcd_free_sgtable(struct scatterlist *table) in _devcd_free_sgtable() 83 static inline void dev_coredumpsg(struct device *dev, struct scatterlist *table, in dev_coredumpsg()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | srq_cmd.c | 83 struct mlx5_srq_table *table = &dev->srq_table; in mlx5_cmd_get_srq() local 560 struct mlx5_srq_table *table = &dev->srq_table; in mlx5_cmd_create_srq() local 595 struct mlx5_srq_table *table = &dev->srq_table; in mlx5_cmd_destroy_srq() local 654 struct mlx5_srq_table *table; in srq_event_notifier() local 686 struct mlx5_srq_table *table = &dev->srq_table; in mlx5_init_srq_table() local 699 struct mlx5_srq_table *table = &dev->srq_table; in mlx5_cleanup_srq_table() local
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | nsparse.c | 47 struct acpi_table_header *table; in acpi_ns_execute_table() local 157 struct acpi_table_header *table; in acpi_ns_one_complete_parse() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | ci_dpm.c | 1290 SMU7_Discrete_DpmTable *table = &pi->smc_state_table; in ci_init_fps_limits() local 2204 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddc_table() 2227 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vddci_table() 2250 SMU7_Discrete_DpmTable *table) in ci_populate_smc_mvdd_table() 2273 SMU7_Discrete_DpmTable *table) in ci_populate_smc_voltage_tables() 2612 SMU7_Discrete_DpmTable *table) in ci_populate_smc_link_level() 2634 SMU7_Discrete_DpmTable *table) in ci_populate_smc_uvd_level() 2677 SMU7_Discrete_DpmTable *table) in ci_populate_smc_vce_level() 2710 SMU7_Discrete_DpmTable *table) in ci_populate_smc_acp_level() 2742 SMU7_Discrete_DpmTable *table) in ci_populate_smc_samu_level() [all …]
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | iptable_raw.c | 52 const struct xt_table *table = &packet_raw; in iptable_raw_table_init() local 93 const struct xt_table *table = &packet_raw; in iptable_raw_init() local
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6table_raw.c | 51 const struct xt_table *table = &packet_raw; in ip6table_raw_table_init() local 92 const struct xt_table *table = &packet_raw; in ip6table_raw_init() local
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pgalloc.h | 55 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one() local 70 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one() local 84 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one() local
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | qoriq-cpufreq.c | 30 struct cpufreq_frequency_table *table; member 129 struct cpufreq_frequency_table table; in freq_table_sort() local 162 struct cpufreq_frequency_table *table; in qoriq_cpufreq_cpu_init() local
|
| /OK3568_Linux_fs/kernel/include/linux/gpio/ |
| H A D | machine.h | 46 struct gpiod_lookup table[]; member 105 void gpiod_add_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_add_lookup_table() 109 void gpiod_remove_lookup_table(struct gpiod_lookup_table *table) {} in gpiod_remove_lookup_table()
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_standalone.c | 522 nf_conntrack_hash_sysctl(struct ctl_table *table, int write, in nf_conntrack_hash_sysctl() 944 struct ctl_table *table) in nf_conntrack_standalone_init_tcp_sysctl() 973 struct ctl_table *table) in nf_conntrack_standalone_init_sctp_sysctl() 996 struct ctl_table *table) in nf_conntrack_standalone_init_dccp_sysctl() 1019 struct ctl_table *table) in nf_conntrack_standalone_init_gre_sysctl() 1032 struct ctl_table *table; in nf_conntrack_standalone_init_sysctl() local 1083 struct ctl_table *table; in nf_conntrack_standalone_fini_sysctl() local
|
| /OK3568_Linux_fs/kernel/drivers/pci/controller/ |
| H A D | rockchip-pcie-dma.c | 190 struct dma_table *table = NULL; in rk_pcie_prepare_dma() local 306 struct dma_table *table; in rk_pcie_dma_trx_work() local 495 struct dma_table *table; in rk_pcie_send_addr_to_remote() local 774 struct dma_table *table; in rk_pcie_dma_table_free() local 790 struct dma_table *table; in rk_pcie_dma_table_alloc() local
|
| /OK3568_Linux_fs/kernel/drivers/dma-buf/heaps/ |
| H A D | sram_heap.c | 51 struct sg_table *table; member 60 struct sg_table *table; in dma_heap_attach() local 122 struct sg_table *table = a->table; in dma_heap_map_dma_buf() local 133 struct sg_table *table, in dma_heap_unmap_dma_buf()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_fib.c | 211 static void fib6_free_table(struct fib6_table *table) in fib6_free_table() 239 struct fib6_table *table; in fib6_alloc_table() local 570 static int fib6_dump_table(struct fib6_table *table, struct sk_buff *skb, in fib6_dump_table() 739 struct fib6_table *table, in fib6_add_1() 955 const struct fib6_table *table) in __fib6_drop_pcpu_from() 988 const struct fib6_table *table; member 1000 const struct fib6_table *table) in fib6_drop_pcpu_from() 1027 struct fib6_table *table = rt->fib6_table; in fib6_purge_rt() local 1375 struct fib6_table *table = rt->fib6_table; in fib6_add() local 1744 struct fib6_table *table, in fib6_find_prefix() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rapidio/switches/ |
| H A D | idt_gen3.c | 38 u16 table, u16 route_destid, u8 route_port) in idtg3_route_add_entry() 80 u16 table, u16 route_destid, u8 *route_port) in idtg3_route_get_entry() 119 u16 table) in idtg3_route_clr_table()
|
| H A D | tsi57x.c | 43 u16 table, u16 route_destid, u8 route_port) in tsi57x_route_add_entry() 64 u16 table, u16 route_destid, u8 *route_port) in tsi57x_route_get_entry() 91 u16 table) in tsi57x_route_clr_table()
|
| /OK3568_Linux_fs/kernel/drivers/clk/actions/ |
| H A D | owl-factor.c | 17 static unsigned int _get_table_maxval(const struct clk_factor_table *table) in _get_table_maxval() 28 static int _get_table_div_mul(const struct clk_factor_table *table, in _get_table_div_mul() 44 static unsigned int _get_table_val(const struct clk_factor_table *table, in _get_table_val()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | sysctl.c | 62 static int proc_do_xprt(struct ctl_table *table, int write, in proc_do_xprt() 84 proc_dodebug(struct ctl_table *table, int write, void *buffer, size_t *lenp, in proc_dodebug()
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/sja1105/ |
| H A D | sja1105_main.c | 108 struct sja1105_table *table; in sja1105_init_mac_settings() local 163 struct sja1105_table *table; in sja1105_init_mii_settings() local 226 struct sja1105_table *table; in sja1105_init_static_fdb() local 242 struct sja1105_table *table; in sja1105_init_l2_lookup_params() local 307 struct sja1105_table *table; in sja1105_init_static_vlan() local 368 struct sja1105_table *table; in sja1105_init_l2_forwarding() local 418 struct sja1105_table *table; in sja1105_init_l2_forwarding_params() local 445 struct sja1105_table *table; in sja1105_frame_memory_partitioning() local 522 struct sja1105_table *table; in sja1105_init_general_params() local 548 struct sja1105_table *table; in sja1105_init_avb_params() local [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_descriptor_mapping.c | 139 ump_descriptor_table *table; in descriptor_table_alloc() local 151 static void descriptor_table_free(ump_descriptor_table *table) in descriptor_table_free()
|
| /OK3568_Linux_fs/u-boot/drivers/thermal/ |
| H A D | rockchip_thermal.c | 214 struct chip_tsadc_table table; member 616 static int tsadc_code_to_temp(struct chip_tsadc_table *table, u32 code, in tsadc_code_to_temp() 687 static u32 tsadc_temp_to_code_v2(struct chip_tsadc_table table, in tsadc_temp_to_code_v2() 1008 struct chip_tsadc_table table = priv->data->table; in tsadc_get_temp_v2() local 1101 struct chip_tsadc_table table = priv->data->table; in tsadc_get_temp_v4() local 1113 struct chip_tsadc_table table = priv->data->table; in tsadc_alarm_temp_v2() local 1130 struct chip_tsadc_table table = priv->data->table; in tsadc_alarm_temp_v3() local 1146 struct chip_tsadc_table table = priv->data->table; in tsadc_tshut_temp_v2() local 1163 struct chip_tsadc_table table = priv->data->table; in tsadc_tshut_temp_v3() local
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | ctrl.c | 54 struct ctl_table *table; in mptcp_pernet_new_table() local 82 struct ctl_table *table = pernet->ctl_table_hdr->ctl_table_arg; in mptcp_pernet_del_table() local
|
| /OK3568_Linux_fs/kernel/drivers/opp/ |
| H A D | cpu.c | 44 struct cpufreq_frequency_table **table) in dev_pm_opp_init_cpufreq_table() 97 struct cpufreq_frequency_table **table) in dev_pm_opp_free_cpufreq_table()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-ioctl.c | 257 struct dm_table *table; in __hash_remove() local 375 struct dm_table *table; in dm_hash_rename() local 686 struct dm_table *table = NULL; in dm_get_inactive_table() local 721 struct dm_table *table; in __dev_status() local 1137 static void retrieve_status(struct dm_table *table, in retrieve_status() 1215 struct dm_table *table; in dev_wait() local 1283 static int populate_table(struct dm_table *table, in populate_table() 1455 static void retrieve_deps(struct dm_table *table, in retrieve_deps() 1495 struct dm_table *table; in table_deps() local 1521 struct dm_table *table; in table_status() local [all …]
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | sfi.c | 29 u64 table[SFI_TABLE_MAX_ENTRIES]; member 136 struct table_info table; in write_sfi_table() local
|