Home
last modified time | relevance | path

Searched +full:0 +full:xc0 (Results 1 – 25 of 1019) sorted by relevance

12345678910>>...41

/linux/sound/soc/codecs/
H A Des8389.c53 if ((reg <= 0xff))
59 static const DECLARE_TLV_DB_SCALE(dac_vol_tlv, -9550, 50, 0); in es8389_dmic_set()
60 static const DECLARE_TLV_DB_SCALE(adc_vol_tlv, -9550, 50, 0); in es8389_dmic_set()
61 static const DECLARE_TLV_DB_SCALE(pga_vol_tlv, 0, 300, 0); in es8389_dmic_set()
62 static const DECLARE_TLV_DB_SCALE(mix_vol_tlv, -9500, 100, 0); in es8389_dmic_set()
63 static const DECLARE_TLV_DB_SCALE(alc_target_tlv, -3200, 200, 0); in es8389_dmic_set()
64 static const DECLARE_TLV_DB_SCALE(alc_max_level, -3200, 200, 0); in es8389_dmic_set()
76 val = ucontrol->value.integer.value[0]; in es8389_dmic_set()
81 regmap_update_bits_check(es8389->regmap, ES8389_DMIC_EN, 0xC in es8389_dmic_set()
[all...]
H A Drk3308_codec.h12 #define RK3308_GLB_CON 0x00
17 * The ADC group are 0 ~ 3, that control:
24 #define RK3308_ADC_DIG_OFFSET(ch) (((ch) & 0x3) * 0xc0 + 0x0)
26 #define RK3308_ADC_DIG_CON01(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x04)
27 #define RK3308_ADC_DIG_CON02(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x08)
28 #define RK3308_ADC_DIG_CON03(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x0c)
29 #define RK3308_ADC_DIG_CON04(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x10)
30 #define RK3308_ADC_DIG_CON05(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x14) // ver.C only
31 #define RK3308_ADC_DIG_CON06(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x18) // ver.C only
32 #define RK3308_ADC_DIG_CON07(ch) (RK3308_ADC_DIG_OFFSET((ch)) + 0x1c)
[all …]
H A Dcs42l56.h13 #define CS42L56_CHIP_ID_1 0x01
14 #define CS42L56_CHIP_ID_2 0x02
15 #define CS42L56_PWRCTL_1 0x03
16 #define CS42L56_PWRCTL_2 0x04
17 #define CS42L56_CLKCTL_1 0x05
18 #define CS42L56_CLKCTL_2 0x06
19 #define CS42L56_SERIAL_FMT 0x07
20 #define CS42L56_CLASSH_CTL 0x08
21 #define CS42L56_MISC_CTL 0x09
22 #define CS42L56_INT_STATUS 0x0a
[all …]
/linux/tools/testing/selftests/hid/tests/
H A Dtest_hid_core.py39 0x05, 0x01, # .Usage Page (Generic Desktop)
40 0x09, 0x02, # .Usage (Mouse)
41 0xa1, 0x01, # .Collection (Application)
42 0x09, 0x02, # ..Usage (Mouse)
43 0xa1, 0x02, # ..Collection (Logical)
44 0x09, 0x01, # ...Usage (Pointer)
45 0xa1, 0x00, # ...Collection (Physical)
46 0x05, 0x09, # ....Usage Page (Button)
47 0x19, 0x01, # ....Usage Minimum (1)
48 0x29, 0x03, # ....Usage Maximum (3)
[all …]
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 Dtest_ite_keyboard.py32 0x06, 0x85, 0xff, # Usage Page (Vendor Usage Page 0xff85)
33 0x09, 0x95, # Usage (Vendor Usage 0x95) 3
34 0xa1, 0x01, # Collection (Application) 5
35 0x85, 0x5a, # .Report ID (90) 7
36 0x09, 0x01, # .Usage (Vendor Usage 0x01) 9
37 0x15, 0x00, # .Logical Minimum (0) 11
38 0x26, 0xff, 0x00, # .Logical Maximum (255) 13
39 0x75, 0x08, # .Report Size (8) 16
40 0x95, 0x10, # .Report Count (16) 18
41 0xb1, 0x00, # .Feature (Data,Arr,Abs) 20
[all …]
/linux/lib/crypto/s390/
H A Dchacha-s390.S20 .long 0x61707865,0x3320646e,0x79622d32,0x6b206574 # endian-neutral
21 .long 1,0,0,0
22 .long 2,0,0,0
23 .long 3,0,0,0
24 .long 0x03020100,0x07060504,0x0b0a0908,0x0f0e0d0c # byte swap
26 .long 0,1,2,3
27 .long 0x61707865,0x61707865,0x61707865,0x61707865 # smashed sigma
28 .long 0x3320646e,0x3320646e,0x3320646e,0x3320646e
29 .long 0x79622d32,0x79622d32,0x79622d32,0x79622d32
30 .long 0x6b206574,0x6b206574,0x6b206574,0x6b206574
[all …]
/linux/drivers/media/usb/gspca/gl860/
H A Dgl860-ov9655.c12 {0x0000, 0x0000}, {0x0010, 0x0010}, {0x0008, 0x00c0}, {0x0001, 0x00c1},
13 {0x0001, 0x00c2}, {0x0020, 0x0006}, {0x006a, 0x000d},
15 {0x0040, 0x0000},
19 {0x0041, 0x0000}, {0x006a, 0x0007}, {0x0063, 0x0006}, {0x006a, 0x000d},
20 {0x0000, 0x00c0}, {0x0010, 0x0010}, {0x0001, 0x00c1}, {0x0041, 0x00c2},
21 {0x0004, 0x00d8}, {0x0012, 0x0004}, {0x0000, 0x0058}, {0x0040, 0x0000},
22 {0x00f3, 0x0006}, {0x0058, 0x0000}, {0x0048, 0x0000}, {0x0061, 0x0000},
29 0x00, 0x40, 0x07, 0x6a, 0x06, 0xf3, 0x0d, 0x6a,
30 0x10, 0x10, 0xc1, 0x01
32 0x12, 0x80, 0x00, 0x00, 0x01, 0x98, 0x02, 0x80,
[all …]
/linux/drivers/gpu/drm/panel/
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 …]
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-cards.c19 #define REGLEN_0bit 0
51 .id = 0x1d,
55 .i2c_bus_addr = 0xa0 >> 1,
58 .id = 0x04,
62 .i2c_bus_addr = 0xc0 >> 1,
65 .id = 0x1b,
69 .i2c_bus_addr = 0xc0 >> 1,
72 .id = 0x1e,
76 .i2c_bus_addr = 0x10 >> 1,
79 .id = 0x1f,
[all …]
/linux/arch/arm64/boot/dts/exynos/
H A Dexynosautov9.dtsi47 #size-cells = <0>;
81 cpu0: cpu@0 {
84 reg = <0x0>;
91 reg = <0x100>;
98 reg = <0x200>;
105 reg = <0x300>;
112 reg = <0x10000>;
119 reg = <0x10100>;
126 reg = <0x10200>;
133 reg = <0x10300>;
[all …]
/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mt8135.c17 #define DRV_BASE1 0x500
18 #define DRV_BASE2 0x510
19 #define PUPD_BASE1 0x400
20 #define PUPD_BASE2 0x450
21 #define R0_BASE1 0x4d0
22 #define R1_BASE1 0x200
23 #define R1_BASE2 0x250
49 MTK_DRV_GRP(2, 16, 0, 2, 2),
53 MTK_DRV_GRP(2, 8, 0, 1, 2),
55 MTK_DRV_GRP(4, 32, 0, 2, 4)
[all …]
/linux/drivers/hid/amd-sfh-hid/hid_descriptor/
H A Damd_sfh_hid_report_desc.h15 0x05, 0x20, /* Usage page */
16 0x09, 0x73, /* Motion type Accel 3D */
17 0xA1, 0x00, /* HID Collection (Physical) */
20 0x85, 1, /* HID Report ID */
21 0x05, 0x20, /* HID usage page sensor */
22 0x0A, 0x09, 0x03, /* Sensor property and sensor connection type */
23 0x15, 0, /* HID logical MIN_8(0) */
24 0x25, 2, /* HID logical MAX_8(2) */
25 0x75, 8, /* HID report size(8) */
26 0x95, 1, /* HID report count(1) */
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-io.json4 "Counter": "0,1",
5 "EventCode": "0x83",
7 "FCMask": "0x07",
8 "Filter": "ch_mask=0x1f",
12 "PortMask": "0x01",
13 … device attached to the IIO unit which starts its use of the bus using lane 0 of the 16 lanes supp…
15 "UMask": "0x4",
20 "Counter": "0,1",
21 "EventCode": "0x83",
23 "FCMask": "0x07",
[all …]
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Duncore-io.json4 "Counter": "0,1",
5 "EventCode": "0x83",
7 "FCMask": "0x07",
8 "Filter": "ch_mask=0x1f",
12 "PortMask": "0x01",
13 … device attached to the IIO unit which starts its use of the bus using lane 0 of the 16 lanes supp…
15 "UMask": "0x4",
20 "Counter": "0,1",
21 "EventCode": "0x83",
23 "FCMask": "0x07",
[all …]
/linux/drivers/hid/
H A Dhid-waltop.c47 0x05, 0x0D, /* Usage Page (Digitizer), */
48 0x09, 0x02, /* Usage (Pen), */
49 0xA1, 0x01, /* Collection (Application), */
50 0x85, 0x10, /* Report ID (16), */
51 0x09, 0x20, /* Usage (Stylus), */
52 0xA0, /* Collection (Physical), */
53 0x09, 0x42, /* Usage (Tip Switch), */
54 0x09, 0x44, /* Usage (Barrel Switch), */
55 0x09, 0x46, /* Usage (Tablet Pick), */
56 0x15, 0x01, /* Logical Minimum (1), */
[all …]
H A Dhid-sigmamicro.c16 0x05, 0x0c, /* Usage Page (Consumer Devices) 0 */
17 0x09, 0x01, /* Usage (Consumer Control) 2 */
18 0xa1, 0x01, /* Collection (Application) 4 */
19 0x85, 0x01, /* Report ID (1) 6 */
20 0x19, 0x00, /* Usage Minimum (0) 8 */
21 0x2a, 0x3c, 0x02, /* Usage Maximum (572) 10 */
22 0x15, 0x00, /* Logical Minimum (0) 13 */
23 0x26, 0x3c, 0x02, /* Logical Maximum (572) 15 */
24 0x95, 0x01, /* Report Count (1) 18 */
25 0x75, 0x10, /* Report Size (16) 20 */
[all …]
/linux/drivers/media/usb/pwc/
H A Dpwc-timon.c17 number. An alternate of 0 means that the mode is unavailable.
39 {1, 140, 0, {0x05, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x8C, 0xFC, 0x80, 0x02}},
40 {1, 140, 0, {0x05, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x8C, 0xFC, 0x80, 0x02}},
41 {1, 140, 0, {0x05, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x8C, 0xFC, 0x80, 0x02}},
42 {1, 140, 0, {0x05, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x8C, 0xFC, 0x80, 0x02}},
46 {2, 280, 0, {0x04, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x18, 0xA9, 0x80, 0x02}},
47 {2, 280, 0, {0x04, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x18, 0xA9, 0x80, 0x02}},
48 {2, 280, 0, {0x04, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x18, 0xA9, 0x80, 0x02}},
49 {2, 280, 0, {0x04, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x18, 0xA9, 0x80, 0x02}},
53 {3, 410, 0, {0x03, 0xF4, 0x04, 0x00, 0x00, 0x00, 0x00, 0x13, 0x00, 0x9A, 0x71, 0x80, 0x02}},
[all …]
/linux/drivers/input/mouse/
H A Dlifebook.c138 bool relative_packet = packet[0] & 0x08; in lifebook_process_byte()
146 return (packet[0] & 0xf8) == 0x00 ? in lifebook_process_byte()
151 return ((packet[2] & 0x30) << 2) == (packet[2] & 0xc0) ? in lifebook_process_byte()
154 return (packet[3] & 0xf8) == 0xc0 ? in lifebook_process_byte()
157 return (packet[4] & 0xc0) == (packet[2] & 0xc0) ? in lifebook_process_byte()
160 if (((packet[5] & 0x30) << 2) != (packet[5] & 0xc0)) in lifebook_process_byte()
162 if ((packet[5] & 0xc0) != (packet[1] & 0xc0)) in lifebook_process_byte()
175 ((packet[1] & 0x3f) << 6) | (packet[2] & 0x3f)); in lifebook_process_byte()
177 4096 - (((packet[4] & 0x3f) << 6) | (packet[5] & 0x3f))); in lifebook_process_byte()
180 (packet[1] | ((packet[0] & 0x30) << 4))); in lifebook_process_byte()
[all …]
/linux/drivers/media/usb/gspca/
H A Dt613.c54 #if 0 /* HDG: broken with my test cam, so lets disable it */
66 #if 0 /* HDG: broken with my test cam, so lets disable it */
77 .priv = 0},
94 0x09, 0x01, 0x12, 0x04, 0x66, 0x8a, 0x80, 0x3c,
95 0x81, 0x22, 0x84, 0x50, 0x8a, 0x78, 0x8b, 0x68,
96 0x8c, 0x88, 0x8e, 0x33, 0x8f, 0x24, 0xaa, 0xb1,
97 0xa2, 0x60, 0xa5, 0x30, 0xa6, 0x3a, 0xa8, 0xe8,
98 0xae, 0x05, 0xb1, 0x00, 0xbb, 0x04, 0xbc, 0x48,
99 0xbe, 0x36, 0xc6, 0x88, 0xe9, 0x00, 0xc5, 0xc0,
100 0x65, 0x0a, 0xbb, 0x86, 0xaf, 0x58, 0xb0, 0x68,
[all …]
/linux/drivers/pcmcia/
H A Dcirrus.h33 #define PD67_MISC_CTL_1 0x16 /* Misc control 1 */
34 #define PD67_FIFO_CTL 0x17 /* FIFO control */
35 #define PD67_MISC_CTL_2 0x1E /* Misc control 2 */
36 #define PD67_CHIP_INFO 0x1f /* Chip information */
37 #define PD67_ATA_CTL 0x026 /* 6730: ATA control */
38 #define PD67_EXT_INDEX 0x2e /* Extension index */
39 #define PD67_EXT_DATA 0x2f /* Extension data */
42 #define PD67_DATA_MASK0 0x01 /* Data mask 0 */
43 #define PD67_DATA_MASK1 0x02 /* Data mask 1 */
44 #define PD67_DMA_CTL 0x03 /* DMA control */
[all …]
/linux/tools/perf/pmu-events/arch/x86/grandridge/
H A Duncore-io.json4 "Counter": "0,1,2,3",
5 "EventCode": "0x01",
8 "PortMask": "0x000",
13 "Counter": "0,1,2,3",
14 "EventCode": "0xC2",
17 "FCMask": "0x07",
19 "PortMask": "0x0FF",
20 "UMask": "0x4",
25 "Counter": "0,1,2,3",
26 "EventCode": "0xC2",
[all …]
/linux/drivers/video/fbdev/i810/
H A Di810_dvt.c21 { 25000, 0x0013, 0x0003, 0x40, 0x5F, 0x4F, 0x50, 0x82, 0x51, 0x9D,
22 0x0B, 0x10, 0x40, 0xE9, 0x0B, 0xDF, 0x50, 0xE7, 0x04, 0x02,
23 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22006000,
24 0x22002000, 0x22004000, 0x22006000, 0xC0 },
27 { 28000, 0x0053, 0x0010, 0x40, 0x61, 0x4F, 0x4F, 0x85, 0x52, 0x9A,
28 0xF2, 0x10, 0x40, 0xE0, 0x03, 0xDF, 0x50, 0xDF, 0xF3, 0x01,
29 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22005000,
30 0x22002000, 0x22004000, 0x22005000, 0xC0 },
33 { 31000, 0x0013, 0x0002, 0x40, 0x63, 0x4F, 0x4F, 0x87, 0x52, 0x97,
34 0x06, 0x0F, 0x40, 0xE8, 0x0B, 0xDF, 0x50, 0xDF, 0x07, 0x02,
[all …]
/linux/drivers/regulator/
H A Dmpq7920.h12 #define MPQ7920_REG_CTL0 0x00
13 #define MPQ7920_REG_CTL1 0x01
14 #define MPQ7920_REG_CTL2 0x02
15 #define MPQ7920_BUCK1_REG_A 0x03
16 #define MPQ7920_BUCK1_REG_B 0x04
17 #define MPQ7920_BUCK1_REG_C 0x05
18 #define MPQ7920_BUCK1_REG_D 0x06
19 #define MPQ7920_BUCK2_REG_A 0x07
20 #define MPQ7920_BUCK2_REG_B 0x08
21 #define MPQ7920_BUCK2_REG_C 0x09
[all …]
/linux/drivers/scsi/aic7xxx/
H A Daic79xx_seq.h_shipped9 0xff, 0x02, 0x06, 0x78,
10 0x00, 0xea, 0x6e, 0x59,
11 0x01, 0xea, 0x04, 0x30,
12 0xff, 0x04, 0x0c, 0x78,
13 0x19, 0xea, 0x6e, 0x59,
14 0x19, 0xea, 0x04, 0x00,
15 0x33, 0xea, 0x68, 0x59,
16 0x33, 0xea, 0x00, 0x00,
17 0x60, 0x3a, 0x3a, 0x68,
18 0x04, 0x4d, 0x35, 0x78,
[all …]

12345678910>>...41