Searched refs:_adap (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/i2c/busses/ |
D | i2c-npcm7xx.c | 377 static int npcm_i2c_get_SCL(struct i2c_adapter *_adap) in npcm_i2c_get_SCL() argument 379 struct npcm_i2c *bus = container_of(_adap, struct npcm_i2c, adap); in npcm_i2c_get_SCL() 384 static int npcm_i2c_get_SDA(struct i2c_adapter *_adap) in npcm_i2c_get_SDA() argument 386 struct npcm_i2c *bus = container_of(_adap, struct npcm_i2c, adap); in npcm_i2c_get_SDA() 1693 static int npcm_i2c_recovery_tgclk(struct i2c_adapter *_adap) in npcm_i2c_recovery_tgclk() argument 1699 struct npcm_i2c *bus = container_of(_adap, struct npcm_i2c, adap); in npcm_i2c_recovery_tgclk() 1703 if ((npcm_i2c_get_SDA(_adap) == 1) && (npcm_i2c_get_SCL(_adap) == 1)) { in npcm_i2c_recovery_tgclk() 1736 if (npcm_i2c_get_SDA(_adap)) { in npcm_i2c_recovery_tgclk() 1743 if (npcm_i2c_get_SDA(_adap)) { in npcm_i2c_recovery_tgclk() 1748 status = readx_poll_timeout(npcm_i2c_get_SCL, _adap, val, !val, in npcm_i2c_recovery_tgclk() [all …]
|
D | i2c-cht-wc.c | 115 static int cht_wc_i2c_adap_smbus_xfer(struct i2c_adapter *_adap, u16 addr, in cht_wc_i2c_adap_smbus_xfer() argument 120 struct cht_wc_i2c_adap *adap = i2c_get_adapdata(_adap); in cht_wc_i2c_adap_smbus_xfer()
|
/Linux-v6.6/drivers/media/cec/core/ |
D | cec-priv.h | 49 int cec_thread_func(void *_adap);
|
D | cec-pin.c | 1032 static int cec_pin_thread_func(void *_adap) in cec_pin_thread_func() argument 1034 struct cec_adapter *adap = _adap; in cec_pin_thread_func()
|
D | cec-adap.c | 448 int cec_thread_func(void *_adap) in cec_thread_func() argument 450 struct cec_adapter *adap = _adap; in cec_thread_func()
|