Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/usb/stkwebcam/
H A Dstk-sensor.c357 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 Dtdc.py545 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 Dfocaltech_core.c86 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 Danalogix-anx6345.c655 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 Danalogix-anx78xx.c1210 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 Dfocaltech_test.h552 #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 Dmtdcore.c133 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 Dflexcan.h19 u16 idl; /* 0x04 ID High */ member
/OK3568_Linux_fs/buildroot/package/flatbuffers/
H A D0001-include-flatbuffers-base.h-fix-build-on-musl.patch17 …/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 Drecvmsg.c581 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 Dbnad.c1442 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 Dbna_types.h283 struct bna_intr_descr *idl; member
H A Dbna_tx_rx.c2354 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 DDoxyfile60 # *.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 Dfirefox_68.9.0esr.bb137 FILES:${PN}-dev += "${datadir}/idl ${bindir}/${PN}-config ${libdir}/${PN}-devel-*"
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A DDoxyfile675 # *.hxx *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.dox *.py
/OK3568_Linux_fs/external/mpp/tools/
H A Dmpp_doxyfile761 # *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h, *.hh, *.hxx, *.hpp,
/OK3568_Linux_fs/external/xserver/hw/dmx/doxygen/
H A Ddoxygen.conf.in790 # *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - 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 ( ...
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst4727 ${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 Dbuildhistory_filelist1.txt8993 -rw-r--r-- root root 3033 ./usr/share/mime/text/x-idl.xml
H A Dbuildhistory_filelist2.txt8996 -rw-r--r-- root root 3033 ./usr/share/mime/text/x-idl.xml