[go: nahoru, domu]

Searched defs:typ (Results 1 - 10 of 10) sorted by relevance

/drivers/isdn/hisax/
H A Dhisax_cfg.h57 int typ; member in struct:IsdnCard
H A Delsa.c291 if ((cs->typ == ISDN_CTYPE_ELSA_PCMCIA) && (*cs->busy_flag == 1)) {
763 if (cs->typ == ISDN_CTYPE_ELSA) {
775 probe_elsa_adr(unsigned int adr, int typ) argument
783 if (typ != ISDN_CTYPE_ELSA_PCMCIA) {
831 if ((cs->subtyp = probe_elsa_adr(CARD_portlist[i], cs->typ)))
846 cs->typ))) {
1129 if (cs->typ != ISDN_CTYPE_ELSA_PCMCIA && !request_region(cs->hw.elsa.base, bytecnt, "elsa isdn")) {
1225 if (cs->typ == ISDN_CTYPE_ELSA) {
1230 } else if (cs->typ == ISDN_CTYPE_ELSA_PNP) {
1235 } else if (cs->typ
[all...]
H A Disdnl2.c879 enquiry_cr(struct PStack *st, u_char typ, u_char cr, u_char pf) argument
889 tmp[i++] = typ;
892 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0);
969 int PollFlag, rsp, typ = RR; local
980 typ = RNR;
984 typ = REJ;
1002 if (typ == REJ) {
1009 } else if ((nr == l2->vs) && (typ == RR)) {
1014 } else if ((l2->va != nr) || (typ == RNR)) {
1016 if (typ !
[all...]
H A Dhisax.h888 u_char typ; member in struct:IsdnCardState
/drivers/isdn/capi/
H A Dcapiutil.c26 int typ; member in struct:__anon1752
229 #define TYP (cdef[cmsg->par[cmsg->p]].typ)
/drivers/spi/
H A Dspi-orion.c54 enum orion_spi_type typ; member in struct:orion_spi_dev
108 if (devdata->typ == ARMADA_SPI) {
397 .typ = ORION_SPI,
404 .typ = ARMADA_SPI,
/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c82 enum inf_types typ; member in struct:inf_cinfo
407 switch (hw->ci->typ) {
451 switch (hw->ci->typ) {
504 switch (hw->ci->typ) {
725 switch (hw->ci->typ) {
879 switch (card->ci->typ) {
1064 get_card_info(enum inf_types typ) argument
1068 while (ci->typ != INF_NONE) {
1069 if (ci->typ == typ)
[all...]
H A Dnetjet.c80 enum nj_types typ; member in struct:tiger_hw
293 if (card->typ == NETJET_S_TJ320) /* TJ320 */
1112 card->typ = NETJET_S_TJ320;
1114 card->typ = NETJET_S_TJ300;
/drivers/isdn/mISDN/
H A Dlayer2.c1110 enquiry_cr(struct layer2 *l2, u_char typ, u_char cr, u_char pf) argument
1118 tmp[i++] = typ;
1121 tmp[i++] = (l2->vr << 5) | typ | (pf ? 0x10 : 0);
1197 int PollFlag, rsp, typ = RR; local
1207 typ = RNR;
1211 typ = REJ;
1229 if (typ == REJ) {
1236 } else if ((nr == l2->vs) && (typ == RR)) {
1241 } else if ((l2->va != nr) || (typ == RNR)) {
1243 if (typ !
[all...]
/drivers/staging/lustre/lustre/obdecho/
H A Decho_client.c1224 enum cl_req_type typ = rw == READ ? CRT_READ : CRT_WRITE; local
1226 async = async && (typ == CRT_WRITE);
1228 rc = cl_echo_async_brw(env, io, typ, queue);
1230 rc = cl_io_submit_sync(env, io, typ, queue, 0);

Completed in 155 milliseconds