Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h92 unsigned int xtype: 3; member
124 unsigned long op64; /* icmd,xtype,iaa0,ima,opc,tri0 */
218 /* Transfer types (xtype field) */
303 __opdword(unsigned char opcode, unsigned char exopc, unsigned char xtype, in __opdword() argument
313 (xtype << GRU_CB_XTYPE_SHFT) | in __opdword()
374 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload() argument
382 gru_start_instruction(ins, __opdword(OP_VLOAD, 0, xtype, IAA_RAM, 0, in gru_vload()
387 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore() argument
395 gru_start_instruction(ins, __opdword(OP_VSTORE, 0, xtype, IAA_RAM, 0, in gru_vstore()
400 unsigned int tri0, unsigned int tri1, unsigned char xtype, in gru_ivload() argument
414 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
426 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
440 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
454 gru_vflush(void * cb,unsigned long mem_addr,unsigned long nelem,unsigned char xtype,unsigned long stride,unsigned long hints) gru_vflush() argument
476 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
490 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
503 gru_gamir(void * cb,int exopc,unsigned long src,unsigned int xtype,unsigned long hints) gru_gamir() argument
513 gru_gamirr(void * cb,int exopc,unsigned long src,unsigned int xtype,unsigned long hints) gru_gamirr() argument
523 gru_gamer(void * cb,int exopc,unsigned long src,unsigned int xtype,unsigned long operand1,unsigned long operand2,unsigned long hints) gru_gamer() argument
537 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...]
/linux/drivers/input/joystick/
H A Dxpad.c131 u8 xtype; member
788 int xtype; /* type of xbox device */ member
907 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
957 if (xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
1245 switch (xpad->xtype) { in xpad_irq_in()
1271 if (xpad->xtype != XTYPE_XBOXONE) in xpad_prepare_next_init_packet()
1411 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output()
1445 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output()
1457 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output()
1558 switch (xpad->xtype) { in xpad_play_effect()
[all...]
/linux/sound/soc/intel/atom/
H A Dsst-atom-controls.h727 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, xpip
[all...]
/linux/security/apparmor/
H A Ddomain.c503 static const char *next_name(int xtype, const char *name) in next_name() argument
522 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local
533 next = next_name(xtype, next)) { in x_table_lookup()
577 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local
581 switch (xtype) { in x_to_label()
/linux/sound/pci/ice1712/
H A Dquartet.c715 #define QTET_CONTROL(xname, xtype, xpriv) \ argument
718 .info = qtet_##xtype##_info,\
/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c212 /* 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()
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Dcore.c7656 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local
7668 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb()
7672 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()