Home
last modified time | relevance | path

Searched defs:tlv (Results 1 - 25 of 41) sorted by relevance

12

/third_party/alsa-utils/alsaloop/
H A Dcontrol.c290 unsigned int tlv[64]; in control_init2() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
H A Deap_fast_common.c148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, in eap_fast_parse_tlv() argument
[all...]
H A Deap_teap_common.c417 int eap_teap_parse_tlv(struct eap_teap_tlv_parse *tlv, in eap_teap_parse_tlv() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
H A Deap_fast_common.c148 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, in eap_fast_parse_tlv() argument
[all...]
H A Deap_teap_common.c426 int eap_teap_parse_tlv(struct eap_teap_tlv_parse *tlv, in eap_teap_parse_tlv() argument
[all...]
/third_party/alsa-lib/src/control/
H A Dcontrol_ext.c327 snd_ctl_ext_elem_tlv(snd_ctl_t *handle, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) snd_ctl_ext_elem_tlv() argument
H A Dtlv.c59 int snd_tlv_parse_dB_info(unsigned int *tlv, in snd_tlv_parse_dB_info() argument
129 snd_tlv_get_dB_range(unsigned int *tlv, long rangemin, long rangemax, long *min, long *max) snd_tlv_get_dB_range() argument
201 snd_tlv_convert_to_dB(unsigned int *tlv, long rangemin, long rangemax, long volume, long *db_gain) snd_tlv_convert_to_dB() argument
293 snd_tlv_convert_from_dB(unsigned int *tlv, long rangemin, long rangemax, long db_gain, long *value, int xdir) snd_tlv_convert_from_dB() argument
417 unsigned int *tlv; global() member
[all...]
H A Dcontrol_hw.c221 snd_ctl_hw_elem_tlv(snd_ctl_t *handle, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) snd_ctl_hw_elem_tlv() argument
H A Dhcontrol.c853 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) in snd_hctl_elem_tlv_read() argument
869 int snd_hctl_elem_tlv_write(snd_hctl_elem_t *elem, const unsigned int *tlv) in snd_hctl_elem_tlv_write() argument
885 snd_hctl_elem_tlv_command(snd_hctl_elem_t *elem, const unsigned int *tlv) snd_hctl_elem_tlv_command() argument
[all...]
H A Dcontrol_remap.c666 remap_map_elem_tlv(snd_ctl_remap_t *priv, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) remap_map_elem_tlv() argument
714 snd_ctl_remap_elem_tlv(snd_ctl_t *ctl, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) snd_ctl_remap_elem_tlv() argument
/third_party/alsa-lib/test/
H A Duser-ctl-element-set.c76 allocate_bool_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_bool_elem_set_tlv() argument
127 allocate_int_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_int_elem_set_tlv() argument
245 allocate_bytes_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_bytes_elem_set_tlv() argument
330 allocate_int64_elem_set_tlv(struct elem_set_trial *trial, unsigned int **tlv) allocate_int64_elem_set_tlv() argument
653 unsigned int *tlv; check_tlv() local
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_asn1.c57 snmp_ans1_enc_tlv(struct snmp_pbuf_stream *pbuf_stream, struct snmp_asn1_tlv *tlv) in snmp_ans1_enc_tlv() argument
356 snmp_asn1_dec_tlv(struct snmp_pbuf_stream *pbuf_stream, struct snmp_asn1_tlv *tlv) snmp_asn1_dec_tlv() argument
[all...]
H A Dsnmp_traps.c372 struct snmp_asn1_tlv tlv; in snmp_trap_varbind_enc() local
395 struct snmp_asn1_tlv tlv; in snmp_trap_header_enc() local
[all...]
H A Dsnmp_msg.c769 struct snmp_asn1_tlv tlv; in snmp_parse_inbound_frame() local
1270 struct snmp_asn1_tlv tlv; snmp_prepare_outbound_frame() local
1534 struct snmp_asn1_tlv tlv; snmp_append_outbound_varbind() local
1604 struct snmp_asn1_tlv tlv; snmp_complete_outbound_frame() local
1866 struct snmp_asn1_tlv tlv; snmp_vb_enumerator_get_next() local
[all...]
/third_party/alsa-lib/include/
H A Dcontrol_external.h143 } tlv; member
H A Dtopology.h887 struct snd_tplg_tlv_template *tlv; /*!< non NULL means we have TLV data */ member
/third_party/alsa-lib/src/topology/
H A Dctl.c151 struct snd_soc_tplg_ctl_tlv *tlv = ref->tlv; in copy_tlv() local
405 struct snd_soc_tplg_ctl_tlv *tlv = elem->tlv; in tplg_save_tlv() local
934 struct snd_soc_tplg_ctl_tlv *tlv; init_ctl_hdr() local
[all...]
H A Dtplg_local.h181 struct snd_soc_tplg_ctl_tlv *tlv; member
/third_party/alsa-lib/src/mixer/
H A Dsimple_none.c1112 unsigned int *tlv = NULL; in init_db_range() local
/third_party/alsa-utils/alsactl/
H A Dstate.c117 static char *tlv_to_str(unsigned int *tlv) in tlv_to_str() argument
138 unsigned int *tlv; in str_to_tlv() local
169 unsigned int tlv[MAX_USER_TLV_SIZE]; add_tlv_comments() local
907 unsigned int *tlv; add_user_control() local
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_softvol.c712 unsigned int tlv[4]; in add_tlv_info() local
837 unsigned int tlv[4]; softvol_load_control() local
[all...]
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c558 struct ssp_intel_aux_tlv *tlv; in ssp_calculate_intern_ext() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_module_tests.c925 u8 tlv[] = { in test_eap_fast() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_fast.c1185 struct eap_fast_tlv_parse tlv; in eap_fast_process_decrypted() local
1086 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) eap_fast_parse_decrypted() argument
1402 u8 *tlv; eap_fast_use_pac_opaque() local
[all...]
H A Deap_teap.c1189 struct eap_teap_tlv_parse tlv; in eap_teap_process_decrypted() local
1095 eap_teap_parse_decrypted(struct wpabuf *decrypted, struct eap_teap_tlv_parse *tlv, struct wpabuf **resp) eap_teap_parse_decrypted() argument
1468 u8 *tlv; eap_teap_use_pac_opaque() local
[all...]

Completed in 52 milliseconds

12