Searched refs:osp (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dopl3.h2 int opl3_detect (int ioaddr, int *osp);
3 int opl3_init(int ioaddr, int *osp, struct module *owner);
H A Dad1848.h15 int dma_capture, int share_dma, int *osp, struct module *owner);
18 int ad1848_detect (struct resource *ports, int *flags, int *osp);
H A Dadlib_card.c22 hw_config->slots[0] = opl3_init(hw_config->io_base, hw_config->osp, THIS_MODULE);
27 return opl3_detect(hw_config->io_base, hw_config->osp);
H A Dsound_config.h74 int *osp; /* OS specific info */ member in struct:address_info
H A Dcs4232.c150 if (ad1848_detect(ports, NULL, hw_config->osp)) {
250 if (ad1848_detect(ports, NULL, hw_config->osp))
268 hw_config->osp,
H A Duart401.c36 int *osp; member in struct:uart401_devc
317 devc->osp = hw_config->osp;
H A Duart6850.c242 uart6850_osp = hw_config->osp;
274 uart6850_osp = hw_config->osp;
H A Dsb.h84 int *osp; member in struct:sb_devc
H A Dtrix.c217 ret = ad1848_detect(ports, NULL, hw_config->osp);
253 hw_config->osp,
H A Dopl3.c76 int *osp; member in struct:opl_devinfo
147 int opl3_detect(int ioaddr, int *osp) argument
185 devc->osp = osp;
1108 int opl3_init(int ioaddr, int *osp, struct module *owner) argument
H A Dpss.c138 int *osp; member in struct:pss_confdata
185 devc->osp = hw_config->osp;
702 devc->osp = hw_config->osp;
H A Dmpu401.c72 int *osp; member in struct:mpu_config
974 devc->osp = hw_config->osp;
1203 tmp_devc.osp = hw_config->osp;
H A Dsscape.c125 int *osp; member in struct:sscape_info
1211 devc->osp = hw_config->osp;
1299 if (!ad1848_detect(ports, &ad_flags, hw_config->osp)) {
1332 devc->osp,
H A Dad1848.c1536 int ad1848_detect(struct resource *ports, int *ad_flags, int *osp) argument
1946 int dma_capture, int share_dma, int *osp, struct module *owner)
2517 return ad1848_detect(ports, NULL, hw_config->osp);
2543 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp)))
2556 if (!(ret = ad1848_detect(ports, NULL, hw_config->osp)))
2591 return ad1848_detect(ports, NULL, hw_config->osp);
2619 hw_config->osp,
2679 hw_config->osp,
1945 ad1848_init(char *name, struct resource *ports, int irq, int dma_playback, int dma_capture, int share_dma, int *osp, struct module *owner) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Devp_asn1.c100 ASN1_OCTET_STRING os,*osp; local
116 if ((osp=ASN1_STRING_new()) == NULL) return(0);
118 if (!ASN1_STRING_set(osp,NULL,size))
120 ASN1_STRING_free(osp);
124 M_ASN1_STRING_length_set(osp, size);
125 p=M_ASN1_STRING_data(osp);
131 ASN1_TYPE_set(a,V_ASN1_SEQUENCE,osp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Devp_asn1.c100 ASN1_OCTET_STRING os,*osp; local
116 if ((osp=ASN1_STRING_new()) == NULL) return(0);
118 if (!ASN1_STRING_set(osp,NULL,size))
120 ASN1_STRING_free(osp);
124 M_ASN1_STRING_length_set(osp, size);
125 p=M_ASN1_STRING_data(osp);
131 ASN1_TYPE_set(a,V_ASN1_SEQUENCE,osp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ssl/
H A Dssl_asn1.c235 ASN1_OCTET_STRING os,*osp; local
239 osp= &os;
256 M_ASN1_D2I_get(osp,d2i_ASN1_OCTET_STRING);
289 M_ASN1_D2I_get(osp,d2i_ASN1_OCTET_STRING);
304 M_ASN1_D2I_get(osp,d2i_ASN1_OCTET_STRING);
315 M_ASN1_D2I_get_opt(osp,d2i_ASN1_OCTET_STRING,V_ASN1_OCTET_STRING);
331 M_ASN1_D2I_get_IMP_opt(osp,d2i_ASN1_OCTET_STRING,0,V_ASN1_OCTET_STRING);
368 M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Dssl_asn1.c235 ASN1_OCTET_STRING os,*osp; local
239 osp= &os;
256 M_ASN1_D2I_get_x(ASN1_OCTET_STRING,osp,d2i_ASN1_OCTET_STRING);
289 M_ASN1_D2I_get_x(ASN1_OCTET_STRING,osp,d2i_ASN1_OCTET_STRING);
304 M_ASN1_D2I_get_x(ASN1_OCTET_STRING,osp,d2i_ASN1_OCTET_STRING);
315 M_ASN1_D2I_get_opt(osp,d2i_ASN1_OCTET_STRING,V_ASN1_OCTET_STRING);
331 M_ASN1_D2I_get_IMP_opt(osp,d2i_ASN1_OCTET_STRING,0,V_ASN1_OCTET_STRING);
368 M_ASN1_D2I_get_EXP_opt(osp,d2i_ASN1_OCTET_STRING,4);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp23 // Cirrus Logic(R). The SPASM program will generate a object file (cwcdma.osp),

Completed in 136 milliseconds