Searched refs:num_users (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | dp.c | 357 !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 D | dp_htt.c | 487 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 D | tee_core.c | 1099 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 D | videobuf2-core.h | 99 * @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 D | videobuf2-vmalloc.c | 438 .num_users = vb2_vmalloc_num_users,
|
| H A D | videobuf2-dma-sg.c | 666 .num_users = vb2_dma_sg_num_users,
|
| H A D | videobuf2-dma-contig.c | 823 .num_users = vb2_dc_num_users,
|
| H A D | videobuf2-core.c | 705 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 D | dp_mon.c | 1564 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 D | sysfs-class-regulator | 219 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 D | debugfs_htt_stats.h | 1184 u32 num_users; member
|
| H A D | debugfs_htt_stats.c | 2637 htt_stats_buf->num_users); in htt_print_sfm_client_tlv()
|
| /linux/drivers/regulator/ |
| H A D | core.c | 811 static DEVICE_ATTR_RO(num_users);
|