Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-nvidia-gpu.c170 bool send_stop = true; in gpu_i2c_xfer() local
192 send_stop = false; in gpu_i2c_xfer()
207 send_stop = false; in gpu_i2c_xfer()
214 if (send_stop) { in gpu_i2c_xfer()
H A Di2c-sh_mobile.c131 bool send_stop; member
325 iic_wr(pd, ICCR, pd->send_stop ? ICCR_ICE | ICCR_TRS in i2c_op()
653 bool do_start = pd->send_stop || !i; in sh_mobile_xfer()
655 pd->send_stop = i == num - 1 || msg->flags & I2C_M_STOP; in sh_mobile_xfer()
699 if (pd->send_stop) in sh_mobile_xfer()
H A Di2c-mv64xxx.c132 u32 send_stop; member
264 if (drv_data->send_stop || drv_data->aborting) { in mv64xxx_i2c_fsm()
370 drv_data->send_stop = drv_data->num_msgs == 1; in mv64xxx_i2c_do_action()
609 drv_data->send_stop = is_last; in mv64xxx_i2c_execute_msg()
H A Di2c-aspeed.c159 bool send_stop; member
/linux/drivers/media/usb/gspca/
H A Dsq930x.c890 static void send_stop(struct gspca_dev *gspca_dev) in send_stop() function
981 send_stop(gspca_dev); in sd_start()
1025 send_stop(gspca_dev); in sd_stopN()
/linux/drivers/atm/
H A Dlanai.c880 #define send_stop() do { data_l(); udelay(5); clock_h(); udelay(5); \ in eeprom_read() macro
914 send_stop(); in eeprom_read()
922 send_stop(); in eeprom_read()
933 #undef send_stop in eeprom_read()