Searched refs:ind (Results 1 - 25 of 61) sorted by last modified time

123

/linux-master/drivers/pinctrl/
H A Dpinctrl-amd.c1000 int ind, index; local
1025 for (ind = 0; ind < gpio_dev->groups[group].npins; ind++) {
1029 pd = pin_desc_get(gpio_dev->pctrl, gpio_dev->groups[group].pins[ind]);
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py1246 ind = self._ind
1248 ind -= 1
1250 ind += 1
1253 ind = 0
1255 ind += add_ind
1256 self._out.write('\t' * ind + line + '\n')
1317 ind = '\t' * (len(v) // 8) + ' ' * (len(v) % 8)
1318 delta_ind = len(v) - len(ind)
1327 v = ind
/linux-master/net/rds/
H A Dsend.c988 int ret = 0, ind = 0; local
1002 if (ind >= vct->indx)
1004 ret = rds_cmsg_rdma_args(rs, rm, cmsg, &vct->vec[ind]);
1005 ind++;
1122 int ind; local
1390 for (ind = 0; ind < vct.indx; ind++)
1391 kfree(vct.vec[ind].iov);
1397 for (ind
[all...]
/linux-master/drivers/accessibility/speakup/
H A Dsynth.c311 int ind = synth->get_index(synth); local
313 if (ind) {
314 sentence_count = ind % 10;
316 if ((ind / 10) <= synth->indexing.currindex)
317 index_count = synth->indexing.currindex - (ind / 10);
321 + synth->indexing.highindex - (ind / 10) + 1;
/linux-master/arch/powerpc/mm/
H A Dmmu_decl.h53 unsigned int tsize, unsigned int ind)
60 unsigned int tsize, unsigned int ind);
64 unsigned int tsize, unsigned int ind)
72 unsigned int tsize, unsigned int ind);
75 unsigned int tsize, unsigned int ind)
52 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
63 _tlbil_va(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
74 _tlbivax_bcast(unsigned long address, unsigned int pid, unsigned int tsize, unsigned int ind) argument
/linux-master/drivers/s390/cio/
H A Dqdio_thinint.c35 u32 ind; /* u32 because of compare-and-swap performance */ member in struct:indicator_t
54 return &q_indicators[i].ind;
58 return &q_indicators[TIQDIO_SHARED_IND].ind;
63 struct indicator_t *ind = container_of(addr, struct indicator_t, ind); local
67 atomic_dec(&ind->count);
72 return irq_ptr->dsci == &q_indicators[TIQDIO_SHARED_IND].ind;
91 return xchg(&q_indicators[TIQDIO_SHARED_IND].ind, 0);
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_mr.c42 static u32 hw_index_to_key(int ind) argument
44 return ((u32)ind >> 24) | ((u32)ind << 8);
/linux-master/drivers/i2c/busses/
H A Di2c-npcm7xx.c925 int ind; local
938 ind = (bus->slv_wr_ind + bus->slv_wr_size) & (bus->data->fifo_size - 1);
939 bus->slv_wr_buf[ind] = value;
1315 enum i2c_state_ind ind = I2C_MASTER_DONE_IND; local
1333 bus->stop_ind = ind;
/linux-master/kernel/
H A Dkexec_core.c549 kimage_entry_t ind = 0; local
565 if (ind & IND_INDIRECTION)
566 kimage_free_entry(ind);
570 ind = entry;
575 if (ind & IND_INDIRECTION)
576 kimage_free_entry(ind);
/linux-master/fs/ext2/
H A Dinode.c277 * @ind: descriptor of indirect block.
291 * Caller must make sure that @ind is valid and will stay that way.
294 static ext2_fsblk_t ext2_find_near(struct inode *inode, Indirect *ind) argument
297 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data;
303 for (p = ind->p - 1; p >= start; p--)
308 if (ind->bh)
309 return ind->bh->b_blocknr;
/linux-master/drivers/platform/x86/
H A Dmlx-platform.c2514 .ind = 8,
/linux-master/drivers/platform/mellanox/
H A Dmlxreg-hotplug.c285 count = item->ind ? item->ind : item->count;
/linux-master/kernel/irq/
H A Dmatrix.c492 * @ind: Indentation for the print format
496 void irq_matrix_debug_show(struct seq_file *sf, struct irq_matrix *m, int ind) argument
507 seq_printf(sf, "%*s| CPU | avl | man | mac | act | vectors\n", ind, " ");
512 seq_printf(sf, "%*s %4d %4u %4u %4u %4u %*pbl\n", ind, " ",
H A Dirqdomain.c1935 irq_domain_debug_show_one(struct seq_file *m, struct irq_domain *d, int ind) argument
1937 seq_printf(m, "%*sname: %s\n", ind, "", d->name);
1938 seq_printf(m, "%*ssize: %u\n", ind + 1, "", d->revmap_size);
1939 seq_printf(m, "%*smapped: %u\n", ind + 1, "", d->mapcount);
1940 seq_printf(m, "%*sflags: 0x%08x\n", ind +1 , "", d->flags);
1942 d->ops->debug_show(m, d, NULL, ind + 1);
1946 seq_printf(m, "%*sparent: %s\n", ind + 1, "", d->parent->name);
1947 irq_domain_debug_show_one(m, d->parent, ind + 4);
/linux-master/include/linux/
H A Dirqdomain.h111 struct irq_data *irqd, int ind);
H A Dirq.h1254 void irq_matrix_debug_show(struct seq_file *sf, struct irq_matrix *m, int ind);
/linux-master/drivers/s390/crypto/
H A Dap_queue.c43 * @ind: the notification indicator byte
49 static int ap_queue_enable_irq(struct ap_queue *aq, void *ind) argument
56 status = ap_aqic(aq->qid, qirqctrl, virt_to_phys(ind));
/linux-master/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c230 u8 ind = last_idx; local
234 ind = (ind + 1) % MAX_ANT_NUM;
235 if (valid & BIT(ind))
236 return ind;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D4965-mac.c838 u8 ind = *ant; local
841 ind = (ind + 1) < RATE_ANT_NUM ? ind + 1 : 0;
842 if (valid & BIT(ind)) {
843 *ant = ind;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c2067 u32 rfseq, ind; local
2080 tab.tbl_ptr = &ind;
2083 for (ind = 0; ind < 128; ind++) {
2088 for (ind = 0; ind < 128; ind++) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1576 ath10k_htt_get_tx_fetch_ind_resp_ids(struct htt_tx_fetch_ind *ind) argument
1578 return (void *)&ind->records[le16_to_cpu(ind->num_records)];
/linux-master/drivers/net/ipa/
H A Dipa_qmi.c89 struct ipa_init_complete_ind ind = { }; local
92 ind.status.result = QMI_RESULT_SUCCESS_V01;
93 ind.status.error = QMI_ERR_NONE_V01;
97 ipa_init_complete_ind_ei, &ind);
/linux-master/drivers/net/bonding/
H A Dbond_options.c1131 int ind; local
1145 ind = bond_get_targets_ip(targets, 0); /* first free slot */
1146 if (ind == -1) {
1153 _bond_options_arp_ip_target_set(bond, ind, target, jiffies);
1169 int ind, i; local
1177 ind = bond_get_targets_ip(targets, target);
1178 if (ind == -1) {
1184 if (ind == 0 && !targets[1] && bond->params.arp_interval)
1191 for (i = ind; (i < BOND_MAX_ARP_TARGETS-1) && targets[i+1]; i++)
1195 for (i = ind; (
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dwr.c1217 int ind; local
1231 ind = qp->rq.head & (qp->rq.wqe_cnt - 1);
1246 scat = mlx5_frag_buf_get_wqe(&qp->rq.fbc, ind);
1264 qp->rq.wrid[ind] = wr->wr_id;
1266 ind = (ind + 1) & (qp->rq.wqe_cnt - 1);
/linux-master/sound/soc/codecs/
H A Dwcd9335.c3084 static u16 wcd9335_interp_get_primary_reg(u16 reg, u16 *ind) argument
3092 *ind = 0;
3097 *ind = 1;
3102 *ind = 2;
3107 *ind = 3;
3112 *ind = 4;
3117 *ind = 5;
3122 *ind = 6;
3127 *ind = 7;
3132 *ind
3184 u16 ind = 0; local
[all...]

Completed in 529 milliseconds

123