Home
last modified time | relevance | path

Searched refs:send_stop (Results 1 – 6 of 6) sorted by relevance

/drivers/i2c/busses/
Di2c-sh_mobile.c140 bool send_stop; member
331 iic_wr(pd, ICCR, pd->send_stop ? 0x90 : 0x94); in i2c_op()
575 bool do_start = pd->send_stop || !i; in sh_mobile_i2c_xfer()
577 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_i2c_xfer()
596 if (pd->send_stop) in sh_mobile_i2c_xfer()
Di2c-mv64xxx.c101 u32 send_stop; member
173 if (drv_data->send_stop) { in mv64xxx_i2c_fsm()
448 drv_data->send_stop = is_last; in mv64xxx_i2c_execute_msg()
/drivers/media/usb/gspca/
Dsq930x.c897 static void send_stop(struct gspca_dev *gspca_dev) in send_stop() function
987 send_stop(gspca_dev); in sd_start()
1031 send_stop(gspca_dev); in sd_stopN()
/drivers/atm/
Dlanai.c893 #define send_stop() do { data_l(); udelay(5); clock_h(); udelay(5); \ in eeprom_read() macro
927 send_stop(); in eeprom_read()
935 send_stop(); in eeprom_read()
946 #undef send_stop in eeprom_read()
/drivers/mmc/card/
Dblock.c925 static int send_stop(struct mmc_card *card, u32 *status) in send_stop() function
1073 err = send_stop(card, &stop_status); in mmc_blk_cmd_recovery()
/drivers/net/ethernet/myricom/myri10ge/
Dmyri10ge.c145 __be32 __iomem *send_stop; /* "stop" doorbell ptr */ member
1426 put_be32(htonl(1), tx->send_stop); in myri10ge_tx_done()
2256 ss->tx.send_stop = (__iomem __be32 *) in myri10ge_get_txrx()