Home
last modified time | relevance | path

Searched refs:t30 (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/isdn/eicon/
Deicon_idi.c1031 eicon_t30_s *t30 = (eicon_t30_s *) buffer; in idi_fill_in_T30() local
1037 memset(t30, 0, sizeof(eicon_t30_s)); in idi_fill_in_T30()
1038 t30->station_id_len = EICON_FAXID_LEN; in idi_fill_in_T30()
1039 memcpy(&t30->station_id[0], &chan->fax->id[0], EICON_FAXID_LEN); in idi_fill_in_T30()
1040 t30->resolution = chan->fax->resolution; in idi_fill_in_T30()
1041 t30->rate = chan->fax->rate + 1; /* eicon rate starts with 1 */ in idi_fill_in_T30()
1042 t30->format = T30_FORMAT_SFF; in idi_fill_in_T30()
1043 t30->pages_low = 0; in idi_fill_in_T30()
1044 t30->pages_high = 0; in idi_fill_in_T30()
1045 t30->atf = 1; /* optimised for AT+F command set */ in idi_fill_in_T30()
[all …]