Home
last modified time | relevance | path

Searched refs:pkg (Results 1 – 25 of 86) sorted by relevance

1234

/linux/drivers/thunderbolt/
A Dctl.c321 if (pkg) { in tb_ctl_pkg_free()
323 pkg->buffer, pkg->frame.buffer_phy); in tb_ctl_pkg_free()
324 kfree(pkg); in tb_ctl_pkg_free()
330 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); in tb_ctl_pkg_alloc() local
331 if (!pkg) in tb_ctl_pkg_alloc()
337 kfree(pkg); in tb_ctl_pkg_alloc()
340 return pkg; in tb_ctl_pkg_alloc()
375 if (!pkg) in tb_ctl_tx()
382 *(__be32 *) (pkg->buffer + len) = tb_crc(pkg->buffer, len); in tb_ctl_tx()
401 tb_ring_rx(pkg->ctl->rx, &pkg->frame); /* in tb_ctl_rx_submit()
[all …]
A Dicm.c857 sw->rpm = intel_vss_is_rtd3(pkg->ep_name, sizeof(pkg->ep_name)); in icm_fr_device_connected()
922 route = get_route(pkg->local_route_hi, pkg->local_route_lo); in icm_fr_xdomain_connected()
984 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, link, in icm_fr_xdomain_connected()
1218 if (pkg->hdr.packet_id) in __icm_tr_device_connected()
1221 route = get_route(pkg->route_hi, pkg->route_lo); in __icm_tr_device_connected()
1309 route = get_route(pkg->route_hi, pkg->route_lo); in icm_tr_device_disconnected()
1338 route = get_route(pkg->local_route_hi, pkg->local_route_lo); in icm_tr_xdomain_connected()
1376 add_xdomain(sw, route, &pkg->local_uuid, &pkg->remote_uuid, 0, 0); in icm_tr_xdomain_connected()
1388 route = get_route(pkg->route_hi, pkg->route_lo); in icm_tr_xdomain_disconnected()
1672 if (pkg->veto_reason) in icm_icl_rtd3_veto()
[all …]
A Ddma_port.c66 const struct ctl_pkg *pkg) in dma_port_match() argument
68 u64 route = tb_cfg_get_route(pkg->buffer) & ~BIT_ULL(63); in dma_port_match()
70 if (pkg->frame.eof == TB_CFG_PKG_ERROR) in dma_port_match()
72 if (pkg->frame.eof != req->response_type) in dma_port_match()
76 if (pkg->frame.size != req->response_size) in dma_port_match()
82 static bool dma_port_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) in dma_port_copy() argument
84 memcpy(req->response, pkg->buffer, req->response_size); in dma_port_copy()
/linux/drivers/md/
A Ddm-log-userspace-transfer.c85 struct receiving_pkg *pkg; in fill_pkg() local
98 if (rtn_seq != pkg->seq) in fill_pkg()
102 pkg->error = -msg->ack; in fill_pkg()
109 *(pkg->data_size) = 0; in fill_pkg()
115 *(pkg->data_size) = 0; in fill_pkg()
116 pkg->error = -ENOSPC; in fill_pkg()
179 struct receiving_pkg pkg; in dm_consult_userspace() local
217 memset(&pkg, 0, sizeof(pkg)); in dm_consult_userspace()
219 pkg.seq = tfr->seq; in dm_consult_userspace()
221 pkg.data = rdata; in dm_consult_userspace()
[all …]
A Ddm-log-userspace-base.c720 } pkg; in userspace_get_resync_work() local
725 rdata_size = sizeof(pkg); in userspace_get_resync_work()
729 *region = pkg.r; in userspace_get_resync_work()
730 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
746 } pkg; in userspace_set_region_sync() local
748 pkg.r = region; in userspace_set_region_sync()
749 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
752 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync()
845 } pkg; in userspace_is_remote_recovering() local
863 (char *)&pkg, &rdata_size); in userspace_is_remote_recovering()
[all …]
/linux/scripts/
A DMakefile.package54 PHONY += rpm-pkg
55 rpm-pkg:
65 binrpm-pkg:
71 PHONY += deb-pkg
72 deb-pkg:
81 bindeb-pkg:
86 intdeb-pkg:
92 snap-pkg:
106 tar-pkgs := dir-pkg tar-pkg targz-pkg tarbz2-pkg tarxz-pkg tarzst-pkg
137 perf-tar-pkgs := perf-tar-src-pkg perf-targz-src-pkg perf-tarbz2-src-pkg \
[all …]
/linux/tools/power/cpupower/lib/
A Dcpupower.c130 if (top1->pkg < top2->pkg) in __compare()
132 else if (top1->pkg > top2->pkg) in __compare()
166 &(cpu_top->core_info[cpu].pkg)) < 0) { in get_cpu_topology()
167 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology()
175 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology()
187 last_pkg = cpu_top->core_info[0].pkg; in get_cpu_topology()
189 if (cpu_top->core_info[cpu].pkg != last_pkg && in get_cpu_topology()
190 cpu_top->core_info[cpu].pkg != -1) { in get_cpu_topology()
192 last_pkg = cpu_top->core_info[cpu].pkg; in get_cpu_topology()
196 if (!(cpu_top->core_info[0].pkg == -1)) in get_cpu_topology()
/linux/drivers/acpi/nfit/
A Dintel.c61 .pkg = { in intel_security_flags()
126 .pkg = { in intel_security_freeze()
159 .pkg = { in intel_security_change_key()
203 .pkg = { in intel_security_unlock()
245 .pkg = { in intel_security_disable()
288 .pkg = { in intel_security_erase()
333 .pkg = { in intel_security_query_overwrite()
371 .pkg = { in intel_security_overwrite()
442 .pkg = { in intel_bus_fwa_businfo()
553 .pkg = { in intel_bus_fwa_activate()
[all …]
/linux/tools/power/x86/x86_energy_perf_policy/
A Dx86_energy_perf_policy.c462 int pkg = 0; in parse_cmdline_pkg() local
489 pkg++; in parse_cmdline_pkg()
501 if (pkg > max_pkg_num) in parse_cmdline_pkg()
803 printf("pkg%d: ", pkg); in print_hwp_request_pkg()
929 pkg, msr, in print_pkg_msrs()
936 pkg, msr, in print_pkg_msrs()
1235 unsigned int pkg; in get_pkg_num() local
1244 return pkg; in get_pkg_num()
1249 unsigned int pkg; in set_max_cpu_pkg_num() local
1259 if (pkg > max_pkg_num) in set_max_cpu_pkg_num()
[all …]
/linux/drivers/acpi/acpica/
A Dutmisc.c218 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
220 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
221 state->pkg.this_target_obj = in acpi_ut_walk_package_tree()
222 &state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
243 state->pkg.index++; in acpi_ut_walk_package_tree()
244 while (state->pkg.index >= in acpi_ut_walk_package_tree()
245 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree()
271 state->pkg.index++; in acpi_ut_walk_package_tree()
290 state->pkg.this_target_obj, in acpi_ut_walk_package_tree()
A Dutstate.c209 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
210 state->pkg.dest_object = external_object; in acpi_ut_create_pkg_state()
211 state->pkg.index = index; in acpi_ut_create_pkg_state()
212 state->pkg.num_packages = 1; in acpi_ut_create_pkg_state()
/linux/scripts/package/
A Dbuildtar27 dir-pkg|tar-pkg)
30 targz-pkg)
34 tarbz2-pkg)
38 tarxz-pkg)
42 tarzst-pkg)
152 if [ "${1}" = dir-pkg ]; then
/linux/drivers/gpu/drm/i915/display/
A Dintel_acpi.c83 union acpi_object *pkg, *connector_count; in intel_dsm_platform_mux_info() local
85 pkg = acpi_evaluate_dsm_typed(dhandle, &intel_dsm_guid, in intel_dsm_platform_mux_info()
88 if (!pkg) { in intel_dsm_platform_mux_info()
93 if (!pkg->package.count) { in intel_dsm_platform_mux_info()
98 connector_count = &pkg->package.elements[0]; in intel_dsm_platform_mux_info()
101 for (i = 1; i < pkg->package.count; i++) { in intel_dsm_platform_mux_info()
102 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info()
130 ACPI_FREE(pkg); in intel_dsm_platform_mux_info()
/linux/drivers/net/ethernet/microsoft/mana/
A Dmana_en.c135 struct mana_tx_package pkg = {}; in mana_start_xmit() local
171 pkg.wqe_req.inline_oob_data = &pkg.tx_oob; in mana_start_xmit()
172 pkg.wqe_req.flags = 0; in mana_start_xmit()
173 pkg.wqe_req.client_data_unit = 0; in mana_start_xmit()
178 if (pkg.wqe_req.num_sge <= ARRAY_SIZE(pkg.sgl_array)) { in mana_start_xmit()
179 pkg.wqe_req.sgl = pkg.sgl_array; in mana_start_xmit()
181 pkg.sgl_ptr = kmalloc_array(pkg.wqe_req.num_sge, in mana_start_xmit()
184 if (!pkg.sgl_ptr) in mana_start_xmit()
187 pkg.wqe_req.sgl = pkg.sgl_ptr; in mana_start_xmit()
283 kfree(pkg.sgl_ptr); in mana_start_xmit()
[all …]
/linux/drivers/i2c/busses/
A Di2c-scmi.c91 union acpi_object *pkg; in acpi_smbus_cmi_access() local
186 pkg = buffer.pointer; in acpi_smbus_cmi_access()
187 if (pkg && pkg->type == ACPI_TYPE_PACKAGE) in acpi_smbus_cmi_access()
188 obj = pkg->package.elements; in acpi_smbus_cmi_access()
225 obj = pkg->package.elements + 1; in acpi_smbus_cmi_access()
233 obj = pkg->package.elements + 2; in acpi_smbus_cmi_access()
/linux/
A D.gitignore71 # RPM spec file (make rpm-pkg)
76 # Debian directory (make deb-pkg)
81 # Snap directory (make snap-pkg)
86 # tar directory (make tar*-pkg)
/linux/scripts/dtc/
A DMakefile21 ifeq ($(shell pkg-config --exists yaml-0.1 2>/dev/null && echo yes),)
30 HOSTCFLAGS_yamltree.o := $(shell pkg-config --cflags yaml-0.1)
32 HOSTLDLIBS_dtc := $(shell pkg-config yaml-0.1 --libs)
/linux/drivers/net/ethernet/broadcom/
A Dbgmac-bcma.c243 if (ci->pkg == BCMA_PKG_ID_BCM47188 || in bgmac_probe()
244 ci->pkg == BCMA_PKG_ID_BCM47186) { in bgmac_probe()
248 if (ci->pkg == BCMA_PKG_ID_BCM5358) in bgmac_probe()
254 if (ci->pkg == BCMA_PKG_ID_BCM47189) in bgmac_probe()
258 if (ci->pkg == BCMA_PKG_ID_BCM47189) in bgmac_probe()
271 if (ci->pkg == 10) { in bgmac_probe()
/linux/scripts/kconfig/
A Dgconf-cfg.sh13 if ! pkg-config --exists $PKG; then
22 if ! pkg-config --atleast-version=2.0.0 gtk+-2.0; then
A Dqconf-cfg.sh13 if pkg-config --exists $PKG; then
21 echo >&2 "* Could not find Qt5 via pkg-config."
A Dnconf-cfg.sh8 if pkg-config --exists $PKG; then
47 echo >&2 "* You may also need to install pkg-config to find the"
A Dmconf-cfg.sh8 if pkg-config --exists $PKG; then
49 echo >&2 "* You may also need to install pkg-config to find the"
/linux/tools/usb/ffs-aio-example/multibuff/host_app/
A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux/tools/usb/ffs-aio-example/simple/host_app/
A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux/tools/tracing/latency/
A DMakefile4 VAR_CFLAGS := $(shell pkg-config --cflags libtracefs 2>/dev/null)
5 VAR_LDLIBS := $(shell pkg-config --libs libtracefs 2>/dev/null)

Completed in 46 milliseconds

1234