Searched refs:cap_count (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/sound/pci/ |
| D | fm801.c | 176 unsigned int cap_count; member 488 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare() 499 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare() 504 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare() 534 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer() 536 ptr += chip->cap_count; in snd_fm801_capture_pointer() 572 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt() 574 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
|
| /Linux-v5.4/drivers/net/ethernet/intel/ice/ |
| D | ice_common.c | 1617 ice_parse_caps(struct ice_hw *hw, void *buf, u32 cap_count, in ice_parse_caps() argument 1645 for (i = 0; caps && i < cap_count; i++, cap_resp++) { in ice_parse_caps() 1778 ice_aq_discover_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, in ice_aq_discover_caps() argument 1797 *cap_count = le32_to_cpu(cmd->count); in ice_aq_discover_caps() 1810 u32 cap_count; in ice_discover_caps() local 1824 cap_count = ICE_GET_CAP_BUF_COUNT; in ice_discover_caps() 1830 cbuf_len = (u16)(cap_count * in ice_discover_caps() 1836 status = ice_aq_discover_caps(hw, cbuf, cbuf_len, &cap_count, in ice_discover_caps()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | xhci-mem.c | 2253 int cap_count = 0; in xhci_setup_port_arrays() local 2292 cap_count++; in xhci_setup_port_arrays() 2297 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays() 2305 xhci_add_in_port(xhci, num_ports, base + offset, cap_count); in xhci_setup_port_arrays()
|
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_common.c | 3189 u32 cap_count, in i40e_parse_discover_capabilities() argument 3210 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()
|