Searched refs:i2c_pend_types (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-i2c-core.c643 if (!(hdw->i2c_pend_types & PVR2_I2C_PEND_ALL)) {
648 if (hdw->i2c_pend_types & PVR2_I2C_PEND_DETECT) {
657 hdw->i2c_pend_types &= ~PVR2_I2C_PEND_DETECT;
675 hdw->i2c_pend_types |=
680 hdw->i2c_pend_types |=
688 if (hdw->i2c_pend_types & PVR2_I2C_PEND_STALE) {
695 hdw->i2c_pend_types &= ~PVR2_I2C_PEND_STALE;
711 hdw->i2c_pend_types |= PVR2_I2C_PEND_REFRESH;
713 if (hdw->i2c_pend_types & PVR2_I2C_PEND_CLIENT) {
718 hdw->i2c_pend_types
[all...]
H A Dpvrusb2-hdw-internal.h200 unsigned int i2c_pend_types; /* Which types of update are needed */ member in struct:pvr2_hdw

Completed in 24 milliseconds