| /linux/drivers/media/usb/gspca/ |
| H A D | spca501.c | 29 #define Arowana300KCMOSCamera 0 53 .priv = 0}, 56 #define SPCA50X_REG_USB 0x2 /* spca505 501 */ 65 #define SPCA501_SNAPBIT 0x80 66 #define SPCA501_SNAPCTRL 0x10 78 #define SPCA501_PROP_SNAP(d) ((d) & 0x40) 79 #define SPCA501_PROP_SNAP_CTRL(d) ((d) & 0x10) 80 #define SPCA501_PROP_COMP_THRESH(d) (((d) & 0x0e) >> 1) 81 #define SPCA501_PROP_COMP_QUANT(d) (((d) & 0x70) >> 4) 84 #define SPCA501_REG_CCDSP 0x01 [all …]
|
| /linux/drivers/usb/serial/ |
| H A D | usb_debug.c | 18 0x00, 19 0xff, 20 0x01, 21 0xfe, 22 0x00, 23 0xfe, 24 0x01, 25 0xff, 29 { USB_DEVICE(0x0525, 0x127a) }, 34 { USB_DEVICE(0x1d6b, 0x0010) }, [all …]
|
| /linux/include/crypto/ |
| H A D | krb5.h | 22 #define KRB5_ENCTYPE_NULL 0x0000 23 #define KRB5_ENCTYPE_DES_CBC_CRC 0x0001 /* DES cbc mode with CRC-32 */ 24 #define KRB5_ENCTYPE_DES_CBC_MD4 0x0002 /* DES cbc mode with RSA-MD4 */ 25 #define KRB5_ENCTYPE_DES_CBC_MD5 0x0003 /* DES cbc mode with RSA-MD5 */ 26 #define KRB5_ENCTYPE_DES_CBC_RAW 0x0004 /* DES cbc mode raw */ 28 #define KRB5_ENCTYPE_DES3_CBC_SHA 0x0005 /* DES-3 cbc mode with NIST-SHA */ 29 #define KRB5_ENCTYPE_DES3_CBC_RAW 0x0006 /* DES-3 cbc mode raw */ 30 #define KRB5_ENCTYPE_DES_HMAC_SHA1 0x0008 31 #define KRB5_ENCTYPE_DES3_CBC_SHA1 0x0010 32 #define KRB5_ENCTYPE_AES128_CTS_HMAC_SHA1_96 0x0011 [all …]
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | skbmod.json | 15 0, 21 "expExitCode": "0", 23 "matchPattern": "action order [0-9]*: skbmod pipe set dmac 11:22:33:44:55:66\\s+index 5", 42 0, 48 "expExitCode": "0", 50 "matchPattern": "action order [0-9]*: skbmod pipe set smac 77:88:99:aa:bb:cc\\s+index 7", 69 0, 77 "matchPattern": "action order [0-9]*: skbmod pipe set smac 00:44:55:44:55", 78 "matchCount": "0", 96 0, [all …]
|
| /linux/drivers/media/platform/ti/vpe/ |
| H A D | sc_coeff.h | 17 HS_UP_SCALE = 0, 31 0x001F, 0x1F90, 0x00D2, 0x06FE, 0x00D2, 0x1F90, 0x001F, 32 0x001C, 0x1F9E, 0x009F, 0x06FB, 0x0108, 0x1F82, 0x0022, 33 0x0019, 0x1FAC, 0x006F, 0x06F3, 0x0140, 0x1F74, 0x0025, 34 0x0016, 0x1FB9, 0x0041, 0x06E7, 0x017B, 0x1F66, 0x0028, 35 0x0013, 0x1FC6, 0x0017, 0x06D6, 0x01B7, 0x1F58, 0x002B, 36 0x0010, 0x1FD3, 0x1FEF, 0x06C0, 0x01F6, 0x1F4B, 0x002D, 37 0x000E, 0x1FDF, 0x1FCB, 0x06A5, 0x0235, 0x1F3F, 0x002F, 38 0x000B, 0x1FEA, 0x1FAA, 0x0686, 0x0277, 0x1F33, 0x0031, 39 0x0009, 0x1FF5, 0x1F8C, 0x0663, 0x02B8, 0x1F28, 0x0033, [all …]
|
| /linux/drivers/media/usb/gspca/gl860/ |
| H A D | gl860-ov2640.c | 12 static u8 c61[] = {0x61}; /* expected */ 13 static u8 c51[] = {0x51}; /* expected */ 14 static u8 c50[] = {0x50}; /* expected */ 15 static u8 c28[] = {0x28}; /* expected */ 16 static u8 ca8[] = {0xa8}; /* expected */ 27 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1}, 28 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d}, 29 {0x0050, 0x0000}, {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0061, 0x0006}, 30 {0x006a, 0x000d}, {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1}, 31 {0x0041, 0x00c2}, {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058}, [all …]
|
| /linux/drivers/media/pci/ddbridge/ |
| H A D | ddbridge-hw.c | 16 .base = 0x200, 17 .num = 0x08, 18 .size = 0x10, 22 .base = 0x280, 23 .num = 0x08, 24 .size = 0x10, 28 .base = 0x300, 29 .num = 0x08, 30 .size = 0x10, 34 .base = 0x2000, [all …]
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-wmi-base.c | 75 * Keymap for WMI events of type 0x0000 82 { KE_IGNORE, 0x003a, { KEY_CAPSLOCK } }, 85 { KE_KEY, 0x0109, { KEY_MUTE } }, 88 { KE_KEY, 0x0150, { KEY_MICMUTE } }, 91 { KE_IGNORE, 0xe000, { KEY_RIGHTMETA } }, 94 { KE_IGNORE, 0xe001, { KEY_RIGHTMETA } }, 97 { KE_KEY, 0xe005, { KEY_BRIGHTNESSDOWN } }, 98 { KE_KEY, 0xe006, { KEY_BRIGHTNESSUP } }, 101 { KE_KEY, 0xe007, { KEY_BATTERY } }, 104 { KE_IGNORE, 0xe008, { KEY_RFKILL } }, [all …]
|
| /linux/arch/m68k/include/asm/ |
| H A D | dsp56k.h | 21 int dir; /* Bit field. 1 = write output bit, 0 = do nothing. 22 * 0x0000 means reading only, 0x0011 means 35 #define DSP56K_HOST_CMD 5 /* Trig Host Command (0-31) */
|
| /linux/drivers/staging/fbtft/ |
| H A D | fb_s6d1121.c | 24 #define DEFAULT_GAMMA "26 09 24 2C 1F 23 24 25 22 26 25 23 0D 00\n" \ 25 "1C 1A 13 1D 0B 11 12 10 13 15 36 19 00 0D" 33 write_reg(par, 0x0011, 0x2004); in init_display() 34 write_reg(par, 0x0013, 0xCC00); in init_display() 35 write_reg(par, 0x0015, 0x2600); in init_display() 36 write_reg(par, 0x0014, 0x252A); in init_display() 37 write_reg(par, 0x0012, 0x0033); in init_display() 38 write_reg(par, 0x0013, 0xCC04); in init_display() 39 write_reg(par, 0x0013, 0xCC06); in init_display() 40 write_reg(par, 0x0013, 0xCC4F); in init_display() [all …]
|
| H A D | fb_ili9320.c | 19 #define DEFAULT_GAMMA "07 07 6 0 0 0 5 5 4 0\n" \ 20 "07 08 4 7 5 1 2 0 7 7" 24 u8 rxbuf[8] = {0, }; in read_devicecode() 26 write_reg(par, 0x0000); in read_devicecode() 38 if ((devcode != 0x0000) && (devcode != 0x9320)) in init_display() 40 "Unrecognized Device code: 0x%04X (expected 0x9320)\n", in init_display() 47 write_reg(par, 0x00E5, 0x8000); in init_display() 50 write_reg(par, 0x0000, 0x0001); in init_display() 53 write_reg(par, 0x0001, 0x0100); in init_display() 56 write_reg(par, 0x0002, 0x0700); in init_display() [all …]
|
| /linux/sound/hda/codecs/helpers/ |
| H A D | ideapad_s740.c | 5 { 0x20, AC_VERB_SET_COEF_INDEX, 0x10 }, 6 { 0x20, AC_VERB_SET_PROC_COEF, 0x0320 }, 7 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, 8 { 0x20, AC_VERB_SET_PROC_COEF, 0x0041 }, 9 { 0x20, AC_VERB_SET_COEF_INDEX, 0x24 }, 10 { 0x20, AC_VERB_SET_PROC_COEF, 0x0041 }, 11 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 12 { 0x20, AC_VERB_SET_COEF_INDEX, 0x29 }, 13 { 0x20, AC_VERB_SET_COEF_INDEX, 0x26 }, 14 { 0x20, AC_VERB_SET_PROC_COEF, 0x0000 }, [all …]
|
| /linux/drivers/media/rc/keymaps/ |
| H A D | rc-d680-dmb.c | 12 { 0x0038, KEY_SWITCHVIDEOMODE }, /* TV/AV */ 13 { 0x080c, KEY_ZOOM }, 14 { 0x0800, KEY_NUMERIC_0 }, 15 { 0x0001, KEY_NUMERIC_1 }, 16 { 0x0802, KEY_NUMERIC_2 }, 17 { 0x0003, KEY_NUMERIC_3 }, 18 { 0x0804, KEY_NUMERIC_4 }, 19 { 0x0005, KEY_NUMERIC_5 }, 20 { 0x0806, KEY_NUMERIC_6 }, 21 { 0x0007, KEY_NUMERIC_7 }, [all …]
|
| H A D | rc-dvbsky.c | 16 { 0x0000, KEY_NUMERIC_0 }, 17 { 0x0001, KEY_NUMERIC_1 }, 18 { 0x0002, KEY_NUMERIC_2 }, 19 { 0x0003, KEY_NUMERIC_3 }, 20 { 0x0004, KEY_NUMERIC_4 }, 21 { 0x0005, KEY_NUMERIC_5 }, 22 { 0x0006, KEY_NUMERIC_6 }, 23 { 0x0007, KEY_NUMERIC_7 }, 24 { 0x0008, KEY_NUMERIC_8 }, 25 { 0x0009, KEY_NUMERIC_9 }, [all …]
|
| H A D | rc-total-media-in-hand-02.c | 13 { 0x0000, KEY_NUMERIC_0 }, 14 { 0x0001, KEY_NUMERIC_1 }, 15 { 0x0002, KEY_NUMERIC_2 }, 16 { 0x0003, KEY_NUMERIC_3 }, 17 { 0x0004, KEY_NUMERIC_4 }, 18 { 0x0005, KEY_NUMERIC_5 }, 19 { 0x0006, KEY_NUMERIC_6 }, 20 { 0x0007, KEY_NUMERIC_7 }, 21 { 0x0008, KEY_NUMERIC_8 }, 22 { 0x0009, KEY_NUMERIC_9 }, [all …]
|
| H A D | rc-digittrade.c | 17 { 0x0000, KEY_NUMERIC_9 }, 18 { 0x0001, KEY_EPG }, /* EPG */ 19 { 0x0002, KEY_VOLUMEDOWN }, /* Vol Dn */ 20 { 0x0003, KEY_TEXT }, /* TELETEXT */ 21 { 0x0004, KEY_NUMERIC_8 }, 22 { 0x0005, KEY_MUTE }, /* MUTE */ 23 { 0x0006, KEY_POWER2 }, /* POWER */ 24 { 0x0009, KEY_ZOOM }, /* FULLSCREEN */ 25 { 0x000a, KEY_RECORD }, /* RECORD */ 26 { 0x000d, KEY_SUBTITLE }, /* SUBTITLE */ [all …]
|
| H A D | rc-nebula.c | 12 { 0x0000, KEY_NUMERIC_0 }, 13 { 0x0001, KEY_NUMERIC_1 }, 14 { 0x0002, KEY_NUMERIC_2 }, 15 { 0x0003, KEY_NUMERIC_3 }, 16 { 0x0004, KEY_NUMERIC_4 }, 17 { 0x0005, KEY_NUMERIC_5 }, 18 { 0x0006, KEY_NUMERIC_6 }, 19 { 0x0007, KEY_NUMERIC_7 }, 20 { 0x0008, KEY_NUMERIC_8 }, 21 { 0x0009, KEY_NUMERIC_9 }, [all …]
|
| H A D | rc-azurewave-ad-tu700.c | 12 { 0x0000, KEY_TAB }, /* Tab */ 13 { 0x0001, KEY_NUMERIC_2 }, 14 { 0x0002, KEY_CHANNELDOWN }, 15 { 0x0003, KEY_NUMERIC_1 }, 16 { 0x0004, KEY_MENU }, /* Record List */ 17 { 0x0005, KEY_CHANNELUP }, 18 { 0x0006, KEY_NUMERIC_3 }, 19 { 0x0007, KEY_SLEEP }, /* Hibernate */ 20 { 0x0008, KEY_VIDEO }, /* A/V */ 21 { 0x0009, KEY_NUMERIC_4 }, [all …]
|
| H A D | rc-digitalnow-tinytwin.c | 12 { 0x0000, KEY_MUTE }, /* [symbol speaker] */ 13 { 0x0001, KEY_VOLUMEUP }, 14 { 0x0002, KEY_POWER2 }, /* TV [power button] */ 15 { 0x0003, KEY_NUMERIC_2 }, 16 { 0x0004, KEY_NUMERIC_3 }, 17 { 0x0005, KEY_NUMERIC_4 }, 18 { 0x0006, KEY_NUMERIC_6 }, 19 { 0x0007, KEY_NUMERIC_7 }, 20 { 0x0008, KEY_NUMERIC_8 }, 21 { 0x0009, KEY_NUMERIC_STAR }, /* [*] */ [all …]
|
| /linux/drivers/gpu/drm/amd/include/asic_reg/bif/ |
| H A D | bif_3_0_d.h | 26 #define ixPB0_DFT_DEBUG_CTRL_REG0 0x1300C 27 #define ixPB0_DFT_JIT_INJ_REG0 0x13000 28 #define ixPB0_DFT_JIT_INJ_REG1 0x13004 29 #define ixPB0_DFT_JIT_INJ_REG2 0x13008 30 #define ixPB0_GLB_CTRL_REG0 0x10004 31 #define ixPB0_GLB_CTRL_REG1 0x10008 32 #define ixPB0_GLB_CTRL_REG2 0x1000C 33 #define ixPB0_GLB_CTRL_REG3 0x10010 34 #define ixPB0_GLB_CTRL_REG4 0x10014 35 #define ixPB0_GLB_CTRL_REG5 0x10018 [all …]
|
| /linux/drivers/iio/imu/inv_icm45600/ |
| H A D | inv_icm45600_i3c.c | 19 I3C_DEVICE_EXTRA_INFO(0x0235, 0x0000, 0x0011, (void *)NULL), 20 I3C_DEVICE_EXTRA_INFO(0x0235, 0x0000, 0x0084, (void *)NULL), 53 for (chip = 0; chip < nb_chip; chip++) { in inv_icm45600_i3c_probe()
|
| /linux/drivers/media/platform/samsung/exynos4-is/ |
| H A D | fimc-is-command.h | 21 #define HIC_PREVIEW_STILL 0x0001 22 #define HIC_PREVIEW_VIDEO 0x0002 23 #define HIC_CAPTURE_STILL 0x0003 24 #define HIC_CAPTURE_VIDEO 0x0004 25 #define HIC_STREAM_ON 0x0005 26 #define HIC_STREAM_OFF 0x0006 27 #define HIC_SET_PARAMETER 0x0007 28 #define HIC_GET_PARAMETER 0x0008 29 #define HIC_SET_TUNE 0x0009 30 #define HIC_GET_STATUS 0x000b [all …]
|
| /linux/include/rdma/ |
| H A D | opa_smi.h | 20 #define OPA_LID_PERMISSIVE cpu_to_be32(0xFFFFFFFF) 53 #define OPA_ATTRIB_ID_NODE_DESCRIPTION cpu_to_be16(0x0010) 54 #define OPA_ATTRIB_ID_NODE_INFO cpu_to_be16(0x0011) 55 #define OPA_ATTRIB_ID_PORT_INFO cpu_to_be16(0x0015) 56 #define OPA_ATTRIB_ID_PARTITION_TABLE cpu_to_be16(0x0016) 57 #define OPA_ATTRIB_ID_SL_TO_SC_MAP cpu_to_be16(0x0017) 58 #define OPA_ATTRIB_ID_VL_ARBITRATION cpu_to_be16(0x0018) 59 #define OPA_ATTRIB_ID_SM_INFO cpu_to_be16(0x0020) 60 #define OPA_ATTRIB_ID_CABLE_INFO cpu_to_be16(0x0032) 61 #define OPA_ATTRIB_ID_AGGREGATE cpu_to_be16(0x0080) [all …]
|
| H A D | ib_pma.h | 21 #define IB_PMA_CLASS_PORT_INFO cpu_to_be16(0x0001) 22 #define IB_PMA_PORT_SAMPLES_CONTROL cpu_to_be16(0x0010) 23 #define IB_PMA_PORT_SAMPLES_RESULT cpu_to_be16(0x0011) 24 #define IB_PMA_PORT_COUNTERS cpu_to_be16(0x0012) 25 #define IB_PMA_PORT_COUNTERS_EXT cpu_to_be16(0x001D) 26 #define IB_PMA_PORT_SAMPLES_RESULT_EXT cpu_to_be16(0x001E) 38 u8 counter_width; /* resv: 7:3, counter width: 2:0 */ 81 u8 link_overrun_errors; /* LocalLink: 7:4, BufferOverrun: 3:0 */ 92 #define IB_PMA_SEL_SYMBOL_ERROR cpu_to_be16(0x0001) 93 #define IB_PMA_SEL_LINK_ERROR_RECOVERY cpu_to_be16(0x0002) [all …]
|
| /linux/include/linux/mfd/ |
| H A D | lochnagar1_regs.h | 15 #define LOCHNAGAR1_CDC_AIF1_SEL 0x0008 16 #define LOCHNAGAR1_CDC_AIF2_SEL 0x0009 17 #define LOCHNAGAR1_CDC_AIF3_SEL 0x000A 18 #define LOCHNAGAR1_CDC_MCLK1_SEL 0x000B 19 #define LOCHNAGAR1_CDC_MCLK2_SEL 0x000C 20 #define LOCHNAGAR1_CDC_AIF_CTRL1 0x000D 21 #define LOCHNAGAR1_CDC_AIF_CTRL2 0x000E 22 #define LOCHNAGAR1_EXT_AIF_CTRL 0x000F 23 #define LOCHNAGAR1_DSP_AIF1_SEL 0x0010 24 #define LOCHNAGAR1_DSP_AIF2_SEL 0x0011 [all …]
|