Searched full:ech (Results  1 – 8 of 8) sorted by relevance
| /linux/drivers/isdn/mISDN/ | 
| H A D | hwchannel.c | 230 recv_Echannel(struct dchannel *ech, struct dchannel *dch)  in recv_Echannel()  argument234 	if (ech->rx_skb->len < 2) { /* at least 2 for sapi / tei */  in recv_Echannel()
 235 		dev_kfree_skb(ech->rx_skb);  in recv_Echannel()
 236 		ech->rx_skb = NULL;  in recv_Echannel()
 239 	hh = mISDN_HEAD_P(ech->rx_skb);  in recv_Echannel()
 241 	hh->id = get_sapi_tei(ech->rx_skb->data);  in recv_Echannel()
 242 	skb_queue_tail(&dch->rqueue, ech->rx_skb);  in recv_Echannel()
 243 	ech->rx_skb = NULL;  in recv_Echannel()
 
 | 
| /linux/drivers/mtd/ubi/ | 
| H A D | fastmap.c | 406 	struct ubi_ec_hdr *ech;  in scan_pool()  local410 	ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL);  in scan_pool()
 411 	if (!ech)  in scan_pool()
 416 		kfree(ech);  in scan_pool()
 440 		err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0);  in scan_pool()
 453 		image_seq = be32_to_cpu(ech->image_seq);  in scan_pool()
 457 				be32_to_cpu(ech->image_seq), ubi->image_seq);  in scan_pool()
 464 			unsigned long long ec = be64_to_cpu(ech->ec);  in scan_pool()
 481 			new_aeb = ubi_alloc_aeb(ai, pnum, be64_to_cpu(ech->ec));  in scan_pool()
 511 	kfree(ech);  in scan_pool()
 [all …]
 
 | 
| H A D | attach.c | 944 	struct ubi_ec_hdr *ech = ai->ech;  in scan_peb()  local961 	err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0);  in scan_peb()
 999 		if (ech->version != UBI_VERSION) {  in scan_peb()
 1001 				UBI_VERSION, (int)ech->version);  in scan_peb()
 1005 		ec = be64_to_cpu(ech->ec);  in scan_peb()
 1016 			ubi_dump_ec_hdr(ech);  in scan_peb()
 1031 		image_seq = be32_to_cpu(ech->image_seq);  in scan_peb()
 1037 			ubi_dump_ec_hdr(ech);  in scan_peb()
 1384 	ai->ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL);  in scan_all()
 1385 	if (!ai->ech)  in scan_all()
 [all …]
 
 | 
| H A D | ubi.h | 752  * @ech: temporary EC header. Only available during scan782 	struct ubi_ec_hdr *ech;  member
 
 | 
| /linux/drivers/isdn/hardware/mISDN/ | 
| H A D | hfcsusb.c | 429 	test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags);  in open_dchannel()436 			set_bit(FLG_ACTIVE, &hw->ech.Flags);  in open_dchannel()
 437 			_queue_data(&hw->ech.dev.D, PH_ACTIVATE_IND,  in open_dchannel()
 817 		       "dch(%p) bch(%p) ech(%p)\n",  in hfcsusb_rx_frame()
 819 		       fifo->dch, fifo->bch, fifo->ech);  in hfcsusb_rx_frame()
 824 	if ((!!fifo->dch + !!fifo->bch + !!fifo->ech) != 1) {  in hfcsusb_rx_frame()
 855 	if (fifo->ech) {  in hfcsusb_rx_frame()
 856 		rx_skb = fifo->ech->rx_skb;  in hfcsusb_rx_frame()
 857 		maxlen = fifo->ech->maxlen;  in hfcsusb_rx_frame()
 861 	if (fifo->dch || fifo->ech) {  in hfcsusb_rx_frame()
 [all …]
 
 | 
| H A D | hfcsusb.h | 266 	struct dchannel *ech;	/* link to hfcsusb_t->ech, TODO: E-CHANNEL */  member275 	struct dchannel		ech; /* TODO : wait for struct echannel ;) */  member
 
 | 
| /linux/sound/pci/lx6464es/ | 
| H A D | lx_defs.h | 14 #define	XES_FREQ_COUNT8_MASK    0x00001FFF /* compteur 25MHz entre 8 ech. */
 | 
| /linux/drivers/tty/vt/ | 
| H A D | ucs_fallback_table.h_shipped | 763 	{ 0x35, 0x45 }, /* ARMENIAN CAPITAL LETTER ECH -> 'E' */795 	{ 0x65, 0x65 }, /* ARMENIAN SMALL LETTER ECH -> 'e' */
 
 |