/linux/sound/hda/codecs/helpers/ |
H A D | hp_x360.c | 10 { 0x17, 0x90170110 }, in alc295_fixup_hp_top_speakers() 14 WRITE_COEF(0x24, 0x0012), WRITE_COEF(0x26, 0x0000), WRITE_COEF(0x28, 0x0000), WRITE_COEF(0x2 in alc295_fixup_hp_top_speakers() [all...] |
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, 0x2 [all...] |
/linux/drivers/hid/bpf/progs/ |
H A D | FR-TEC__Raptor-Mach-2.bpf.c | 10 #define VID_BETOP_2185PC 0x11C0 11 #define PID_RAPTOR_MACH_2 0x5606 21 * 0x05, 0x01, // Usage Page (Generic Desktop) 0 22 * 0x09, 0x04, // Usage (Joystick) 2 23 * 0xa1, 0x01, // Collection (Application) 4 24 * 0x0 [all...] |
H A D | Huion__Kamvas-Pro-19.bpf.c | 10 #define VID_HUION 0x256C 11 #define PID_KAMVAS_PRO_19 0x006B 30 0x05, 0x0d, // Usage Page (Digitizers) 0 31 0x09, 0x02, // Usage (Pen) 2 32 0xa1, 0x01, // Collection (Application) 4 33 0x8 [all...] |
H A D | Thrustmaster__TCA-Yoke-Boeing.bpf.c | 10 #define VID_THRUSTMASTER 0x044F 11 #define PID_TCA_YOKE_BOEING 0x0409 27 * 0x05, 0x01, // Usage Page (Generic Desktop) 0 28 * 0x09, 0x04, // Usage (Joystick) 2 29 * 0xa1, 0x01, // Collection (Application) 4 30 * 0x8 [all...] |
/linux/crypto/ |
H A D | testmgr.h | 34 * @ksize: Length of @key in bytes (0 if no key) 101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 207 "\x79\x7C\x3F\xA7\xA2\xCD\xCB\x3C\xD1\xE0\xBD\xBA\x26\x54\xB4\xF9" 226 "\xA9\x43\xE1\x1D\x10\xB2\x4D\x24\x9F\x2D\xEA\xFE\xF8\x0C\x18\x26", 254 "\xB2\x94\x10\xB3\xC7\x99\x8D\x6B\xC4\x65\x74\x5E\x5C\x39\x26\x69" 258 "\x93\x99\x26\xED\x4F\x74\xA1\x3E\xDD\xFB\xE1\xA1\xCE\xCC\x48\x94" 284 "\x00\xB0\x6C\x4F\xDA\xBB\x63\x01\x19\x8D\x26\x5B\xDB\xAE\x94\x23" 315 "\xB6\xF6\xBC\xCD\x49\x34\x3A\x8F\x26\x94\xE3\x28\x82\x1A\x7C\x8F" 323 "\xD6\xB0\xE2\x62\x8F\x74\x26\xC2\x0C\xD3\x9A\x17\x47\xE6\x8E\xAB" 348 "\xD7\xFB\x99\xF5\x4A\xA5\x21\x1F\x2B\xEA\x93\xE8\x98\x26\xC [all...] |
H A D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 113 return 0; in dh_is_pubkey_valid() 126 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 134 val = mpi_alloc(0); in dh_is_pubkey_valid() [all...] |
/linux/drivers/gpu/drm/panel/ |
H A D | panel-renesas-r69328.c | 18 #define R69328_MACP 0xb0 /* Manufacturer Access CMD Protect */ 19 #define R69328_MACP_ON 0x03 20 #define R69328_MACP_OFF 0x04 22 #define R69328_GAMMA_SET_A 0xc8 /* Gamma Setting A */ 23 #define R69328_GAMMA_SET_B 0xc9 /* Gamma Setting B */ 24 #define R69328_GAMMA_SET_C 0xca /* Gamma Setting C */ 26 #define R69328_POWER_SET 0xd1 48 gpiod_set_value_cansleep(priv->reset_gpio, 0); in renesas_r69328_reset() 59 return 0; in renesas_r69328_prepare() 70 if (ret < 0) { in renesas_r69328_prepare() [all...] |
H A D | panel-boe-himax8279d.c | 59 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios() 60 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios() 61 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios() 67 unsigned int i = 0; in send_mipi_cmds() 70 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds() 74 if (err < 0) in send_mipi_cmds() 78 return 0; in send_mipi_cmds() 87 if (err < 0) { in boe_panel_disable() 92 return 0; in boe_panel_disable() 101 if (err < 0) in boe_panel_unprepare() [all...] |
H A D | panel-samsung-s6e63j0x03.c | 24 #define MCS_LEVEL2_KEY 0xf0 25 #define MCS_MTP_KEY 0xf1 26 #define MCS_MTP_SET3 0xd4 55 .flags = 0, 61 0x00, 0x00, 0x00, 0x7f, 0x7f, 0x7 [all...] |
/linux/arch/x86/kernel/cpu/microcode/ |
H A D | amd_shas.c | 3 { 0x8001227, { 4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b, 5 0x1 [all...] |
/linux/tools/testing/selftests/hid/tests/ |
H A D | test_gamepad.py | 51 expected_event = libevdev.InputEvent(key, 0) 55 assert evdev.value[key] == 0 71 b1 = uhdev.buttons[0] 90 expected_event = libevdev.InputEvent(key1, 0) 94 assert evdev.value[key1] == 0 99 expected_event = libevdev.InputEvent(key2, 0) 103 assert evdev.value[key1] == 0 104 assert evdev.value[key2] == 0 140 self._test_joystick_press("left_stick", (0, 127)) 150 self._test_joystick_press("left_stick", (127, 0)) [all...] |
H A D | descriptors_wacom.py | 5 0x05, 0x01, # . Usage Page (Desktop), 6 0x09, 0x02, # . Usage (Mouse), 7 0xA1, 0x01, # . Collection (Application), 8 0x85, 0x01, # . Report ID (1), 9 0x09, 0x0 [all...] |
/linux/lib/crypto/ |
H A D | aesgcm.c | 42 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 59 return 0; in aesgcm_expandkey() 66 while (len > 0) { in aesgcm_ghash() 113 while (len > 0) { in aesgcm_crypt() 221 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a" 243 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a" 269 "\x1c\x26\x7e\x43\x84\xb0\xf6\x00" 275 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9a" 303 "\x26\x5b\x98\xb5\xd4\x8a\xb9\x19"; 307 "\xa5\x59\x09\xc5\xaf\xf5\x26\x9 [all...] |
/linux/drivers/scsi/aic7xxx/ |
H A D | aic7xxx_seq.h_shipped | 9 0xb2, 0x00, 0x00, 0x08, 10 0xf7, 0x11, 0x22, 0x08, 11 0x00, 0x6 [all...] |
/linux/drivers/ata/pata_parport/ |
H A D | aten.c | 20 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) 23 * cont = 0 - access the IDE register file 26 static int cont_map[2] = { 0x08, 0x20 }; 30 int r = regr + cont_map[cont] + 0x80; in aten_write_regr() 32 w0(r); w2(0xe); w2(6); w0(val); w2(7); w2(6); w2(0xc); in aten_write_regr() 39 r = regr + cont_map[cont] + 0x4 in aten_read_regr() [all...] |
/linux/drivers/hid/ |
H A D | hid-bigbenff.c | 6 * 0x146b:0x0902 "Bigben Interactive Bigben Game Pad" 23 * The original descriptor for 0x146b:0x0902 25 * 0x05, 0x01, // Usage Page (Generic Desktop Ctrls) 26 * 0x09, 0x05, // Usage (Game Pad) 27 * 0xA1, 0x0 [all...] |
H A D | hid-lg.c | 29 #define LG_RDESC 0x001 30 #define LG_BAD_RELATIVE_KEYS 0x002 31 #define LG_DUPLICATE_USAGES 0x004 32 #define LG_EXPANDED_KEYMAP 0x010 33 #define LG_IGNORE_DOUBLED_WHEEL 0x020 34 #define LG_WIRELESS 0x040 35 #define LG_INVERT_HWHEEL 0x080 36 #define LG_NOGET 0x100 37 #define LG_FF 0x200 38 #define LG_FF2 0x40 [all...] |
H A D | hid-uclogic-rdesc.c | 24 0x05, 0x0D, /* Usage Page (Digitizer), */ 25 0x09, 0x01, /* Usage (Digitizer), */ 26 0xA1, 0x01, /* Collection (Application), */ 27 0x85, 0x09, /* Report ID (9), */ 28 0x09, 0x2 [all...] |
/linux/drivers/video/fbdev/sis/ |
H A D | oem300.h | 55 {0x08,0x08,0x08,0x08}, 56 {0x08,0x08,0x08,0x08}, 57 {0x08,0x0 [all...] |
/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-dmi-quirks.c | 42 {0x1e, 0x00, /* Length of descriptor */ 43 0x00, 0x01, /* Version of descriptor */ 44 0xdb, 0x01, /* Length of report descriptor */ 45 0x21, 0x00, /* Location of report descriptor */ 46 0x24, 0x0 [all...] |
/linux/drivers/mtd/spi-nor/ |
H A D | sst.c | 12 #define SST_WRITE BIT(0) 26 if (ofs != 0 || len != nor->params->size) in sst26vf_nor_unlock() 33 if (!(nor->bouncebuf[0] & SST26VF_CR_BPNV)) { in sst26vf_nor_unlock() 56 return 0; in sst26vf_nor_late_init() 65 .id = SNOR_ID(0x62, 0x16, 0x12), 71 .id = SNOR_ID(0x62, 0x16, 0x1 [all...] |
/linux/lib/crypto/tests/ |
H A D | poly1305-testvecs.h | 9 .data_len = 0, 11 0xe8, 0x2d, 0x67, 0x2c, 0x01, 0x48, 0xf9, 0xb7, 12 0x8 [all...] |
/linux/arch/powerpc/boot/dts/ |
H A D | holly.dts | 23 #size-cells =<0>; 24 PowerPC,750CL@0 { 26 reg = <0x00000000>; 39 memory@0 { 41 reg = <0x00000000 0x20000000>; 49 ranges = <0x00000000 0xc0000000 0x00010000>; 50 reg = <0xc000000 [all...] |
/linux/fs/xfs/ |
H A D | xfs_dahash_test.c | 20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30, 21 0xc7, 0x6 [all...] |