Home
last modified time | relevance | path

Searched defs:table (Results 551 - 575 of 1768) sorted by relevance

1...<<21222324252627282930>>...71

/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dmkregtable.c111 struct table { struct
115 unsigned *table; member
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dicm.c258 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 Dide-iops.c202 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 Deprom.c297 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 Dacpi.c403 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 Dcxgb4_tc_u32_parse.h334 struct cxgb4_link table[]; /* Jump table */ member
/kernel/linux/linux-5.10/drivers/net/wireguard/
H A Dallowedips.c252 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 Dprocfs.c36 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 Dsfi_core.c134 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 Dcpg.c117 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 Ddatapath.h73 struct flow_table table; member
/kernel/linux/linux-5.10/net/sctp/
H A Dsysctl.c492 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 Dpn_dev.c26 struct net_device __rcu *table[64]; member
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_chain_filter.c364 struct nft_table *table; in nf_tables_netdev_event() local
/kernel/linux/linux-5.10/net/sched/
H A Dact_ipt.c33 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 Dsysctl.h223 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 Dnvmem-provider.h137 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 D6lowpan.h121 struct lowpan_iphc_ctx table[LOWPAN_IPHC_CTX_TABLE_SIZE]; member
/kernel/linux/linux-5.10/include/net/netns/
H A Dxfrm.h15 struct hlist_head __rcu *table; member
/kernel/linux/linux-5.10/sound/oss/dmasound/
H A Ddmasound_q40.c66 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 Dmatch.c79 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 Dyama_lsm.c432 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 Dnfs4session.h21 struct nfs4_slot_table *table; member
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifs_unicode.h78 signed char *table; member
/kernel/linux/linux-5.10/fs/jbd2/
H A Drevoke.c222 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...]

Completed in 23 milliseconds

1...<<21222324252627282930>>...71