Home
last modified time | relevance | path

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

/Linux-v6.6/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 …]
/Linux-v6.6/drivers/input/joystick/
Dxpad.c128 u8 xtype; member
716 int xtype; /* type of xbox device */ member
832 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
882 if (xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
1155 switch (xpad->xtype) { in xpad_irq_in()
1181 if (xpad->xtype != XTYPE_XBOXONE) in xpad_prepare_next_init_packet()
1315 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output()
1349 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output()
1361 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output()
1478 switch (xpad->xtype) { in xpad_play_effect()
[all …]
/Linux-v6.6/tools/testing/selftests/breakpoints/
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-v6.6/sound/soc/intel/atom/
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-v6.6/security/apparmor/
Ddomain.c492 static const char *next_name(int xtype, const char *name) in next_name() argument
511 u32 xtype = xindex & AA_X_TYPE_MASK; in x_table_lookup() local
521 *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()
/Linux-v6.6/sound/pci/ice1712/
Dquartet.c715 #define QTET_CONTROL(xname, xtype, xpriv) \ argument
718 .info = qtet_##xtype##_info,\
/Linux-v6.6/drivers/mtd/nand/raw/
Dmarvell_nand.c1576 u32 xtype; in marvell_nfc_hw_ecc_bch_write_chunk() local
1593 xtype = XTYPE_MONOLITHIC_RW; in marvell_nfc_hw_ecc_bch_write_chunk()
1595 xtype = XTYPE_WRITE_DISPATCH; in marvell_nfc_hw_ecc_bch_write_chunk()
1597 nfc_op.ndcb[0] |= NDCB0_CMD_XTYPE(xtype) | in marvell_nfc_hw_ecc_bch_write_chunk()
/Linux-v6.6/drivers/net/wireless/realtek/rtl8xxxu/
Drtl8xxxu_core.c7377 u8 dir, xtype, num; in rtl8xxxu_parse_usb() local
7389 xtype = usb_endpoint_type(endpoint); in rtl8xxxu_parse_usb()
7393 __func__, dir, num, xtype); in rtl8xxxu_parse_usb()