/Linux-v4.19/drivers/misc/sgi-gru/ |
D | gru_instructions.h | 102 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-v4.19/drivers/input/joystick/ |
D | xpad.c | 126 u8 xtype; member 589 int xtype; /* type of xbox device */ member 701 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 934 switch (xpad->xtype) { in xpad_irq_in() 960 if (xpad->xtype != XTYPE_XBOXONE) in xpad_prepare_next_init_packet() 1094 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output() 1128 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output() 1140 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output() 1242 switch (xpad->xtype) { in xpad_play_effect() 1305 __func__, xpad->xtype); in xpad_play_effect() [all …]
|
/Linux-v4.19/fs/cachefiles/ |
D | xattr.c | 32 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-v4.19/tools/testing/selftests/breakpoints/ |
D | breakpoint_test.c | 57 int xtype, xlen; in toggle_breakpoint() local 62 xtype = 0; in toggle_breakpoint() 65 xtype = 1; in toggle_breakpoint() 68 xtype = 3; in toggle_breakpoint() 90 vdr7 = (xlen | xtype) << 16; in toggle_breakpoint()
|
/Linux-v4.19/sound/soc/intel/atom/ |
D | sst-atom-controls.h | 736 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ argument 742 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \ 755 #define SST_CONTROL_NAME(xpname, xmname, xinstance, xtype) \ argument 756 xpname " " xmname " " #xinstance " " xtype 758 #define SST_COMBO_CONTROL_NAME(xpname, xmname, xinstance, xtype, xsubmodule) \ argument 759 xpname " " xmname " " #xinstance " " xtype " " xsubmodule 803 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ argument 805 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \ 810 xtask, xcmd, xtype, xinfo, xget, xput) \ argument 815 SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, \
|
/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.h | 121 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_xtree.c | 2561 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-v4.19/security/apparmor/ |
D | domain.c | 491 static const char *next_name(int xtype, const char *name) in next_name() argument 508 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local 518 *name = next_name(xtype, *name)) { in x_table_lookup() 558 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local 561 switch (xtype) { in x_to_label()
|
D | policy_unpack.c | 894 int index, xtype; in verify_xindex() local 895 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex() 897 if (xtype == AA_X_TABLE && index >= table_size) in verify_xindex()
|
/Linux-v4.19/sound/pci/ice1712/ |
D | quartet.c | 732 #define QTET_CONTROL(xname, xtype, xpriv) \ argument 735 .info = qtet_##xtype##_info,\
|
/Linux-v4.19/drivers/mtd/nand/raw/ |
D | marvell_nand.c | 1408 u32 xtype; in marvell_nfc_hw_ecc_bch_write_chunk() local 1425 xtype = XTYPE_MONOLITHIC_RW; in marvell_nfc_hw_ecc_bch_write_chunk() 1427 xtype = XTYPE_WRITE_DISPATCH; in marvell_nfc_hw_ecc_bch_write_chunk() 1429 nfc_op.ndcb[0] |= NDCB0_CMD_XTYPE(xtype) | in marvell_nfc_hw_ecc_bch_write_chunk()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 5916 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local 5928 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb() 5932 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()
|