Home
last modified time | relevance | path

Searched refs:midl (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/lmdb/files/
H A D0001-make-set-soname-on-liblmdb.patch16 @@ -66,7 +66,7 @@ liblmdb.a: mdb.o midl.o
18 liblmdb$(SOEXT): mdb.lo midl.lo
19 # $(CC) $(LDFLAGS) -pthread -shared -Wl,-Bsymbolic -o $@ mdb.o midl.o $(SOLIBS)
20 - $(CC) $(LDFLAGS) -pthread -shared -o $@ mdb.lo midl.lo $(SOLIBS)
21 + $(CC) $(LDFLAGS) -pthread -shared -Wl,-soname,$@ -o $@ mdb.lo midl.lo $(SOLIBS)
/openbmc/qemu/qga/vss-win32/
H A Dmeson.build26 if midl.found()
30 command: [midl, '@INPUT@', '/tlb', '@OUTPUT@'])
/openbmc/linux/drivers/media/i2c/
H A Dov9640.c591 u8 pid, ver, midh, midl; in ov9640_video_probe() local
609 ret = ov9640_reg_read(client, OV9640_MIDL, &midl); in ov9640_video_probe()
629 devname, pid, ver, midh, midl); in ov9640_video_probe()
H A Dov7740.c944 unsigned int midh, midl, pidh, pidl; in ov7740_detect() local
953 ret = regmap_read(regmap, REG_MIDL, &midl); in ov7740_detect()
956 if (midl != 0xa2) in ov7740_detect()
H A Dov2640.c1082 u8 pid, ver, midh, midl; in ov2640_video_probe() local
1097 midl = i2c_smbus_read_byte_data(client, MIDL); in ov2640_video_probe()
1112 devname, pid, ver, midh, midl); in ov2640_video_probe()
H A Dov6650.c874 u8 pidh, pidl, midh, midl; in ov6650_video_probe() local
926 ret = ov6650_reg_read(client, REG_MIDL, &midl); in ov6650_video_probe()
940 pidh, pidl, midh, midl); in ov6650_video_probe()
H A Dov772x.c1258 int pid, ver, midh, midl; in ov772x_video_probe() local
1291 ret = regmap_read(priv->regmap, MIDL, &midl); in ov772x_video_probe()
1297 devname, pid, ver, midh, midl); in ov772x_video_probe()
/openbmc/qemu/qga/
H A Dmeson.build23 .require(midl.found() or widl.found(),
24 error_message: 'VSS support requires midl or widl') \
/openbmc/qemu/
H A Dmeson.build798 midl = not_found variable
803 midl = find_program('midl', required: false) variable