Searched refs:msg_index (Results 1 - 5 of 5) sorted by relevance

/drivers/media/dvb/frontends/
H A Ddibx000_common.c205 int msg_index; local
209 for (msg_index = 0; msg_index < num; msg_index++) {
210 if (msg[msg_index].flags & I2C_M_RD) {
211 ret = dibx000_master_i2c_read(mst, &msg[msg_index]);
215 ret = dibx000_master_i2c_write(mst, &msg[msg_index], 1);
227 int msg_index; local
231 for (msg_index = 0; msg_index < nu
[all...]
/drivers/scsi/
H A Daic7xxx_old.c960 unsigned char msg_index; /* Index into msg_buf array */ member in struct:aic7xxx_host
3752 p->msg_buf[p->msg_index++] = MSG_EXTENDED;
3753 p->msg_buf[p->msg_index++] = MSG_EXT_PPR_LEN;
3754 p->msg_buf[p->msg_index++] = MSG_EXT_PPR;
3755 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.period;
3756 p->msg_buf[p->msg_index++] = 0;
3757 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.offset;
3758 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.width;
3759 p->msg_buf[p->msg_index++] = AIC_DEV(scb->cmd)->goal.options;
3775 p->msg_buf[p->msg_index
[all...]
/drivers/i2c/busses/
H A Di2c-stu300.c151 * @msg_index: index of current message
168 int msg_index; member in struct:stu300_dev
732 "retrying. Attempt: %d msg_index: %d/%d\n",
733 attempts, dev->msg_index, dev->msg_len);
842 dev->msg_index = i;
/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1916 u32 msg_index; local
1930 msg_index = ch_sn2->next_msg_to_pull % ch->remote_nentries;
1934 if (msg_index + nmsgs > ch->remote_nentries) {
1936 nmsgs = ch->remote_nentries - msg_index;
1939 msg_offset = msg_index * ch->entry_size;
/drivers/net/wireless/ath/ath9k/
H A Dar9003_mci.c448 static bool ar9003_mci_is_gpm_valid(struct ath_hw *ah, u32 msg_index) argument
455 if (msg_index == MCI_GPM_INVALID)
458 offset = msg_index << 4;

Completed in 75 milliseconds