HomeSort by relevance Sort by last modified time
    Searched refs:tbl_entry (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/
ipa_nat_drvi.h 188 uint16_t tbl_entry; member in struct:__anon44462
289 uint16_t tbl_entry; member in struct:ipa_nat_sw_indx_tbl_rule
332 uint16_t tbl_entry; member in struct:ipa_nat_indx_tbl_sw_rule
349 * @tbl_entry: [out] index into table
359 uint16_t *tbl_entry);
364 * @tbl_entry: [in] nat table entry
373 uint16_t tbl_entry);
382 uint16_t tbl_entry);
413 uint16_t *tbl_entry,
452 uint16_t tbl_entry,
    [all...]
  /hardware/qcom/audio/hal/
platform_info.c 206 struct amp_db_and_gain_table tbl_entry; local
215 tbl_entry.db = atof(attr[1]);
216 tbl_entry.amp = exp(tbl_entry.db * 0.115129f);
217 tbl_entry.level = atoi(attr[3]);
220 CHECK(tbl_entry.level > 0);
223 tbl_entry.amp, tbl_entry.db, tbl_entry.level);
224 platform_add_gain_level_mapping(&tbl_entry);
    [all...]
platform_api.h 86 bool platform_add_gain_level_mapping(struct amp_db_and_gain_table *tbl_entry);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/
ipa_nat_drvi.c 123 return ((tbl_ent_nxt_indx *)temp)->tbl_entry;
470 * @tbl_entry: [in] nat table entry
479 uint16_t tbl_entry)
487 if (tbl_entry >= tbl_ptr->table_entries) {
492 rule_hdl = tbl_entry - tbl_ptr->table_entries;
500 rule_hdl = tbl_entry;
519 * @tbl_entry: [out] index into table
528 uint16_t *tbl_entry)
534 *tbl_entry = IPA_NAT_INVALID_NAT_ENTRY;
551 *tbl_entry = (rule_id >> IPA_NAT_RULE_HDL_TBL_TYPE_BITS)
982 uint16_t tbl_entry = 0; local
1526 uint16_t tbl_entry; local
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c     [all...]
  /hardware/qcom/audio/hal/msm8960/
platform.c     [all...]
  /hardware/qcom/audio/hal/msm8916/
platform.c     [all...]

Completed in 221 milliseconds