Home
last modified time | relevance | path

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

/linux-4.4.14/sound/soc/intel/atom/
Dsst-atom-controls.h796 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
799 .pipe_id = xpipe, .task_id = xtask, .cmd_id = xcmd, \
803 xtask, xcmd, xtype, xinfo, xget, xput) \ argument
809 xmod, xtask, xcmd), \
813 xpipe, xinstance, xtask, xcmd) \ argument
815 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
826 xinstance, xtask, xcmd) \ argument
828 SST_ALGO_KCONTROL_BYTES(xpname, xmname, xcount, xmod, xpipe, xinstance, xtask, xcmd)
831 xpipe, xinstance, xtask, xcmd) \ argument
834 xcount, xmod, xpipe, xtask, xcmd, SST_ALGO_PARAMS, \
/linux-4.4.14/fs/
Dcompat_ioctl.c1522 static int compat_ioctl_check_table(unsigned int xcmd) in compat_ioctl_check_table() argument
1531 i = ((xcmd >> 16) * max) >> 16; in compat_ioctl_check_table()
1534 while (ioctl_pointer[i] < xcmd && i < max) in compat_ioctl_check_table()
1538 while (ioctl_pointer[i] > xcmd && i > 0) in compat_ioctl_check_table()
1541 return ioctl_pointer[i] == xcmd; in compat_ioctl_check_table()
/linux-4.4.14/drivers/infiniband/core/
Duverbs_cmd.c3413 struct ib_uverbs_create_xsrq xcmd; in ib_uverbs_create_srq() local
3424 xcmd.response = cmd.response; in ib_uverbs_create_srq()
3425 xcmd.user_handle = cmd.user_handle; in ib_uverbs_create_srq()
3426 xcmd.srq_type = IB_SRQT_BASIC; in ib_uverbs_create_srq()
3427 xcmd.pd_handle = cmd.pd_handle; in ib_uverbs_create_srq()
3428 xcmd.max_wr = cmd.max_wr; in ib_uverbs_create_srq()
3429 xcmd.max_sge = cmd.max_sge; in ib_uverbs_create_srq()
3430 xcmd.srq_limit = cmd.srq_limit; in ib_uverbs_create_srq()
3436 ret = __uverbs_create_xsrq(file, ib_dev, &xcmd, &udata); in ib_uverbs_create_srq()