/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 102 unsigned int xtype: 3; member 134 unsigned long op64; /* icmd,xtype,iaa0,ima,opc,tri0 */ 228 /* Transfer types (xtype field) */ 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() 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() 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() 383 gru_vload(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) gru_vload() argument 396 gru_vstore(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) gru_vstore() argument 409 gru_ivload(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned int tri1, unsigned char xtype, unsigned long nelem, unsigned long hints) gru_ivload() argument 422 gru_ivstore(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned int tri1, unsigned char xtype, unsigned long nelem, unsigned long hints) gru_ivstore() argument 435 gru_vset(void *cb, unsigned long mem_addr, unsigned long value, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) gru_vset() argument 449 gru_ivset(void *cb, unsigned long mem_addr, unsigned int tri1, unsigned long value, unsigned char xtype, unsigned long nelem, unsigned long hints) gru_ivset() argument 463 gru_vflush(void *cb, unsigned long mem_addr, unsigned long nelem, unsigned char xtype, unsigned long stride, unsigned long hints) gru_vflush() argument 484 gru_bcopy(void *cb, const unsigned long src, unsigned long dest, unsigned int tri0, unsigned int xtype, unsigned long nelem, unsigned int bufsize, unsigned long hints) gru_bcopy() argument 499 gru_bstore(void *cb, const unsigned long src, unsigned long dest, unsigned int tri0, unsigned int xtype, unsigned long nelem, unsigned long hints) gru_bstore() argument 512 gru_gamir(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long hints) gru_gamir() argument 522 gru_gamirr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long hints) gru_gamirr() argument 532 gru_gamer(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamer() argument 546 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamerr() argument [all...] |
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 102 unsigned int xtype: 3; member 134 unsigned long op64; /* icmd,xtype,iaa0,ima,opc,tri0 */ 228 /* Transfer types (xtype field) */ 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() 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() 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() 383 gru_vload(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) gru_vload() argument 396 gru_vstore(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) gru_vstore() argument 409 gru_ivload(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned int tri1, unsigned char xtype, unsigned long nelem, unsigned long hints) gru_ivload() argument 422 gru_ivstore(void *cb, unsigned long mem_addr, unsigned int tri0, unsigned int tri1, unsigned char xtype, unsigned long nelem, unsigned long hints) gru_ivstore() argument 435 gru_vset(void *cb, unsigned long mem_addr, unsigned long value, unsigned char xtype, unsigned long nelem, unsigned long stride, unsigned long hints) gru_vset() argument 449 gru_ivset(void *cb, unsigned long mem_addr, unsigned int tri1, unsigned long value, unsigned char xtype, unsigned long nelem, unsigned long hints) gru_ivset() argument 463 gru_vflush(void *cb, unsigned long mem_addr, unsigned long nelem, unsigned char xtype, unsigned long stride, unsigned long hints) gru_vflush() argument 484 gru_bcopy(void *cb, const unsigned long src, unsigned long dest, unsigned int tri0, unsigned int xtype, unsigned long nelem, unsigned int bufsize, unsigned long hints) gru_bcopy() argument 499 gru_bstore(void *cb, const unsigned long src, unsigned long dest, unsigned int tri0, unsigned int xtype, unsigned long nelem, unsigned long hints) gru_bstore() argument 512 gru_gamir(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long hints) gru_gamir() argument 522 gru_gamirr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long hints) gru_gamirr() argument 532 gru_gamer(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamer() argument 546 gru_gamerr(void *cb, int exopc, unsigned long src, unsigned int xtype, unsigned long operand1, unsigned long operand2, unsigned long hints) gru_gamerr() argument [all...] |
/kernel/linux/linux-6.6/drivers/input/joystick/ |
H A D | xpad.c | 128 u8 xtype; member 719 int xtype; /* type of xbox device */ member 835 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 885 if (xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 1158 switch (xpad->xtype) { in xpad_irq_in() 1184 if (xpad->xtype != XTYPE_XBOXONE) in xpad_prepare_next_init_packet() 1318 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output() 1352 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output() 1364 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output() 1481 switch (xpad->xtype) { in xpad_play_effect() [all...] |
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | xattr.c | 28 char type[3], xtype[3]; in cachefiles_check_object_type() local 57 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 72 if (xtype[0] != type[0] || xtype[1] != type[1]) in cachefiles_check_object_type() 88 xtype[2] = 0; in cachefiles_check_object_type() 91 xtype, type); in cachefiles_check_object_type()
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | xpad.c | 112 u8 xtype; member 632 int xtype; /* type of xbox device */ member 744 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 977 switch (xpad->xtype) { in xpad_irq_in() 1003 if (xpad->xtype != XTYPE_XBOXONE) in xpad_prepare_next_init_packet() 1137 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output() 1171 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output() 1183 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output() 1285 switch (xpad->xtype) { in xpad_play_effect() 1348 __func__, xpad->xtype); in xpad_play_effect() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/breakpoints/ |
H 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()
|
/kernel/linux/linux-6.6/tools/testing/selftests/breakpoints/ |
H 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()
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \ 746 #define SST_CONTROL_NAME(xpname, xmname, xinstance, xtype) \ 747 xpname " " xmname " " #xinstance " " xtype 749 #define SST_COMBO_CONTROL_NAME(xpname, xmname, xinstance, xtype, xsubmodule) \ 750 xpname " " xmname " " #xinstance " " xtype " " xsubmodule 794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ 796 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \ 801 xtask, xcmd, xtype, xinfo, xget, xput) \ 806 SST_ALGO_CTL_VALUE(xcount, xtype, xpip [all...] |
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-atom-controls.h | 727 xmod, xpipe, xinstance, xtask, xtype, xgain_val, \ 733 { .stereo = false, .max = xmax, .min = xmin, .type = xtype, \ 746 #define SST_CONTROL_NAME(xpname, xmname, xinstance, xtype) \ 747 xpname " " xmname " " #xinstance " " xtype 749 #define SST_COMBO_CONTROL_NAME(xpname, xmname, xinstance, xtype, xsubmodule) \ 750 xpname " " xmname " " #xinstance " " xtype " " xsubmodule 794 #define SST_ALGO_CTL_VALUE(xcount, xtype, xpipe, xmod, xtask, xcmd) \ 796 .max = xcount + sizeof(u16), .type = xtype, .module_id = xmod, \ 801 xtask, xcmd, xtype, xinfo, xget, xput) \ 806 SST_ALGO_CTL_VALUE(xcount, xtype, xpip [all...] |
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_xtree.h | 108 xad_t * oxad, s64 nxaddr, int xtype);
|
H A D | jfs_xtree.c | 2548 int xtype) in xtRelocate() 2570 xtype = xtype & EXTENT_TYPE; in xtRelocate() 2581 jfs_info("xtRelocate: xtype:%d xoff:0x%lx xlen:0x%x xaddr:0x%lx:0x%lx", in xtRelocate() 2582 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() 2588 if (xtype == DATAEXT) { in xtRelocate() 2608 } else { /* (xtype == XTPAGE) */ in xtRelocate() 2632 if (xtype == DATAEXT) { in xtRelocate() 2701 } else { /* (xtype == XTPAGE) */ in xtRelocate() 2813 if (xtype in xtRelocate() 2546 xtRelocate(tid_t tid, struct inode * ip, xad_t * oxad, s64 nxaddr, int xtype) xtRelocate() argument [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | domain.c | 496 static const char *next_name(int xtype, const char *name) in next_name() argument 513 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local 523 *name = next_name(xtype, *name)) { in x_table_lookup() 563 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local 566 switch (xtype) { in x_to_label()
|
H A D | policy_unpack.c | 1004 int index, xtype; in verify_xindex() local 1005 xtype = xindex & AA_X_TYPE_MASK; in verify_xindex() 1007 if (xtype == AA_X_TABLE && index >= table_size) in verify_xindex()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | domain.c | 499 static const char *next_name(int xtype, const char *name) in next_name() argument 518 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local 528 *name = next_name(xtype, *name)) { in x_table_lookup() 570 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local 573 switch (xtype) { in x_to_label()
|
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | quartet.c | 715 #define QTET_CONTROL(xname, xtype, xpriv) \ 718 .info = qtet_##xtype##_info,\
|
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | quartet.c | 715 #define QTET_CONTROL(xname, xtype, xpriv) \ 718 .info = qtet_##xtype##_info,\
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 210 /* NAND controller command buffer 0 register 'type' and 'xtype' fields */ 1559 u32 xtype; in marvell_nfc_hw_ecc_bch_write_chunk() local 1576 xtype = XTYPE_MONOLITHIC_RW; in marvell_nfc_hw_ecc_bch_write_chunk() 1578 xtype = XTYPE_WRITE_DISPATCH; in marvell_nfc_hw_ecc_bch_write_chunk() 1580 nfc_op.ndcb[0] |= NDCB0_CMD_XTYPE(xtype) | in marvell_nfc_hw_ecc_bch_write_chunk()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | marvell_nand.c | 212 /* NAND controller command buffer 0 register 'type' and 'xtype' fields */ 1573 u32 xtype; in marvell_nfc_hw_ecc_bch_write_chunk() local 1590 xtype = XTYPE_MONOLITHIC_RW; in marvell_nfc_hw_ecc_bch_write_chunk() 1592 xtype = XTYPE_WRITE_DISPATCH; in marvell_nfc_hw_ecc_bch_write_chunk() 1594 nfc_op.ndcb[0] |= NDCB0_CMD_XTYPE(xtype) | in marvell_nfc_hw_ecc_bch_write_chunk()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 6518 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local 6530 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb() 6534 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl8xxxu/ |
H A D | rtl8xxxu_core.c | 7378 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local 7390 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb() 7394 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()
|