Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/cec/
Dcec-priv.h34 int cec_thread_func(void *_adap);
Dcec-pin.c1020 static int cec_pin_thread_func(void *_adap) in cec_pin_thread_func() argument
1022 struct cec_adapter *adap = _adap; in cec_pin_thread_func()
Dcec-adap.c423 int cec_thread_func(void *_adap) in cec_thread_func() argument
425 struct cec_adapter *adap = _adap; in cec_thread_func()
/Linux-v4.19/drivers/i2c/busses/
Di2c-cht-wc.c130 static int cht_wc_i2c_adap_smbus_xfer(struct i2c_adapter *_adap, u16 addr, in cht_wc_i2c_adap_smbus_xfer() argument
135 struct cht_wc_i2c_adap *adap = i2c_get_adapdata(_adap); in cht_wc_i2c_adap_smbus_xfer()