Searched refs:pms (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dpms.c56 struct pms { struct
76 static struct pms pms_card;
92 static inline void mvv_write(struct pms *dev, u8 index, u8 value)
97 static inline u8 mvv_read(struct pms *dev, u8 index)
103 static int pms_i2c_stat(struct pms *dev, u8 slave)
141 static int pms_i2c_write(struct pms *dev, u16 slave, u16 sub, u16 data)
188 static int pms_i2c_read(struct pms *dev, int slave, int sub)
200 static void pms_i2c_andor(struct pms *dev, int slave, int sub, int and, int or)
214 static void pms_videosource(struct pms *dev, short source)
231 static void pms_hue(struct pms *de
[all...]
H A DMakefile94 obj-$(CONFIG_VIDEO_PMS) += pms.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-prodikeys.c245 struct pcmidi_sustain *pms = (struct pcmidi_sustain *)data; local
247 pcmidi_send_note(pms->pm, pms->status, pms->note, pms->velocity);
248 pms->in_use = 0;
253 struct pcmidi_sustain *pms; local
257 pms = &pm->sustained_notes[i];
258 pms->in_use = 0;
259 pms
267 struct pcmidi_sustain *pms; local
344 struct pcmidi_sustain *pms; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Ds3_srvr.c2411 unsigned char pms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_BLOCK_LENGTH]; local
2454 if (enc_pms.length > sizeof pms) {
2514 if (!EVP_DecryptUpdate(&ciph_ctx, pms, &outl,
2528 if (!EVP_DecryptFinal_ex(&ciph_ctx, &(pms[outl]), &padl)) {
2541 if (!((pms[0] == (s->client_version >> 8))
2542 && (pms[1] == (s->client_version & 0xff)))) {
2567 pms, outl);
2585 OPENSSL_cleanse(pms, sizeof(pms));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Ds3_srvr.c2411 unsigned char pms[SSL_MAX_MASTER_KEY_LENGTH + EVP_MAX_BLOCK_LENGTH]; local
2454 if (enc_pms.length > sizeof pms) {
2514 if (!EVP_DecryptUpdate(&ciph_ctx, pms, &outl,
2528 if (!EVP_DecryptFinal_ex(&ciph_ctx, &(pms[outl]), &padl)) {
2541 if (!((pms[0] == (s->client_version >> 8))
2542 && (pms[1] == (s->client_version & 0xff)))) {
2567 pms, outl);
2585 OPENSSL_cleanse(pms, sizeof(pms));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_srvr.c1862 unsigned char pms[SSL_MAX_MASTER_KEY_LENGTH local
1906 if(enc_pms.length > sizeof pms)
1974 if (!EVP_DecryptUpdate(&ciph_ctx, pms,&outl,
1987 if (!EVP_DecryptFinal_ex(&ciph_ctx,&(pms[outl]),&padl))
2023 s->session->master_key, pms, outl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin[all...]

Completed in 321 milliseconds