Searched refs:xtype (Results 1 – 3 of 3) sorted by relevance
/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 …]
|
/drivers/input/joystick/ |
D | xpad.c | 127 u8 xtype; member 385 int xtype; /* type of xbox device */ member 496 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet() 735 switch (xpad->xtype) { in xpad_irq_in() 860 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output() 881 ep_irq_out_idx = xpad->xtype == XTYPE_XBOXONE ? 0 : 1; in xpad_init_output() 899 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output() 911 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output() 996 switch (xpad->xtype) { in xpad_play_effect() 1059 __func__, xpad->xtype); in xpad_play_effect() [all …]
|
/drivers/net/wireless/realtek/rtl8xxxu/ |
D | rtl8xxxu_core.c | 5885 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local 5897 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb() 5901 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()
|