Searched refs:pkg (Results 1 - 25 of 84) sorted by relevance

1234

/linux-master/tools/usb/ffs-aio-example/multibuff/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux-master/tools/usb/ffs-aio-example/simple/host_app/
H A DMakefile3 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
4 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux-master/drivers/md/
H A Ddm-log-userspace-transfer.c86 struct receiving_pkg *pkg; local
98 list_for_each_entry(pkg, &receiving_list, list) {
99 if (rtn_seq != pkg->seq)
103 pkg->error = -msg->ack;
109 if (pkg->error != -EAGAIN)
110 *(pkg->data_size) = 0;
111 } else if (tfr->data_size > *(pkg->data_size)) {
113 tfr->request_type, tfr->data_size, *(pkg->data_size));
115 *(pkg->data_size) = 0;
116 pkg
179 struct receiving_pkg pkg; local
[all...]
H A Ddm-log-userspace-base.c715 } pkg; local
720 rdata_size = sizeof(pkg);
722 NULL, 0, (char *)&pkg, &rdata_size);
724 *region = pkg.r;
725 return (r) ? r : (int)pkg.i;
741 } pkg; local
743 pkg.r = region;
744 pkg.i = (int64_t)in_sync;
747 (char *)&pkg, sizeof(pkg), NUL
839 } pkg; local
[all...]
/linux-master/drivers/thunderbolt/
H A Dctl.c164 tb_cfg_request_find(struct tb_ctl *ctl, struct ctl_pkg *pkg) argument
168 mutex_lock(&pkg->ctl->request_queue_lock);
169 list_for_each_entry(iter, &pkg->ctl->request_queue, list) {
171 if (iter->match(iter, pkg)) {
177 mutex_unlock(&pkg->ctl->request_queue_lock);
185 static int check_header(const struct ctl_pkg *pkg, u32 len, argument
188 struct tb_cfg_header *header = pkg->buffer;
191 if (WARN(len != pkg->frame.size,
193 len, pkg->frame.size))
195 if (WARN(type != pkg
237 struct cfg_error_pkg *pkg = response->buffer; local
253 parse_header(const struct ctl_pkg *pkg, u32 len, enum tb_cfg_pkg_type type, u64 route) argument
315 tb_ctl_pkg_free(struct ctl_pkg *pkg) argument
326 struct ctl_pkg *pkg = kzalloc(sizeof(*pkg), GFP_KERNEL); local
345 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); local
360 struct ctl_pkg *pkg; local
392 tb_ctl_handle_event(struct tb_ctl *ctl, enum tb_cfg_pkg_type type, struct ctl_pkg *pkg, size_t size) argument
399 tb_ctl_rx_submit(struct ctl_pkg *pkg) argument
409 tb_async_error(const struct ctl_pkg *pkg) argument
438 struct ctl_pkg *pkg = container_of(frame, typeof(*pkg), frame); local
765 struct cfg_ack_pkg pkg = { local
827 struct cfg_error_pkg pkg = { local
839 tb_cfg_match(const struct tb_cfg_request *req, const struct ctl_pkg *pkg) argument
866 tb_cfg_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) argument
[all...]
H A Dicm.c127 struct icm_pkg_header *pkg; member in struct:icm_notification
272 const struct ctl_pkg *pkg)
274 const struct icm_pkg_header *res_hdr = pkg->buffer;
277 if (pkg->frame.eof != req->response_type)
285 static bool icm_copy(struct tb_cfg_request *req, const struct ctl_pkg *pkg) argument
287 const struct icm_pkg_header *hdr = pkg->buffer;
292 memcpy(req->response + offset, pkg->buffer, req->response_size);
722 const struct icm_fr_event_device_connected *pkg = local
736 link = pkg->link_info & ICM_LINK_INFO_LINK_MASK;
737 depth = (pkg
271 icm_match(const struct tb_cfg_request *req, const struct ctl_pkg *pkg) argument
870 const struct icm_fr_event_device_disconnected *pkg = local
904 const struct icm_fr_event_xdomain_connected *pkg = local
990 const struct icm_fr_event_xdomain_disconnected *pkg = local
1201 const struct icm_tr_event_device_connected *pkg = local
1302 const struct icm_tr_event_device_disconnected *pkg = local
1327 const struct icm_tr_event_xdomain_connected *pkg = local
1381 const struct icm_tr_event_xdomain_disconnected *pkg = local
1665 const struct icm_icl_event_rtd3_veto *pkg = local
[all...]
/linux-master/include/linux/
H A Dintel_tcc.h16 int intel_tcc_get_temp(int cpu, int *temp, bool pkg);
/linux-master/tools/power/cpupower/lib/
H A Dcpupower.c137 if (top1->pkg < top2->pkg)
139 else if (top1->pkg > top2->pkg)
157 * Array is sorted after ->pkg, ->core, then ->cpu
173 &(cpu_top->core_info[cpu].pkg)) < 0) {
174 cpu_top->core_info[cpu].pkg = -1;
182 cpu_top->core_info[cpu].pkg = -1;
193 done by pkg value. */
194 last_pkg = cpu_top->core_info[0].pkg;
[all...]
H A Dcpupower.h16 int pkg; member in struct:cpuid_core_info
/linux-master/scripts/
H A DMakefile.package47 # rpm-pkg srcrpm-pkg binrpm-pkg
63 PHONY += rpm-pkg srcrpm-pkg binrpm-pkg
65 rpm-pkg: private build-type := a
66 srcrpm-pkg: private build-type := s
67 binrpm-pkg: private build-type := b
69 rpm-pkg srcrp
[all...]
H A Dprune-kernel19 if [ -x "$(command -v new-kernel-pkg)" ]; then
20 new-kernel-pkg --remove $f
/linux-master/drivers/acpi/acpica/
H A Dutmisc.c218 this_index = state->pkg.index;
220 state->pkg.source_object->package.elements[this_index];
221 state->pkg.this_target_obj =
222 &state->pkg.source_object->package.elements[this_index];
243 state->pkg.index++;
244 while (state->pkg.index >=
245 state->pkg.source_object->package.count) {
271 state->pkg.index++;
290 state->pkg.this_target_obj,
H A Dutstate.c209 state->pkg.source_object = (union acpi_operand_object *)internal_object;
210 state->pkg.dest_object = external_object;
211 state->pkg.index = index;
212 state->pkg.num_packages = 1;
/linux-master/tools/testing/selftests/memfd/
H A DMakefile9 VAR_CFLAGS := $(shell pkg-config fuse --cflags 2>/dev/null)
14 VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null)
/linux-master/tools/testing/selftests/alsa/
H A DMakefile4 CFLAGS += $(shell pkg-config --cflags alsa)
5 LDLIBS += $(shell pkg-config --libs alsa)
/linux-master/tools/perf/tests/
H A Dperf-targz-src-pkg14 make perf-targz-src-pkg
/linux-master/drivers/acpi/nfit/
H A Dintel.c59 struct nd_cmd_pkg pkg; member in struct:__anon166
62 .pkg = {
124 struct nd_cmd_pkg pkg; member in struct:__anon167
127 .pkg = {
157 struct nd_cmd_pkg pkg; member in struct:__anon168
160 .pkg = {
199 struct nd_cmd_pkg pkg; member in struct:__anon169
202 .pkg = {
238 struct nd_cmd_pkg pkg; member in struct:__anon170
241 .pkg
281 struct nd_cmd_pkg pkg; member in struct:__anon171
322 struct nd_cmd_pkg pkg; member in struct:__anon172
358 struct nd_cmd_pkg pkg; member in struct:__anon173
411 struct nd_cmd_pkg pkg; member in struct:__anon174
522 struct nd_cmd_pkg pkg; member in struct:__anon175
586 struct nd_cmd_pkg pkg; member in struct:__anon176
692 struct nd_cmd_pkg pkg; member in struct:__anon177
[all...]
/linux-master/tools/thermal/tmon/
H A DMakefile13 PKG_CONFIG?= $(CROSS_COMPILE)pkg-config
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c103 fprintf(stderr, "scope: --cpu cpu-list [--hwp-use-pkg #] | --pkg pkg-list\n");
383 errx(1, "--cpu | --pkg");
462 int pkg = 0; local
466 errx(1, "--pkg | --cpu");
485 while (pkg <= end_pkg) {
486 if (pkg > max_pkg_num)
487 errx(1, "Requested pkg%d exceeds max pkg
801 print_hwp_request_pkg(int pkg, struct msr_hwp_request *h, char *str) argument
914 print_pkg_msrs(int pkg) argument
1122 update_hwp_request_pkg(int pkg) argument
1235 unsigned int pkg; local
1250 unsigned int pkg; local
[all...]
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-core-tpmi.c123 info.socket_id = id->pkg;
140 info.socket_id = id->pkg;
157 info.socket_id = id->pkg;
182 info.socket_id = id->pkg;
203 core_power_info.socket_id = id->pkg;
227 info.socket_id = id->pkg;
279 info.socket_id = id->pkg;
305 info.socket_id = id->pkg;
350 info.socket_id = id->pkg;
375 info.socket_id = id->pkg;
[all...]
H A Disst-daemon.c43 if (id->pkg < 0 || id->die < 0 || id->punit < 0) {
49 if (tm - per_package_levels_tm[id->pkg][id->die][id->punit] < 2)
52 per_package_levels_tm[id->pkg][id->die][id->punit] = tm;
60 debug_printf("Get Config level %d pkg:%d die:%d current_level:%d\n", id->cpu,
61 id->pkg, id->die, pkg_dev.current_level);
68 if (per_package_levels_info[id->pkg][id->die][id->punit] == pkg_dev.current_level)
71 debug_printf("**Config level change for cpu:%d pkg:%d die:%d from %d to %d\n",
72 id->cpu, id->pkg, id->die, per_package_levels_info[id->pkg][id->die][id->punit],
75 per_package_levels_info[id->pkg][i
[all...]
/linux-master/drivers/pinctrl/stm32/
H A Dpinctrl-stm32.h39 const unsigned int pkg; member in struct:stm32_desc_pin
52 .pkg = _pkg, \
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_acpi.c84 union acpi_object *pkg, *connector_count; local
86 pkg = acpi_evaluate_dsm_typed(dhandle, &intel_dsm_guid,
89 if (!pkg) {
94 if (!pkg->package.count) {
99 connector_count = &pkg->package.elements[0];
102 for (i = 1; i < pkg->package.count; i++) {
103 union acpi_object *obj = &pkg->package.elements[i];
131 ACPI_FREE(pkg);
/linux-master/tools/testing/selftests/netfilter/
H A DMakefile13 HOSTPKG_CONFIG := pkg-config
/linux-master/drivers/thermal/intel/
H A Dintel_tcc.c107 * @pkg: true: Package Thermal Sensor. false: Core Thermal Sensor.
114 int intel_tcc_get_temp(int cpu, int *temp, bool pkg) argument
117 u32 msr = pkg ? MSR_IA32_PACKAGE_THERM_STATUS : MSR_IA32_THERM_STATUS;

Completed in 231 milliseconds

1234