Home
last modified time | relevance | path

Searched refs:xcmd (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/sound/soc/intel/atom/
Dsst-atom-controls.h803 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
806 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
810 xtask, xcmd, xtype, xinfo, xget, xput) \ argument
816 xmod, xtask, xcmd), \
820 xpipe, xinstance, xtask, xcmd) \ argument
822 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
833 xinstance, xtask, xcmd) \ argument
835 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
838 xpipe, xinstance, xtask, xcmd) \ argument
841 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
/Linux-v4.19/fs/
Dcompat_ioctl.c1343 static int compat_ioctl_check_table(unsigned int xcmd) in compat_ioctl_check_table() argument
1352 i = ((xcmd >> 16) * max) >> 16; in compat_ioctl_check_table()
1355 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()
1359 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()
1362 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()
/Linux-v4.19/drivers/infiniband/core/
Duverbs_cmd.c3826 struct ib_uverbs_create_xsrq xcmd; in ib_uverbs_create_srq() local
3837 memset(&xcmd, 0, sizeof(xcmd)); in ib_uverbs_create_srq()
3838 xcmd.response = cmd.response; in ib_uverbs_create_srq()
3839 xcmd.user_handle = cmd.user_handle; in ib_uverbs_create_srq()
3840 xcmd.srq_type = IB_SRQT_BASIC; in ib_uverbs_create_srq()
3841 xcmd.pd_handle = cmd.pd_handle; in ib_uverbs_create_srq()
3842 xcmd.max_wr = cmd.max_wr; in ib_uverbs_create_srq()
3843 xcmd.max_sge = cmd.max_sge; in ib_uverbs_create_srq()
3844 xcmd.srq_limit = cmd.srq_limit; in ib_uverbs_create_srq()
3851 ret = __uverbs_create_xsrq(file, &xcmd, &udata); in ib_uverbs_create_srq()