Searched refs:user_id (Results 1 - 20 of 20) sorted by relevance

/linux-master/drivers/hwspinlock/
H A Dsprd_hwspinlock.c45 int user_id, lock_id; local
52 user_id = readl(sprd_hwlock->base + HWSPINLOCK_MASTERID(lock_id));
55 lock_id, user_id);
/linux-master/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.h144 u32 user_id; member in struct:mcu_msg_create_channel
154 u32 user_id; member in struct:mcu_msg_create_channel_response
H A Dallegro-core.c175 * a bitfield for the user_ids that are in use. See also user_id in
285 /* user_id is used to identify the channel during CREATE_CHANNEL */
287 int user_id; member in struct:allegro_channel
431 unsigned int user_id)
436 if (channel->user_id == user_id)
1331 msg.user_id = channel->user_id;
2161 channel = allegro_find_channel_by_user_id(dev, msg->user_id);
2166 msg->user_id);
430 allegro_find_channel_by_user_id(struct allegro_dev *dev, unsigned int user_id) argument
[all...]
H A Dallegro-mail.c238 dst[i++] = msg->user_id;
374 msg->user_id = src[i++];
/linux-master/fs/hpfs/
H A Dhpfs.h464 u8 user_id[16]; /* unused */ member in struct:fnode
/linux-master/fs/fuse/
H A Dcontrol.c232 inode->i_uid = fc->user_id;
H A Dinode.c742 fsparam_u32 ("user_id", OPT_USER_ID),
801 ctx->user_id = make_kuid(fsc->user_ns, result.uint_32);
802 if (!uid_valid(ctx->user_id))
803 return invalfc(fsc, "Invalid user_id");
855 seq_printf(m, ",user_id=%u",
856 from_kuid_munged(fc->user_ns, fc->user_id));
1722 fc->user_id = ctx->user_id;
H A Dfuse_i.h561 kuid_t user_id; member in struct:fuse_fs_context
613 kuid_t user_id; member in struct:fuse_conn
H A Ddir.c1419 return (uid_eq(cred->euid, fc->user_id) &&
1420 uid_eq(cred->suid, fc->user_id) &&
1421 uid_eq(cred->uid, fc->user_id) &&
/linux-master/drivers/net/ethernet/sfc/
H A Drx_common.c573 if (ctx->user_id != id)
591 new->user_id = id;
604 if (ctx->user_id == id)
H A Dnet_driver.h745 * @user_id: the rss_context ID exposed to userspace over ethtool.
753 u32 user_id; member in struct:efx_rss_context
H A Dethtool_common.c1279 *rss_context = ctx->user_id;
H A Dmcdi_filters.c2217 ctx->user_id, rc);
/linux-master/drivers/net/ethernet/sfc/siena/
H A Drx_common.c574 if (ctx->user_id != id)
592 new->user_id = id;
606 if (ctx->user_id == id)
H A Dnet_driver.h715 * @user_id: the rss_context ID exposed to userspace over ethtool.
723 u32 user_id; member in struct:efx_rss_context
H A Dethtool_common.c1280 *rss_context = ctx->user_id;
/linux-master/fs/
H A Daio.c101 unsigned long user_id; member in struct:kioctx
372 ctx->user_id = ctx->mmap_base = vma->vm_start;
570 ctx->user_id = ctx->mmap_base;
829 ctx, ctx->user_id, mm, ctx->nr_events);
1100 if (ctx && ctx->user_id == ctx_id) {
1408 ret = put_user(ioctx->user_id, ctxp);
1440 ret = put_user((u32)ioctx->user_id, ctx32p);
/linux-master/net/iucv/
H A Daf_iucv.c910 char user_id[9]; local
1080 user_id[8] = 0;
1081 memcpy(user_id, iucv->dst_user_id, 8);
1086 appl_id, user_id);
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.c2182 desc_info->user_id = le32_get_bits(rxd_s->dword1, AX_RXD_USER_ID_MASK);
2272 desc_info->user_id = le32_get_bits(rxd_l->dword6, BE_RXD_USER_ID_MASK);
H A Dcore.h1033 u8 user_id; member in struct:rtw89_rx_desc_info

Completed in 1027 milliseconds