Home
last modified time | relevance | path

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

/linux/drivers/misc/sgi-gru/
A Dgru_instructions.h92 unsigned int xtype: 3; member
313 (xtype << GRU_CB_XTYPE_SHFT) | in __opdword()
374 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vload() argument
387 unsigned int tri0, unsigned char xtype, unsigned long nelem, in gru_vstore() argument
400 unsigned int tri0, unsigned int tri1, unsigned char xtype, in gru_ivload() argument
476 unsigned int tri0, unsigned int xtype, unsigned long nelem, in gru_bcopy() argument
490 unsigned long dest, unsigned int tri0, unsigned int xtype, in gru_bstore() argument
503 unsigned int xtype, unsigned long hints) in gru_gamir() argument
513 unsigned int xtype, unsigned long hints) in gru_gamirr() argument
523 unsigned int xtype, in gru_gamer() argument
[all …]
/linux/drivers/input/joystick/
A Dxpad.c128 u8 xtype; member
1180 switch (xpad->xtype) { in xpad_irq_in()
1503 switch (xpad->xtype) { in xpad_play_effect()
1566 __func__, xpad->xtype); in xpad_play_effect()
1634 switch (xpad->xtype) { in xpad_send_led_command()
1690 if (xpad->xtype != XTYPE_XBOX360 && xpad->xtype != XTYPE_XBOX360W) in xpad_led_probe()
1941 if (xpad->xtype == XTYPE_XBOX360 || xpad->xtype == XTYPE_XBOX360W || in xpad_init_input()
2052 xpad->xtype = xpad_device[i].xtype; in xpad_probe()
2062 xpad->xtype = XTYPE_XBOXONE; in xpad_probe()
2064 xpad->xtype = XTYPE_XBOX360; in xpad_probe()
[all …]
/linux/tools/testing/selftests/breakpoints/
A Dbreakpoint_test.c58 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()
/linux/sound/soc/intel/atom/
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, xpipe, \
/linux/security/apparmor/
A Ddomain.c500 static const char *next_name(int xtype, const char *name) in next_name() argument
519 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local
529 *name = next_name(xtype, *name)) { in x_table_lookup()
572 u32 xtype = xindex & AA_X_TYPE_MASK; in x_to_label() local
575 switch (xtype) { in x_to_label()
/linux/sound/pci/ice1712/
A Dquartet.c715 #define QTET_CONTROL(xname, xtype, xpriv) \ argument
718 .info = qtet_##xtype##_info,\
/linux/drivers/mtd/nand/raw/
A Dmarvell_nand.c1573 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/
A Dcore.c7645 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local
7657 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb()
7661 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()

Completed in 52 milliseconds