Home
last modified time | relevance | path

Searched refs:x00 (Results 1726 - 1750 of 18662) sorted by relevance

1...<<61626364656667686970>>...747

/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinitvals_phy.h17 { MT_RF(0, 5), 0x00 },
19 { MT_RF(0, 7), 0x00 },
20 { MT_RF(0, 8), 0x00 },
21 { MT_RF(0, 9), 0x00 },
23 { MT_RF(0, 11), 0x00 },
24 { MT_RF(0, 12), 0x00 },
26 { MT_RF(0, 13), 0x00 },
27 { MT_RF(0, 14), 0x00 },
28 { MT_RF(0, 15), 0x00 },
33 { MT_RF(0, 23), 0x00 },
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinitvals_phy.h17 { MT_RF(0, 5), 0x00 },
19 { MT_RF(0, 7), 0x00 },
20 { MT_RF(0, 8), 0x00 },
21 { MT_RF(0, 9), 0x00 },
23 { MT_RF(0, 11), 0x00 },
24 { MT_RF(0, 12), 0x00 },
26 { MT_RF(0, 13), 0x00 },
27 { MT_RF(0, 14), 0x00 },
28 { MT_RF(0, 15), 0x00 },
33 { MT_RF(0, 23), 0x00 },
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/pwc/
H A Dpwc-kiara.c85 {1, 146, 0, {0x1D, 0xF4, 0x30, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x92, 0x00, 0x80}},
86 {1, 146, 0, {0x1D, 0xF4, 0x30, 0x00, 0x00, 0x00, 0x00,
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/pwc/
H A Dpwc-kiara.c85 {1, 146, 0, {0x1D, 0xF4, 0x30, 0x00, 0x00, 0x00, 0x00, 0x18, 0x00, 0x92, 0x00, 0x80}},
86 {1, 146, 0, {0x1D, 0xF4, 0x30, 0x00, 0x00, 0x00, 0x00,
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c500 {{ 0x06, 0x02, 0x00, 0x31 }, 4}, in hauppauge_hvr930c_init()
502 {{ 0x01, 0x02, 0x00, 0xc6 }, 4}, in hauppauge_hvr930c_init()
503 {{ 0x01, 0x00 }, 2}, in hauppauge_hvr930c_init()
504 {{ 0x01, 0x00, 0xff, 0xaf }, 4}, in hauppauge_hvr930c_init()
505 {{ 0x01, 0x00, 0x03, 0xa0 }, 4}, in hauppauge_hvr930c_init()
506 {{ 0x01, 0x00 }, 2}, in hauppauge_hvr930c_init()
507 {{ 0x01, 0x00, 0x73, 0xaf }, 4}, in hauppauge_hvr930c_init()
508 {{ 0x04, 0x00 }, 2}, in hauppauge_hvr930c_init()
509 {{ 0x00, 0x04 }, 2}, in hauppauge_hvr930c_init()
510 {{ 0x00, in hauppauge_hvr930c_init()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-dvb.c497 {{ 0x06, 0x02, 0x00, 0x31 }, 4}, in hauppauge_hvr930c_init()
499 {{ 0x01, 0x02, 0x00, 0xc6 }, 4}, in hauppauge_hvr930c_init()
500 {{ 0x01, 0x00 }, 2}, in hauppauge_hvr930c_init()
501 {{ 0x01, 0x00, 0xff, 0xaf }, 4}, in hauppauge_hvr930c_init()
502 {{ 0x01, 0x00, 0x03, 0xa0 }, 4}, in hauppauge_hvr930c_init()
503 {{ 0x01, 0x00 }, 2}, in hauppauge_hvr930c_init()
504 {{ 0x01, 0x00, 0x73, 0xaf }, 4}, in hauppauge_hvr930c_init()
505 {{ 0x04, 0x00 }, 2}, in hauppauge_hvr930c_init()
506 {{ 0x00, 0x04 }, 2}, in hauppauge_hvr930c_init()
507 {{ 0x00, in hauppauge_hvr930c_init()
[all...]
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/exif_metadata_accessor_test/
H A Dexif_getfilterarea_test.cpp43 static const uint8_t GPSAltitude[] = {0x40, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00};
47 static const uint8_t GPSDOP[] = {0x44, 0x00, 0x00, 0x00, 0x01, 0x00,
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_receive.c76 (void)memset_s(ctx, sizeof(SMP_RecvDataTask_t), 0x00, sizeof(SMP_RecvDataTask_t)); in SMP_ReceiveData()
89 uint8_t code = 0x00; in SMP_RecvDataTask()
117 (void)memset_s(ctx, sizeof(SMP_DisconnectedTask_t), 0x00, sizeof(SMP_DisconnectedTask_t)); in SMP_Disconnected()
134 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_FAILED, 0x00, SMP_GetPairMng()->alarm); in SMP_DisconnectedTask()
210 (void)memset_s(SMP_GetPairMng(), sizeof(SMP_PairMng), 0x00, sizeof(SMP_PairMng)); in SMP_ReceivePairingRequest() local
225 uint8_t reason = 0x00; in SMP_RecvPairReqJudgeException()
281 uint8_t reason = 0x00; in SMP_RecvPairRspJudgeException()
542 SMP_GeneratePairResult(handle, SMP_PAIR_STATUS_FAILED, 0x00, NULL); in SMP_ReceivePairingFailed()
653 if ((SMP_GetPairMng()->peer.keyDistCmdFlag != 0x00) || in SMP_RecvEncInfoProcessMaster()
684 SMP_GeneratePairResult(SMP_GetPairMng()->handle, SMP_PAIR_STATUS_SUCCESS, 0x00, NUL in SMP_RecvEncInfoProcessMaster()
[all...]
H A Dsmp_send.c90 uint8_t ltkTemp[SMP_LTK_LEN] = {0x00}; in SMP_SendDistKeysToRemoteEncKey()
91 uint8_t masterIdRandTemp[SMP_MASTER_RAND_LEN] = {0x00}; in SMP_SendDistKeysToRemoteEncKey()
119 uint8_t irkTemp[SMP_IRK_LEN] = {0x00}; in SMP_SendDistKeysToRemoteIdKey()
149 uint8_t csrkTemp[SMP_CSRK_LEN] = {0x00}; in SMP_SendDistKeysToRemoteSignKey()
236 (void)memset_s(ctx, sizeof(SMP_SendL2capDataCbTask_t), 0x00, sizeof(SMP_SendL2capDataCbTask_t)); in SMP_SendDataCallback()
269 (void)memset_s(ctx, sizeof(SMP_SendL2capDataCbTask_t), 0x00, sizeof(SMP_SendL2capDataCbTask_t)); in SMP_SendPairingResponseCallback()
321 (void)memset_s(ctx, sizeof(SMP_SendL2capDataCbTask_t), 0x00, sizeof(SMP_SendL2capDataCbTask_t)); in SMP_SendEncryptionInformationCallback()
347 (void)memset_s(ctx, sizeof(SMP_SendL2capDataCbTask_t), 0x00, sizeof(SMP_SendL2capDataCbTask_t)); in SMP_SendMasterIdentificationCallback()
373 (void)memset_s(ctx, sizeof(SMP_SendL2capDataCbTask_t), 0x00, sizeof(SMP_SendL2capDataCbTask_t)); in SMP_SendIdentityInformationCallback()
399 (void)memset_s(ctx, sizeof(SMP_SendL2capDataCbTask_t), 0x00, sizeo in SMP_SendIdentityAddressInformationCallback()
[all...]
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtintel.c21 #define BDADDR_INTEL (&(bdaddr_t){{0x00, 0x8b, 0x9e, 0x19, 0x03, 0x00}})
68 static const u8 param[] = { 0x01, 0x00 }; in btintel_enter_mfg()
85 u8 param[] = { 0x00, 0x00 }; in btintel_exit_mfg()
89 * 0x00: Just disable the manufacturing mode (0x00). in btintel_exit_mfg()
137 param[0] = 0x00; in btintel_set_diag()
138 param[1] = 0x00; in btintel_set_diag()
139 param[2] = 0x00; in btintel_set_diag()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35510.c175 * @avdd: setting for AVDD ranging from 0x00 = 6.5V to 0x14 = 4.5V
204 * @avee: setting for AVEE ranging from 0x00 = -6.5V to 0x14 = -4.5V
224 * @vgh: setting for VGH ranging from 0x00 = 7.0V to 0x0B = 18.0V
243 * @vgl: setting for VGL ranging from 0x00 = -2V to 0x0f = -15V in
267 * VGMP 0x00 = 3.0V .. 0x108 = 6.3V in steps of 12.5mV
268 * VGSP 0x00 = 0V .. 0x111 = 3.7V in steps of 12.5mV
282 * 0x00 = 0.0 us to 0x0f = 7.5 us in steps of 0.5us. The default
317 * 0x00 = 0us .. 0xFF = 12.75us in 0.05us steps
319 * 0x00 = 0us .. 0xFF = 12.75us in 0.05us steps
379 static const u8 nt35510_mauc_mtp_read_setting[] = { 0x01, 0x02, 0x00,
[all...]
H A Dpanel-boe-tv101wum-nl6.c83 _INIT_DCS_CMD(0xB0, 0x00),
86 _INIT_DCS_CMD(0xB8, 0x00),
87 _INIT_DCS_CMD(0xB0, 0x00),
99 _INIT_DCS_CMD(0xDC, 0x00),
100 _INIT_DCS_CMD(0xDD, 0x00),
103 _INIT_DCS_CMD(0xC8, 0x00),
104 _INIT_DCS_CMD(0xC9, 0x00),
126 _INIT_DCS_CMD(0xC0, 0x00),
143 _INIT_DCS_CMD(0xD2, 0x00),
163 _INIT_DCS_CMD(0xC3, 0x00),
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000-core.c252 TM6010_REQ07_R53_VBI_DATA_TYPE_LINE23, 0x00); in tm6000_set_vbi()
254 TM6010_REQ07_R54_VBI_DATA_TYPE_RLINES, 0x00); in tm6000_set_vbi()
258 TM6010_REQ07_R56_VBI_LOOP_FILTER_I_GAIN, 0x00); in tm6000_set_vbi()
266 tm6000_set_reg(dev, TM6010_REQ07_R3F_RESET, 0x00); in tm6000_set_vbi()
285 0x00, 0x40); in tm6000_init_analog_mode()
305 tm6000_set_reg(dev, TM6010_REQ07_RFF_SOFT_RESET, 0x00); in tm6000_init_analog_mode()
310 tm6000_set_reg(dev, TM6010_REQ07_R3F_RESET, 0x00); in tm6000_init_analog_mode()
348 0x00, 0x60); in tm6000_init_digital_mode()
358 tm6000_set_reg(dev, TM6010_REQ07_RFF_SOFT_RESET, 0x00); in tm6000_init_digital_mode()
377 tm6000_set_reg(dev, REQ_04_EN_DISABLE_MCU_INT, 0x0020, 0x00); in tm6000_init_digital_mode()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35510.c175 * @avdd: setting for AVDD ranging from 0x00 = 6.5V to 0x14 = 4.5V
204 * @avee: setting for AVEE ranging from 0x00 = -6.5V to 0x14 = -4.5V
224 * @vgh: setting for VGH ranging from 0x00 = 7.0V to 0x0B = 18.0V
243 * @vgl: setting for VGL ranging from 0x00 = -2V to 0x0f = -15V in
267 * VGMP 0x00 = 3.0V .. 0x108 = 6.3V in steps of 12.5mV
268 * VGSP 0x00 = 0V .. 0x111 = 3.7V in steps of 12.5mV
282 * 0x00 = 0.0 us to 0x0f = 7.5 us in steps of 0.5us. The default
317 * 0x00 = 0us .. 0xFF = 12.75us in 0.05us steps
319 * 0x00 = 0us .. 0xFF = 12.75us in 0.05us steps
379 static const u8 nt35510_mauc_mtp_read_setting[] = { 0x01, 0x02, 0x00,
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dadau1372.c41 #define ADAU1372_REG_CLK_CTRL 0x00
982 regmap_write(regmap, ADAU1372_REG_MODE_MP(1), 0x00); /* SDATA OUT */ in adau1372_probe()
994 { ADAU1372_REG_CLK_CTRL, 0x00 },
995 { ADAU1372_REG_PLL(0), 0x00 },
996 { ADAU1372_REG_PLL(1), 0x00 },
997 { ADAU1372_REG_PLL(2), 0x00 },
998 { ADAU1372_REG_PLL(3), 0x00 },
999 { ADAU1372_REG_PLL(4), 0x00 },
1000 { ADAU1372_REG_PLL(5), 0x00 },
1009 { ADAU1372_REG_ASRC_MODE, 0x00 },
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dcs42xx8.c405 { 0x02, 0x00 }, /* Power Control */
408 { 0x05, 0x00 }, /* ADC Control & DAC De-Emphasis */
410 { 0x07, 0x00 }, /* DAC Channel Mute */
411 { 0x08, 0x00 }, /* Volume Control AOUT1 */
412 { 0x09, 0x00 }, /* Volume Control AOUT2 */
413 { 0x0a, 0x00 }, /* Volume Control AOUT3 */
414 { 0x0b, 0x00 }, /* Volume Control AOUT4 */
415 { 0x0c, 0x00 }, /* Volume Control AOUT5 */
416 { 0x0d, 0x00 }, /* Volume Control AOUT6 */
417 { 0x0e, 0x00 }, /* Volum
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H A Dtda18271-common.c113 unsigned char buf = 0x00; in tda18271_read_regs()
143 unsigned char buf = 0x00; in tda18271_read_extended()
311 regs[R_CD1] = 0x00; in tda18271_init_regs()
312 regs[R_CD2] = 0x00; in tda18271_init_regs()
313 regs[R_CD3] = 0x00; in tda18271_init_regs()
314 regs[R_MPD] = 0x00; in tda18271_init_regs()
315 regs[R_MD1] = 0x00; in tda18271_init_regs()
316 regs[R_MD2] = 0x00; in tda18271_init_regs()
317 regs[R_MD3] = 0x00; in tda18271_init_regs()
335 regs[R_EB9] = 0x00; in tda18271_init_regs()
[all...]
/kernel/linux/linux-6.6/drivers/media/tuners/
H A Dtda18271-common.c113 unsigned char buf = 0x00; in tda18271_read_regs()
143 unsigned char buf = 0x00; in tda18271_read_extended()
311 regs[R_CD1] = 0x00; in tda18271_init_regs()
312 regs[R_CD2] = 0x00; in tda18271_init_regs()
313 regs[R_CD3] = 0x00; in tda18271_init_regs()
314 regs[R_MPD] = 0x00; in tda18271_init_regs()
315 regs[R_MD1] = 0x00; in tda18271_init_regs()
316 regs[R_MD2] = 0x00; in tda18271_init_regs()
317 regs[R_MD3] = 0x00; in tda18271_init_regs()
335 regs[R_EB9] = 0x00; in tda18271_init_regs()
[all...]
/kernel/linux/linux-5.10/fs/ecryptfs/
H A Dcrypto.c1729 /* We could either offset on every reverse map or just pad some 0x00's
1732 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 7 */
1733 0x00,
[all...]
/kernel/linux/linux-6.6/fs/ecryptfs/
H A Dcrypto.c1701 /* We could either offset on every reverse map or just pad some 0x00's
1704 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, /* 7 */
1705 0x00,
[all...]
/kernel/linux/linux-5.10/drivers/input/mouse/
H A Dcyapa.h19 #define CYAPA_GEN_UNKNOWN 0x00 /* unknown protocol. */
30 #define SMBUS_WRITE 0x00
37 #define CYAPA_CMD_SOFT_RESET 0x00
53 #define BL_HEAD_OFFSET 0x00
67 #define REG_OP_STATUS 0x00
93 * The default value read from it is always 0x00.
95 #define REG_BL_FILE 0x00
96 #define BL_FILE 0x00
137 #define BL_ERROR_NO_ERR_IDLE 0x00
153 #define PWR_MODE_OFF (0x00 <<
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/smipcie/
H A Dsmipcie.h59 #define MSI_DELAY_TIMER (MSI_CONTROL_REG_BASE + 0x00)
70 #define MUX_MODE_CTRL (SYSTEM_CONTROL_REG_BASE + 0x00)
72 #define rbPaMSDtvNoGpio 0x00 /*[2:0], DTV Simple mode */
78 #define rbPbMSDtvNoGpio 0x00 /*[5:3], DTV Simple mode */
98 #define IR_Init_Reg (IR_CONTROL_REG_BASE + 0x00)
106 #define rbIRlowidle 0x00
110 #define I2C_A_CTL_STATUS (I2C_A_CONTROL_REG_BASE + 0x00)
119 #define I2C_B_CTL_STATUS (I2C_B_CONTROL_REG_BASE + 0x00)
130 #define MPEG2_CTRL_A (DTV_PORTA_CONTROL_REG_BASE + 0x00)
137 #define DMA_PORTA_CHAN0_ADDR_LOW (DMA_PORTA_CONTROL_REG_BASE + 0x00)
[all...]
/kernel/linux/linux-5.10/include/uapi/sound/
H A Demu10k1.h48 #define iMAC0 0x00 /* R = A + (X * Y >> 31) ; saturation */
66 #define FXBUS(x) (0x00 + (x)) /* x = 0x00 - 0x0f */
67 #define EXTIN(x) (0x10 + (x)) /* x = 0x00 - 0x0f */
68 #define EXTOUT(x) (0x20 + (x)) /* x = 0x00 - 0x0f physical outs -> FXWC low 16 bits */
69 #define FXBUS2(x) (0x30 + (x)) /* x = 0x00 - 0x0f copies of fx buses for capture -> FXWC high 16 bits */
100 #define GPR(x) (FXGPREGBASE + (x)) /* free GPRs: x = 0x00 - 0xff */
101 #define ITRAM_DATA(x) (TANKMEMDATAREGBASE + 0x00 + (x)) /* x = 0x00 - 0x7f */
102 #define ETRAM_DATA(x) (TANKMEMDATAREGBASE + 0x80 + (x)) /* x = 0x00
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/cpia2/
H A Dcpia2_registers.h19 #define CPIA2_SYSTEM_DEVICE_HI 0x00
23 #define CPIA2_SYSTEM_CONTROL_LOW_POWER 0x00
40 #define CPIA2_SYSTEM_SERIAL_CTRL_NULL_CMD 0x00
129 #define CPIA2_VC_MP_DIR_INPUT 0x00
135 #define CPIA2_VC_DP_CTRL_MODE_0 0x00
142 #define CPIA2_VC_AD_CTRL_SRC_0 0x00
145 #define CPIA2_VC_AD_CTRL_DST_USB 0x00
159 #define CPIA2_VC_ST_CTRL_SRC_VC 0x00
165 #define CPIA2_VC_ST_CTRL_DST_USB 0x00
173 #define CPIA2_VC_ST_TEST_MODE_MANUAL 0x00
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/smipcie/
H A Dsmipcie.h59 #define MSI_DELAY_TIMER (MSI_CONTROL_REG_BASE + 0x00)
70 #define MUX_MODE_CTRL (SYSTEM_CONTROL_REG_BASE + 0x00)
72 #define rbPaMSDtvNoGpio 0x00 /*[2:0], DTV Simple mode */
78 #define rbPbMSDtvNoGpio 0x00 /*[5:3], DTV Simple mode */
98 #define IR_Init_Reg (IR_CONTROL_REG_BASE + 0x00)
106 #define rbIRlowidle 0x00
110 #define I2C_A_CTL_STATUS (I2C_A_CONTROL_REG_BASE + 0x00)
119 #define I2C_B_CTL_STATUS (I2C_B_CONTROL_REG_BASE + 0x00)
130 #define MPEG2_CTRL_A (DTV_PORTA_CONTROL_REG_BASE + 0x00)
137 #define DMA_PORTA_CHAN0_ADDR_LOW (DMA_PORTA_CONTROL_REG_BASE + 0x00)
[all...]

Completed in 28 milliseconds

1...<<61626364656667686970>>...747