cap_count        3196 drivers/net/ethernet/intel/i40e/i40e_common.c 				     u32 cap_count,
cap_count        3217 drivers/net/ethernet/intel/i40e/i40e_common.c 	for (i = 0; i < cap_count; i++, cap++) {
cap_count        1624 drivers/net/ethernet/intel/ice/ice_common.c ice_parse_caps(struct ice_hw *hw, void *buf, u32 cap_count,
cap_count        1652 drivers/net/ethernet/intel/ice/ice_common.c 	for (i = 0; caps && i < cap_count; i++, cap_resp++) {
cap_count        1785 drivers/net/ethernet/intel/ice/ice_common.c ice_aq_discover_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count,
cap_count        1804 drivers/net/ethernet/intel/ice/ice_common.c 		*cap_count = le32_to_cpu(cmd->count);
cap_count        1817 drivers/net/ethernet/intel/ice/ice_common.c 	u32 cap_count;
cap_count        1831 drivers/net/ethernet/intel/ice/ice_common.c 	cap_count = ICE_GET_CAP_BUF_COUNT;
cap_count        1837 drivers/net/ethernet/intel/ice/ice_common.c 		cbuf_len = (u16)(cap_count *
cap_count        1843 drivers/net/ethernet/intel/ice/ice_common.c 		status = ice_aq_discover_caps(hw, cbuf, cbuf_len, &cap_count,
cap_count        2273 drivers/usb/host/xhci-mem.c 	int cap_count = 0;
cap_count        2312 drivers/usb/host/xhci-mem.c 		cap_count++;
cap_count        2317 drivers/usb/host/xhci-mem.c 	xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps),
cap_count        2322 drivers/usb/host/xhci-mem.c 	xhci->port_caps = kcalloc_node(cap_count, sizeof(*xhci->port_caps),
cap_count        2330 drivers/usb/host/xhci-mem.c 		xhci_add_in_port(xhci, num_ports, base + offset, cap_count);
cap_count         176 sound/pci/fm801.c 	unsigned int cap_count;
cap_count         488 sound/pci/fm801.c 	chip->cap_count = snd_pcm_lib_period_bytes(substream);
cap_count         499 sound/pci/fm801.c 	fm801_writew(chip, CAP_COUNT, chip->cap_count - 1);
cap_count         504 sound/pci/fm801.c 		     chip->cap_buffer + (chip->cap_count % chip->cap_size));
cap_count         534 sound/pci/fm801.c 	ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT);
cap_count         536 sound/pci/fm801.c 		ptr += chip->cap_count;
cap_count         572 sound/pci/fm801.c 		chip->cap_pos += chip->cap_count;
cap_count         574 sound/pci/fm801.c 		tmp = chip->cap_pos + chip->cap_count;