| /linux/drivers/misc/sgi-gru/ |
| A D | gru_instructions.h | 102 unsigned int xtype: 3; member 323 (xtype << GRU_CB_XTYPE_SHFT) | in __opdword() 384 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload() argument 397 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore() argument 410 unsigned int tri0, unsigned int tri1, unsigned char xtype, in gru_ivload() argument 486 unsigned int tri0, unsigned int xtype, unsigned long nelem, in gru_bcopy() argument 500 unsigned long dest, unsigned int tri0, unsigned int xtype, in gru_bstore() argument 513 unsigned int xtype, unsigned long hints) in gru_gamir() argument 523 unsigned int xtype, unsigned long hints) in gru_gamirr() argument 533 unsigned int xtype, in gru_gamer() argument [all …]
|
| /linux/drivers/input/joystick/ |
| A D | xpad.c | 113 u8 xtype; member 957 switch (xpad->xtype) { in xpad_irq_in() 1265 switch (xpad->xtype) { in xpad_play_effect() 1328 __func__, xpad->xtype); in xpad_play_effect() 1396 switch (xpad->xtype) { in xpad_send_led_command() 1452 if (xpad->xtype != XTYPE_XBOX360 && xpad->xtype != XTYPE_XBOX360W) in xpad_led_probe() 1679 if (xpad->xtype == XTYPE_XBOX360 || xpad->xtype == XTYPE_XBOX360W || in xpad_init_input() 1780 xpad->xtype = xpad_device[i].xtype; in xpad_probe() 1789 xpad->xtype = XTYPE_XBOXONE; in xpad_probe() 1791 xpad->xtype = XTYPE_XBOX360; in xpad_probe() [all …]
|
| /linux/fs/cachefiles/ |
| A D | xattr.c | 28 char type[3], xtype[3]; in cachefiles_check_object_type() local 57 ret = vfs_getxattr(&init_user_ns, dentry, cachefiles_xattr_cache, xtype, in cachefiles_check_object_type() 73 if (xtype[0] != type[0] || xtype[1] != type[1]) in cachefiles_check_object_type() 89 xtype[2] = 0; in cachefiles_check_object_type() 92 xtype, type); in cachefiles_check_object_type()
|
| /linux/tools/testing/selftests/breakpoints/ |
| A D | breakpoint_test.c | 58 int xtype, xlen; in toggle_breakpoint() local 63 xtype = 0; in toggle_breakpoint() 66 xtype = 1; in toggle_breakpoint() 69 xtype = 3; in toggle_breakpoint() 91 vdr7 = (xlen | xtype) << 16; in toggle_breakpoint()
|
| /linux/sound/soc/intel/atom/ |
| A D | sst-atom-controls.h | 727 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/security/apparmor/ |
| A D | domain.c | 498 static const char *next_name(int xtype, const char *name) in next_name() argument 515 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local 525 *name = next_name(xtype, *name)) { in x_table_lookup() 565 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local 568 switch (xtype) { in x_to_label()
|
| A D | policy_unpack.c | 993 int index, xtype; in verify_xindex() local 994 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex() 996 if (xtype == AA_X_TABLE && index >= table_size) in verify_xindex()
|
| /linux/fs/jfs/ |
| A D | jfs_xtree.h | 108 xad_t * oxad, s64 nxaddr, int xtype);
|
| A D | jfs_xtree.c | 2548 int xtype) in xtRelocate() argument 2570 xtype = xtype & EXTENT_TYPE; in xtRelocate() 2582 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() 2588 if (xtype == DATAEXT) { in xtRelocate() 2632 if (xtype == DATAEXT) { in xtRelocate() 2813 if (xtype == DATAEXT) in xtRelocate()
|
| /linux/sound/pci/ice1712/ |
| A D | quartet.c | 715 #define QTET_CONTROL(xname, xtype, xpriv) \ argument 718 .info = qtet_##xtype##_info,\
|
| /linux/drivers/mtd/nand/raw/ |
| A D | marvell_nand.c | 1547 u32 xtype; in marvell_nfc_hw_ecc_bch_write_chunk() local 1564 xtype = XTYPE_MONOLITHIC_RW; in marvell_nfc_hw_ecc_bch_write_chunk() 1566 xtype = XTYPE_WRITE_DISPATCH; in marvell_nfc_hw_ecc_bch_write_chunk() 1568 nfc_op.ndcb[0] |= NDCB0_CMD_XTYPE(xtype) | in marvell_nfc_hw_ecc_bch_write_chunk()
|
| /linux/drivers/net/wireless/realtek/rtl8xxxu/ |
| A D | rtl8xxxu_core.c | 6485 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local 6497 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb() 6501 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()
|