Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.h794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
797 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
801 xtask, xcmd, xtype, xinfo, xget, xput) \ argument
807 xmod, xtask, xcmd), \
811 xpipe, xinstance, xtask, xcmd) \ argument
813 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
824 xinstance, xtask, xcmd) \ argument
826 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
829 xpipe, xinstance, xtask, xcmd) \ argument
832 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
/linux-4.1.27/fs/
Dcompat_ioctl.c1521 static int compat_ioctl_check_table(unsigned int xcmd) in compat_ioctl_check_table() argument
1530 i = ((xcmd >> 16) * max) >> 16; in compat_ioctl_check_table()
1533 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()
1537 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()
1540 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()
/linux-4.1.27/drivers/infiniband/core/
Duverbs_cmd.c3124 struct ib_uverbs_create_xsrq xcmd; in ib_uverbs_create_srq() local
3135 xcmd.response = cmd.response; in ib_uverbs_create_srq()
3136 xcmd.user_handle = cmd.user_handle; in ib_uverbs_create_srq()
3137 xcmd.srq_type = IB_SRQT_BASIC; in ib_uverbs_create_srq()
3138 xcmd.pd_handle = cmd.pd_handle; in ib_uverbs_create_srq()
3139 xcmd.max_wr = cmd.max_wr; in ib_uverbs_create_srq()
3140 xcmd.max_sge = cmd.max_sge; in ib_uverbs_create_srq()
3141 xcmd.srq_limit = cmd.srq_limit; in ib_uverbs_create_srq()
3147 ret = __uverbs_create_xsrq(file, &xcmd, &udata); in ib_uverbs_create_srq()