Searched refs:tlv_size (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Dcontrol.c114 * @tlv_size: expected size of the TLV we are looking for (if -1,
123 enum i2400m_tlv tlv_type, ssize_t tlv_size)
127 if (tlv_size != -1
128 && le16_to_cpu(tlv->length) + sizeof(*tlv) != tlv_size) {
132 tlv_type, size, tlv_size);
214 * @tlv_size: expected size of the TLV we are looking for (if -1,
225 enum i2400m_tlv tlv_type, ssize_t tlv_size)
231 match = i2400m_tlv_match(tlv, tlv_type, tlv_size);
237 tlv_type, match, tlv_size);
484 size_t tlv_size local
122 i2400m_tlv_match(const struct i2400m_tlv_hdr *tlv, enum i2400m_tlv tlv_type, ssize_t tlv_size) argument
222 i2400m_tlv_find( struct i2400m *i2400m, const struct i2400m_tlv_hdr *tlv_hdr, size_t size, enum i2400m_tlv tlv_type, ssize_t tlv_size) argument
1201 unsigned argc, argsize, tlv_size; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dcontrol_hw.c216 unsigned int *tlv, unsigned int tlv_size)
232 xtlv = malloc(sizeof(struct sndrv_ctl_tlv) + tlv_size);
236 xtlv->length = tlv_size;
237 memcpy(xtlv->tlv, tlv, tlv_size);
243 if (xtlv->tlv[1] + 2 * sizeof(unsigned int) > tlv_size)
214 snd_ctl_hw_elem_tlv(snd_ctl_t *handle, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) argument
H A Dtlv.c48 * \param tlv_size the byte size of TLV source
60 unsigned int tlv_size,
70 tlv_size -= 2 * sizeof(int);
71 if (size > tlv_size) {
59 snd_tlv_parse_dB_info(unsigned int *tlv, unsigned int tlv_size, unsigned int **db_tlvp) argument
H A Dcontrol_local.h40 unsigned int *tlv, unsigned int tlv_size);
H A Dcontrol_ext.c329 unsigned int *tlv, unsigned int tlv_size)
360 return ext->tlv.c(ext, key, op_flag, numid, tlv, tlv_size);
365 if (tlv_size < len)
327 snd_ctl_ext_elem_tlv(snd_ctl_t *handle, int op_flag, unsigned int numid, unsigned int *tlv, unsigned int tlv_size) argument
H A Dhcontrol.c851 * \param tlv_size size of TLV array in bytes
854 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size) argument
858 assert(tlv_size >= 12);
859 return snd_ctl_elem_tlv_read(elem->hctl->ctl, &elem->id, tlv, tlv_size);
H A Dcontrol.c490 unsigned int *tlv, unsigned int tlv_size)
509 err = ctl->ops->element_tlv(ctl, op_flag, id->numid, tlv, tlv_size);
523 * \param tlv_size TLV array size in bytes
527 unsigned int *tlv, unsigned int tlv_size)
531 if (tlv_size < 2 * sizeof(int))
540 err = snd_ctl_tlv_do(ctl, 0, id, tlv, tlv_size);
488 snd_ctl_tlv_do(snd_ctl_t *ctl, int op_flag, const snd_ctl_elem_id_t *id, unsigned int *tlv, unsigned int tlv_size) argument
526 snd_ctl_elem_tlv_read(snd_ctl_t *ctl, const snd_ctl_elem_id_t *id, unsigned int *tlv, unsigned int tlv_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Dcontrol_external.h65 unsigned int *tlv, unsigned int tlv_size);
H A Dcontrol.h245 unsigned int *tlv, unsigned int tlv_size);
465 int snd_tlv_parse_dB_info(unsigned int *tlv, unsigned int tlv_size,
550 int snd_hctl_elem_tlv_read(snd_hctl_elem_t *elem, unsigned int *tlv, unsigned int tlv_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple_none.c1102 const unsigned int tlv_size = 4096; local
1116 tlv = malloc(tlv_size);
1119 if (snd_hctl_elem_tlv_read(ctl, tlv, tlv_size) < 0)
1121 db_size = snd_tlv_parse_dB_info(tlv, tlv_size, &dbrec);

Completed in 156 milliseconds