/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 111 struct table { struct 115 unsigned *table; member [all...] |
/kernel/linux/linux-5.10/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() argument 294 mlx4_table_put(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 obj) mlx4_table_put() argument 314 mlx4_table_find(struct mlx4_icm_table *table, u32 obj, dma_addr_t *dma_handle) mlx4_table_find() argument 382 mlx4_table_get_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 start, u32 end) mlx4_table_get_range() argument 406 mlx4_table_put_range(struct mlx4_dev *dev, struct mlx4_icm_table *table, u32 start, u32 end) mlx4_table_put_range() argument 415 mlx4_init_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table, u64 virt, int obj_size, u32 nobj, int reserved, int use_lowmem, int use_coherent) mlx4_init_icm_table() argument 481 mlx4_cleanup_icm_table(struct mlx4_dev *dev, struct mlx4_icm_table *table) mlx4_cleanup_icm_table() argument [all...] |
/kernel/linux/linux-5.10/drivers/ide/ |
H A D | ide-iops.c | 202 int ide_in_drive_list(u16 *id, const struct drive_list_entry *table) in ide_in_drive_list() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | eprom.c | 297 struct hfi1_eprom_table_entry *table; in read_segment_platform_config() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/ |
H A D | acpi.c | 403 static int iwl_sar_set_profile(union acpi_object *table, in iwl_sar_set_profile() argument 491 union acpi_object *wifi_pkg, *table, *data; in iwl_sar_get_wrds_table() local 647 iwl_sar_geo_init(struct iwl_fw_runtime *fwrt, struct iwl_per_chain_offset *table, u32 n_bands) iwl_sar_geo_init() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32_parse.h | 334 struct cxgb4_link table[]; /* Jump table */ member
|
/kernel/linux/linux-5.10/drivers/net/wireguard/ |
H A D | allowedips.c | 252 void wg_allowedips_init(struct allowedips *table) in wg_allowedips_init() argument 258 void wg_allowedips_free(struct allowedips *table, struct mutex *lock) in wg_allowedips_free() argument 281 wg_allowedips_insert_v4(struct allowedips *table, const struct in_addr *ip, u8 cidr, struct wg_peer *peer, struct mutex *lock) wg_allowedips_insert_v4() argument 292 wg_allowedips_insert_v6(struct allowedips *table, const struct in6_addr *ip, u8 cidr, struct wg_peer *peer, struct mutex *lock) wg_allowedips_insert_v6() argument 303 wg_allowedips_remove_by_peer(struct allowedips *table, struct wg_peer *peer, struct mutex *lock) wg_allowedips_remove_by_peer() argument 356 wg_allowedips_lookup_dst(struct allowedips *table, struct sk_buff *skb) wg_allowedips_lookup_dst() argument 367 wg_allowedips_lookup_src(struct allowedips *table, struct sk_buff *skb) wg_allowedips_lookup_src() argument [all...] |
/kernel/linux/linux-5.10/drivers/parport/ |
H A D | procfs.c | 36 static int do_active_device(struct ctl_table *table, int write, in do_active_device() argument 73 static int do_autoprobe(struct ctl_table *table, int write, in do_autoprobe() argument 116 static int do_hardware_base_addr(struct ctl_table *table, int write, in do_hardware_base_addr() argument 143 static int do_hardware_irq(struct ctl_table *table, int write, in do_hardware_irq() argument 170 static int do_hardware_dma(struct ctl_table *table, int write, in do_hardware_dma() argument 197 do_hardware_modes(struct ctl_table *table, int write, void *result, size_t *lenp, loff_t *ppos) do_hardware_modes() argument [all...] |
/kernel/linux/linux-5.10/drivers/sfi/ |
H A D | sfi_core.c | 134 static int sfi_verify_table(struct sfi_table_header *table) in sfi_verify_table() argument 284 struct sfi_table_header *table = NULL; sfi_table_parse() local [all...] |
/kernel/linux/linux-5.10/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 281 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); in sh_clk_div6_set_parent() local 226 sh_clk_div_register_ops(struct clk *clks, int nr, struct clk_div_table *table, struct sh_clk_ops *ops) sh_clk_div_register_ops() argument 338 struct clk_div_mult_table *table = clk_to_div_mult_table(clk); sh_clk_div4_set_parent() local 374 sh_clk_div4_register(struct clk *clks, int nr, struct clk_div4_table *table) sh_clk_div4_register() argument 380 sh_clk_div4_enable_register(struct clk *clks, int nr, struct clk_div4_table *table) sh_clk_div4_enable_register() argument 387 sh_clk_div4_reparent_register(struct clk *clks, int nr, struct clk_div4_table *table) sh_clk_div4_reparent_register() argument [all...] |
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.h | 73 struct flow_table table; member
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | sysctl.c | 492 struct ctl_table *table; in sctp_sysctl_net_register() local 517 struct ctl_table *table; sctp_sysctl_net_unregister() local [all...] |
/kernel/linux/linux-5.10/net/phonet/ |
H A D | pn_dev.c | 26 struct net_device __rcu *table[64]; member
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_chain_filter.c | 364 struct nft_table *table; in nf_tables_netdev_event() local
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_ipt.c | 33 ipt_init_target(struct net *net, struct xt_entry_target *t, char *table, unsigned int hook) ipt_init_target() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | sysctl.h | 223 register_sysctl_table(struct ctl_table * table) register_sysctl_table() argument 228 register_sysctl_paths( const struct ctl_path *path, struct ctl_table *table) register_sysctl_paths() argument 234 register_sysctl(const char *path, struct ctl_table *table) register_sysctl() argument 239 unregister_sysctl_table(struct ctl_table_header * table) unregister_sysctl_table() argument [all...] |
H A D | nvmem-provider.h | 137 static inline void nvmem_add_cell_table(struct nvmem_cell_table *table) {} in nvmem_add_cell_table() argument 138 static inline void nvmem_del_cell_table(struct nvmem_cell_table *table) {} in nvmem_del_cell_table() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | 6lowpan.h | 121 struct lowpan_iphc_ctx table[LOWPAN_IPHC_CTX_TABLE_SIZE]; member
|
/kernel/linux/linux-5.10/include/net/netns/ |
H A D | xfrm.h | 15 struct hlist_head __rcu *table; member
|
/kernel/linux/linux-5.10/sound/oss/dmasound/ |
H A D | dmasound_q40.c | 66 char *table = dmasound.soft.format == AFMT_MU_LAW ? dmasound_ulaw2dma8: dmasound_alaw2dma8; in q40_ct_law() local 122 unsigned char *table = (unsigned char *) in q40_ctx_law() local 232 unsigned char *table = (unsigned char *) in q40_ctc_law() local
|
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | match.c | 79 struct table_header *table = NULL; in unpack_table() local 311 struct table_header *table = NULL; aa_dfa_unpack() local [all...] |
/kernel/linux/linux-5.10/security/yama/ |
H A D | yama_lsm.c | 432 static int yama_dointvec_minmax(struct ctl_table *table, int write, in yama_dointvec_minmax() argument
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | nfs4session.h | 21 struct nfs4_slot_table *table; member
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_unicode.h | 78 signed char *table; member
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | revoke.c | 222 struct jbd2_revoke_table_s *table; in jbd2_journal_init_revoke_table() local 248 jbd2_journal_destroy_revoke_table(struct jbd2_revoke_table_s *table) jbd2_journal_destroy_revoke_table() argument [all...] |