Home
last modified time | relevance | path

Searched refs:xmod (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.h713 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val, \ argument
723 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
734 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
738 xmod, xpipe, xinstance, xtask, xgain_val, xpname) \ argument
744 .module_id = xmod, .pipe_id = xpipe, .task_id = xtask,\
760 xmod, xpipe, xinstance, xtask, tlv_array, xgain_val) \ argument
762 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, SST_GAIN_RAMP_DURATION, \
765 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, \
768 xhandler_get, xhandler_put, xmod, xpipe, xinstance, xtask, tlv_array, \
[all …]
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c3044 struct yaffs_xattr_mod xmod; in yaffs_do_xattrib_mod() local
3047 xmod.set = set; in yaffs_do_xattrib_mod()
3048 xmod.name = name; in yaffs_do_xattrib_mod()
3049 xmod.data = value; in yaffs_do_xattrib_mod()
3050 xmod.size = size; in yaffs_do_xattrib_mod()
3051 xmod.flags = flags; in yaffs_do_xattrib_mod()
3052 xmod.result = -ENOSPC; in yaffs_do_xattrib_mod()
3054 result = yaffs_update_oh(obj, NULL, 0, 0, 0, &xmod); in yaffs_do_xattrib_mod()
3057 return xmod.result; in yaffs_do_xattrib_mod()
3063 struct yaffs_xattr_mod *xmod) in yaffs_apply_xattrib_mod() argument
[all …]