Searched refs:num_cap (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/sound/xen/ |
H A D | xen_snd_front_cfg.c | 292 int *num_pb, int *num_cap) in cfg_get_stream_type() 299 *num_cap = 0; in cfg_get_stream_type() 318 (*num_cap)++; in cfg_get_stream_type() 391 int num_pb, num_cap; in cfg_device() local 428 ret = cfg_get_stream_type(device_path, i, &num_pb, &num_cap); in cfg_device() 433 pcm_instance->num_streams_cap += num_cap; in cfg_device() 291 cfg_get_stream_type(const char *path, int index, int *num_pb, int *num_cap) cfg_get_stream_type() argument
|
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front_cfg.c | 292 int *num_pb, int *num_cap) in cfg_get_stream_type() 299 *num_cap = 0; in cfg_get_stream_type() 318 (*num_cap)++; in cfg_get_stream_type() 391 int num_pb, num_cap; in cfg_device() local 428 ret = cfg_get_stream_type(device_path, i, &num_pb, &num_cap); in cfg_device() 433 pcm_instance->num_streams_cap += num_cap; in cfg_device() 291 cfg_get_stream_type(const char *path, int index, int *num_pb, int *num_cap) cfg_get_stream_type() argument
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 3779 u32 num_cap) in ath11k_wmi_alloc_dbring_caps() 3784 sz = num_cap * sizeof(struct ath11k_dbring_cap); in ath11k_wmi_alloc_dbring_caps() 3790 ab->num_db_cap = num_cap; in ath11k_wmi_alloc_dbring_caps() 3778 ath11k_wmi_alloc_dbring_caps(struct ath11k_base *ab, u32 num_cap) ath11k_wmi_alloc_dbring_caps() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | wmi.c | 3955 u32 num_cap) in ath12k_wmi_alloc_dbring_caps() 3960 sz = num_cap * sizeof(struct ath12k_dbring_cap); in ath12k_wmi_alloc_dbring_caps() 3966 ab->num_db_cap = num_cap; in ath12k_wmi_alloc_dbring_caps() 3954 ath12k_wmi_alloc_dbring_caps(struct ath12k_base *ab, u32 num_cap) ath12k_wmi_alloc_dbring_caps() argument
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | wmi.c | 4769 u32 num_cap) in ath11k_wmi_alloc_dbring_caps() 4774 sz = num_cap * sizeof(struct ath11k_dbring_cap); in ath11k_wmi_alloc_dbring_caps() 4780 ab->num_db_cap = num_cap; in ath11k_wmi_alloc_dbring_caps() 4768 ath11k_wmi_alloc_dbring_caps(struct ath11k_base *ab, u32 num_cap) ath11k_wmi_alloc_dbring_caps() argument
|
Completed in 30 milliseconds