Searched refs:i2c_state (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-i2c.c61 core->i2c_state |= 0x02;
63 core->i2c_state &= ~0x02;
64 cx_write(MO_I2C, core->i2c_state);
73 core->i2c_state |= 0x01;
75 core->i2c_state &= ~0x01;
76 cx_write(MO_I2C, core->i2c_state);
H A Dcx88.h335 u32 i2c_state, i2c_rc; member in struct:cx88_core
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/solo6x10/
H A Dsolo6010-i2c.c67 if (solo_dev->i2c_state == IIC_STATE_START)
91 solo_dev->i2c_state = IIC_STATE_START;
100 solo_dev->i2c_state = IIC_STATE_STOP;
178 switch (solo_dev->i2c_state) {
181 solo_dev->i2c_state = IIC_STATE_READ;
186 solo_dev->i2c_state = IIC_STATE_WRITE;
238 if (solo_dev->i2c_state == IIC_STATE_STOP)
251 solo_dev->i2c_state = IIC_STATE_IDLE;
278 solo_dev->i2c_state = IIC_STATE_IDLE;
H A Dsolo6010.h187 enum SOLO_I2C_STATE i2c_state; member in struct:solo6010_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-i2c.c63 btv->i2c_state |= 0x02;
65 btv->i2c_state &= ~0x02;
66 btwrite(btv->i2c_state, BT848_I2C);
75 btv->i2c_state |= 0x01;
77 btv->i2c_state &= ~0x01;
78 btwrite(btv->i2c_state, BT848_I2C);
H A Dbttvp.h354 int i2c_state, i2c_rc; member in struct:bttv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/ivtv/
H A Divtv-i2c.c639 itv->i2c_state |= 0x01;
641 itv->i2c_state &= ~0x01;
645 write_reg(~itv->i2c_state, IVTV_REG_I2C_SETSCL_OFFSET);
653 itv->i2c_state |= 0x01;
655 itv->i2c_state &= ~0x01;
659 write_reg(~itv->i2c_state, IVTV_REG_I2C_SETSDA_OFFSET);
H A Divtv-driver.h698 int i2c_state; /* i2c bit state */ member in struct:ivtv
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dw9966.c109 unsigned char i2c_state; member in struct:w9966
238 cam->i2c_state |= W9966_I2C_W_DATA;
240 cam->i2c_state &= ~W9966_I2C_W_DATA;
242 w9966_write_reg(cam, 0x18, cam->i2c_state);
261 cam->i2c_state |= W9966_I2C_W_CLOCK;
263 cam->i2c_state &= ~W9966_I2C_W_CLOCK;
265 w9966_write_reg(cam, 0x18, cam->i2c_state);
469 regs[0x18] = cam->i2c_state = 0x00; /* Serial bus */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_eeprom.c97 enum i2c_state { enum
116 enum i2c_state new_line_state)
164 enum i2c_state *curr_statep)
235 enum i2c_state bit;

Completed in 201 milliseconds