Searched defs:ph_command (Results 1 - 8 of 8) sorted by relevance

/drivers/isdn/hisax/
H A Dicc.c41 ph_command(struct IsdnCardState *cs, unsigned int command) function
44 debugl1(cs, "ph_command %x", command);
54 ph_command(cs, ICC_CMD_DI);
503 ph_command(cs, ICC_CMD_DI);
505 ph_command(cs, ICC_CMD_RES);
510 ph_command(cs, ICC_CMD_DI);
515 ph_command(cs, ICC_CMD_AR);
520 ph_command(cs, ICC_CMD_AI);
646 ph_command(cs, ICC_CMD_RES);
648 ph_command(c
[all...]
H A Disac.c40 ph_command(struct IsdnCardState *cs, unsigned int command) function
43 debugl1(cs, "ph_command %x", command);
54 ph_command(cs, ISAC_CMD_DUI);
506 ph_command(cs, ISAC_CMD_TIM);
508 ph_command(cs, ISAC_CMD_RS);
513 ph_command(cs, ISAC_CMD_TIM);
518 ph_command(cs, ISAC_CMD_AR8);
644 ph_command(cs, ISAC_CMD_RS);
H A Dipacx.c35 static void ph_command(struct IsdnCardState *cs, unsigned int command);
59 ph_command(struct IsdnCardState *cs, unsigned int command) function
62 debugl1(cs, "ph_command (%#x) in (%#x)", command,
65 // printk(KERN_INFO "ph_command (%#x)\n", command);
153 ph_command(cs, IPACX_CMD_TIM);
155 ph_command(cs, IPACX_CMD_RES);
159 ph_command(cs, IPACX_CMD_AR8);
909 ph_command(cs, IPACX_CMD_RES);
H A Dw6692.c60 ph_command(struct IsdnCardState *cs, unsigned int command) function
63 debugl1(cs, "ph_command %x", command);
73 ph_command(cs, W_L1CMD_DRC);
626 ph_command(cs, W_L1CMD_ECK);
629 ph_command(cs, W_L1CMD_RST);
637 ph_command(cs, W_L1CMD_ECK);
642 ph_command(cs, W_L1CMD_AR8);
908 ph_command(cs, W_L1CMD_RST);
911 ph_command(cs, W_L1CMD_ECK);
H A Dhisax_isac.c251 static void ph_command(struct isac *isac, unsigned int command) function
253 DBG(DBG_L1M, "ph_command %#x", command);
271 ph_command(isac, ISAC_CMD_DI);
280 ph_command(isac, ISAC_CMD_DI);
294 ph_command(isac, ISAC_CMD_DI);
302 ph_command(isac, ISAC_CMD_DI);
334 ph_command(isac, ISAC_CMD_AR8);
356 ph_command(isac, ISAC_CMD_AR8);
363 ph_command(isac, ISAC_CMD_DI);
779 ph_command(isa
[all...]
H A Dhisax.h854 void (*ph_command) (struct IsdnCardState *, u_char, char *); member in struct:amd7930_chip
/drivers/isdn/hardware/mISDN/
H A DmISDNipac.c47 ph_command(struct isac_hw *isac, u8 command) function
49 pr_debug("%s: ph_command %x\n", isac->name, command);
62 ph_command(isac, ISAC_CMD_DUI);
647 ph_command(isac, ISAC_CMD_AR8);
652 ph_command(isac, ISAC_CMD_AR10);
660 ph_command(isac, ISAC_CMD_TIM);
662 ph_command(isac, ISAC_CMD_RS);
682 ph_command(isac, ISAC_CMD_TIM);
815 ph_command(isac, ISAC_CMD_RS);
856 ph_command(isa
[all...]
H A Dw6692.c192 ph_command(struct w6692_hw *card, u8 cmd) function
194 pr_debug("%s: ph_command %x\n", card->name, cmd);
202 ph_command(card, W_L1CMD_DRC);
854 ph_command(card, W_L1CMD_RST);
855 ph_command(card, W_L1CMD_ECK);
1133 ph_command(card, W_L1CMD_AR8);
1138 ph_command(card, W_L1CMD_AR10);
1144 ph_command(card, W_L1CMD_RST);
1145 ph_command(card, W_L1CMD_ECK);
1165 ph_command(car
[all...]

Completed in 95 milliseconds