Home
last modified time | relevance | path

Searched +full:0 +full:x63 (Results 1 – 25 of 775) sorted by relevance

12345678910>>...31

/Linux-v5.15/drivers/media/usb/gspca/
Djpeg.h20 0xff, 0xd8, /* jpeg */
23 0xff, 0xdb, 0x00, 0x84, /* DQT */
24 0,
26 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e,
27 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28,
28 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25,
29 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33,
30 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44,
31 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57,
32 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71,
[all …]
Dtopro.c22 0xff, 0xd8, /* jpeg */
25 0xff, 0xdb, 0x00, 0x84, /* DQT */
26 0,
28 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e,
29 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28,
30 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25,
31 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33,
32 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44,
33 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57,
34 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71,
[all …]
/Linux-v5.15/drivers/media/pci/solo6x10/
Dsolo6x10-jpeg.h16 0xff, 0xd8, 0xff, 0xfe, 0x00, 0x0d, 0x42, 0x6c,
17 0x75, 0x65, 0x63, 0x68, 0x65, 0x72, 0x72, 0x79,
18 0x20, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x20, 0x16,
19 0x18, 0x1c, 0x18, 0x14, 0x20, 0x1c, 0x1a, 0x1c,
20 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30,
21 0x2c, 0x2c, 0x30, 0x62, 0x46, 0x4a, 0x3a, 0x50,
22 0x74, 0x66, 0x7a, 0x78, 0x72, 0x66, 0x70, 0x6e,
23 0x80, 0x90, 0xb8, 0x9c, 0x80, 0x88, 0xae, 0x8a,
24 0x6e, 0x70, 0xa0, 0xda, 0xa2, 0xae, 0xbe, 0xc4,
25 0xce, 0xd0, 0xce, 0x7c, 0x9a, 0xe2, 0xf2, 0xe0,
[all …]
/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_jpeg.c29 0x10, 0x0b, 0x0a, 0x10, 0x18, 0x28, 0x33, 0x3d,
30 0x0c, 0x0c, 0x0e, 0x13, 0x1a, 0x3a, 0x3c, 0x37,
31 0x0e, 0x0d, 0x10, 0x18, 0x28, 0x39, 0x45, 0x38,
32 0x0e, 0x11, 0x16, 0x1d, 0x33, 0x57, 0x50, 0x3e,
33 0x12, 0x16, 0x25, 0x38, 0x44, 0x6d, 0x67, 0x4d,
34 0x18, 0x23, 0x37, 0x40, 0x51, 0x68, 0x71, 0x5c,
35 0x31, 0x40, 0x4e, 0x57, 0x67, 0x79, 0x78, 0x65,
36 0x48, 0x5c, 0x5f, 0x62, 0x70, 0x64, 0x67, 0x63
42 0x11, 0x12, 0x18, 0x2f, 0x63, 0x63, 0x63, 0x63,
43 0x12, 0x15, 0x1a, 0x42, 0x63, 0x63, 0x63, 0x63,
[all …]
/Linux-v5.15/drivers/staging/media/zoran/
Dzr36060.c34 module_param(low_bitrate, bool, 0);
39 module_param(debug, int, 0);
40 MODULE_PARM_DESC(debug, "Debug level (0-4)");
46 } while (0)
56 u8 value = 0; in zr36060_read()
60 value = (ptr->codec->master_data->readreg(ptr->codec, reg)) & 0xff; in zr36060_read()
69 dprintk(4, "0x%02x @0x%04x\n", value, reg); in zr36060_write()
89 zr36060_read(ptr, 0); in zr36060_read_status()
97 (zr36060_read(ptr, ZR060_SF_LO) & 0xFF); in zr36060_read_scalefactor()
99 /* leave 0 selected for an eventually GO from master */ in zr36060_read_scalefactor()
[all …]
Dzr36050.c36 module_param(debug, int, 0);
37 MODULE_PARM_DESC(debug, "Debug level (0-4)");
43 } while (0)
54 u8 value = 0; in zr36050_read()
58 value = (ptr->codec->master_data->readreg(ptr->codec, reg)) & 0xFF; in zr36050_read()
63 dprintk(4, "%s: reading from 0x%04x: %02x\n", ptr->name, reg, value); in zr36050_read()
70 dprintk(4, "%s: writing 0x%02x to 0x%04x\n", ptr->name, value, reg); in zr36050_write()
93 zr36050_read(ptr, 0); in zr36050_read_status1()
107 (zr36050_read(ptr, ZR050_SF_LO) & 0xFF); in zr36050_read_scalefactor()
109 /* leave 0 selected for an eventually GO from master */ in zr36050_read_scalefactor()
[all …]
/Linux-v5.15/crypto/
Dtestmgr.h33 * @ksize: Length of @key in bytes (0 if no key)
101 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When
207 "\x63\x1c\xcd\x7b\xe1\x7e\xe4\xde\xc9\xa8\x89\xa1\x74\xcb\x3c\x63"
277 "\x6A\x5E\xB9\x9A\xC7\xC4\x5B\x63\xDA\xA3\x3F\x5E\x92\x7A\x81\x5E"
295 "\xD6\xBF\x7A\x0B\x64\x21\x6D\x88\x7E\x5B\x45\x12\x1E\x63\x8D\x49"
341 "\x6A\x5E\xB9\x9A\xC7\xC4\x5B\x63\xDA\xA3\x3F\x5E\x92\x7A\x81\x5E"
400 "\x3B\x3C\xF0\x8E\x4E\x35\x48\xAE\x63\x74\xA9\xFC\x72\x75\x8E\x34"
427 "\x9E\xE2\xBB\xBB\x63\x19\x64\x93\x11\x7B\x25\x65\x30\xCD\x5B\x4B"
506 "\x63\xD3\xD3\x14\x63\x27\xAF\x28\xF3\x23\xB6\x76\xC1\xBD\x9D\x82"
517 "\x9C\x3C\xBE\xA3\x39\x83\x23\xE3\x6D\x18\xCC\xC2\xDC\x63\x8D\xBA"
[all …]
/Linux-v5.15/drivers/media/platform/imx-jpeg/
Dmxc-jpeg.c21 * The IP has 4 slots available for context switching, but only slot 0
164 0xFF, 0xD8
168 0xFF, 0xE0,
169 0x00, 0x10, 0x4A, 0x46, 0x49, 0x46, 0x00,
170 0x01, 0x01, 0x00, 0x00, 0x01, 0x00, 0x01,
171 0x00, 0x00
175 0xFF, 0xEE,
176 0x00, 0x0E, 0x41, 0x64, 0x6F, 0x62, 0x65,
177 0x00, 0x64, 0x00, 0x00, 0x00, 0x00, 0x00
181 0xFF, 0xDB,
[all …]
/Linux-v5.15/drivers/net/wireless/broadcom/b43/
Dradio_2057.c17 { 0x0E, 0x20 }, { 0x31, 0x00 }, { 0x32, 0x00 }, { 0x33, 0x00 },
18 { 0x35, 0x26 }, { 0x3C, 0xff }, { 0x3D, 0xff }, { 0x3E, 0xff },
19 { 0x3F, 0xff }, { 0x62, 0x33 }, { 0x8A, 0xf0 }, { 0x8B, 0x10 },
20 { 0x8C, 0xf0 }, { 0x91, 0x3f }, { 0x92, 0x36 }, { 0xA4, 0x8c },
21 { 0xA8, 0x55 }, { 0xAF, 0x01 }, { 0x10F, 0xf0 }, { 0x110, 0x10 },
22 { 0x111, 0xf0 }, { 0x116, 0x3f }, { 0x117, 0x36 }, { 0x129, 0x8c },
23 { 0x12D, 0x55 }, { 0x134, 0x01 }, { 0x15E, 0x00 }, { 0x15F, 0x00 },
24 { 0x160, 0x00 }, { 0x161, 0x00 }, { 0x162, 0x00 }, { 0x163, 0x00 },
25 { 0x169, 0x02 }, { 0x16A, 0x00 }, { 0x16B, 0x00 }, { 0x16C, 0x00 },
26 { 0x1A4, 0x00 }, { 0x1A5, 0x00 }, { 0x1A6, 0x00 }, { 0x1AA, 0x00 },
[all …]
/Linux-v5.15/drivers/staging/media/meson/vdec/
Dcodec_h264.c15 #define SIZE_WORKSPACE 0x1ee000
22 #define WORKSPACE_BUF_OFFSET 0x1000000
25 #define CMD_MASK GENMASK(7, 0)
43 #define PIC_STRUCT_MASK GENMASK(2, 0)
44 #define BUF_IDX_MASK GENMASK(4, 0)
47 #define OFFSET_MASK GENMASK(15, 0)
51 #define MB_TOTAL_MASK GENMASK(15, 0)
52 #define MB_WIDTH_MASK GENMASK(7, 0)
54 #define MAX_REF_MASK GENMASK(6, 0)
56 #define AR_IDC_MASK GENMASK(7, 0)
[all …]
/Linux-v5.15/drivers/video/fbdev/i810/
Di810_dvt.c20 { 25000, 0x0013, 0x0003, 0x40, 0x5F, 0x4F, 0x50, 0x82, 0x51, 0x9D,
21 0x0B, 0x10, 0x40, 0xE9, 0x0B, 0xDF, 0x50, 0xE7, 0x04, 0x02,
22 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22006000,
23 0x22002000, 0x22004000, 0x22006000, 0xC0 },
26 { 28000, 0x0053, 0x0010, 0x40, 0x61, 0x4F, 0x4F, 0x85, 0x52, 0x9A,
27 0xF2, 0x10, 0x40, 0xE0, 0x03, 0xDF, 0x50, 0xDF, 0xF3, 0x01,
28 0x01, 0x01, 0x01, 0x00, 0x01, 0x22002000, 0x22004000, 0x22005000,
29 0x22002000, 0x22004000, 0x22005000, 0xC0 },
32 { 31000, 0x0013, 0x0002, 0x40, 0x63, 0x4F, 0x4F, 0x87, 0x52, 0x97,
33 0x06, 0x0F, 0x40, 0xE8, 0x0B, 0xDF, 0x50, 0xDF, 0x07, 0x02,
[all …]
/Linux-v5.15/kernel/bpf/preload/iterators/
Diterators.skel.h124 s->maps[0].name = "iterator.rodata"; in iterators_bpf__create_skeleton()
125 s->maps[0].map = &obj->maps.rodata; in iterators_bpf__create_skeleton()
126 s->maps[0].mmaped = (void **)&obj->rodata; in iterators_bpf__create_skeleton()
135 s->progs[0].name = "dump_bpf_map"; in iterators_bpf__create_skeleton()
136 s->progs[0].prog = &obj->progs.dump_bpf_map; in iterators_bpf__create_skeleton()
137 s->progs[0].link = &obj->links.dump_bpf_map; in iterators_bpf__create_skeleton()
145 \x7f\x45\x4c\x46\x02\x01\x01\0\0\0\0\0\0\0\0\0\x01\0\xf7\0\x01\0\0\0\0\0\0\0\0\ in iterators_bpf__create_skeleton()
146 \0\0\0\0\0\0\0\0\0\0\0\x48\x18\0\0\0\0\0\0\0\0\0\0\x40\0\0\0\0\0\x40\0\x0f\0\ in iterators_bpf__create_skeleton()
147 \x0e\0\x79\x12\0\0\0\0\0\0\x79\x26\0\0\0\0\0\0\x79\x17\x08\0\0\0\0\0\x15\x07\ in iterators_bpf__create_skeleton()
148 \x1a\0\0\0\0\0\x79\x21\x10\0\0\0\0\0\x55\x01\x08\0\0\0\0\0\xbf\xa4\0\0\0\0\0\0\ in iterators_bpf__create_skeleton()
[all …]
/Linux-v5.15/drivers/irqchip/
Dirq-renesas-h8s.c18 0x03, 0x02, 0x01, 0x00, 0x13, 0x12, 0x11, 0x10, /* 16 - 23 */
19 0x23, 0x22, 0x21, 0x20, 0x33, 0x32, 0x31, 0x30, /* 24 - 31 */
20 0x43, 0x42, 0x41, 0x40, 0x53, 0x53, 0x52, 0x52, /* 32 - 39 */
21 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, 0x51, /* 40 - 47 */
22 0x50, 0x50, 0x50, 0x50, 0x63, 0x63, 0x63, 0x63, /* 48 - 55 */
23 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, 0x62, /* 56 - 63 */
24 0x61, 0x61, 0x61, 0x61, 0x60, 0x60, 0x60, 0x60, /* 64 - 71 */
25 0x73, 0x73, 0x73, 0x73, 0x72, 0x72, 0x72, 0x72, /* 72 - 79 */
26 0x71, 0x71, 0x71, 0x71, 0x70, 0x83, 0x82, 0x81, /* 80 - 87 */
27 0x80, 0x80, 0x80, 0x80, 0x93, 0x93, 0x93, 0x93, /* 88 - 95 */
[all …]
/Linux-v5.15/drivers/usb/misc/sisusbvga/
Dsisusb_tables.h58 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
59 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15,
60 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15,
61 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F,
62 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
63 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15,
64 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15, 0x15,
65 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F, 0x3F
69 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15,
70 0x00, 0x10, 0x04, 0x14, 0x01, 0x11, 0x09, 0x15,
[all …]
/Linux-v5.15/drivers/video/fbdev/sis/
D300vtbl.h55 {0x6a,0x2212,0x0102,SIS_RI_800x600, 0x00,0x00,0x00,0x00,0x00,-1}, /* 800x600x? */
56 {0x2e,0x0a1b,0x0101,SIS_RI_640x480, 0x00,0x00,0x00,0x00,0x08,-1},
57 {0x2f,0x021b,0x0100,SIS_RI_640x400, 0x00,0x00,0x00,0x00,0x10,-1}, /* 640x400x8 */
58 {0x30,0x2a1b,0x0103,SIS_RI_800x600, 0x00,0x00,0x00,0x00,0x00,-1},
59 {0x31,0x4a1b,0x0000,SIS_RI_720x480, 0x00,0x00,0x00,0x00,0x11,-1}, /* 720x480x8 */
60 {0x32,0x6a1b,0x0000,SIS_RI_720x576, 0x00,0x00,0x00,0x00,0x12,-1}, /* 720x576x8 */
61 {0x33,0x4a1d,0x0000,SIS_RI_720x480, 0x00,0x00,0x00,0x00,0x11,-1}, /* 720x480x16 */
62 {0x34,0x6a1d,0x0000,SIS_RI_720x576, 0x00,0x00,0x00,0x00,0x12,-1}, /* 720x576x16 */
63 {0x35,0x4a1f,0x0000,SIS_RI_720x480, 0x00,0x00,0x00,0x00,0x11,-1}, /* 720x480x32 */
64 {0x36,0x6a1f,0x0000,SIS_RI_720x576, 0x00,0x00,0x00,0x00,0x12,-1}, /* 720x576x32 */
[all …]
D310vtbl.h55 {0x6a,0x2212,0x0102,SIS_RI_800x600, 0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x? */
56 {0x2e,0x0a1b,0x0101,SIS_RI_640x480, 0x00,0x00,0x05,0x05,0x08, 2}, /* 640x480x8 */
57 {0x2f,0x0a1b,0x0100,SIS_RI_640x400, 0x00,0x00,0x05,0x05,0x10, 0}, /* 640x400x8 */
58 {0x30,0x2a1b,0x0103,SIS_RI_800x600, 0x00,0x00,0x07,0x06,0x00, 3}, /* 800x600x8 */
59 {0x31,0x4a1b,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x8 */
60 {0x32,0x4a1b,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x8 */
61 {0x33,0x4a1d,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x16 */
62 {0x34,0x6a1d,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x16 */
63 {0x35,0x4a1f,0x0000,SIS_RI_720x480, 0x00,0x00,0x06,0x06,0x11,-1}, /* 720x480x32 */
64 {0x36,0x6a1f,0x0000,SIS_RI_720x576, 0x00,0x00,0x06,0x06,0x12,-1}, /* 720x576x32 */
[all …]
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-v5.15/lib/fonts/
Dfont_10x18.c12 { 0, 0, FONTDATAMAX, 0 }, {
13 /* 0 0x00 '^@' */
14 0x00, 0x00, /* 0000000000 */
15 0x00, 0x00, /* 0000000000 */
16 0x00, 0x00, /* 0000000000 */
17 0x00, 0x00, /* 0000000000 */
18 0x00, 0x00, /* 0000000000 */
19 0x00, 0x00, /* 0000000000 */
20 0x00, 0x00, /* 0000000000 */
21 0x00, 0x00, /* 0000000000 */
[all …]
/Linux-v5.15/drivers/media/i2c/et8ek8/
Det8ek8_mode.c27 * VCO_DIV = 0
30 * LVDSCK_DIV = 0
36 .sensor_window_origin_x = 0,
37 .sensor_window_origin_y = 0,
42 .window_origin_x = 0,
43 .window_origin_y = 0,
53 /* .max_gain = 0, */
59 { ET8EK8_REG_8BIT, 0x126C, 0xCC },
61 { ET8EK8_REG_8BIT, 0x1269, 0x00 },
63 { ET8EK8_REG_8BIT, 0x1220, 0x89 },
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/elkhartlake/
Dother.json5 "Counter": "0,1,2,3",
6 "EventCode": "0xe8",
9 "PEBScounters": "0,1,2,3",
16 "Counter": "0,1,2,3",
18 "EventCode": "0x63",
21 "PEBScounters": "0,1,2,3",
27 "Counter": "0,1,2,3",
28 "EventCode": "0x63",
30 "PEBScounters": "0,1,2,3",
33 "UMask": "0x2"
[all …]
/Linux-v5.15/arch/sh/boards/mach-kfr2r09/
Dlcd_wqvga.c26 * The device code for this LCD module is 0x01221517.
30 0x02, /* WEMODE: 1=cont, 0=one-shot */
31 0x00, 0x00,
32 0x00, /* EPF, DFM */
33 0x02, /* RIM[1] : 1 (18bpp) */
37 0x0b,
38 0x63, /* 400 lines */
39 0x04, 0x00, 0x00, 0x04, 0x11, 0x00, 0x00,
43 0x00, 0x00, 0x13, 0x08, 0x08,
47 0x11, 0x01, 0x00, 0x01,
[all …]
/Linux-v5.15/drivers/regulator/
Dpv88080-regulator.h11 #define PV88080_REG_EVENT_A 0x04
12 #define PV88080_REG_MASK_A 0x09
13 #define PV88080_REG_MASK_B 0x0A
14 #define PV88080_REG_MASK_C 0x0B
17 #define PV88080AA_REG_HVBUCK_CONF1 0x2D
18 #define PV88080AA_REG_HVBUCK_CONF2 0x2E
19 #define PV88080AA_REG_BUCK1_CONF0 0x27
20 #define PV88080AA_REG_BUCK1_CONF1 0x28
21 #define PV88080AA_REG_BUCK1_CONF2 0x59
22 #define PV88080AA_REG_BUCK1_CONF5 0x5C
[all …]
/Linux-v5.15/tools/perf/pmu-events/arch/x86/amdzen1/
Dcache.json4 "EventCode": "0x80",
9 "EventCode": "0x81",
14 "EventCode": "0x82",
19 "EventCode": "0x83",
24 "EventCode": "0x84",
29 "EventCode": "0x85",
34 "EventCode": "0x86",
39 "EventCode": "0x87",
41 "UMask": "0x04"
45 "EventCode": "0x87",
[all …]
/Linux-v5.15/net/bluetooth/
Dselftest.c36 0xbd, 0x1a, 0x3c, 0xcd, 0xa6, 0xb8, 0x99, 0x58,
37 0x99, 0xb7, 0x40, 0xeb, 0x7b, 0x60, 0xff, 0x4a,
38 0x50, 0x3f, 0x10, 0xd2, 0xe3, 0xb3, 0xc9, 0x74,
39 0x38, 0x5f, 0xc5, 0xa3, 0xd4, 0xf6, 0x49, 0x3f,
42 0xfd, 0xc5, 0x7f, 0xf4, 0x49, 0xdd, 0x4f, 0x6b,
43 0xfb, 0x7c, 0x9d, 0xf1, 0xc2, 0x9a, 0xcb, 0x59,
44 0x2a, 0xe7, 0xd4, 0xee, 0xfb, 0xfc, 0x0a, 0x90,
45 0x9a, 0xbb, 0xf6, 0x32, 0x3d, 0x8b, 0x18, 0x55,
48 0xe6, 0x9d, 0x35, 0x0e, 0x48, 0x01, 0x03, 0xcc,
49 0xdb, 0xfd, 0xf4, 0xac, 0x11, 0x91, 0xf4, 0xef,
[all …]
/Linux-v5.15/sound/synth/emux/
Demux_synth.c23 …efine LIMITVALUE(x, a, b) do { if ((x) < (a)) (x) = (a); else if ((x) > (b)) (x) = (b); } while (0)
24 #define LIMITMAX(x, a) do {if ((x) > (a)) (x) = (a); } while (0)
69 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
75 #if 0 // seems not necessary in snd_emux_note_on()
77 terminate_note1(emu, key, chan, 0); in snd_emux_note_on()
81 for (i = 0; i < nvoices; i++) { in snd_emux_note_on()
90 if (vp == NULL || vp->ch < 0) in snd_emux_note_on()
112 if (emu->ops.prepare(vp) >= 0) in snd_emux_note_on()
118 for (i = 0; i < emu->max_voices; i++) { in snd_emux_note_on()
134 fx->flag[EMUX_FX_SAMPLE_START] = 0; in snd_emux_note_on()
[all …]

12345678910>>...31