Home
last modified time | relevance | path

Searched refs:xtype (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/misc/sgi-gru/
Dgru_instructions.h102 unsigned int xtype: 3; member
313 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument
323 (xtype << GRU_CB_XTYPE_SHFT) | in __opdword()
384 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload() argument
392 gru_start_instruction(ins, __opdword(OP_VLOAD, 0, xtype, IAA_RAM, 0, in gru_vload()
397 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore() argument
405 gru_start_instruction(ins, __opdword(OP_VSTORE, 0, xtype, IAA_RAM, 0, in gru_vstore()
410 unsigned int tri0, unsigned int tri1, unsigned char xtype, in gru_ivload() argument
418 gru_start_instruction(ins, __opdword(OP_IVLOAD, 0, xtype, IAA_RAM, 0, in gru_ivload()
424 unsigned char xtype, unsigned long nelem, unsigned long hints) in gru_ivstore() argument
[all …]
/linux-4.1.27/drivers/input/joystick/
Dxpad.c120 u8 xtype; member
346 int xtype; /* type of xbox device */ member
648 switch (xpad->xtype) { in xpad_irq_in()
731 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output()
750 ep_irq_out_idx = xpad->xtype == XTYPE_XBOXONE ? 0 : 1; in xpad_init_output()
768 if (xpad->xtype != XTYPE_UNKNOWN) in xpad_stop_output()
774 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output()
790 switch (xpad->xtype) { in xpad_play_effect()
853 __func__, xpad->xtype); in xpad_play_effect()
863 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_ff()
[all …]
/linux-4.1.27/fs/cachefiles/
Dxattr.c32 char type[3], xtype[3]; in cachefiles_check_object_type() local
61 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type()
76 if (xtype[0] != type[0] || xtype[1] != type[1]) in cachefiles_check_object_type()
92 xtype[2] = 0; in cachefiles_check_object_type()
95 xtype, type); in cachefiles_check_object_type()
/linux-4.1.27/tools/testing/selftests/breakpoints/
Dbreakpoint_test.c56 int xtype, xlen; in toggle_breakpoint() local
61 xtype = 0; in toggle_breakpoint()
64 xtype = 1; in toggle_breakpoint()
67 xtype = 3; in toggle_breakpoint()
89 vdr7 = (xlen | xtype) << 16; in toggle_breakpoint()
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.h727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument
733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \
746 #define SST_CONTROL_NAME(xpname, xmname, xinstance, xtype) \ argument
747 xpname " " xmname " " #xinstance " " xtype
749 #define SST_COMBO_CONTROL_NAME(xpname, xmname, xinstance, xtype, xsubmodule) \ argument
750 xpname " " xmname " " #xinstance " " xtype " " xsubmodule
794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument
796 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \
801 xtask, xcmd, xtype, xinfo, xget, xput) \ argument
806 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
/linux-4.1.27/security/apparmor/
Ddomain.c227 static const char *next_name(int xtype, const char *name) in next_name() argument
243 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local
249 name = next_name(xtype, name)) { in x_table_lookup()
305 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_profile() local
307 switch (xtype) { in x_to_profile()
Dpolicy_unpack.c676 int index, xtype; in verify_xindex() local
677 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex()
679 if (xtype == AA_X_TABLE && index > table_size) in verify_xindex()
/linux-4.1.27/fs/jfs/
Djfs_xtree.h121 xad_t * oxad, s64 nxaddr, int xtype);
Djfs_xtree.c2561 int xtype) in xtRelocate() argument
2583 xtype = xtype & EXTENT_TYPE; in xtRelocate()
2595 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate()
2601 if (xtype == DATAEXT) { in xtRelocate()
2645 if (xtype == DATAEXT) { in xtRelocate()
2826 if (xtype == DATAEXT) in xtRelocate()
/linux-4.1.27/sound/pci/ice1712/
Dquartet.c736 #define QTET_CONTROL(xname, xtype, xpriv) \ argument
739 .info = qtet_##xtype##_info,\