Searched refs:tbl (Results 201 - 225 of 313) sorted by relevance

1234567891011>>

/linux-master/drivers/mfd/
H A Dmenelaus.c480 static int menelaus_get_vtg_value(int vtg, const struct menelaus_vtg_value *tbl, argument
485 for (i = 0; i < n; i++, tbl++)
486 if (tbl->vtg == vtg)
487 return tbl->val;
/linux-master/drivers/hwmon/
H A Dintel-m10-bmc-hwmon.c579 const struct m10bmc_sdata *tbl; local
581 tbl = hw->bdata->tables[type];
582 if (!tbl)
585 return &tbl[channel];
/linux-master/drivers/power/supply/
H A Dsmb347-charger.c281 static int hw_to_current(const unsigned int *tbl, size_t size, unsigned int val) argument
285 return tbl[val];
289 static int current_to_hw(const unsigned int *tbl, size_t size, unsigned int val) argument
294 if (val < tbl[i])
H A Dbq25890_charger.c335 const u32 *tbl; member in struct:bq25890_lookup
385 const u32 *tbl = bq25890_tables[id].lt.tbl; local
388 for (idx = 1; idx < tbl_size && tbl[idx] <= value; idx++)
411 return bq25890_tables[id].lt.tbl[idx];
H A Dbq24190_charger.c268 * Return the index in 'tbl' of greatest value that is less than or equal to
270 * the values in 'tbl' are sorted from smallest to largest and 'tbl_size'
273 static u8 bq24190_find_idx(const int tbl[], int tbl_size, int v) argument
278 if (v < tbl[i])
338 const int tbl[], int tbl_size,
349 *val = tbl[v];
356 const int tbl[], int tbl_size,
361 idx = bq24190_find_idx(tbl, tbl_size, val);
336 bq24190_get_field_val(struct bq24190_dev_info *bdi, u8 reg, u8 mask, u8 shift, const int tbl[], int tbl_size, int *val) argument
354 bq24190_set_field_val(struct bq24190_dev_info *bdi, u8 reg, u8 mask, u8 shift, const int tbl[], int tbl_size, int val) argument
/linux-master/scripts/atomic/
H A Dgen-atomic-fallback.sh6 . ${ATOMICDIR}/atomic-tbl.sh
/linux-master/fs/nfs/
H A Dcallback_xdr.c791 struct nfs4_slot_table *tbl = &session->bc_slot_table; local
793 spin_lock(&tbl->slot_tbl_lock);
798 nfs4_free_slot(tbl, slot);
799 spin_unlock(&tbl->slot_tbl_lock);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h356 u64 _dpu_hw_get_qos_lut(const struct dpu_qos_lut_tbl *tbl,
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A D11n.c769 struct mwifiex_tx_ba_stream_tbl *tbl, *tmp; local
775 list_for_each_entry_safe(tbl, tmp, &priv->tx_ba_stream_tbl_ptr, list)
776 if (!memcmp(tbl->ra, ra, ETH_ALEN))
777 mwifiex_11n_delete_tx_ba_stream_tbl_entry(priv, tbl);
H A Dwmm.c1179 struct mwifiex_bss_prio_tbl *tbl = adapter->bss_prio_tbl; local
1182 spin_lock_bh(&tbl[priv->bss_priority].bss_prio_lock);
1187 list_move(&tbl[priv->bss_priority].bss_prio_head,
1188 &tbl[priv->bss_priority].bss_prio_cur->list);
1189 spin_unlock_bh(&tbl[priv->bss_priority].bss_prio_lock);
/linux-master/fs/nfsd/
H A Dfilecache.c1210 struct bucket_table *tbl; local
1218 tbl = rht_dereference_rcu(ht->tbl, ht);
1219 buckets = tbl->size;
/linux-master/net/ipv4/
H A Droute.c3552 struct ctl_table *tbl; local
3555 tbl = ipv4_route_netns_table;
3559 tbl = kmemdup(tbl, sizeof(ipv4_route_netns_table), GFP_KERNEL);
3560 if (!tbl)
3565 if (tbl[0].procname != ipv4_route_flush_procname) {
3566 tbl[0].procname = NULL;
3575 tbl[i].data += (void *)net - (void *)&init_net;
3577 tbl[0].extra1 = net;
3580 tbl, table_siz
3594 struct ctl_table *tbl; local
[all...]
H A Darp.c163 .tbl = &arp_tbl,
1145 struct neigh_table *tbl = &arp_tbl; local
1157 write_lock_bh(&tbl->lock);
1159 neigh_remove_one(neigh, tbl);
1160 write_unlock_bh(&tbl->lock);
/linux-master/drivers/net/ethernet/ibm/
H A Dibmveth.c1577 struct iommu_table *tbl; local
1582 tbl = get_iommu_table_base(&vdev->dev);
1586 return IOMMU_PAGE_ALIGN(IBMVETH_IO_ENTITLEMENT_DEFAULT, tbl);
1591 ret += IOMMU_PAGE_ALIGN(netdev->mtu, tbl);
1593 ret += IOMMU_PAGE_ALIGN(IBMVETH_MAX_TX_BUF_SIZE, tbl);
1601 buff_size, tbl);
1606 rxqentries * sizeof(struct ibmveth_rx_q_entry), tbl);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_flex_pipe.c311 if (hw->tnl.tbl[i].valid && hw->tnl.tbl[i].port &&
312 (type == TNL_LAST || type == hw->tnl.tbl[i].type)) {
313 *port = hw->tnl.tbl[i].port;
399 status = ice_upd_dvm_boost_entry(hw, &hw->dvm_upd.tbl[i]);
423 if (hw->tnl.tbl[i].valid &&
424 hw->tnl.tbl[i].type == type &&
476 memcpy(sect_rx->tcam, hw->tnl.tbl[index].boost_entry,
492 hw->tnl.tbl[index].port = port;
524 if (WARN_ON(!hw->tnl.tbl[inde
[all...]
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Drtw8852b_rfk.c2966 const struct rtw89_rfk_tbl *tbl = NULL; local
2972 tbl = &rtw8852b_tssi_align_a_2g_all_defs_tbl;
2974 tbl = &rtw8852b_tssi_align_a_2g_part_defs_tbl;
2977 tbl = &rtw8852b_tssi_align_a_5g1_all_defs_tbl;
2979 tbl = &rtw8852b_tssi_align_a_5g1_part_defs_tbl;
2982 tbl = &rtw8852b_tssi_align_a_5g2_all_defs_tbl;
2984 tbl = &rtw8852b_tssi_align_a_5g2_part_defs_tbl;
2987 tbl = &rtw8852b_tssi_align_a_5g3_all_defs_tbl;
2989 tbl = &rtw8852b_tssi_align_a_5g3_part_defs_tbl;
2994 tbl
[all...]
H A Dfw.c746 struct rtw89_phy_table *tbl; local
752 tbl = kzalloc(sizeof(*tbl), GFP_KERNEL);
753 if (!tbl)
758 elm_info->bb_tbl = tbl;
761 elm_info->bb_gain = tbl;
770 elm_info->rf_radio[idx] = tbl;
771 tbl->rf_path = rf_path;
772 tbl->config = rtw89_phy_config_rf_reg_v1;
775 elm_info->rf_nctl = tbl;
1493 rtw89_free_phy_tbl_from_elm(struct rtw89_phy_table *tbl) argument
4873 u8 tbl, path; local
7180 rtw89_fw_load_txpwr_byrate(struct rtw89_dev *rtwdev, const struct rtw89_txpwr_table *tbl) argument
[all...]
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S60 .macro __tbl, out, tbl, in, tmp
61 .ifc \out, \tbl
63 .error __tbl needs temp register if out == tbl
67 vtbl.8 \out\()l, {\tbl}, \in\()l
68 .ifc \out, \tbl
71 vtbl.8 \out\()h, {\tbl}, \in\()h
/linux-master/arch/powerpc/include/asm/
H A Dkvm_host.h170 u32 tbu, tbl; member in struct:kvmppc_exit_timing::__anon69::__anon70
183 struct iommu_table *tbl; member in struct:kvmppc_spapr_tce_iommu_table
/linux-master/drivers/mtd/ubi/
H A Dubi.h877 void ubi_eba_destroy_table(struct ubi_eba_table *tbl);
880 void ubi_eba_replace_table(struct ubi_volume *vol, struct ubi_eba_table *tbl);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_workarounds.c958 const struct regmask *tbl,
964 if (GRAPHICS_VER(i915) == tbl->graphics_ver &&
965 i915_mmio_reg_offset(tbl->reg) == offset)
967 tbl++;
956 find_reg(struct drm_i915_private *i915, i915_reg_t reg, const struct regmask *tbl, unsigned long count) argument
/linux-master/fs/ntfs3/
H A Dfslog.c818 static inline struct RESTART_TABLE *extend_rsttbl(struct RESTART_TABLE *tbl, argument
821 u16 esize = le16_to_cpu(tbl->size);
822 __le32 osize = cpu_to_le32(bytes_per_rt(tbl));
823 u32 used = le16_to_cpu(tbl->used);
830 memcpy(rt + 1, tbl + 1, esize * used);
837 if (tbl->first_free) {
838 rt->first_free = tbl->first_free;
839 *(__le32 *)Add2Ptr(rt, le32_to_cpu(tbl->last_free)) = osize;
844 rt->total = tbl->total;
846 kfree(tbl);
855 alloc_rsttbl_idx(struct RESTART_TABLE **tbl) argument
892 alloc_rsttbl_from_idx(struct RESTART_TABLE **tbl, u32 vbo) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dtunnel_conf.c646 if (n->tbl->family == AF_INET6) {
733 if (n->tbl != ipv6_stub->nd_tbl && n->tbl != &arp_tbl)
735 if (n->tbl != &arp_tbl)
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usb-legacy.c702 const struct qmp_phy_init_tbl tbl[],
707 const struct qmp_phy_init_tbl *t = tbl;
721 const struct qmp_phy_init_tbl tbl[],
724 qmp_usb_legacy_configure_lane(base, tbl, num, 0xff);
701 qmp_usb_legacy_configure_lane(void __iomem *base, const struct qmp_phy_init_tbl tbl[], int num, u8 lane_mask) argument
720 qmp_usb_legacy_configure(void __iomem *base, const struct qmp_phy_init_tbl tbl[], int num) argument
/linux-master/include/linux/soc/qcom/
H A Dgeni-se.h497 int geni_se_clk_tbl_get(struct geni_se *se, unsigned long **tbl);

Completed in 1395 milliseconds

1234567891011>>