Searched refs:user_id (Results 1 – 11 of 11) sorted by relevance
| /drivers/hwspinlock/ |
| A D | sprd_hwspinlock.c | 45 int user_id, lock_id; in sprd_hwspinlock_trylock() local 52 user_id = readl(sprd_hwlock->base + HWSPINLOCK_MASTERID(lock_id)); in sprd_hwspinlock_trylock() 55 lock_id, user_id); in sprd_hwspinlock_trylock()
|
| /drivers/media/platform/allegro-dvt/ |
| A D | allegro-core.c | 287 int user_id; member 431 unsigned int user_id) in allegro_find_channel_by_user_id() argument 436 if (channel->user_id == user_id) in allegro_find_channel_by_user_id() 1331 msg.user_id = channel->user_id; in allegro_mcu_send_create_channel() 2168 msg->user_id); in allegro_handle_create_channel() 2175 channel->user_id, in allegro_handle_create_channel() 2530 if (channel->user_id != -1) { in allegro_destroy_channel() 2532 channel->user_id = -1; in allegro_destroy_channel() 2558 if (channel->user_id < 0) { in allegro_create_channel() 2567 channel->user_id, in allegro_create_channel() [all …]
|
| A D | allegro-mail.h | 144 u32 user_id; member 154 u32 user_id; member
|
| A D | allegro-mail.c | 238 dst[i++] = msg->user_id; in allegro_enc_create_channel() 374 msg->user_id = src[i++]; in allegro_dec_create_channel()
|
| /drivers/crypto/inside-secure/eip93/ |
| A D | eip93-main.c | 222 desc_flags = FIELD_GET(EIP93_PE_USER_ID_DESC_FLAGS, rdesc->user_id); in eip93_handle_result_descriptor() 223 crypto_idr = FIELD_GET(EIP93_PE_USER_ID_CRYPTO_IDR, rdesc->user_id); in eip93_handle_result_descriptor()
|
| A D | eip93-regs.h | 331 u32 user_id; member
|
| A D | eip93-common.c | 489 cdesc->user_id |= FIELD_PREP(EIP93_PE_USER_ID_DESC_FLAGS, in eip93_scatter_combine() 600 cdesc.user_id = FIELD_PREP(EIP93_PE_USER_ID_CRYPTO_IDR, (u16)crypto_async_idr) | in eip93_send_req()
|
| A D | eip93-hash.c | 238 cdesc.user_id |= FIELD_PREP(EIP93_PE_USER_ID_DESC_FLAGS, EIP93_DESC_HASH); in eip93_send_hash_req() 266 cdesc.user_id |= FIELD_PREP(EIP93_PE_USER_ID_CRYPTO_IDR, (u16)crypto_async_idr) | in eip93_send_hash_req()
|
| /drivers/net/wireless/ath/ath12k/ |
| A D | dp_mon.c | 1219 u16 user_id, in ath12k_dp_mon_hal_rx_parse_user_info() argument 1261 if (user_id < HAL_MAX_UL_MU_USERS) { in ath12k_dp_mon_hal_rx_parse_user_info() 1262 mon_rx_user_status = &ppdu_info->userstats[user_id]; in ath12k_dp_mon_hal_rx_parse_user_info()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | core.c | 2664 desc_info->user_id = le32_get_bits(rxd_s->dword1, AX_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc() 2762 desc_info->user_id = le32_get_bits(rxd_l->dword6, BE_RXD_USER_ID_MASK); in rtw89_core_query_rxdesc_v2()
|
| A D | core.h | 1083 u8 user_id; member
|
Completed in 802 milliseconds