Home
last modified time | relevance | path

Searched refs:go (Results 1 – 25 of 884) sorted by relevance

12345678910>>...36

/openbmc/linux/drivers/media/usb/go7007/
H A Dgo7007-driver.c36 go->hpi_ops->read_interrupt(go); in go7007_read_interrupt()
108 go7007_send_firmware(go, go->boot_fw, go->boot_fw_len) < 0 || in go7007_load_encoder()
233 go->hpi_ops->release(go); in go7007_remove()
241 kfree(go); in go7007_remove()
256 dev_info(go->dev, "go7007: registering new %s\n", go->name); in go7007_register_encoder()
259 ret = v4l2_device_register(go->dev, &go->v4l2_dev); in go7007_register_encoder()
335 memset(go->modet_map, 0, sizeof(go->modet_map)); in go7007_start_encoder()
344 go->modet[go->modet_map[idx]].enable = 1; in go7007_start_encoder()
427 motion[go->modet_map[y * (go->width / 16) + x]]++; in go7007_motion_regions()
700 go->dev = dev; in go7007_alloc()
[all …]
H A Dgo7007-v4l2.c102 go->pali = 0; in set_formatting()
105 go->ipb = 0; in set_formatting()
116 go->pali = 0; in set_formatting()
147 go->gop_size = v4l2_ctrl_g_ctrl(go->mpeg_video_gop_size); in set_formatting()
149 go->ipb = v4l2_ctrl_g_ctrl(go->mpeg_video_b_frames) != 0; in set_formatting()
150 go->bitrate = v4l2_ctrl_g_ctrl(go->mpeg_video_bitrate); in set_formatting()
241 go->encoder_h_offset = go->board_info->sensor_h_offset; in set_capture_size()
242 go->encoder_v_offset = go->board_info->sensor_v_offset; in set_capture_size()
573 call_all(&go->v4l2_dev, video, s_std, go->std); in go7007_s_std()
1083 go->vidq.drv_priv = go; in go7007_v4l2_init()
[all …]
H A Dgo7007-fw.c420 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in mpeg1_frame_header()
778 int fps = go->sensor_framerate / go->fps_scale; in mpeg4_sequence_header()
929 int fps = go->sensor_framerate / go->fps_scale; in brctrl_to_package()
938 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
940 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
942 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
944 2 * go->width * go->height * (go->ipb ? 6 : 4) / 32, in brctrl_to_package()
1079 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in config_package()
1310 int rows = go->interlace_coding ? go->height / 32 : go->height / 16; in final_package()
1329 (go->encoder_h_halve ? go->width >> 3 : go->width >> 4), in final_package()
[all …]
H A Dgo7007-usb.c734 go->usb_buf[4] = go->usb_buf[5] = go->usb_buf[6] = go->usb_buf[7] = 0; in go7007_usb_onboard_write_interrupt()
766 go->interrupt_value, go->interrupt_data); in go7007_usb_readinterrupt_complete()
1115 if (go == NULL) in go7007_usb_probe()
1120 kfree(go); in go7007_usb_probe()
1126 usb_make_path(usbdev, go->bus_info, sizeof(go->bus_info)); in go7007_usb_probe()
1128 strscpy(go->name, name, sizeof(go->name)); in go7007_usb_probe()
1161 if (go7007_boot_encoder(go, go->board_info->flags & in go7007_usb_probe()
1170 go->i2c_adapter.dev.parent = go->dev; in go7007_usb_probe()
1171 i2c_set_adapdata(&go->i2c_adapter, go); in go7007_usb_probe()
1212 snprintf(go->name, sizeof(go->name), in go7007_usb_probe()
[all …]
H A Dgo7007-i2c.c44 if (go->status == STATUS_SHUTDOWN) in go7007_i2c_xfer()
52 dev_dbg(go->dev, in go7007_i2c_xfer()
57 mutex_lock(&go->hw_lock); in go7007_i2c_xfer()
62 go7007_write_addr(go, 0x3c82, 0x0020); in go7007_i2c_xfer()
121 go7007_write_addr(go, 0x3c82, 0x0000); in go7007_i2c_xfer()
124 mutex_unlock(&go->hw_lock); in go7007_i2c_xfer()
160 if (go7007_i2c_xfer(go, msgs[i].addr, 1, in go7007_i2c_master_xfer()
196 int go7007_i2c_init(struct go7007 *go) in go7007_i2c_init() argument
200 go->i2c_adapter.dev.parent = go->dev; in go7007_i2c_init()
201 i2c_set_adapdata(&go->i2c_adapter, go); in go7007_i2c_init()
[all …]
H A Dgo7007-priv.h123 void (*release)(struct go7007 *go);
259 #define go7007_interface_reset(go) \ argument
260 ((go)->hpi_ops->interface_reset(go))
262 ((go)->hpi_ops->write_interrupt)((go), (x), (y))
263 #define go7007_stream_start(go) \ argument
264 ((go)->hpi_ops->stream_start(go))
265 #define go7007_stream_stop(go) \ argument
266 ((go)->hpi_ops->stream_stop(go))
268 ((go)->hpi_ops->send_firmware)((go), (x), (y))
269 #define go7007_write_addr(go, x, y) \ argument
[all …]
H A Dsnd-go7007.c66 struct go7007_snd *gosnd = go->snd_context; in parse_audio_stream_data()
111 go->audio_deliver = NULL; in go7007_snd_hw_free()
187 struct go7007 *go = device->device_data; in go7007_snd_free() local
189 kfree(go->snd_context); in go7007_snd_free()
190 go->snd_context = NULL; in go7007_snd_free()
198 int go7007_snd_init(struct go7007 *go) in go7007_snd_init() argument
235 gosnd->pcm->private_data = go; in go7007_snd_init()
246 go->snd_context = gosnd; in go7007_snd_init()
247 v4l2_device_get(&go->v4l2_dev); in go7007_snd_init()
260 int go7007_snd_remove(struct go7007 *go) in go7007_snd_remove() argument
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/etcd/etcd/
H A D0001-xxhash-bump-to-v2.1.2.patch37 diff --git a/client/v3/go.mod b/client/v3/go.mod
50 diff --git a/client/v3/go.sum b/client/v3/go.sum
63 diff --git a/etcdctl/go.mod b/etcdctl/go.mod
76 diff --git a/etcdctl/go.sum b/etcdctl/go.sum
91 diff --git a/etcdutl/go.mod b/etcdutl/go.mod
119 diff --git a/go.mod b/go.mod
132 diff --git a/go.sum b/go.sum
147 diff --git a/server/go.mod b/server/go.mod
160 diff --git a/server/go.sum b/server/go.sum
175 diff --git a/tests/go.mod b/tests/go.mod
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/
H A Dgo-runtime.inc1 DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native"
2 DEPENDS:class-nativesdk = "virtual/${TARGET_PREFIX}go"
3 PROVIDES = "virtual/${TARGET_PREFIX}go-runtime"
44 install -d ${D}${libdir}/go/src
50 rm -rf ${D}${libdir}/go/pkg/tool
51 rm -rf ${D}${libdir}/go/pkg/obj
52 rm -rf ${D}${libdir}/go/pkg/bootstrap
59 rm -f ${D}${libdir}/go/src/cmd/dist/dist
60 rm -f ${D}${libdir}/go/src/cmd/cgo/zdefaultcc.go
61 rm -f ${D}${libdir}/go/src/cmd/go/internal/cfg/zdefaultcc.go
[all …]
H A Dgo-native_1.22.2.bb4 require go-${PV}.inc
18 cd ${WORKDIR}/go1.4/go/src
19 CGO_ENABLED=0 GOROOT=${WORKDIR}/go1.4/go ./make.bash
23 export GOROOT_FINAL="${libdir_native}/go"
24 export GOROOT_BOOTSTRAP="${WORKDIR}/go1.4/go"
38 \$here/../lib/go/bin/$1 "\$@"
44 install -d ${D}${libdir}/go
46 install -d ${D}${libdir}/go/src
48 [ -d $d ] && cp -a ${S}/src/$d ${D}${libdir}/go/src/; \
51 install -d ${D}${bindir} ${D}${libdir}/go/bin
[all …]
H A Dgo-target.inc1 DEPENDS = "virtual/${TUNE_PKGARCH}-go go-native"
2 DEPENDS:class-nativesdk = "virtual/${TARGET_PREFIX}go go-native"
33 install -d ${D}${libdir}/go/pkg/tool
35 install -d ${D}${libdir}/go/src
36 cp --preserve=mode,timestamps -R ${S}/src/cmd ${D}${libdir}/go/src/
38 install -d ${D}${libdir}/go/bin
42 install -m 0755 $f ${D}${libdir}/go/bin/
43 ln -sf ../${baselib}/go/bin/$name ${D}${bindir}/
45 rm -rf ${D}${libdir}/go/src
49 FILES:${PN} = "${libdir}/go/bin ${libdir}/go/pkg/tool/${TARGET_GOTUPLE} ${bindir}"
[all …]
H A Dgo-binary-native_1.22.2.bb1 # This recipe is for bootstrapping our go-cross from a prebuilt binary of Go from golang.org.
8 PROVIDES = "go-native"
10 # Checksums available at https://go.dev/dl/
11 SRC_URI = "https://dl.google.com/go/go${PV}.${BUILD_GOOS}-${BUILD_GOARCH}.tar.gz;name=go_${BUILD_GO…
17 UPSTREAM_CHECK_REGEX = "go(?P<pver>\d+(\.\d+)+)\.linux"
19 CVE_PRODUCT = "golang:go"
21 S = "${WORKDIR}/go"
34 export GOROOT="${GOROOT:-\`readlink -f \$here/../lib/go\`}"
35 \$here/../lib/go/bin/$1 "\$@"
43 install -d ${D}${bindir} ${D}${libdir}/go
H A Dgo-cross-canadian.inc3 DEPENDS = "go-native virtual/${HOST_PREFIX}go virtual/nativesdk-${HOST_PREFIX}go-runtime \
6 PN = "go-cross-canadian-${TRANSLATED_TARGET_ARCH}"
8 # it uses gcc on build machine during go-cross-canadian bootstrap, but
16 export GOTOOLDIR_BOOTSTRAP = "${STAGING_LIBDIR_NATIVE}/${HOST_SYS}/go/pkg/tool/${BUILD_GOTUPLE}"
38 native_goroot=\`readlink -f \$here/../../lib/${TARGET_SYS}/go\`
45 test -n "\$GOROOT" || export GOROOT="\$OECORE_TARGET_SYSROOT/${target_libdir}/go"
46 \$here/../../lib/${TARGET_SYS}/go/bin/$1 "\$@"
52 install -d ${D}${libdir}/go/pkg/tool
53 cp --preserve=mode,timestamps -R ${B}/pkg/tool/${HOST_GOTUPLE} ${D}${libdir}/go/pkg/tool/
54 install -d ${D}${bindir} ${D}${libdir}/go/bin
[all …]
H A Dgo-cross.inc3 PROVIDES = "virtual/${TUNE_PKGARCH}-go"
4 DEPENDS = "go-native"
6 PN = "go-cross-${TUNE_PKGARCH}"
32 \$here/../../lib/${CROSS_TARGET_SYS_DIR}/go/bin/$1 "\$@"
38 install -d ${D}${libdir}/go
39 cp --preserve=mode,timestamps -R ${B}/pkg ${D}${libdir}/go/
40 install -d ${D}${libdir}/go/src
42 [ ! -d $d ] || cp --preserve=mode,timestamps -R ${S}/src/$d ${D}${libdir}/go/src/; \
44 find ${D}${libdir}/go/src -depth -type d -name testdata -exec rm -rf {} \;
45 install -d ${D}${bindir} ${D}${libdir}/go/bin
[all …]
H A Dgo-1.22.2.inc1 require go-common.inc
3 FILESEXTRAPATHS:prepend := "${FILE_DIRNAME}/go:"
8 file://0001-cmd-go-make-content-based-hash-generation-less-pedan.patch \
9 file://0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch \
13 file://0006-cmd-go-make-GOROOT-precious-by-default.patch \
14 file://0007-exec.go-filter-out-build-specific-paths-from-linker-.patch \
15 file://0008-src-cmd-dist-buildgo.go-do-not-hardcode-host-compile.patch \
16 file://0009-go-Filter-build-paths-on-staticly-linked-arches.patch \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/
H A Dminio_git.bb26 inherit go
47 github.com/go-ole/go-ole:github.com/go-ole/go-ole \
48 github.com/goccy/go-json:github.com/goccy/go-json \
52 github.com/json-iterator/go:github.com/json-iterator/go \
54 github.com/mattn/go-ieproxy:github.com/mattn/go-ieproxy \
55 github.com/mattn/go-isatty:github.com/mattn/go-isatty \
59 github.com/minio/madmin-go:github.com/minio/madmin-go \
72 github.com/secure-io/sio-go:github.com/secure-io/sio-go \
137 go.uber.org/atomic:go.uber.org/atomic \
138 go.uber.org/multierr:go.uber.org/multierr \
[all …]
H A Dsrc_uri.inc11 # github.com/dustin/go-humanize v1.0.0
14 …b.com/dustin/go-humanize;name=go-humanize;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/sr…
21 # github.com/go-ole/go-ole v1.2.6
22 # [1] git ls-remote https://github.com/go-ole/go-ole 8b1f7f90f6b1728609c9694f2cff140d34fd91f8
24 …://github.com/go-ole/go-ole;name=go-ole;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/…
26 # github.com/goccy/go-json v0.8.1
29 …github.com/goccy/go-json;name=go-json;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/im…
49 …com/json-iterator/go;name=go;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/import/vend…
461 # go.uber.org/atomic v1.9.0
466 # go.uber.org/multierr v1.7.0
[all …]
/openbmc/linux/drivers/media/pci/saa7134/
H A Dsaa7134-go7007.c214 go->interrupt_value, go->interrupt_data); in saa7134_go7007_read_interrupt()
407 struct go7007 *go; in saa7134_go7007_init() local
414 if (go == NULL) in saa7134_go7007_init()
419 kfree(go); in saa7134_go7007_init()
424 snprintf(go->bus_info, sizeof(go->bus_info), "PCI:%s", pci_name(dev->pci)); in saa7134_go7007_init()
425 strscpy(go->name, saa7134_boards[dev->board].name, sizeof(go->name)); in saa7134_go7007_init()
427 go->hpi_context = saa; in saa7134_go7007_init()
445 if (go7007_boot_encoder(go, go->board_info->flags & in saa7134_go7007_init()
451 if (go7007_register_encoder(go, go->board_info->num_i2c_devs) < 0) in saa7134_go7007_init()
469 kfree(go); in saa7134_go7007_init()
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0006-cmd-go-make-GOROOT-precious-by-default.patch26 src/cmd/go/internal/work/action.go | 3 +++
31 diff --git a/src/cmd/go/internal/work/action.go b/src/cmd/go/internal/work/action.go
33 --- a/src/cmd/go/internal/work/action.go
34 +++ b/src/cmd/go/internal/work/action.go
45 diff --git a/src/cmd/go/internal/work/build.go b/src/cmd/go/internal/work/build.go
47 --- a/src/cmd/go/internal/work/build.go
48 +++ b/src/cmd/go/internal/work/build.go
49 @@ -233,6 +233,8 @@ See also: go install, go get, go clean.
69 diff --git a/src/cmd/go/internal/work/exec.go b/src/cmd/go/internal/work/exec.go
71 --- a/src/cmd/go/internal/work/exec.go
[all …]
H A D0002-cmd-go-Allow-GOTOOLDIR-to-be-overridden-in-the-envir.patch4 Subject: [PATCH 2/9] cmd/go: Allow GOTOOLDIR to be overridden in the
10 the meta/recipes-devtools/go tree by
18 src/cmd/dist/build.go | 4 +++-
19 src/cmd/go/internal/cfg/cfg.go | 6 +++++-
22 diff --git a/src/cmd/dist/build.go b/src/cmd/dist/build.go
24 --- a/src/cmd/dist/build.go
25 +++ b/src/cmd/dist/build.go
37 diff --git a/src/cmd/go/internal/cfg/cfg.go b/src/cmd/go/internal/cfg/cfg.go
39 --- a/src/cmd/go/internal/cfg/cfg.go
40 +++ b/src/cmd/go/internal/cfg/cfg.go
[all …]
H A D0009-go-Filter-build-paths-on-staticly-linked-arches.patch4 Subject: [PATCH 9/9] go: Filter build paths on staticly linked arches
7 embedded in the go binary so that builds are reproducible regardless of build
8 location. This codepath is hit for statically linked go binaries such as those
11 Upstream-Status: Submitted [https://github.com/golang/go/pull/56410]
16 src/cmd/go/internal/load/pkg.go | 15 +++++++++++++--
19 diff --git a/src/cmd/go/internal/load/pkg.go b/src/cmd/go/internal/load/pkg.go
21 --- a/src/cmd/go/internal/load/pkg.go
22 +++ b/src/cmd/go/internal/load/pkg.go
47 // https://go.dev/issue/52372: only include ldflags if -trimpath is not set,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/minio/
H A Dmodules.txt5 # github.com/dustin/go-humanize v1.0.0
9 # github.com/go-ole/go-ole v1.2.6
11 # github.com/goccy/go-json v0.8.1
19 # github.com/json-iterator/go v1.1.12
23 # github.com/mattn/go-ieproxy v0.0.1
25 # github.com/mattn/go-isatty v0.0.14
33 # github.com/minio/madmin-go v1.4.3
183 # go.etcd.io/etcd/api/v3 v3.5.2
189 # go.uber.org/atomic v1.9.0
191 # go.uber.org/multierr v1.7.0
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/influxdb/influxdb/
H A D0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch4 Subject: [PATCH] Use v2.1.2 xxhash to fix build with go 1.17
17 go.mod | 3 ++-
18 go.sum | 2 ++
21 --- a/go.mod
22 +++ b/go.mod
29 --- a/go.sum
30 +++ b/go.sum
31 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
32 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
34 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
[all …]
H A D0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch10 go.mod | 2 ++
13 --- a/go.mod
14 +++ b/go.mod
21 --- a/go.sum
22 +++ b/go.sum
23 @@ -188,6 +188,8 @@ github.com/kr/pretty v0.1.0/go.mod h1:dA
24 github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
26 github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
28 +github.com/kraj/term v0.0.0-20210111231523-7c42fcb0e627/go.mod h1:BYR4E+NOQrH+NhXE71KuBNmyR1lQ+yDv…
30 …github.com/kraj/xxhash v1.1.1-0.20211201014032-8254a11eab56/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS…
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgo.bbclass14 GOROOT:class-native = "${STAGING_LIBDIR_NATIVE}/go"
16 GOROOT = "${STAGING_LIBDIR}/go"
18 export GOROOT_FINAL = "${libdir}/go"
38 DEPENDS_GOLANG:class-target = "virtual/${TUNE_PKGARCH}-go virtual/${TARGET_PREFIX}go-runtime"
39 DEPENDS_GOLANG:class-native = "go-native"
40 DEPENDS_GOLANG:class-nativesdk = "virtual/${TARGET_PREFIX}go virtual/${TARGET_PREFIX}go-runtime"
64 export GO = "${HOST_PREFIX}go"
130 install -d ${D}${libdir}/go/src/${GO_IMPORT}
134 tar -C ${D}${libdir}/go --no-same-owner -xf -
158 FILES:${PN}-dev = "${libdir}/go/src"
[all …]

12345678910>>...36