Searched refs:cap_count (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.10/sound/pci/ |
| D | fm801.c | 203 unsigned int cap_count; member 504 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare() 515 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare() 520 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare() 550 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer() 552 ptr += chip->cap_count; in snd_fm801_capture_pointer() 588 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt() 590 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
|
| /Linux-v5.10/drivers/net/ethernet/intel/ice/ |
| D | ice_common.c | 2000 void *buf, u32 cap_count) in ice_parse_func_caps() argument 2009 for (i = 0; i < cap_count; i++) { in ice_parse_func_caps() 2131 void *buf, u32 cap_count) in ice_parse_dev_caps() argument 2140 for (i = 0; i < cap_count; i++) { in ice_parse_dev_caps() 2193 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, in ice_aq_list_caps() argument 2209 if (cap_count) in ice_aq_list_caps() 2210 *cap_count = le32_to_cpu(cmd->count); in ice_aq_list_caps() 2227 u32 cap_count = 0; in ice_discover_dev_caps() local 2238 cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct ice_aqc_list_caps_elem); in ice_discover_dev_caps() 2240 status = ice_aq_list_caps(hw, cbuf, ICE_AQ_MAX_BUF_LEN, &cap_count, in ice_discover_dev_caps() [all …]
|
| D | ice_common.h | 89 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count,
|
| /Linux-v5.10/drivers/usb/host/ |
| D | xhci-mem.c | 2282 int cap_count = 0; in xhci_setup_port_arrays() local 2321 cap_count++; in xhci_setup_port_arrays() 2326 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays() 2331 xhci->port_caps = kcalloc_node(cap_count, sizeof(*xhci->port_caps), in xhci_setup_port_arrays() 2339 xhci_add_in_port(xhci, num_ports, base + offset, cap_count); in xhci_setup_port_arrays()
|
| /Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
| D | i40e_common.c | 3232 u32 cap_count, in i40e_parse_discover_capabilities() argument 3253 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()
|