Home
last modified time | relevance | path

Searched refs:DW_IC_SLAVE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/i2c/busses/
H A Di2c-designware-common.c370 case DW_IC_SLAVE: in i2c_dw_configure_mode()
416 if (mode == DW_IC_SLAVE && !dev->slave) in i2c_dw_set_mode()
860 if (dev->mode == DW_IC_SLAVE) in i2c_dw_isr()
920 if (dev->mode == DW_IC_SLAVE) in i2c_dw_probe()
H A Di2c-designware-slave.c43 i2c_dw_set_mode(dev, DW_IC_SLAVE);
H A Di2c-designware-core.h158 #define DW_IC_SLAVE 1 macro
H A Di2c-designware-master.c905 i2c_dw_set_mode(dev, DW_IC_SLAVE); in i2c_dw_xfer_common()