Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/thunderbolt/
Dctl.c149 static int check_header(struct ctl_pkg *pkg, u32 len, enum tb_cfg_pkg_type type, in check_header() argument
152 struct tb_cfg_header *header = pkg->buffer; in check_header()
155 if (WARN(len != pkg->frame.size, in check_header()
157 len, pkg->frame.size)) in check_header()
159 if (WARN(type != pkg->frame.eof, "wrong eof (expected %#x, got %#x)\n", in check_header()
160 type, pkg->frame.eof)) in check_header()
162 if (WARN(pkg->frame.sof, "wrong sof (expected 0x0, got %#x)\n", in check_header()
163 pkg->frame.sof)) in check_header()
203 struct cfg_error_pkg *pkg = response->buffer; in decode_error() local
205 res.response_route = get_route(pkg->header); in decode_error()
[all …]
/linux-4.4.14/drivers/md/
Ddm-log-userspace-transfer.c85 struct receiving_pkg *pkg; in fill_pkg() local
97 list_for_each_entry(pkg, &receiving_list, list) { in fill_pkg()
98 if (rtn_seq != pkg->seq) in fill_pkg()
102 pkg->error = -msg->ack; in fill_pkg()
108 if (pkg->error != -EAGAIN) in fill_pkg()
109 *(pkg->data_size) = 0; in fill_pkg()
110 } else if (tfr->data_size > *(pkg->data_size)) { in fill_pkg()
113 tfr->data_size, *(pkg->data_size)); in fill_pkg()
115 *(pkg->data_size) = 0; in fill_pkg()
116 pkg->error = -ENOSPC; in fill_pkg()
[all …]
Ddm-log-userspace-base.c721 } pkg; in userspace_get_resync_work() local
726 rdata_size = sizeof(pkg); in userspace_get_resync_work()
728 NULL, 0, (char *)&pkg, &rdata_size); in userspace_get_resync_work()
730 *region = pkg.r; in userspace_get_resync_work()
731 return (r) ? r : (int)pkg.i; in userspace_get_resync_work()
747 } pkg; in userspace_set_region_sync() local
749 pkg.r = region; in userspace_set_region_sync()
750 pkg.i = (int64_t)in_sync; in userspace_set_region_sync()
753 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync()
843 } pkg; in userspace_is_remote_recovering() local
[all …]
/linux-4.4.14/tools/power/cpupower/utils/helpers/
Dtopology.c43 if (top1->pkg < top2->pkg) in __compare()
45 else if (top1->pkg > top2->pkg) in __compare()
79 &(cpu_top->core_info[cpu].pkg)) < 0) { in get_cpu_topology()
80 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology()
88 cpu_top->core_info[cpu].pkg = -1; in get_cpu_topology()
100 last_pkg = cpu_top->core_info[0].pkg; in get_cpu_topology()
102 if (cpu_top->core_info[cpu].pkg != last_pkg && in get_cpu_topology()
103 cpu_top->core_info[cpu].pkg != -1) { in get_cpu_topology()
105 last_pkg = cpu_top->core_info[cpu].pkg; in get_cpu_topology()
109 if (!cpu_top->core_info[0].pkg == -1) in get_cpu_topology()
Dhelpers.h96 int pkg; member
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_acpi.c81 union acpi_object *pkg, *connector_count; in intel_dsm_platform_mux_info() local
83 pkg = acpi_evaluate_dsm_typed(intel_dsm_priv.dhandle, intel_dsm_guid, in intel_dsm_platform_mux_info()
86 if (!pkg) { in intel_dsm_platform_mux_info()
91 connector_count = &pkg->package.elements[0]; in intel_dsm_platform_mux_info()
94 for (i = 1; i < pkg->package.count; i++) { in intel_dsm_platform_mux_info()
95 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info()
110 ACPI_FREE(pkg); in intel_dsm_platform_mux_info()
/linux-4.4.14/drivers/acpi/acpica/
Dutmisc.c253 this_index = state->pkg.index; in acpi_ut_walk_package_tree()
255 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree()
276 state->pkg.index++; in acpi_ut_walk_package_tree()
277 while (state->pkg.index >= in acpi_ut_walk_package_tree()
278 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree()
304 state->pkg.index++; in acpi_ut_walk_package_tree()
322 state->pkg. in acpi_ut_walk_package_tree()
Dutstate.c245 state->pkg.source_object = (union acpi_operand_object *)internal_object; in acpi_ut_create_pkg_state()
246 state->pkg.dest_object = external_object; in acpi_ut_create_pkg_state()
247 state->pkg.index = index; in acpi_ut_create_pkg_state()
248 state->pkg.num_packages = 1; in acpi_ut_create_pkg_state()
Dutcopy.c259 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_eelement()
261 &((union acpi_object *)(state->pkg.dest_object))->package. in acpi_ut_copy_ielement_to_eelement()
290 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_eelement()
838 this_index = state->pkg.index; in acpi_ut_copy_ielement_to_ielement()
840 &state->pkg.dest_object->package.elements[this_index]; in acpi_ut_copy_ielement_to_ielement()
888 state->pkg.this_target_obj = target_object; in acpi_ut_copy_ielement_to_ielement()
Dutobject.c609 state->pkg.this_target_obj = NULL; in acpi_ut_get_element_length()
Daclocal.h682 struct acpi_pkg_state pkg; member
/linux-4.4.14/scripts/kconfig/
DMakefile216 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0`
217 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \
223 pkg-config --libs menuw panelw ncursesw 2>/dev/null \
224 || pkg-config --libs menu panel ncurses 2>/dev/null \
235 if pkg-config --exists Qt5Core; then \
237 libs=`pkg-config --libs Qt5Core Qt5Gui Qt5Widgets`; \
238 moc=`pkg-config --variable=host_bins Qt5Core`/moc; \
239 elif pkg-config --exists QtCore; then \
240 cflags=`pkg-config --cflags QtCore QtGui`; \
241 libs=`pkg-config --libs QtCore QtGui`; \
[all …]
/linux-4.4.14/scripts/kconfig/lxdialog/
Dcheck-lxdialog.sh7 pkg-config --libs ncursesw 2>/dev/null && exit
8 pkg-config --libs ncurses 2>/dev/null && exit
24 if pkg-config --cflags ncursesw 2>/dev/null; then
26 elif pkg-config --cflags ncurses 2>/dev/null; then
/linux-4.4.14/scripts/package/
DMakefile49 rpm-pkg rpm: FORCE
60 binrpm-pkg: FORCE
90 deb-pkg: FORCE
96 bindeb-pkg: FORCE
105 tar%pkg: FORCE
136 perf-%pkg: FORCE
Dbuildtar26 tar-pkg)
30 targz-pkg)
34 tarbz2-pkg)
38 tarxz-pkg)
Dbuilddeb417 \$(MAKE) KDEB_SOURCENAME=${sourcename} KDEB_PKGVERSION=${packageversion} bindeb-pkg
/linux-4.4.14/tools/usb/ffs-aio-example/multibuff/host_app/
DMakefile2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
3 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux-4.4.14/tools/usb/ffs-aio-example/simple/host_app/
DMakefile2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0)
3 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
/linux-4.4.14/tools/testing/selftests/memfd/
DMakefile15 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
16 fuse_mnt: LDFLAGS += $(shell pkg-config fuse --libs)
/linux-4.4.14/drivers/i2c/busses/
Di2c-scmi.c92 union acpi_object *pkg; in acpi_smbus_cmi_access() local
185 pkg = buffer.pointer; in acpi_smbus_cmi_access()
186 if (pkg && pkg->type == ACPI_TYPE_PACKAGE) in acpi_smbus_cmi_access()
187 obj = pkg->package.elements; in acpi_smbus_cmi_access()
224 obj = pkg->package.elements + 1; in acpi_smbus_cmi_access()
232 obj = pkg->package.elements + 2; in acpi_smbus_cmi_access()
/linux-4.4.14/
D.gitignore55 # Debian directory (make deb-pkg)
60 # tar directory (make tar*-pkg)
DMakefile478 kernelversion %src-pkg
1229 %src-pkg: FORCE
1231 %pkg: include/config/kernel.release FORCE
/linux-4.4.14/drivers/edac/
Dsb_edac.c856 static inline u8 sad_pkg_socket(u8 pkg) in sad_pkg_socket() argument
859 return ((pkg >> 3) << 2) | (pkg & 0x3); in sad_pkg_socket()
862 static inline u8 sad_pkg_ha(u8 pkg) in sad_pkg_ha() argument
864 return (pkg >> 2) & 0x1; in sad_pkg_ha()
1095 u32 pkg = sad_pkg(pvt->info.interleave_pkg, reg, j); in get_memory_layout() local
1096 if (j > 0 && sad_interl == pkg) in get_memory_layout()
1100 n_sads, j, pkg); in get_memory_layout()
1218 u8 ch_way, sck_way, pkg, sad_ha = 0, ch_add = 0; in get_memory_error_data() local
1274 u32 pkg = sad_pkg(pvt->info.interleave_pkg, reg, sad_way); in get_memory_error_data() local
1275 if (sad_way > 0 && sad_interl == pkg) in get_memory_error_data()
[all …]
/linux-4.4.14/tools/perf/tests/
Dperf-targz-src-pkg12 make perf-targz-src-pkg > /dev/null
Dmake260 @cmd="$(PERF)/tests/perf-targz-src-pkg $(PERF)"; \
/linux-4.4.14/tools/power/cpupower/utils/idle_monitor/
Dcpupower-monitor.c147 cpu_top.core_info[cpu].pkg == -1) in print_results()
151 printf("%4d|", cpu_top.core_info[cpu].pkg); in print_results()
198 cpu_top.core_info[cpu].pkg != -1) { in print_results()
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbgmac.c842 if ((ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg != 10) || in bgmac_phy_init()
843 (ci->id == BCMA_CHIP_ID_BCM4749 && ci->pkg != 10) || in bgmac_phy_init()
844 (ci->id == BCMA_CHIP_ID_BCM53572 && ci->pkg != 9)) { in bgmac_phy_init()
1036 if ((ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg == BCMA_PKG_ID_BCM47186) || in bgmac_chip_reset()
1037 (ci->id == BCMA_CHIP_ID_BCM4749 && ci->pkg == 10) || in bgmac_chip_reset()
1038 (ci->id == BCMA_CHIP_ID_BCM53572 && ci->pkg == BCMA_PKG_ID_BCM47188)) in bgmac_chip_reset()
1080 } else if (ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg == BCMA_PKG_ID_BCM5358) { in bgmac_chip_reset()
1082 } else if ((ci->id == BCMA_CHIP_ID_BCM5357 && ci->pkg == BCMA_PKG_ID_BCM47186) || in bgmac_chip_reset()
1083 (ci->id == BCMA_CHIP_ID_BCM4749 && ci->pkg == 10) || in bgmac_chip_reset()
1084 (ci->id == BCMA_CHIP_ID_BCM53572 && ci->pkg == BCMA_PKG_ID_BCM47188)) { in bgmac_chip_reset()
/linux-4.4.14/drivers/usb/host/
Dbcma-hcd.c221 if (dev->bus->chipinfo.pkg == BCMA_PKG_ID_BCM4707 || in bcma_hcd_init_chip_arm()
222 dev->bus->chipinfo.pkg == BCMA_PKG_ID_BCM4708) in bcma_hcd_init_chip_arm()
/linux-4.4.14/include/linux/mfd/
Drtsx_usb.h48 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg)) argument
/linux-4.4.14/Documentation/kbuild/
Dkbuild.txt82 For the deb-pkg target, allows overriding the normal heuristics deployed by
83 deb-pkg. Normally deb-pkg attempts to guess the right architecture based on
/linux-4.4.14/arch/x86/kernel/cpu/
Dperf_event_intel_rapl.c422 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02");
427 RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules");
435 RAPL_EVENT_ATTR_STR(energy-pkg.scale, rapl_pkg_scale, "2.3283064365386962890625e-10");
Dperf_event_intel_cqm.c1143 EVENT_ATTR_STR(llc_occupancy.per-pkg, intel_cqm_llc_pkg, "1");
/linux-4.4.14/drivers/bcma/
Dscan.c449 chipinfo->pkg = (tmp & BCMA_CC_ID_PKG) >> BCMA_CC_ID_PKG_SHIFT; in bcma_detect_chip()
454 chip_id, chipinfo->rev, chipinfo->pkg); in bcma_detect_chip()
Ddriver_chipcommon_pmu.c218 if (bus->chipinfo.pkg == 9 || bus->chipinfo.pkg == 11) in bcma_chipco_bcm4331_ext_pa_lines_ctl()
Ddriver_mips.c67 dev->bus->chipinfo.pkg == 11 && in bcma_core_mips_bcm5357b0_quirk()
/linux-4.4.14/tools/build/feature/
DMakefile42 PKG_CONFIG := $(CROSS_COMPILE)pkg-config
/linux-4.4.14/drivers/net/wireless/b43/
Dbus.c126 dev->chip_pkg = core->bus->chipinfo.pkg; in b43_bus_dev_bcma_init()
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
Ddebug.c98 bus->chipinfo.id, bus->chipinfo.rev, bus->chipinfo.pkg, in brcms_debugfs_hardware_read()
Daiutils.c483 sih->chippkg = pbus->chipinfo.pkg; in ai_doattach()
/linux-4.4.14/drivers/staging/rts5208/
Drtsx_chip.h943 #define CHECK_BARO_PKG(chip, pkg) ((chip)->baro_pkg == (pkg)) argument
/linux-4.4.14/tools/usb/usbip/
DREADME20 - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config
/linux-4.4.14/include/linux/bcma/
Dbcma.h28 u8 pkg; member
/linux-4.4.14/tools/perf/
DMakefile.perf136 PKG_CONFIG = $(CROSS_COMPILE)pkg-config