Home
last modified time | relevance | path

Searched +full:0 +full:x0e (Results 1 – 25 of 1022) sorted by relevance

12345678910>>...41

/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c37 bool src_420; /* is the src 4:2:0 chroma subsampled */
40 bool dst_420; /* is the dst 4:2:0 chroma subsampled */
52 .min = 0,
55 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00,
56 0x00, 0x00, 0xff, 0x07, 0x3d, 0xfc, 0x01, 0x00,
57 0x00, 0x01, 0xfd, 0x11, 0x36, 0xf9, 0x02, 0x00,
58 0x00, 0x01, 0xfb, 0x1b, 0x2e, 0xf9, 0x02, 0x00,
59 0x00, 0x01, 0xf9, 0x26, 0x26, 0xf9, 0x01, 0x00,
60 0x00, 0x02, 0xf9, 0x30, 0x19, 0xfb, 0x01, 0x00,
61 0x00, 0x02, 0xf9, 0x39, 0x0e, 0xfd, 0x01, 0x00,
[all …]
/linux/drivers/media/dvb-frontends/
H A Dstv0900_init.h24 { 0, 11101 }, /*C/N=-0dB*/
83 { -5, 0xCAA1 }, /*-5dBm*/
84 { -10, 0xC229 }, /*-10dBm*/
85 { -15, 0xBB08 }, /*-15dBm*/
86 { -20, 0xB4BC }, /*-20dBm*/
87 { -25, 0xAD5A }, /*-25dBm*/
88 { -30, 0xA298 }, /*-30dBm*/
89 { -35, 0x98A8 }, /*-35dBm*/
90 { -40, 0x8389 }, /*-40dBm*/
91 { -45, 0x59BE }, /*-45dBm*/
[all …]
H A Ditd1000.c31 } while (0)
35 } while (0)
39 } while (0)
46 .addr = state->cfg->i2c_address, .flags = 0, .buf = buf, .len = len+1 in itd1000_write_regs()
56 buf[0] = reg; in itd1000_write_regs()
59 /* itd_dbg("wr %02x: %02x\n", reg, v[0]); */ in itd1000_write_regs()
65 return 0; in itd1000_write_regs()
72 { .addr = state->cfg->i2c_address, .flags = 0, .buf = &reg, .len = 1 }, in itd1000_read_reg()
77 itd1000_write_regs(state, (reg - 1) & 0xff, &state->shadow[(reg - 1) & 0xff], 1); in itd1000_read_reg()
100 { 0, 0x8, 0x3 },
[all …]
/linux/drivers/video/fbdev/via/
H A Dhw.c13 {19, 19, 4, 0},
14 {26, 102, 5, 0},
15 {53, 112, 6, 0},
16 {41, 100, 7, 0},
17 {83, 108, 8, 0},
18 {87, 118, 9, 0},
19 {95, 115, 12, 0},
20 {108, 108, 13, 0},
21 {83, 83, 17, 0},
22 {67, 98, 20, 0},
[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/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...]
/linux/tools/perf/pmu-events/arch/x86/amdzen6/
H A Dfloating-point.json4 "EventCode": "0x02",
6 "UMask": "0x01"
10 "EventCode": "0x02",
12 "UMask": "0x02"
16 "EventCode": "0x02",
18 "UMask": "0x04"
22 "EventCode": "0x02",
24 "UMask": "0x07"
28 "EventCode": "0x03",
30 "UMask": "0x01"
[all …]
/linux/kernel/bpf/preload/iterators/
H A Diterators.lskel-big-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach()
29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach()
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach()
40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach()
48 int ret = 0; in iterators_bpf__attach()
50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach()
51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach()
52 return ret < 0 ? ret : 0; in iterators_bpf__attach()
93 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
94 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
[all …]
H A Diterators.lskel-little-endian.h27 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_map__attach()
29 if (fd > 0) in iterators_bpf__dump_bpf_map__attach()
38 int fd = skel_link_create(prog_fd, 0, BPF_TRACE_ITER); in iterators_bpf__dump_bpf_prog__attach()
40 if (fd > 0) in iterators_bpf__dump_bpf_prog__attach()
48 int ret = 0; in iterators_bpf__attach()
50 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_map__attach(skel); in iterators_bpf__attach()
51 ret = ret < 0 ? ret : iterators_bpf__dump_bpf_prog__attach(skel); in iterators_bpf__attach()
52 return ret < 0 ? ret : 0; in iterators_bpf__attach()
96 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
97 \0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\ in iterators_bpf__load()
[all …]
/linux/drivers/mtd/nand/
H A Decc-sw-hamming.c29 * the array eleemnt is 0.
32 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
33 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
34 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
35 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
36 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
37 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
38 1, 0, 0, 1, 0, 1, 1, 0, 0, 1, 1, 0, 1, 0, 0, 1,
39 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
40 0, 1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 0,
[all …]
/linux/arch/mips/pic32/pic32mzda/
H A Dearly_pin.h70 #define IN_RPD2 0x00
71 #define IN_RPG8 0x01
72 #define IN_RPF4 0x02
73 #define IN_RPD10 0x03
74 #define IN_RPF1 0x04
75 #define IN_RPB9 0x05
76 #define IN_RPB10 0x06
77 #define IN_RPC14 0x07
78 #define IN_RPB5 0x08
79 #define IN_RPC1 0x0A
[all …]
/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Dfloating-point.json4 "EventCode": "0x02",
6 "UMask": "0x01"
10 "EventCode": "0x02",
12 "UMask": "0x02"
16 "EventCode": "0x02",
18 "UMask": "0x04"
22 "EventCode": "0x02",
24 "UMask": "0x07"
28 "EventCode": "0x03",
30 "UMask": "0x01"
[all …]
/linux/drivers/rtc/
H A Drtc-bq4802.c59 val = p->read(p, 0x0e); in bq4802_read_time()
60 p->write(p, 0xe, val | 0x08); in bq4802_read_time()
62 tm->tm_sec = p->read(p, 0x00); in bq4802_read_time()
63 tm->tm_min = p->read(p, 0x02); in bq4802_read_time()
64 tm->tm_hour = p->read(p, 0x04); in bq4802_read_time()
65 tm->tm_mday = p->read(p, 0x06); in bq4802_read_time()
66 tm->tm_mon = p->read(p, 0x09); in bq4802_read_time()
67 tm->tm_year = p->read(p, 0x0a); in bq4802_read_time()
68 tm->tm_wday = p->read(p, 0x08); in bq4802_read_time()
69 century = p->read(p, 0x0f); in bq4802_read_time()
[all …]
/linux/drivers/media/tuners/
H A Dfc0012.c15 .addr = priv->cfg->i2c_address, .flags = 0, .buf = buf, .len = 2 in fc0012_writereg()
24 return 0; in fc0012_writereg()
30 { .addr = priv->cfg->i2c_address, .flags = 0, in fc0012_readreg()
42 return 0; in fc0012_readreg()
54 int i, ret = 0; in fc0012_init()
56 0x00, /* dummy reg. 0 */ in fc0012_init()
57 0x05, /* reg. 0x01 */ in fc0012_init()
58 0x10, /* reg. 0x02 */ in fc0012_init()
59 0x00, /* reg. 0x03 */ in fc0012_init()
60 0x00, /* reg. 0x04 */ in fc0012_init()
[all …]
H A Dfc2580_priv.h23 {0x00, 0x00},
24 {0x12, 0x86},
25 {0x14, 0x5c},
26 {0x16, 0x3c},
27 {0x1f, 0xd2},
28 {0x09, 0xd7},
29 {0x0b, 0xd5},
30 {0x0c, 0x32},
31 {0x0e, 0x43},
32 {0x21, 0x0a},
[all …]
H A Dfc0013.c17 .addr = priv->addr, .flags = 0, .buf = buf, .len = 2 in fc0013_writereg()
24 return 0; in fc0013_writereg()
30 { .addr = priv->addr, .flags = 0, .buf = &reg, .len = 1 }, in fc0013_readreg()
38 return 0; in fc0013_readreg()
50 int i, ret = 0; in fc0013_init()
52 0x00, /* reg. 0x00: dummy */ in fc0013_init()
53 0x09, /* reg. 0x01 */ in fc0013_init()
54 0x16, /* reg. 0x02 */ in fc0013_init()
55 0x00, /* reg. 0x03 */ in fc0013_init()
56 0x00, /* reg. 0x04 */ in fc0013_init()
[all …]
/linux/drivers/media/dvb-frontends/cxd2880/
H A Dcxd2880_dvbt2.h28 CXD2880_DVBT2_S1_BASE_SISO = 0x00,
29 CXD2880_DVBT2_S1_BASE_MISO = 0x01,
30 CXD2880_DVBT2_S1_NON_DVBT2 = 0x02,
31 CXD2880_DVBT2_S1_LITE_SISO = 0x03,
32 CXD2880_DVBT2_S1_LITE_MISO = 0x04,
33 CXD2880_DVBT2_S1_RSVD3 = 0x05,
34 CXD2880_DVBT2_S1_RSVD4 = 0x06,
35 CXD2880_DVBT2_S1_RSVD5 = 0x07,
36 CXD2880_DVBT2_S1_UNKNOWN = 0xff
40 CXD2880_DVBT2_BASE_S2_M2K_G_ANY = 0x00,
[all …]
/linux/drivers/video/fbdev/
H A Dsm712fb.c71 .red = {16, 8, 0},
72 .green = {8, 8, 0},
73 .blue = {0, 8, 0},
78 .nonstd = 0,
88 .type_aux = 0,
89 .xpanstep = 0,
90 .ypanstep = 0,
91 .ywrapstep = 0,
102 {"0x301", 640, 480, 8},
103 {"0x303", 800, 600, 8},
[all …]
/linux/drivers/video/fbdev/sis/
H A Dinit.h70 static const unsigned short ModeIndex_320x200[] = {0x59, 0x41, 0x00, 0x4f};
71 static const unsigned short ModeIndex_320x240[] = {0x50, 0x56, 0x00, 0x53};
72 static const unsigned short ModeIndex_320x240_FSTN[] = {0x5a, 0x5b, 0x00, 0x00}; /* FSTN */
73 static const unsigned short ModeIndex_400x300[] = {0x51, 0x57, 0x00, 0x54};
74 static const unsigned short ModeIndex_512x384[] = {0x52, 0x58, 0x00, 0x5c};
75 static const unsigned short ModeIndex_640x400[] = {0x2f, 0x5d, 0x00, 0x5e};
76 static const unsigned short ModeIndex_640x480[] = {0x2e, 0x44, 0x00, 0x62};
77 static const unsigned short ModeIndex_720x480[] = {0x31, 0x33, 0x00, 0x35};
78 static const unsigned short ModeIndex_720x576[] = {0x32, 0x34, 0x00, 0x36};
79 static const unsigned short ModeIndex_768x576[] = {0x5f, 0x60, 0x00, 0x61};
[all …]
/linux/tools/firewire/
H A Ddecode-fcp.c9 #define CSR_FCP_COMMAND 0xfffff0000b00ull
10 #define CSR_FCP_RESPONSE 0xfffff0000d00ull
13 [0x0] = "control", [0x8] = "not implemented",
14 [0x1] = "status", [0x9] = "accepted",
15 [0x2] = "specific inquiry", [0xa] = "rejected",
16 [0x3] = "notify", [0xb] = "in transition",
17 [0x4] = "general inquiry", [0xc] = "stable",
18 [0x5] = "(reserved 0x05)", [0xd] = "changed",
19 [0x6] = "(reserved 0x06)", [0xe] = "(reserved 0x0e)",
20 [0x7] = "(reserved 0x07)", [0xf] = "interim",
[all …]
/linux/drivers/hid/
H A Dhid-uclogic-params-test.c29 .str_desc_size = 0,
35 .res = 0,
37 0x0E, 0x03,
38 0x70, 0xB2,
39 0x10, 0x77,
40 0x08,
41 0x00,
42 0xFF, 0x1F,
43 0x00, 0x00,
47 [UCLOGIC_RDESC_PEN_PH_ID_X_LM] = 0xB270,
[all …]
/linux/arch/x86/kernel/cpu/microcode/
H A Damd_shas.c3 { 0x8001227, {
4 0x99,0xc0,0x9b,0x2b,0xcc,0x9f,0x52,0x1b,
5 0x1a,0x5f,0x1d,0x83,0xa1,0x6c,0xc4,0x46,
6 0xe2,0x6c,0xda,0x73,0xfb,0x2d,0x23,0xa8,
7 0x77,0xdc,0x15,0x31,0x33,0x4a,0x46,0x18,
10 { 0x8001250, {
11 0xc0,0x0b,0x6b,0x19,0xfd,0x5c,0x39,0x60,
12 0xd5,0xc3,0x57,0x46,0x54,0xe4,0xd1,0xaa,
13 0xa8,0xf7,0x1f,0xa8,0x6a,0x60,0x3e,0xe3,
14 0x27,0x39,0x8e,0x53,0x30,0xf8,0x49,0x19,
[all …]
/linux/drivers/gpu/drm/panel/
H A Dpanel-ilitek-ili9881c.c82 ILI9881C_COMMAND_INSTR(0x01, 0x00),
83 ILI9881C_COMMAND_INSTR(0x02, 0x00),
84 ILI9881C_COMMAND_INSTR(0x03, 0x73),
85 ILI9881C_COMMAND_INSTR(0x04, 0x03),
86 ILI9881C_COMMAND_INSTR(0x05, 0x00),
87 ILI9881C_COMMAND_INSTR(0x06, 0x06),
88 ILI9881C_COMMAND_INSTR(0x07, 0x06),
89 ILI9881C_COMMAND_INSTR(0x08, 0x00),
90 ILI9881C_COMMAND_INSTR(0x09, 0x18),
91 ILI9881C_COMMAND_INSTR(0x0a, 0x04),
[all …]
/linux/drivers/media/i2c/
H A Dadv7170.c33 module_param(debug, int, 0);
34 MODULE_PARM_DESC(debug, "Debug level (0-1)");
92 block_len = 0; in adv7170_write_block()
93 block_data[block_len++] = reg = data[0]; in adv7170_write_block()
99 } while (len >= 2 && data[0] == reg && block_len < 32); in adv7170_write_block()
101 if (ret < 0) in adv7170_write_block()
109 if (ret < 0) in adv7170_write_block()
119 #define TR0MODE 0x4c
120 #define TR0RST 0x80
122 #define TR1CAPT 0x00
[all …]
/linux/sound/hda/codecs/
H A Dsigmatel.c220 #define AC_VERB_IDT_SET_POWER_MAP 0x7ec
221 #define AC_VERB_IDT_GET_POWER_MAP 0xfec
224 0x0a, 0x0b, 0x0c, 0xd, 0x0e,
225 0x0f, 0x1
[all...]

12345678910>>...41