Searched refs:PVR2_I2C_PEND_DETECT (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-hdw-internal.h147 #define PVR2_I2C_PEND_DETECT 0x01 /* Need to detect a client type */ macro
152 #define PVR2_I2C_PEND_ALL (PVR2_I2C_PEND_DETECT |\
H A Dpvrusb2-i2c-core.c648 if (hdw->i2c_pend_types & PVR2_I2C_PEND_DETECT) {
657 hdw->i2c_pend_types &= ~PVR2_I2C_PEND_DETECT;
925 hdw->i2c_pend_types |= PVR2_I2C_PEND_DETECT;

Completed in 85 milliseconds