Home
last modified time | relevance | path

Searched refs:restart_needed (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-microchip-corei2c.c109 * @restart_needed: whether or not a repeated start is required after current message
126 bool restart_needed; member
260 idev->restart_needed = next_msg->flags & I2C_M_RD; in mchp_corei2c_next_msg()
262 idev->restart_needed = false; in mchp_corei2c_next_msg()
302 if (idev->restart_needed) in mchp_corei2c_handle_isr()
381 idev->restart_needed = false; in mchp_corei2c_xfer()
398 idev->restart_needed = next_msg->flags & I2C_M_RD; in mchp_corei2c_xfer()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6425 int restart_needed; in ahc_reset_channel() local
6493 restart_needed = FALSE; in ahc_reset_channel()
6511 restart_needed = TRUE; in ahc_reset_channel()
6575 if (restart_needed) in ahc_reset_channel()