Searched refs:pidl (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_ad_gc2145.c | 968 int pidh, pidl; in gc2145_check_id() local 972 pidl = vehicle_generic_sensor_read(ad, 0xf1); in gc2145_check_id() 973 if (pidh != 0x21 || pidl != 0x45) { in gc2145_check_id() 975 ad->ad_name, pidh, pidl); in gc2145_check_id() 978 id = SENSOR_ID(pidh, pidl); in gc2145_check_id()
|
| H A D | vehicle_ad_tp2825.c | 753 int pidh, pidl; in tp2825_check_id() local 756 pidl = vehicle_generic_sensor_read(ad, 0xff); in tp2825_check_id() 757 if (pidh != 0x28 || pidl != 0x25) { in tp2825_check_id() 759 ad->ad_name, pidh, pidl); in tp2825_check_id()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
| H A D | samba_4.14.14.bb | 131 cd ${S}/pidl/ 139 oe_runmake -C ${S}/pidl 208 oe_runmake -C ${S}/pidl DESTDIR=${D} install_vendor 211 sed -i -e '1s,#!.*perl,#!${bindir}/env perl,' ${D}${bindir}/pidl 214 PACKAGES =+ "${PN}-python3 ${PN}-pidl \ 316 RDEPENDS:${PN}-pidl:append = " perl libparse-yapp-perl" 317 FILES:${PN}-pidl = "${bindir}/pidl \ 325 ${PN}-pidl \
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | gc2035.c | 1342 u8 pidh = 0, pidl = 0; in gc2035_detect() local 1349 ret |= gc2035_read(client, REG_SC_CHIP_ID_L, &pidl); in gc2035_detect() 1352 pidl == GC2035_ID_L) { in gc2035_detect() 1355 pidh, pidl); in gc2035_detect() 1362 pidh, pidl, ret); in gc2035_detect()
|
| H A D | ov7740.c | 945 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local 966 ret = regmap_read(regmap, REG_PIDL, &pidl); in ov7740_detect() 969 if ((pidl != 0x40) && (pidl != 0x41) && (pidl != 0x42)) in ov7740_detect()
|
| H A D | ov2735.c | 1038 u8 pidh = 0x55, pidl = 0xaa; in ov2735_check_sensor_id() local 1042 ret |= ov2735_read_reg(ov2735->client, OV2735_PIDL_ADDR, &pidl); in ov2735_check_sensor_id() 1049 if ((pidh == OV2735_PIDH_MAGIC) && (pidl == OV2735_PIDL_MAGIC)) { in ov2735_check_sensor_id() 1051 "Found cameraID 0x%02x%02x\n", pidh, pidl); in ov2735_check_sensor_id() 1055 OV2735_PIDH_MAGIC, OV2735_PIDL_MAGIC, pidh, pidl); in ov2735_check_sensor_id()
|
| H A D | ov6650.c | 821 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local 869 ret = ov6650_reg_read(client, REG_PIDL, &pidl); in ov6650_video_probe() 878 if ((pidh != OV6650_PIDH) || (pidl != OV6650_PIDL)) { in ov6650_video_probe() 880 pidh, pidl); in ov6650_video_probe() 887 pidh, pidl, midh, midl); in ov6650_video_probe()
|