Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/cec/
Dcec-priv.h39 int cec_thread_func(void *_adap);
Dcec-pin.c1032 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()
Dcec-adap.c447 int cec_thread_func(void *_adap) in cec_thread_func() argument
449 struct cec_adapter *adap = _adap; in cec_thread_func()
/Linux-v5.4/drivers/i2c/busses/
Di2c-cht-wc.c121 static int cht_wc_i2c_adap_smbus_xfer(struct i2c_adapter *_adap, u16 addr, in cht_wc_i2c_adap_smbus_xfer() argument
126 struct cht_wc_i2c_adap *adap = i2c_get_adapdata(_adap); in cht_wc_i2c_adap_smbus_xfer()