Home
last modified time | relevance | path

Searched refs:msg_index (Results 1 – 3 of 3) sorted by relevance

/drivers/media/dvb-frontends/
Ddibx000_common.c212 int msg_index; in dibx000_i2c_master_xfer_gpio12() local
216 for (msg_index = 0; msg_index < num; msg_index++) { in dibx000_i2c_master_xfer_gpio12()
217 if (msg[msg_index].flags & I2C_M_RD) { in dibx000_i2c_master_xfer_gpio12()
218 ret = dibx000_master_i2c_read(mst, &msg[msg_index]); in dibx000_i2c_master_xfer_gpio12()
222 ret = dibx000_master_i2c_write(mst, &msg[msg_index], 1); in dibx000_i2c_master_xfer_gpio12()
234 int msg_index; in dibx000_i2c_master_xfer_gpio34() local
238 for (msg_index = 0; msg_index < num; msg_index++) { in dibx000_i2c_master_xfer_gpio34()
239 if (msg[msg_index].flags & I2C_M_RD) { in dibx000_i2c_master_xfer_gpio34()
240 ret = dibx000_master_i2c_read(mst, &msg[msg_index]); in dibx000_i2c_master_xfer_gpio34()
244 ret = dibx000_master_i2c_write(mst, &msg[msg_index], 1); in dibx000_i2c_master_xfer_gpio34()
/drivers/i2c/busses/
Di2c-stu300.c164 int msg_index; member
714 attempts, dev->msg_index, dev->msg_len); in stu300_xfer_msg()
823 dev->msg_index = i; in stu300_xfer()
/drivers/net/wireless/ath/ath9k/
Dar9003_mci.c405 static bool ar9003_mci_is_gpm_valid(struct ath_hw *ah, u32 msg_index) in ar9003_mci_is_gpm_valid() argument
411 if (msg_index == MCI_GPM_INVALID) in ar9003_mci_is_gpm_valid()
414 offset = msg_index << 4; in ar9003_mci_is_gpm_valid()