Home
last modified time | relevance | path

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

/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 …]
/drivers/input/joystick/
Dxpad.c121 u8 xtype; member
344 int xtype; /* type of xbox device */ member
449 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
661 switch (xpad->xtype) { in xpad_irq_in()
722 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output()
741 ep_irq_out_idx = xpad->xtype == XTYPE_XBOXONE ? 0 : 1; in xpad_init_output()
759 if (xpad->xtype != XTYPE_UNKNOWN) in xpad_stop_output()
765 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output()
812 switch (xpad->xtype) { in xpad_play_effect()
870 __func__, xpad->xtype); in xpad_play_effect()
[all …]
/drivers/staging/tidspbridge/pmgr/
Dcmm.c855 enum cmm_xlatetype xtype) in cmm_xlator_translate() argument
872 if ((xtype == CMM_VA2DSPPA) || (xtype == CMM_VA2PA) || in cmm_xlator_translate()
873 (xtype == CMM_PA2VA)) { in cmm_xlator_translate()
874 if (xtype == CMM_PA2VA) { in cmm_xlator_translate()
899 if ((xtype == CMM_VA2DSPPA) || (xtype == CMM_PA2DSPPA)) { in cmm_xlator_translate()
906 } else if (xtype == CMM_DSPPA2PA) { in cmm_xlator_translate()
/drivers/staging/tidspbridge/include/dspbridge/
Dcmm.h335 void *paddr, enum cmm_xlatetype xtype);