Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/isdn/mISDN/
H A Dhwchannel.c230 recv_Echannel(struct dchannel *ech, struct dchannel *dch) in recv_Echannel() argument
234 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()
/OK3568_Linux_fs/u-boot/drivers/mtd/ubi/
H A Dattach.c91 static struct ubi_ec_hdr *ech; variable
832 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in scan_peb()
870 if (ech->version != UBI_VERSION) { in scan_peb()
872 UBI_VERSION, (int)ech->version); in scan_peb()
876 ec = be64_to_cpu(ech->ec); in scan_peb()
887 ubi_dump_ec_hdr(ech); in scan_peb()
902 image_seq = be32_to_cpu(ech->image_seq); in scan_peb()
908 ubi_dump_ec_hdr(ech); in scan_peb()
1233 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_all()
1234 if (!ech) in scan_all()
[all …]
H A Dfastmap.c465 struct ubi_ec_hdr *ech; in scan_pool() local
469 ech = kzalloc(ubi->ec_hdr_alsize, GFP_KERNEL); in scan_pool()
470 if (!ech) in scan_pool()
475 kfree(ech); in scan_pool()
497 err = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in scan_pool()
510 image_seq = be32_to_cpu(ech->image_seq); in scan_pool()
514 be32_to_cpu(ech->image_seq), ubi->image_seq); in scan_pool()
521 unsigned long long ec = be64_to_cpu(ech->ec); in scan_pool()
542 new_aeb->ec = be64_to_cpu(ech->ec); in scan_pool()
568 kfree(ech); in scan_pool()
[all …]
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Dattach.c944 struct ubi_ec_hdr *ech = ai->ech; in scan_peb() local
961 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 Dfastmap.c406 struct ubi_ec_hdr *ech; in scan_pool() local
410 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 Dubi.h784 struct ubi_ec_hdr *ech; member
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c424 test_and_clear_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel()
431 set_bit(FLG_ACTIVE, &hw->ech.Flags); in open_dchannel()
432 _queue_data(&hw->ech.dev.D, PH_ACTIVATE_IND, in open_dchannel()
814 fifo->dch, fifo->bch, fifo->ech); in hfcsusb_rx_frame()
819 if ((!!fifo->dch + !!fifo->bch + !!fifo->ech) != 1) { in hfcsusb_rx_frame()
850 if (fifo->ech) { in hfcsusb_rx_frame()
851 rx_skb = fifo->ech->rx_skb; in hfcsusb_rx_frame()
852 maxlen = fifo->ech->maxlen; in hfcsusb_rx_frame()
856 if (fifo->dch || fifo->ech) { in hfcsusb_rx_frame()
862 if (fifo->ech) in hfcsusb_rx_frame()
[all …]
H A Dhfcsusb.h266 struct dchannel *ech; /* link to hfcsusb_t->ech, TODO: E-CHANNEL */ member
275 struct dchannel ech; /* TODO : wait for struct echannel ;) */ member
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190803.patch.gz ... # of the features are missing. 130 # - ECH does not work properly 131@@ -4257, ...
HDncurses-6.1-20191109.patch.gz ... %dM, dl1=\E[M, 126 ech=\E[%p1%dX, ed= ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20200118.patch.gz1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
HDncurses-6.1-20190727.patch.gz1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/u-boot/drivers/mtd/ubispl/
H A Dubispl.c554 ret = ubi_io_read_ec_hdr(ubi, pnum, ech, 0); in ubi_scan_fastmap()
564 image_seq = be32_to_cpu(ech->image_seq); in ubi_scan_fastmap()
573 be32_to_cpu(ech->image_seq), ubi->image_seq); in ubi_scan_fastmap()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dcs_CZ65 % jinak rovna (v prvních třech průchodech).
81 % Pokud jsou hesla shodná v prvních třech průchodech, pak jsou srovnána tak
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dcs_CZ65 % jinak rovna (v prvních třech průchodech).
81 % Pokud jsou hesla shodná v prvních třech průchodech, pak jsou srovnána tak
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...