Searched refs:i2c_func (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/mips/ralink/
H A Drt288x.c24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; variable in typeref:struct:rt2880_pmx_func
33 GRP("i2c", i2c_func, 1, RT2880_GPIO_MODE_I2C),
H A Drt3883.c24 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; variable in typeref:struct:rt2880_pmx_func
50 GRP("i2c", i2c_func, 1, RT3883_GPIO_MODE_I2C),
H A Drt305x.c26 static struct rt2880_pmx_func i2c_func[] = { FUNC("i2c", 0, 1, 2) }; variable in typeref:struct:rt2880_pmx_func
55 GRP("i2c", i2c_func, 1, RT305X_GPIO_MODE_I2C),
68 GRP("i2c", i2c_func, 1, RT305X_GPIO_MODE_I2C),
83 GRP("i2c", i2c_func, 1, RT305X_GPIO_MODE_I2C),
/linux-4.1.27/drivers/media/usb/pvrusb2/
H A Dpvrusb2-i2c-core.c363 hdw->i2c_func[0x44] = NULL; i2c_hack_cx25840()
396 funcp = hdw->i2c_func[msgs[0].addr]; pvr2_i2c_xfer()
630 hdw->i2c_func[idx] = pvr2_i2c_basic_op; pvr2_i2c_core_init()
636 hdw->i2c_func[0x18] = i2c_black_hole; pvr2_i2c_core_init()
641 hdw->i2c_func[0x18] = i2c_24xxx_ir; pvr2_i2c_core_init()
645 hdw->i2c_func[0x44] = i2c_hack_cx25840; pvr2_i2c_core_init()
648 hdw->i2c_func[0x1b] = i2c_hack_wm8775; pvr2_i2c_core_init()
661 if (hdw->i2c_func[0x18] == i2c_24xxx_ir) { pvr2_i2c_core_init()
672 hdw->i2c_func[0x18] = NULL; pvr2_i2c_core_init()
H A Dpvrusb2-hdw-internal.h200 pvr2_i2c_func i2c_func[PVR2_I2C_FUNC_CNT]; member in struct:pvr2_hdw

Completed in 141 milliseconds