Searched refs:ext_cap (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dsynaptics.c142 priv->ext_cap = priv->ext_cap_0c = 0;
163 priv->ext_cap = (cap[0] << 16) | (cap[1] << 8) | cap[2];
169 if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) > 8)
170 priv->ext_cap &= 0xff0fff;
399 if (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) &&
401 switch (SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap) & ~0x01) {
525 for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap); i++)
631 for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(priv->ext_cap); i++)
673 old_priv.ext_cap != priv->ext_cap)
[all...]
H A Dsynaptics.h105 unsigned long int ext_cap; /* Extended Capabilities */ member in struct:synaptics_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_phy.h181 u16 ext_cap:1; /* bit 0 */ member in struct:_MI_BMSR_t::__anon15382
183 u16 ext_cap:1; /* bit 0 */

Completed in 111 milliseconds