Home
last modified time | relevance | path

Searched defs:elem (Results 276 - 300 of 537) sorted by relevance

1...<<11121314151617181920>>...22

/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c1002 struct ionic_txq_sg_elem *elem; in ionic_tx_tso() local
1203 struct ionic_txq_sg_elem *elem = sg_desc->elems; in ionic_tx_skb_frags() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif_bsg.h161 struct app_sinfo elem[]; member
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dti_k3_r5_remoteproc.c133 struct list_head elem; member
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dparams.c414 param_array(struct module *mod, const char *name, const char *val, unsigned int min, unsigned int max, void *elem, int elemsize, int (*set)(const char *, const struct kernel_param *kp), s16 level, unsigned int *num) param_array() argument
/kernel/linux/linux-6.6/kernel/bpf/
H A Darraymap.c824 void **elem, *ptr; in bpf_fd_array_map_lookup_elem() local
945 void **elem, *ptr; in prog_array_map_seq_show_elem() local
973 struct prog_poke_elem *elem; in prog_array_map_poke_track() local
1006 struct prog_poke_elem *elem, *tmp; prog_array_map_poke_untrack() local
1031 struct prog_poke_elem *elem; prog_array_map_poke_run() local
1119 struct prog_poke_elem *elem, *tmp; prog_array_map_free() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunbmac.c760 int elem; in bigmac_tx() local
803 int elem = bp->rx_new, drops = 0; bigmac_rx() local
[all...]
/kernel/linux/linux-6.6/drivers/mailbox/
H A Domap-mailbox.c86 struct list_head elem; member
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_pipapo.c1566 struct nft_set_elem elem = { local
602 nft_pipapo_get(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, unsigned int flags) nft_pipapo_get() argument
1189 nft_pipapo_insert(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem, struct nft_set_ext **ext2) global() argument
1761 nft_pipapo_activate(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem) global() argument
1805 nft_pipapo_deactivate(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem) global() argument
1832 nft_pipapo_flush(const struct net *net, const struct nft_set *set, void *elem) global() argument
1968 nft_pipapo_remove(const struct net *net, const struct nft_set *set, const struct nft_set_elem *elem) global() argument
2053 struct nft_set_elem elem; global() local
[all...]
/kernel/linux/linux-6.6/scripts/gcc-plugins/
H A Dgcc-common.h118 tree cstr, elem, index, type; in build_const_char_string() local
/kernel/linux/linux-6.6/mm/
H A Dslab_common.c868 unsigned int elem = size_index_elem(i); in setup_kmalloc_cache_index_table() local
/kernel/linux/linux-6.6/net/core/
H A Dsock_map.c869 struct bpf_shtab_elem *elem; in sock_hash_lookup_elem_raw() local
885 struct bpf_shtab_elem *elem; in __sock_hash_lookup_elem() local
896 sock_hash_free_elem(struct bpf_shtab *htab, struct bpf_shtab_elem *elem) sock_hash_free_elem() argument
907 struct bpf_shtab_elem *elem_probe, *elem = link_raw; sock_hash_delete_from_link() local
933 struct bpf_shtab_elem *elem; sock_hash_delete_elem() local
983 struct bpf_shtab_elem *elem, *elem_new; sock_hash_update_common() local
1047 struct bpf_shtab_elem *elem, *elem_next; sock_hash_get_next_key() local
1136 struct bpf_shtab_elem *elem; sock_hash_free() local
1303 struct bpf_shtab_elem *elem; sock_hash_seq_find_next() local
1355 struct bpf_shtab_elem *elem = v; __must_hold() local
[all...]
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dtopology.c130 avs_parse_uuid_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_uuid_token() argument
141 avs_parse_bool_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_bool_token() argument
152 avs_parse_byte_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_byte_token() argument
163 avs_parse_short_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) in avs_parse_short_token() argument
174 avs_parse_word_token(struct snd_soc_component *comp, void *elem, voi argument
185 avs_parse_string_token(struct snd_soc_component *comp, void *elem, void *object, u32 offset) avs_parse_string_token() argument
354 parse_audio_format_bitfield(struct snd_soc_component *comp, void *elem, void *object, u32 offset) parse_audio_format_bitfield() argument
374 parse_link_formatted_string(struct snd_soc_component *comp, void *elem, void *object, u32 offset) parse_link_formatted_string() argument
[all...]
/third_party/curl/lib/vtls/
H A Dx509asn1.c181 static const char *getASN1Element(struct Curl_asn1Element *elem, in getASN1Element() argument
593 ASN1tostr(struct dynbuf *store, struct Curl_asn1Element *elem, int type) ASN1tostr() argument
740 struct Curl_asn1Element elem; Curl_parseX509() local
914 do_pubkey_field(struct Curl_easy *data, int certnum, const char *label, struct Curl_asn1Element *elem) do_pubkey_field() argument
939 struct Curl_asn1Element elem; do_pubkey() local
[all...]
/third_party/alsa-lib/modules/mixer/simple/
H A Dpython.c109 static struct pymelem *melem_to_pymelem(snd_mixer_elem_t *elem) in melem_to_pymelem() argument
165 static int is_ops(snd_mixer_elem_t *elem, int dir, int cmd, int val) in is_ops() argument
193 static int get_x_range_ops(snd_mixer_elem_t *elem, int dir, in get_x_range_ops() argument
227 static int get_range_ops(snd_mixer_elem_t *elem, int dir, in get_range_ops() argument
233 static int set_range_ops(snd_mixer_elem_t *elem, int dir, in set_range_ops() argument
246 get_x_ops(snd_mixer_elem_t *elem, int dir, long channel, long *value, const char *attr) get_x_ops() argument
279 get_volume_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value) get_volume_ops() argument
285 get_switch_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value) get_switch_ops() argument
295 ask_vol_dB_ops(snd_mixer_elem_t *elem, int dir, long value, long *dbValue) ask_vol_dB_ops() argument
303 ask_dB_vol_ops(snd_mixer_elem_t *elem, int dir, long value, long *dbValue, int xdir) ask_dB_vol_ops() argument
339 get_dB_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value) get_dB_ops() argument
347 get_dB_range_ops(snd_mixer_elem_t *elem, int dir, long *min, long *max) get_dB_range_ops() argument
353 set_volume_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value) set_volume_ops() argument
366 set_switch_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value) set_switch_ops() argument
379 set_dB_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long db_gain, int xdir) set_dB_ops() argument
394 enum_item_name_ops(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf) enum_item_name_ops() argument
443 get_enum_item_ops(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp) get_enum_item_ops() argument
475 set_enum_item_ops(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item) set_enum_item_ops() argument
506 selem_free(snd_mixer_elem_t *elem) selem_free() argument
[all...]
/third_party/alsa-lib/src/topology/
H A Dpcm.c45 struct tplg_elem *elem; in lookup_pcm_dai_stream() local
96 static int build_pcm(snd_tplg_t *tplg, struct tplg_elem *elem) in build_pcm() argument
131 struct tplg_elem *elem; tplg_build_pcms() local
155 tplg_build_dai(snd_tplg_t *tplg, struct tplg_elem *elem) tplg_build_dai() argument
190 struct tplg_elem *elem; tplg_build_dais() local
230 build_link(snd_tplg_t *tplg, struct tplg_elem *elem) build_link() argument
287 struct tplg_elem *elem; tplg_build_links() local
402 struct tplg_elem *elem; tplg_parse_stream_caps() local
538 tplg_save_stream_caps(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_stream_caps() argument
620 struct tplg_elem *elem = private; tplg_parse_streams() local
686 tplg_save_streams(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_streams() argument
744 struct tplg_elem *elem = private; tplg_parse_fe_dai() local
778 tplg_save_fe_dai(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_fe_dai() argument
844 struct tplg_elem *elem; tplg_parse_pcm() local
955 tplg_save_pcm(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_pcm() argument
993 struct tplg_elem *elem; tplg_parse_dai() local
1101 tplg_save_dai(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_dai() argument
1138 parse_hw_config_refs(snd_tplg_t *tplg ATTRIBUTE_UNUSED, snd_config_t *cfg, struct tplg_elem *elem) parse_hw_config_refs() argument
1157 struct tplg_elem *elem; tplg_parse_link() local
1264 tplg_save_link(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_link() argument
1306 struct tplg_elem *elem; tplg_parse_cc() local
1344 tplg_save_cc(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_cc() argument
1435 struct tplg_elem *elem; tplg_parse_hw_config() local
1669 tplg_save_hw_config(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_hw_config() argument
1750 struct tplg_elem *elem; tplg_add_stream_caps() local
1783 struct tplg_elem *elem; tplg_add_pcm_object() local
1885 struct tplg_elem *elem; tplg_add_link_object() local
1945 struct tplg_elem *elem; tplg_add_dai_object() local
[all...]
H A Dtplg_local.h108 struct tplg_elem *elem; member
[all...]
H A Ddata.c28 struct snd_soc_tplg_private *get_priv_data(struct tplg_elem *elem) in get_priv_data() argument
73 tplg_parse_refs(snd_config_t *cfg, struct tplg_elem *elem, unsigned int type) tplg_parse_refs() argument
121 tplg_save_refs(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, unsigned int type, const char *id, struct tplg_buf *dst, const char *pfx) tplg_save_refs() argument
162 tplg_parse_data_file(snd_config_t *cfg, struct tplg_elem *elem) tplg_parse_data_file() argument
463 tplg_parse_data_hex(snd_config_t *cfg, struct tplg_elem *elem, int width) tplg_parse_data_hex() argument
529 get_tokens(snd_tplg_t *tplg, struct tplg_elem *elem) get_tokens() argument
554 has_tuples(struct tplg_elem *elem) has_tuples() argument
587 copy_tuples(struct tplg_elem *elem, struct tplg_vendor_tuples *tuples, struct tplg_vendor_tokens *tokens) copy_tuples() argument
674 build_tuples(snd_tplg_t *tplg, struct tplg_elem *elem) build_tuples() argument
1015 tplg_save_tuple_sets(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_tuple_sets() argument
1042 struct tplg_elem *elem; tplg_parse_tokens() local
1086 tplg_save_tokens(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_tokens() argument
1118 struct tplg_elem *elem; tplg_parse_tuples() local
1157 tplg_save_tuples(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_tuples() argument
1200 struct tplg_elem *elem; tplg_parse_manifest_data() local
1244 tplg_save_manifest_data(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_manifest_data() argument
1295 struct tplg_elem *elem = NULL; tplg_build_manifest_data() local
1351 struct tplg_elem *elem; tplg_parse_data() local
1421 tplg_save_data(snd_tplg_t *tplg ATTRIBUTE_UNUSED, struct tplg_elem *elem, struct tplg_buf *dst, const char *pfx) tplg_save_data() argument
1500 tplg_copy_data(snd_tplg_t *tplg, struct tplg_elem *elem, struct tplg_ref *ref) tplg_copy_data() argument
1554 struct tplg_elem *elem; tplg_build_data() local
1578 struct tplg_elem *elem; tplg_decode_manifest_data() local
1622 struct tplg_elem *elem; tplg_add_token() local
1881 struct tplg_elem *elem = NULL, *elem2 = NULL; tplg_add_data() local
1972 struct tplg_elem *elem; tplg_add_data_bytes() local
[all...]
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c69 snd_hctl_elem_t *elem; member
318 static int selem_read(snd_mixer_elem_t *elem) in selem_read() argument
558 selem_write_main(snd_mixer_elem_t *elem) selem_write_main() argument
649 selem_write(snd_mixer_elem_t *elem) selem_write() argument
659 selem_free(snd_mixer_elem_t *elem) selem_free() argument
965 _snd_mixer_selem_set_volume(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value) _snd_mixer_selem_set_volume() argument
984 _snd_mixer_selem_set_switch(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value) _snd_mixer_selem_set_switch() argument
1006 is_ops(snd_mixer_elem_t *elem, int dir, int cmd, int val) is_ops() argument
1061 get_range_ops(snd_mixer_elem_t *elem, int dir, long *min, long *max) get_range_ops() argument
1070 set_range_ops(snd_mixer_elem_t *elem, int dir, long min, long max) set_range_ops() argument
1084 get_volume_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value) get_volume_ops() argument
1178 get_dB_range_ops(snd_mixer_elem_t *elem, int dir, long *min, long *max) get_dB_range_ops() argument
1202 ask_vol_dB_ops(snd_mixer_elem_t *elem, int dir, long value, long *dBvalue) ask_vol_dB_ops() argument
1217 get_dB_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long *value) get_dB_ops() argument
1242 get_switch_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int *value) get_switch_ops() argument
1254 set_volume_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long value) set_volume_ops() argument
1266 ask_dB_vol_ops(snd_mixer_elem_t *elem, int dir, long dbValue, long *value, int xdir) ask_dB_vol_ops() argument
1280 set_dB_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, long db_gain, int xdir) set_dB_ops() argument
1300 set_switch_ops(snd_mixer_elem_t *elem, int dir, snd_mixer_selem_channel_id_t channel, int value) set_switch_ops() argument
1322 enum_item_name_ops(snd_mixer_elem_t *elem, unsigned int item, size_t maxlen, char *buf) enum_item_name_ops() argument
1351 get_enum_item_ops(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int *itemp) get_enum_item_ops() argument
1372 set_enum_item_ops(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, unsigned int item) set_enum_item_ops() argument
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_softvol.c48 snd_ctl_elem_value_t elem; member
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c243 snd_hctl_elem_t *elem; in check_id_changed() local
345 snd_hctl_elem_t *elem; in set_ctl_value() local
672 snd_hctl_elem_t *elem; elemid_get() local
693 snd_hctl_elem_t *elem; elemid_get() local
724 snd_hctl_elem_t *elem; elemid_get() local
[all...]
/third_party/alsa-lib/include/
H A Dtopology.h945 struct snd_tplg_graph_elem elem[0]; /*!< graph elements */ member
/third_party/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp196 const UHashElement* elem = NULL; in parseObject() local
H A Ddtitvinf.cpp613 const UHashElement* elem = nullptr; in getBestSkeleton() local
/third_party/mesa3d/src/freedreno/rnn/
H A Drnn.c998 static struct rnndelem *copydelem (struct rnndelem *elem, char *file) { in copydelem() argument
1243 prepdelem(struct rnndb *db, struct rnndelem *elem, char *prefix, struct rnnvarinfo *parvi, int width) prepdelem() argument
[all...]
/third_party/mesa3d/src/amd/compiler/
H A Daco_spill.cpp1506 Temp elem = split->definitions[i].getTemp(); in spill_vgpr() local

Completed in 36 milliseconds

1...<<11121314151617181920>>...22