ext_cap           311 drivers/input/mouse/synaptics.c 	info->ext_cap = info->ext_cap_0c = 0;
ext_cap           329 drivers/input/mouse/synaptics.c 					    &info->ext_cap);
ext_cap           338 drivers/input/mouse/synaptics.c 			if (SYN_CAP_MULTI_BUTTON_NO(info->ext_cap) > 8)
ext_cap           339 drivers/input/mouse/synaptics.c 				info->ext_cap &= ~SYN_CAP_MB_MASK;
ext_cap           764 drivers/input/mouse/synaptics.c 		(SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1;
ext_cap           853 drivers/input/mouse/synaptics.c 		if (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) > 0 &&
ext_cap           922 drivers/input/mouse/synaptics.c 	int ext_bits = (SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap) + 1) >> 1;
ext_cap           925 drivers/input/mouse/synaptics.c 	if (!SYN_CAP_MULTI_BUTTON_NO(priv->info.ext_cap))
ext_cap          1342 drivers/input/mouse/synaptics.c 		for (i = 0; i < SYN_CAP_MULTI_BUTTON_NO(info->ext_cap); i++)
ext_cap          1462 drivers/input/mouse/synaptics.c 	    info.ext_cap != priv->info.ext_cap) {
ext_cap          1468 drivers/input/mouse/synaptics.c 			    priv->info.ext_cap, info.ext_cap);
ext_cap          1587 drivers/input/mouse/synaptics.c 		     info->capabilities, info->ext_cap, info->ext_cap_0c,
ext_cap           171 drivers/input/mouse/synaptics.h 	u32 ext_cap;		/* Extended Capabilities */
ext_cap          1380 drivers/mfd/arizona-core.c 		if (arizona->pdata.micbias[i].ext_cap)
ext_cap           319 drivers/net/wireless/marvell/mwifiex/11n.c 	struct mwifiex_ie_types_extcap *ext_cap;
ext_cap           450 drivers/net/wireless/marvell/mwifiex/11n.c 		ext_cap = (struct mwifiex_ie_types_extcap *) *buffer;
ext_cap           451 drivers/net/wireless/marvell/mwifiex/11n.c 		memset(ext_cap, 0, sizeof(struct mwifiex_ie_types_extcap));
ext_cap           452 drivers/net/wireless/marvell/mwifiex/11n.c 		ext_cap->header.type = cpu_to_le16(WLAN_EID_EXT_CAPABILITY);
ext_cap           453 drivers/net/wireless/marvell/mwifiex/11n.c 		ext_cap->header.len = cpu_to_le16(hdr->len);
ext_cap           455 drivers/net/wireless/marvell/mwifiex/11n.c 		memcpy((u8 *)ext_cap->ext_capab,
ext_cap           457 drivers/net/wireless/marvell/mwifiex/11n.c 		       le16_to_cpu(ext_cap->header.len));
ext_cap           460 drivers/net/wireless/marvell/mwifiex/11n.c 		    ext_cap->ext_capab[3] & WLAN_EXT_CAPA4_INTERWORKING_ENABLED)
ext_cap          1064 drivers/usb/core/config.c 			dev->bos->ext_cap =
ext_cap           149 drivers/usb/core/hub.c 		if (udev->bos->ext_cap &&
ext_cap           151 drivers/usb/core/hub.c 			 le32_to_cpu(udev->bos->ext_cap->bmAttributes)))
ext_cap          4503 drivers/usb/core/hub.c 	if ((udev->bos->ext_cap->bmAttributes & cpu_to_le32(USB_BESL_SUPPORT)) ||
ext_cap          4333 drivers/usb/host/xhci.c 	field = le32_to_cpu(udev->bos->ext_cap->bmAttributes);
ext_cap          4367 drivers/usb/host/xhci.c 	field = le32_to_cpu(udev->bos->ext_cap->bmAttributes);
ext_cap          4422 drivers/usb/host/xhci.c 			field = le32_to_cpu(udev->bos->ext_cap->bmAttributes);
ext_cap            60 include/linux/mfd/arizona/pdata.h 	unsigned int ext_cap:1;    /** External capacitor fitted */
ext_cap           400 include/linux/usb.h 	struct usb_ext_cap_descriptor	*ext_cap;