| /OK3568_Linux_fs/kernel/drivers/media/usb/stkwebcam/ |
| H A D | stk-sensor.c | 357 u8 idl = 0; in stk_sensor_init() local 369 || stk_sensor_inb(dev, REG_MIDL, &idl)) { in stk_sensor_init() 373 if (idh != 0x7f || idl != 0xa2) { in stk_sensor_init() 378 || stk_sensor_inb(dev, REG_VER, &idl)) { in stk_sensor_init() 385 idh, idl, SENSOR_ADDRESS); in stk_sensor_init()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 545 idl = get_id_list(alltests) 546 return [x for x in idl if idl.count(x) > 1] 553 idl = get_id_list(alltests) 554 return (any(newid == x for x in idl))
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/ |
| H A D | focaltech_core.c | 86 u8 idl = 0; in fts_wait_tp_to_valid() local 92 ret = fts_read_reg(FTS_REG_CHIP_ID2, &idl); in fts_wait_tp_to_valid() 93 if ((ret < 0) || (idh != chip_idh) || (idl != chip_idl)) { in fts_wait_tp_to_valid() 94 FTS_DEBUG("TP Not Ready,ReadData:0x%02x%02x", idh, idl); in fts_wait_tp_to_valid() 95 } else if ((idh == chip_idh) && (idl == chip_idl)) { in fts_wait_tp_to_valid() 96 FTS_INFO("TP Ready,Device ID:0x%02x%02x", idh, idl); in fts_wait_tp_to_valid()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/ |
| H A D | analogix-anx6345.c | 655 unsigned int i, idl, idh, version; in anx6345_get_chip_id() local 657 if (regmap_read(anx6345->map[I2C_IDX_TXCOM], SP_DEVICE_IDL_REG, &idl)) in anx6345_get_chip_id() 663 anx6345->chipid = (u8)idl | ((u8)idh << 8); in anx6345_get_chip_id()
|
| H A D | analogix-anx78xx.c | 1210 unsigned int i, idl, idh, version; in anx78xx_i2c_probe() local 1279 &idl); in anx78xx_i2c_probe() 1288 anx78xx->chipid = (u8)idl | ((u8)idh << 8); in anx78xx_i2c_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/focaltech_test/ |
| H A D | focaltech_test.h | 552 #define TEST_IC_VERSION(idh, idl, ver1, ver0) \ argument 553 (((idh) << 24) | ((idl) << 16) | ((ver1) << 8) | (ver0))
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdcore.c | 133 struct idr_layer *idl; in idr_alloc() local 137 idl = &idp->id[i]; in idr_alloc() 138 if (idl->used == 0) { in idr_alloc() 139 idl->used = 1; in idr_alloc() 140 idl->ptr = ptr; in idr_alloc()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/coldfire/ |
| H A D | flexcan.h | 19 u16 idl; /* 0x04 ID High */ member
|
| /OK3568_Linux_fs/buildroot/package/flatbuffers/ |
| H A D | 0001-include-flatbuffers-base.h-fix-build-on-musl.patch | 17 …/tmp/instance-0/output-1/host/x86_64-buildroot-linux-musl/sysroot/usr/include/flatbuffers/idl.h:26,
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | recvmsg.c | 581 unsigned long idl = call->user_call_ID; in rxrpc_recvmsg() local 584 sizeof(unsigned long), &idl); in rxrpc_recvmsg()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/brocade/bna/ |
| H A D | bnad.c | 1442 kfree(intr_info->idl); in bnad_txrx_irq_free() 1443 intr_info->idl = NULL; in bnad_txrx_irq_free() 1461 intr_info->idl = kcalloc(intr_info->num, in bnad_txrx_irq_alloc() 1464 if (!intr_info->idl) in bnad_txrx_irq_alloc() 1483 intr_info->idl[i].vector = vector_start + i; in bnad_txrx_irq_alloc() 1487 intr_info->idl = kcalloc(intr_info->num, in bnad_txrx_irq_alloc() 1490 if (!intr_info->idl) in bnad_txrx_irq_alloc() 1495 intr_info->idl[0].vector = BNAD_INTX_TX_IB_BITMASK; in bnad_txrx_irq_alloc() 1499 intr_info->idl[0].vector = BNAD_INTX_RX_IB_BITMASK; in bnad_txrx_irq_alloc()
|
| H A D | bna_types.h | 283 struct bna_intr_descr *idl; member
|
| H A D | bna_tx_rx.c | 2354 rxp->vector = intr_info->idl[0].vector; in bna_rx_create() 2356 rxp->vector = intr_info->idl[i].vector; in bna_rx_create() 3456 intr_info->idl[0].vector : in bna_tx_create() 3457 intr_info->idl[i].vector; in bna_tx_create()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/docs/ |
| H A D | Doxyfile | 60 # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/ |
| H A D | firefox_68.9.0esr.bb | 137 FILES:${PN}-dev += "${datadir}/idl ${bindir}/${PN}-config ${libdir}/${PN}-devel-*"
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | Doxyfile | 675 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | mpp_doxyfile | 761 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/ |
| H A D | doxygen.conf.in | 790 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190630.patch.gz | 1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey
2#
3# --- ... |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 4727 ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ 8244 /usr/share/pixmaps /usr/share/applications /usr/share/idl \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/files/ |
| H A D | buildhistory_filelist1.txt | 8993 -rw-r--r-- root root 3033 ./usr/share/mime/text/x-idl.xml
|
| H A D | buildhistory_filelist2.txt | 8996 -rw-r--r-- root root 3033 ./usr/share/mime/text/x-idl.xml
|