Home
last modified time | relevance | path

Searched +full:0 +full:x26 (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/linux/sound/hda/codecs/helpers/
H A Dhp_x360.c10 { 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 Dideapad_s740.c5 { 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 DFR-TEC__Raptor-Mach-2.bpf.c10 #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 DHuion__Kamvas-Pro-19.bpf.c10 #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 DThrustmaster__TCA-Yoke-Boeing.bpf.c10 #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 Dtestmgr.h34 * @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 Ddh.c27 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, &params) < 0) in dh_set_secret()
83 if (dh_set_params(ctx, &params) < 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 Dpanel-renesas-r69328.c18 #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 Dpanel-boe-himax8279d.c59 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 Dpanel-samsung-s6e63j0x03.c24 #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 Damd_shas.c3 { 0x8001227, {
4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b,
5 0x1
[all...]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_gamepad.py51 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 Ddescriptors_wacom.py5 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 Daesgcm.c42 * 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 Daic7xxx_seq.h_shipped9 0xb2, 0x00, 0x00, 0x08,
10 0xf7, 0x11, 0x22, 0x08,
11 0x00, 0x6
[all...]
/linux/drivers/ata/pata_parport/
H A Daten.c20 #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 Dhid-bigbenff.c6 * 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 Dhid-lg.c29 #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 Dhid-uclogic-rdesc.c24 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 Doem300.h55 {0x08,0x08,0x08,0x08},
56 {0x08,0x08,0x08,0x08},
57 {0x08,0x0
[all...]
/linux/drivers/hid/i2c-hid/
H A Di2c-hid-dmi-quirks.c42 {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 Dsst.c12 #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 Dpoly1305-testvecs.h9 .data_len = 0,
11 0xe8, 0x2d, 0x67, 0x2c, 0x01, 0x48, 0xf9, 0xb7,
12 0x8
[all...]
/linux/arch/powerpc/boot/dts/
H A Dholly.dts23 #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 Dxfs_dahash_test.c20 0x5b, 0x85, 0x21, 0xcb, 0x09, 0x68, 0x7d, 0x30,
21 0xc7, 0x6
[all...]

12345678910>>...42