Home
last modified time | relevance | path

Searched refs:cli (Results 1 – 25 of 187) sorted by relevance

12345678

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_drm.c158 struct nouveau_cli *cli = container_of(w, typeof(*cli), work); in nouveau_cli_work() local
160 mutex_lock(&cli->lock); in nouveau_cli_work()
161 list_for_each_entry_safe(work, wtmp, &cli->worker, head) { in nouveau_cli_work()
167 mutex_unlock(&cli->lock); in nouveau_cli_work()
174 schedule_work(&work->cli->work); in nouveau_cli_work_fence()
178 nouveau_cli_work_queue(struct nouveau_cli *cli, struct dma_fence *fence, in nouveau_cli_work_queue() argument
182 work->cli = cli; in nouveau_cli_work_queue()
183 mutex_lock(&cli->lock); in nouveau_cli_work_queue()
184 list_add_tail(&work->head, &cli->worker); in nouveau_cli_work_queue()
187 mutex_unlock(&cli->lock); in nouveau_cli_work_queue()
[all …]
H A Dnouveau_drv.h114 struct nouveau_cli *cli; member
122 nouveau_cli_uvmm(struct nouveau_cli *cli) in nouveau_cli_uvmm() argument
124 if (!cli || !cli->uvmm.vmm.cli) in nouveau_cli_uvmm()
127 return &cli->uvmm; in nouveau_cli_uvmm()
131 nouveau_cli_uvmm_locked(struct nouveau_cli *cli) in nouveau_cli_uvmm_locked() argument
135 mutex_lock(&cli->mutex); in nouveau_cli_uvmm_locked()
136 uvmm = nouveau_cli_uvmm(cli); in nouveau_cli_uvmm_locked()
137 mutex_unlock(&cli->mutex); in nouveau_cli_uvmm_locked()
143 nouveau_cli_vmm(struct nouveau_cli *cli) in nouveau_cli_vmm() argument
147 uvmm = nouveau_cli_uvmm(cli); in nouveau_cli_vmm()
[all …]
H A Dnouveau_mem.c81 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[1]); in nouveau_mem_fini()
82 nvif_vmm_put(&mem->cli->drm->client.vmm.vmm, &mem->vma[0]); in nouveau_mem_fini()
83 mutex_lock(&mem->cli->drm->master.lock); in nouveau_mem_fini()
85 mutex_unlock(&mem->cli->drm->master.lock); in nouveau_mem_fini()
92 struct nouveau_cli *cli = mem->cli; in nouveau_mem_host() local
93 struct nouveau_drm *drm = cli->drm; in nouveau_mem_host()
94 struct nvif_mmu *mmu = &cli->mmu; in nouveau_mem_host()
118 ret = nvif_mem_ctor_type(mmu, "ttmHostMem", cli->mem->oclass, type, PAGE_SHIFT, in nouveau_mem_host()
129 struct nouveau_cli *cli = mem->cli; in nouveau_mem_vram() local
130 struct nouveau_drm *drm = cli->drm; in nouveau_mem_vram()
[all …]
H A Dnouveau_gem.c102 struct nouveau_cli *cli = nouveau_cli(file_priv); in nouveau_gem_object_open() local
106 struct nouveau_uvmm *uvmm = nouveau_cli_uvmm(cli); in nouveau_gem_object_open()
107 struct nouveau_vmm *vmm = nouveau_cli_vmm(cli); in nouveau_gem_object_open()
128 if (!nouveau_cli_uvmm(cli)) in nouveau_gem_object_open()
181 nouveau_cli_work_queue(vma->vmm->cli, fence, &work->work); in nouveau_gem_object_unmap()
187 struct nouveau_cli *cli = nouveau_cli(file_priv); in nouveau_gem_object_close() local
191 struct nouveau_vmm *vmm = nouveau_cli_vmm(cli); in nouveau_gem_object_close()
198 if (nouveau_cli_uvmm(cli)) in nouveau_gem_object_close()
234 nouveau_gem_new(struct nouveau_cli *cli, u64 size, int align, uint32_t domain, in nouveau_gem_new() argument
238 struct nouveau_drm *drm = cli->drm; in nouveau_gem_new()
[all …]
H A Dnouveau_usif.c52 struct nouveau_cli *cli = nouveau_cli(f); in usif_object_new() local
53 struct nvif_client *client = &cli->base; in usif_object_new()
87 list_add(&object->head, &cli->objects); in usif_object_new()
107 struct nouveau_cli *cli = nouveau_cli(filp); in usif_ioctl() local
108 struct nvif_client *client = &cli->base; in usif_ioctl()
138 mutex_lock(&cli->mutex); in usif_ioctl()
143 mutex_unlock(&cli->mutex); in usif_ioctl()
171 mutex_unlock(&cli->mutex); in usif_ioctl()
181 usif_client_fini(struct nouveau_cli *cli) in usif_client_fini() argument
185 list_for_each_entry_safe(object, otemp, &cli->objects, head) { in usif_client_fini()
[all …]
H A Dnouveau_abi16.c44 struct nouveau_cli *cli = nouveau_cli(file_priv); in nouveau_abi16() local
45 if (!cli->abi16) { in nouveau_abi16()
47 cli->abi16 = abi16 = kzalloc(sizeof(*abi16), GFP_KERNEL); in nouveau_abi16()
48 if (cli->abi16) { in nouveau_abi16()
59 if (nvif_device_ctor(&cli->base.object, "abi16Device", in nouveau_abi16()
62 return cli->abi16; in nouveau_abi16()
64 kfree(cli->abi16); in nouveau_abi16()
65 cli->abi16 = NULL; in nouveau_abi16()
68 return cli->abi16; in nouveau_abi16()
74 struct nouveau_cli *cli = nouveau_cli(file_priv); in nouveau_abi16_get() local
[all …]
H A Dnouveau_chan.c55 struct nouveau_cli *cli = chan->cli; in nouveau_channel_killed() local
57 NV_PRINTK(warn, cli, "channel %d killed!\n", chan->chid); in nouveau_channel_killed()
69 struct nouveau_cli *cli = chan->cli; in nouveau_channel_idle() local
80 NV_PRINTK(err, cli, "failed to idle channel %d [%s]\n", in nouveau_channel_idle()
81 chan->chid, nvxx_client(&cli->base)->name); in nouveau_channel_idle()
93 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_del() local
98 if (cli) in nouveau_channel_del()
145 nouveau_channel_prep(struct nouveau_cli *cli, in nouveau_channel_prep() argument
148 struct nouveau_drm *drm = cli->drm; in nouveau_channel_prep()
149 struct nvif_device *device = &cli->device; in nouveau_channel_prep()
[all …]
H A Dnouveau_svm.c105 NV_DEBUG((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a)
107 NV_WARN((s)->vmm->cli->drm, "svm-%p: "f"\n", (s), ##a)
113 struct nouveau_cli *cli = nouveau_cli(file_priv); in nouveau_svmm_bind() local
172 if (!cli->svm.svmm) { in nouveau_svmm_bind()
189 nouveau_dmem_migrate_vma(cli->drm, cli->svm.svmm, vma, addr, in nouveau_svmm_bind()
213 mutex_lock(&svmm->vmm->cli->drm->svm->mutex); in nouveau_svmm_part()
214 ivmm = nouveau_ivmm_find(svmm->vmm->cli->drm->svm, inst); in nouveau_svmm_part()
219 mutex_unlock(&svmm->vmm->cli->drm->svm->mutex); in nouveau_svmm_part()
234 mutex_lock(&svmm->vmm->cli->drm->svm->mutex); in nouveau_svmm_join()
235 list_add(&ivmm->head, &svmm->vmm->cli->drm->svm->inst); in nouveau_svmm_join()
[all …]
/openbmc/qemu/tests/qtest/
H A Dnuma-test.c26 g_autofree char *cli = NULL; in test_mon_explicit() local
28 cli = make_cli(data, "-machine smp.cpus=8 -numa node,nodeid=0,memdev=ram,cpus=0-3 " in test_mon_explicit()
30 qts = qtest_init(cli); in test_mon_explicit()
43 g_autofree char *cli = NULL; in test_def_cpu_split() local
45 cli = make_cli(data, "-machine smp.cpus=8,smp.sockets=8 " in test_def_cpu_split()
47 qts = qtest_init(cli); in test_def_cpu_split()
60 g_autofree char *cli = NULL; in test_mon_partial() local
62 cli = make_cli(data, "-machine smp.cpus=8 " in test_mon_partial()
65 qts = qtest_init(cli); in test_mon_partial()
88 g_autofree char *cli = NULL; in test_query_cpus() local
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/dnf/dnf/
H A D0005-Do-not-prepend-installroot-to-logdir.patch13 dnf/cli/cli.py | 2 +-
16 diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py
18 --- a/dnf/cli/cli.py
19 +++ b/dnf/cli/cli.py
H A D0001-set-python-path-for-completion_helper.patch9 dnf/cli/completion_helper.py.in | 2 +-
12 diff --git a/dnf/cli/completion_helper.py.in b/dnf/cli/completion_helper.py.in
14 --- a/dnf/cli/completion_helper.py.in
15 +++ b/dnf/cli/completion_helper.py.in
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0002-Do-not-install-tools-a-CMake-targets.patch6 The cli tools are installed manually and thus are missing in the sysroot
13 winpr/tools/hash-cli/CMakeLists.txt | 2 +-
14 winpr/tools/makecert-cli/CMakeLists.txt | 2 +-
17 diff --git a/winpr/tools/hash-cli/CMakeLists.txt b/winpr/tools/hash-cli/CMakeLists.txt
19 --- a/winpr/tools/hash-cli/CMakeLists.txt
20 +++ b/winpr/tools/hash-cli/CMakeLists.txt
30 diff --git a/winpr/tools/makecert-cli/CMakeLists.txt b/winpr/tools/makecert-cli/CMakeLists.txt
32 --- a/winpr/tools/makecert-cli/CMakeLists.txt
33 +++ b/winpr/tools/makecert-cli/CMakeLists.txt
/openbmc/linux/drivers/i2c/busses/
H A Di2c-nomadik.c175 struct i2c_nmk_client cli; member
286 dev->cli.operation = I2C_NO_OPERATION; in init_hw()
305 mcr |= GEN_MASK(dev->cli.slave_adr, I2C_MCR_A7, 1); in load_i2c_mcr_reg()
316 slave_adr_3msb_bits = (dev->cli.slave_adr >> 7) & 0x7; in load_i2c_mcr_reg()
328 if (dev->cli.operation == I2C_WRITE) in load_i2c_mcr_reg()
339 mcr |= GEN_MASK(dev->cli.count, I2C_MCR_LENGTH, 15); in load_i2c_mcr_reg()
482 dev->cli.slave_adr); in read_i2c()
494 (dev->cli.count != 0); in fill_tx_fifo()
497 writeb(*dev->cli.buffer, in fill_tx_fifo()
499 dev->cli.buffer++; in fill_tx_fifo()
[all …]
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py12 cli = []
14 cli.append(os.path.join(config["fvp-bindir"], config["exe"]))
16 cli.append(config["exe"])
19 cli.extend(["--parameter", f"{param}={value}"])
22 cli.extend(["--data", value])
25 cli.extend(["--application", f"{param}={value}"])
32cli.extend(["--parameter", f"{terminal}.terminal_command={terminals[terminal_choice].command.forma…
35 cli.extend(["--parameter", f"{terminal}.start_telnet=0"])
37 cli.extend(config["args"])
39 return cli
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/
H A D0002-cli-include-fcntl.h-for-O_CREAT-define.patch4 Subject: [PATCH 2/4] cli: include fcntl.h for O_CREAT define
10 cli/cli_readline.c | 1 +
13 diff --git a/cli/cli_readline.c b/cli/cli_readline.c
15 --- a/cli/cli_readline.c
16 +++ b/cli/cli_readline.c
H A D0003-cli-Define-_GNU_SOURCE-for-getting-sighandler_t.patch4 Subject: [PATCH 3/4] cli: Define _GNU_SOURCE for getting sighandler_t
10 cli/cli_readline.c | 4 ++--
13 diff --git a/cli/cli_readline.c b/cli/cli_readline.c
15 --- a/cli/cli_readline.c
16 +++ b/cli/cli_readline.c
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/bluealsa/
H A D0001-Use-basename-implementation-from-glib-2.0.patch12 utils/cli/cli.c | 1 +
65 diff --git a/utils/cli/cli.c b/utils/cli/cli.c
67 --- a/utils/cli/cli.c
68 +++ b/utils/cli/cli.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0007-sapi-cli-config.m4-fix-build-directory.patch4 Subject: [PATCH 07/11] sapi/cli/config.m4: fix build directory
14 sapi/cli/config.m4 | 2 +-
17 diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
19 --- a/sapi/cli/config.m4
20 +++ b/sapi/cli/config.m4
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_ktls.c40 int err, cli, srv, zero = 0; in test_sockmap_ktls_disconnect_after_delete() local
50 cli = socket(family, SOCK_STREAM, 0); in test_sockmap_ktls_disconnect_after_delete()
51 if (!ASSERT_GE(cli, 0, "socket")) in test_sockmap_ktls_disconnect_after_delete()
54 err = connect(cli, (struct sockaddr *)&addr, len); in test_sockmap_ktls_disconnect_after_delete()
58 err = bpf_map_update_elem(map, &zero, &cli, 0); in test_sockmap_ktls_disconnect_after_delete()
62 err = setsockopt(cli, IPPROTO_TCP, TCP_ULP, "tls", strlen("tls")); in test_sockmap_ktls_disconnect_after_delete()
70 err = disconnect(cli); in test_sockmap_ktls_disconnect_after_delete()
74 close(cli); in test_sockmap_ktls_disconnect_after_delete()
/openbmc/openbmc/meta-security/meta-parsec/recipes-parsec/parsec-tool/files/
H A D0001-parsec-cli-tests.sh-adapt-to-new-serialNumber-output.patch4 Subject: [PATCH] parsec-cli-tests.sh: adapt to new serialNumber output
13 tests/parsec-cli-tests.sh | 2 +-
18 diff --git a/tests/parsec-cli-tests.sh b/tests/parsec-cli-tests.sh
20 --- a/tests/parsec-cli-tests.sh
21 +++ b/tests/parsec-cli-tests.sh
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-chardet_5.2.0.bb10 PACKAGES =+ "${PN}-cli"
11 FILES:${PN}-cli += " \
12 ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
15 RDEPENDS:${PN}-cli = "${PN} "
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A D0002-Mark-first-element-of-a-string-as-null.patch15 cli/cli_lib.c | 2 +-
18 diff --git a/cli/cli_lib.c b/cli/cli_lib.c
20 --- a/cli/cli_lib.c
21 +++ b/cli/cli_lib.c
H A D0003-cli-Mark-return-of-strtol-as-long-int.patch4 Subject: [PATCH 3/3] cli: Mark return of strtol as long int
15 cli/cli_lib.c | 8 ++++----
18 diff --git a/cli/cli_lib.c b/cli/cli_lib.c
20 --- a/cli/cli_lib.c
21 +++ b/cli/cli_lib.c
/openbmc/openbmc/meta-yadro/meta-vegman/recipes-yadro/packagegroups/
H A Dpackagegroup-yadro-apps.bb13 ${PN}-cli \
47 ${PN}-cli \
55 SUMMARY:${PN}-cli = "CLI utils"
56 RDEPENDS:${PN}-cli = " \
58 obmc-yadro-cli \
/openbmc/openbmc/poky/meta/recipes-support/libnl/
H A Dlibnl_3.11.0.bb35 FILES:${PN}-dev += "${libdir}/libnl/cli/*/*.la"
36 FILES:${PN}-staticdev += "${libdir}/libnl/cli/*/*.a"
38 PACKAGES += "${PN}-cli ${PN}-genl ${PN}-idiag ${PN}-nf ${PN}-route ${PN}-xfrm"
39 FILES:${PN}-cli = "${libdir}/libnl-cli-3.so.* \
40 ${libdir}/libnl/cli/*/*.so \

12345678