| /linux-4.1.27/drivers/isdn/hardware/eicon/ | 
| D | debug.c | 1431 	diva_trace_fax_state_t *fax = &channel->fax;  in diva_maint_state_change_notify()  local 1559 					if (ch != (int)fax->ChannelNumber) {  in diva_maint_state_change_notify() 1567 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Ch    = %lu", (int)fax->ChannelNumber);  in diva_maint_state_change_notify() 1568 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Event = %lu",     fax->Event);  in diva_maint_state_change_notify() 1569 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Pages = %lu",     fax->Page_Counter);  in diva_maint_state_change_notify() 1570 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Feat. = 0x%08x",  fax->Features);  in diva_maint_state_change_notify() 1571 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX ID    = <%s>",    &fax->Station_ID[0]);  in diva_maint_state_change_notify() 1572 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Saddr = <%s>",    &fax->Subaddress[0]);  in diva_maint_state_change_notify() 1573 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Pwd   = <%s>",    &fax->Password[0]);  in diva_maint_state_change_notify() 1574 			diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Speed = %lu",     fax->Speed);  in diva_maint_state_change_notify() [all …] 
 | 
| D | maintidi.c | 1334 	diva_trace_fax_state_t *pFax = &pLib->lines[Channel].fax;  in diva_create_fax_parse_table() 1628 		&pLib->InterfaceStat.fax.Disc_Normal;  in diva_create_parse_table() 1633 		&pLib->InterfaceStat.fax.Disc_Not_Ident;  in diva_create_parse_table() 1638 		&pLib->InterfaceStat.fax.Disc_No_Response;  in diva_create_parse_table() 1643 		&pLib->InterfaceStat.fax.Disc_Retries;  in diva_create_parse_table() 1648 		&pLib->InterfaceStat.fax.Disc_Unexp_Msg;  in diva_create_parse_table() 1653 		&pLib->InterfaceStat.fax.Disc_No_Polling;  in diva_create_parse_table() 1658 		&pLib->InterfaceStat.fax.Disc_Training;  in diva_create_parse_table() 1663 		&pLib->InterfaceStat.fax.Disc_Unexpected;  in diva_create_parse_table() 1668 		&pLib->InterfaceStat.fax.Disc_Application;  in diva_create_parse_table() [all …] 
 | 
| D | kst_ifc.h | 168 	diva_fax_call_statistics_t fax;  member 208 	diva_trace_fax_state_t fax;  member
  | 
| /linux-4.1.27/Documentation/isdn/ | 
| D | INTERFACE.fax | 1 $Id: INTERFACE.fax,v 1.2 2000/08/06 09:22:50 armin Exp $ 4 Description of the fax-subinterface between linklevel and hardwarelevel of  7   The communication between linklevel (LL) and hardwarelevel (HL) for fax 10   In order to use fax, the LL provides the pointer to this struct with the  11   command ISDN_CMD_SETL3 (parm.fax). This pointer expires in case of hangup  59   Defines the actual state of fax connection. Set by HL or LL 157   (+FNBC is not a known class 2 fax command, I added this to change the
  | 
| D | README.fax | 12 - You want to use the fax capabilities of your isdn-card. 16 NOTE: This implementation does *not* support fax with passive 41 is described in the files INTERFACE.fax and INTERFACE.
  | 
| D | 00-INDEX | 9 INTERFACE.fax 10 	- description of the fax subinterface of isdn4linux. 29 README.fax
  | 
| D | INTERFACE | 400       parm.fax    = Pointer to T30_s fax struct. (fax usage only) 468     With this command the HL-driver receives a fax sub-command. 469     For details refer to INTERFACE.fax 751     With this call the HL-driver signals a fax sub-command to the LL. 752     For details refer to INTERFACE.fax
  | 
| D | README.hysdn | 99    The fields b-chans and fax-chans announce the available card resources of
  | 
| D | README.HiSax | 416 At the moment, the Sedlbauer speed fax+ is the only card, which 427 ISAR based cards (like the Sedlbauer speed fax+).
  | 
| /linux-4.1.27/drivers/isdn/i4l/ | 
| D | Kconfig | 76 	  Fax Class 1 and 2 commands. Using a getty with fax-support 78 	  an ISDN-fax-machine. This must be supported by the lowlevel driver 79 	  also. See <file:Documentation/isdn/README.fax> for more information.
  | 
| D | isdn_ttyfax.c | 51 	T30_s *f = info->fax;  in isdn_tty_fax_modem_result() 193 	T30_s *f = info->fax;  in isdn_tty_fax_command() 291 	if (!info->fax->bor) {  in isdn_tty_fax_bitorder() 415 	T30_s *f = info->fax;  in isdn_tty_cmd_FCLASS2()
  | 
| D | isdn_tty.c | 657 			cmd.parm.fax = info->fax;  in isdn_tty_dial() 658 			info->fax->direction = ISDN_TTY_FAX_CONN_OUT;  in isdn_tty_dial() 714 	info->fax->phase = ISDN_FAX_PHASE_IDLE;  in isdn_tty_modem_hup() 1677 	T30_s *f = info->fax;  in isdn_tty_modem_reset_faxpar() 1793 		if (!(info->fax = kmalloc(sizeof(T30_s), GFP_KERNEL))) {  in isdn_tty_modem_init() 1839 		kfree(info->fax);  in isdn_tty_modem_init() 1862 		kfree(info->fax);  in isdn_tty_exit() 3006 			cmd.parm.fax = info->fax;  in isdn_tty_cmd_ATA() 3007 			info->fax->direction = ISDN_TTY_FAX_CONN_IN;  in isdn_tty_cmd_ATA()
  | 
| /linux-4.1.27/include/linux/ | 
| D | isdnif.h | 382 		T30_s	*fax;	/* Pointer to ttys fax struct		*/  member
  | 
| D | isdn.h | 352   struct T30_s		*fax;		 /* T30 Fax Group 3 data/interface */  member
  | 
| /linux-4.1.27/net/netfilter/ | 
| D | Kconfig | 213 	  Forwarding, RTP/RTCP and T.120 based audio, video, fax, chat,
  | 
| /linux-4.1.27/Documentation/ | 
| D | devices.txt | 2369 158 char	Dialogic GammaLink fax driver
  |