Home
last modified time | relevance | path

Searched refs:num_users (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Ddp.c357 !dp->bank_profiles[i].num_users) { in ath12k_dp_tx_get_bank_profile()
374 dp->bank_profiles[bank_id].num_users++; in ath12k_dp_tx_get_bank_profile()
383 dp->bank_profiles[bank_id].num_users); in ath12k_dp_tx_get_bank_profile()
391 dp->bank_profiles[bank_id].num_users--; in ath12k_dp_tx_put_bank_profile()
419 dp->bank_profiles[i].num_users = 0; in ath12k_dp_init_bank_profiles()
H A Ddp_htt.c487 if (ppdu_info->ppdu_stats.common.num_users >= HTT_PPDU_STATS_MAX_USERS) { in ath12k_htt_pull_ppdu_stats()
491 ppdu_info->ppdu_stats.common.num_users, in ath12k_htt_pull_ppdu_stats()
501 for (i = 0; i < ppdu_info->ppdu_stats.common.num_users; i++) { in ath12k_htt_pull_ppdu_stats()
/linux/drivers/tee/
H A Dtee_core.c1099 teedev->num_users = 1; in tee_device_alloc()
1239 teedev->num_users--; in tee_device_put()
1240 if (!teedev->num_users) { in tee_device_put()
1256 teedev->num_users++; in tee_device_get()
/linux/include/media/
H A Dvideobuf2-core.h99 * @num_users: return the current number of users of a memory buffer;
111 * #) Required ops for MMAP types: alloc, put, num_users, mmap.
113 * #) Required ops for read/write access types: alloc, put, num_users, vaddr.
147 unsigned int (*num_users)(void *buf_priv); member
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c438 .num_users = vb2_vmalloc_num_users,
H A Dvideobuf2-dma-sg.c666 .num_users = vb2_dma_sg_num_users,
H A Dvideobuf2-dma-contig.c823 .num_users = vb2_dc_num_users,
H A Dvideobuf2-core.c705 if (mem_priv && call_memop(vb, num_users, mem_priv) > 1) in vb2_buffer_in_use()
/linux/drivers/net/wireless/ath/ath12k/wifi7/
H A Ddp_mon.c1564 ppdu_info->num_users = 0; in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
1638 ppdu_info->num_users += 1; in ath12k_wifi7_dp_mon_rx_parse_status_tlv()
2107 tx_ppdu_info->num_users = in ath12k_wifi7_dp_mon_tx_parse_status_tlv()
2158 tx_ppdu_info->rx_status.num_users = in ath12k_wifi7_dp_mon_tx_parse_status_tlv()
2405 u8 *num_users) in ath12k_wifi7_dp_mon_tx_status_get_num_user() argument
2417 *num_users = u32_get_bits(info0, HAL_TX_FES_SETUP_INFO0_NUM_OF_USERS); in ath12k_wifi7_dp_mon_tx_status_get_num_user()
/linux/Documentation/ABI/testing/
H A Dsysfs-class-regulator219 What: /sys/class/regulator/.../num_users
225 num_users. This holds the number of consumer devices that
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs_htt_stats.h1184 u32 num_users; member
H A Ddebugfs_htt_stats.c2637 htt_stats_buf->num_users); in htt_print_sfm_client_tlv()
/linux/drivers/regulator/
H A Dcore.c811 static DEVICE_ATTR_RO(num_users);