| /linux/drivers/hid/amd-sfh-hid/hid_descriptor/ |
| H A D | amd_sfh_hid_report_desc.h | 15 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/drivers/media/dvb-frontends/ |
| H A D | stv0900_init.h | 24 { 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 D | af9033_priv.h | 65 0x01, 0xce, 0x55, 0xc9, 0x00, 0xe7, 0x2a, 0xe4, 0x00, 0x73, 66 0x99, 0x0f, 0x00, 0x73, 0x95, 0x72, 0x00, 0x73, 0x91, 0xd5, 67 0x00, 0x39, 0xca, 0xb9, 0x00, 0xe7, 0x2a, 0xe4, 0x00, 0x73, 68 0x95, 0x72, 0x37, 0x02, 0xce, 0x01 } 71 0x01, 0x94, 0x8b, 0x10, 0x00, 0xca, 0x45, 0x88, 0x00, 0x65, 72 0x25, 0xed, 0x00, 0x65, 0x22, 0xc4, 0x00, 0x65, 0x1f, 0x9b, 73 0x00, 0x32, 0x91, 0x62, 0x00, 0xca, 0x45, 0x88, 0x00, 0x65, 74 0x22, 0xc4, 0x88, 0x02, 0x95, 0x01 } 77 0x01, 0x5a, 0xc0, 0x56, 0x00, 0xad, 0x60, 0x2b, 0x00, 0x56, 78 0xb2, 0xcb, 0x00, 0x56, 0xb0, 0x15, 0x00, 0x56, 0xad, 0x60, [all …]
|
| H A D | af9013_priv.h | 39 { 28800000, 8000000, { 0x02, 0x8a, 0x28, 0xa3, 0x05, 0x14, 40 0x51, 0x11, 0x00, 0xa2, 0x8f, 0x3d, 0x00, 0xa2, 0x8a, 41 0x29, 0x00, 0xa2, 0x85, 0x14, 0x01, 0x45, 0x14, 0x14 } }, 42 { 28800000, 7000000, { 0x02, 0x38, 0xe3, 0x8e, 0x04, 0x71, 43 0xc7, 0x07, 0x00, 0x8e, 0x3d, 0x55, 0x00, 0x8e, 0x38, 44 0xe4, 0x00, 0x8e, 0x34, 0x72, 0x01, 0x1c, 0x71, 0x32 } }, 45 { 28800000, 6000000, { 0x01, 0xe7, 0x9e, 0x7a, 0x03, 0xcf, 46 0x3c, 0x3d, 0x00, 0x79, 0xeb, 0x6e, 0x00, 0x79, 0xe7, 47 0x9e, 0x00, 0x79, 0xe3, 0xcf, 0x00, 0xf3, 0xcf, 0x0f } }, 49 { 20480000, 8000000, { 0x03, 0x92, 0x49, 0x26, 0x07, 0x24, [all …]
|
| H A D | stv0910.c | 25 #define BER_SRC_S 0x20 26 #define BER_SRC_S2 0x20 130 u8 data[3] = {reg >> 8, reg & 0xff, val}; in write_reg() 131 struct i2c_msg msg = {.addr = state->base->adr, .flags = 0, in write_reg() 139 return 0; in write_reg() 145 u8 msg[2] = {reg >> 8, reg & 0xff}; in i2c_read_regs16() 146 struct i2c_msg msgs[2] = {{.addr = adr, .flags = 0, in i2c_read_regs16() 156 return 0; in i2c_read_regs16() 192 mask = field & 0xff; in write_field() 193 shift = (field >> 12) & 0xf; in write_field() [all …]
|
| /linux/drivers/media/usb/gspca/ |
| H A D | spca500.c | 26 #define AgfaCl20 0 55 .priv = 0}, 68 .priv = 0}, 87 {0x00, 0x0003, 0x816b}, /* SSI not active sync with vsync, 88 * hue (H byte) = 0, 92 {0x00, 0x0000, 0x8167}, /* brightness = 0 */ 93 {0x00, 0x0020, 0x8168}, /* contrast = 0 */ 94 {0x00, 0x0003, 0x816b}, /* SSI not active sync with vsync, 95 * hue (H byte) = 0, saturation/hue enable, 97 * was 0x0003, now 0x0000. [all …]
|
| H A D | conex.c | 53 .priv = 0}, 69 usb_rcvctrlpipe(dev, 0), in reg_r() 70 0, in reg_r() 72 0, in reg_r() 76 index, gspca_dev->usb_buf[0]); in reg_r() 86 gspca_dev->usb_buf[0] = val; in reg_w_val() 88 usb_sndctrlpipe(dev, 0), in reg_w_val() 89 0, in reg_w_val() 91 0, in reg_w_val() 111 usb_sndctrlpipe(dev, 0), in reg_w() [all …]
|
| /linux/drivers/net/wireless/broadcom/b43/ |
| H A D | radio_2059.c | 17 { 0x051, 0x70 }, { 0x05a, 0x03 }, { 0x079, 0x01 }, { 0x082, 0x70 }, 18 { 0x083, 0x00 }, { 0x084, 0x70 }, { 0x09a, 0x7f }, { 0x0b6, 0x10 }, 19 { 0x188, 0x05 }, 61 RADIOREGS(0x48, 0x16, 0x30, 0x1b, 0x0a, 0x0a, 0x30, 0x6c, 62 0x09, 0x0f, 0x0a, 0x00, 0x0a, 0x00, 0x61, 0x73, 63 0x00, 0x00, 0x00, 0xd0, 0x00), 64 PHYREGS(0x03c9, 0x03c5, 0x03c1, 0x043a, 0x043f, 0x0443), 68 RADIOREGS(0x4b, 0x16, 0x30, 0x1b, 0x0a, 0x0a, 0x30, 0x71, 69 0x09, 0x0f, 0x0a, 0x00, 0x0a, 0x00, 0x61, 0x73, 70 0x00, 0x00, 0x00, 0xd0, 0x00), [all …]
|
| H A D | radio_2055.c | 24 #define B2055_INITTAB_ENTRY_OK 0x01 25 #define B2055_INITTAB_UPLOAD 0x02 31 [B2055_SP_PINPD] = { .ghz5 = 0x0080, .ghz2 = 0x0080, NOUPLOAD, }, 32 [B2055_C1_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 33 [B2055_C1_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 34 [B2055_C2_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 35 [B2055_C2_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 36 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 37 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 38 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, [all …]
|
| /linux/tools/testing/selftests/hid/tests/ |
| 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, 0x01, # . Usage (Pointer), 10 0xA1, 0x00, # . Collection (Physical), 11 0x05, 0x09, # . Usage Page (Button), 12 0x19, 0x01, # . Usage Minimum (01h), 13 0x29, 0x03, # . Usage Maximum (03h), 14 0x15, 0x00, # . Logical Minimum (0), [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen6/ |
| H A D | floating-point.json | 4 "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": "0x0 2 { global() object [all...] |
| /linux/drivers/hid/ |
| H A D | hid-kye.c | 26 0x05, 0x0C, /* Usage Page (Consumer), */ 27 0x09, 0x01, /* Usage (Consumer Control), */ 28 0xA1, 0x01, /* Collection (Application), */ 29 0x85, 0x12, /* Report ID (18), */ 30 0x0A, 0x45, 0x02, /* Usage (AC Rotate), */ 31 0x09, 0x40, /* Usage (Menu), */ 32 0x0A, 0x2F, 0x02, /* Usage (AC Zoom), */ 33 0x0A, 0x46, 0x02, /* Usage (AC Resize), */ 34 0x0A, 0x1A, 0x02, /* Usage (AC Undo), */ 35 0x0A, 0x6A, 0x02, /* Usage (AC Delete), */ [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/amdzen4/ |
| H A D | floating-point.json | 4 "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/sound/soc/codecs/ |
| H A D | wcd9335.h | 8 * In slimbus mode the reg base starts from 0x800. 9 * In i2s/i2c mode the reg base is 0x0. 12 #define WCD9335_REG_OFFSET(r) (r & 0xFF) 13 #define WCD9335_PAGE_OFFSET(r) ((r >> 8) & 0xFF) 15 /* Page-0 Registers */ 16 #define WCD9335_PAGE0_PAGE_REGISTER WCD9335_REG(0x00, 0x000) 17 #define WCD9335_CODEC_RPM_CLK_GATE WCD9335_REG(0x00, 0x002) 18 #define WCD9335_CODEC_RPM_CLK_GATE_MCLK_GATE_MASK GENMASK(1, 0) 19 #define WCD9335_CODEC_RPM_CLK_MCLK_CFG WCD9335_REG(0x00, 0x003) 20 #define WCD9335_CODEC_RPM_CLK_MCLK_CFG_9P6MHZ BIT(0) [all …]
|
| H A D | es8326.c | 59 crosstalk_h &= 0x20; in es8326_crosstalk1_get() 60 crosstalk_l &= 0xf0; in es8326_crosstalk1_get() 62 ucontrol->value.integer.value[0] = crosstalk; in es8326_crosstalk1_get() 64 return 0; in es8326_crosstalk1_get() 75 crosstalk = ucontrol->value.integer.value[0]; in es8326_crosstalk1_set() 77 crosstalk_h = (crosstalk & 0x10) << 1; in es8326_crosstalk1_set() 78 crosstalk_l &= 0x0f; in es8326_crosstalk1_set() 79 crosstalk_l |= (crosstalk & 0x0f) << 4; in es8326_crosstalk1_set() 81 0x20, crosstalk_h); in es8326_crosstalk1_set() 84 return 0; in es8326_crosstalk1_set() [all...] |
| H A D | cs35l36.c | 39 #define CS35L36_VALID_PDATA 0x80000000 66 {32768, 0x00, 0x05}, 67 {8000, 0x01, 0x03}, 68 {11025, 0x02, 0x03}, 69 {12000, 0x03, 0x03}, 70 {16000, 0x0 [all...] |
| /linux/sound/drivers/opl4/ |
| H A D | yrw801.c | 40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect() 43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect() 44 if (buf[0] != 0x01) in snd_yrw801_detect() 46 dev_dbg(opl4->card->dev, "YRW801 ROM version %02x.%02x\n", buf[0], buf[1]); in snd_yrw801_detect() 47 return 0; in snd_yrw801_detect() 58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}}, 59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}}, [all …]
|
| /linux/arch/mips/pic32/pic32mzda/ |
| H A D | early_pin.h | 70 #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/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_trigger_pages.h | 21 #define MPI2_CONFIG_EXTPAGETYPE_DRIVER_PERSISTENT_TRIGGER (0xE0) 22 #define MPI26_DRIVER_TRIGGER_PAGE0_PAGEVERSION (0x01) 24 MPI2_CONFIG_EXTENDED_PAGE_HEADER Header; /* 0x00 */ 25 U16 TriggerFlags; /* 0x08 */ 26 U16 Reserved0xA; /* 0x0A */ 27 U32 Reserved0xC[61]; /* 0x0C */ 31 #define MPI26_DRIVER_TRIGGER0_FLAG_MASTER_TRIGGER_VALID (0x0001) 32 #define MPI26_DRIVER_TRIGGER0_FLAG_MPI_EVENT_TRIGGER_VALID (0x0002) 33 #define MPI26_DRIVER_TRIGGER0_FLAG_SCSI_SENSE_TRIGGER_VALID (0x0004) 34 #define MPI26_DRIVER_TRIGGER0_FLAG_LOGINFO_TRIGGER_VALID (0x0008) [all …]
|
| /linux/fs/unicode/ |
| H A D | utf8data.c_shipped | 8 0, 9 0x10100, 10 0x20000, 11 0x20100, 12 0x30000, 13 0x30100, 14 0x30200, 15 0x40000, 16 0x40100, 17 0x50000, [all …]
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-hw.c | 37 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/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
| H A D | phy_n.c | 28 radio_type##_##jspace##0 : \ 34 radio_type##_##jspace##0 : \ 42 radio_type##_##jspace##0##_##reg_name : \ 47 radio_type##_##jspace##0##_##reg_name : \ 53 radio_type##_##reg_name##_##jspace##0 : \ 58 radio_type##_##reg_name##_##jspace##0 : \ 107 #define NPHY_RSSICAL_NB_TARGET 0 120 #define NPHY_RSSI_SXT(x) ((s8) (-((x) & 0x20) + ((x) & 0x1f))) 129 #define NPHY_N_GCTL 0x66 135 #define NPHY_PAPD_COMP_OFF 0 [all …]
|
| /linux/drivers/phy/qualcomm/ |
| H A D | phy-qcom-sgmii-eth.c | 20 #define QSERDES_QMP_PLL 0x0 21 #define QSERDES_RX 0x600 22 #define QSERDES_TX 0x400 23 #define QSERDES_PCS 0xc00 25 #define QSERDES_COM_C_READY BIT(0) 26 #define QSERDES_PCS_READY BIT(0) 31 { .supply = "vdda-0p9", .init_load_uA = 46000 }, 46 regmap_write(regmap, QSERDES_PCS + QPHY_PCS_SW_RESET, 0x01); in qcom_dwmac_sgmii_phy_init_1g() 47 regmap_write(regmap, QSERDES_PCS + QPHY_PCS_POWER_DOWN_CONTROL, 0x01); in qcom_dwmac_sgmii_phy_init_1g() 49 regmap_write(regmap, QSERDES_QMP_PLL + QSERDES_V5_COM_PLL_IVCO, 0x0F); in qcom_dwmac_sgmii_phy_init_1g() [all …]
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-himax-hx8394.c | 30 #define HX8394_CMD_SETSEQUENCE 0xb0 31 #define HX8394_CMD_SETPOWER 0xb1 32 #define HX8394_CMD_SETDISP 0xb2 33 #define HX8394_CMD_SETCYC 0xb4 34 #define HX8394_CMD_SETVCOM 0xb6 35 #define HX8394_CMD_SETTE 0xb7 36 #define HX8394_CMD_SETSENSOR 0xb8 37 #define HX8394_CMD_SETEXTC 0xb9 38 #define HX8394_CMD_SETMIPI 0xba 39 #define HX8394_CMD_SETOTP 0xbb [all …]
|
| /linux/sound/firewire/bebob/ |
| H A D | bebob_command.c | 20 buf[0] = 0x00; /* AV/C CONTROL */ in avc_audio_set_selector() 21 buf[1] = 0x08 | (0x07 & subunit_id); /* AUDIO SUBUNIT ID */ in avc_audio_set_selector() 22 buf[2] = 0xb8; /* FUNCTION BLOCK */ in avc_audio_set_selector() 23 buf[3] = 0x80; /* type is 'selector'*/ in avc_audio_set_selector() 24 buf[4] = 0xff & fb_id; /* function block id */ in avc_audio_set_selector() 25 buf[5] = 0x10; /* control attribute is CURRENT */ in avc_audio_set_selector() 26 buf[6] = 0x02; /* selector length is 2 */ in avc_audio_set_selector() 27 buf[7] = 0xff & num; /* input function block plug number */ in avc_audio_set_selector() 28 buf[8] = 0x01; /* control selector is SELECTOR_CONTROL */ in avc_audio_set_selector() 33 if (err < 0) in avc_audio_set_selector() [all …]
|