Searched refs:cap_count (Results 1 – 3 of 3) sorted by relevance
185 unsigned int cap_count; member484 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare()495 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare()500 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare()530 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer()532 ptr += chip->cap_count; in snd_fm801_capture_pointer()568 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt()570 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
2203 int cap_count = 0; in xhci_setup_port_arrays() local2245 cap_count++; in xhci_setup_port_arrays()2250 xhci->ext_caps = kzalloc(sizeof(*xhci->ext_caps) * cap_count, flags); in xhci_setup_port_arrays()2261 cap_count); in xhci_setup_port_arrays()
2808 u32 cap_count, in i40e_parse_discover_capabilities() argument2828 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()