/linux-4.1.27/drivers/thunderbolt/ |
D | ctl.c | 149 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.1.27/drivers/md/ |
D | dm-log-userspace-transfer.c | 85 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 …]
|
D | dm-log-userspace-base.c | 722 } pkg; in userspace_get_resync_work() local 727 rdata_size = sizeof(pkg); in userspace_get_resync_work() 729 NULL, 0, (char *)&pkg, &rdata_size); in userspace_get_resync_work() 731 *region = pkg.r; in userspace_get_resync_work() 732 return (r) ? r : (int)pkg.i; in userspace_get_resync_work() 748 } pkg; in userspace_set_region_sync() local 750 pkg.r = region; in userspace_set_region_sync() 751 pkg.i = (int64_t)in_sync; in userspace_set_region_sync() 754 (char *)&pkg, sizeof(pkg), NULL, NULL); in userspace_set_region_sync() 844 } pkg; in userspace_is_remote_recovering() local [all …]
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
D | topology.c | 43 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() 94 last_pkg = cpu_top->core_info[0].pkg; in get_cpu_topology() 96 if(cpu_top->core_info[cpu].pkg != last_pkg) { in get_cpu_topology() 97 last_pkg = cpu_top->core_info[cpu].pkg; in get_cpu_topology()
|
D | helpers.h | 96 int pkg; member
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_acpi.c | 82 union acpi_object *pkg, *connector_count; in intel_dsm_platform_mux_info() local 84 pkg = acpi_evaluate_dsm_typed(intel_dsm_priv.dhandle, intel_dsm_guid, in intel_dsm_platform_mux_info() 87 if (!pkg) { in intel_dsm_platform_mux_info() 92 connector_count = &pkg->package.elements[0]; in intel_dsm_platform_mux_info() 95 for (i = 1; i < pkg->package.count; i++) { in intel_dsm_platform_mux_info() 96 union acpi_object *obj = &pkg->package.elements[i]; in intel_dsm_platform_mux_info() 111 ACPI_FREE(pkg); in intel_dsm_platform_mux_info()
|
/linux-4.1.27/scripts/kconfig/ |
D | Makefile | 204 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` 205 HOSTCFLAGS_gconf.o = `pkg-config --cflags gtk+-2.0 gmodule-2.0 libglade-2.0` \ 211 pkg-config --libs menuw panelw ncursesw 2>/dev/null \ 212 || pkg-config --libs menu panel ncurses 2>/dev/null \ 222 @set -e; $(kecho) " CHECK qt"; dir=""; pkg=""; \ 223 if ! pkg-config --exists QtCore 2> /dev/null; then \ 225 pkg-config --exists qt 2> /dev/null && pkg=qt; \ 226 pkg-config --exists qt-mt 2> /dev/null && pkg=qt-mt; \ 227 if [ -n "$$pkg" ]; then \ 228 cflags="\$$(shell pkg-config $$pkg --cflags)"; \ [all …]
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | utmisc.c | 252 this_index = state->pkg.index; in acpi_ut_walk_package_tree() 254 state->pkg.source_object->package.elements[this_index]; in acpi_ut_walk_package_tree() 275 state->pkg.index++; in acpi_ut_walk_package_tree() 276 while (state->pkg.index >= in acpi_ut_walk_package_tree() 277 state->pkg.source_object->package.count) { in acpi_ut_walk_package_tree() 303 state->pkg.index++; in acpi_ut_walk_package_tree() 321 state->pkg. in acpi_ut_walk_package_tree()
|
D | utstate.c | 245 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()
|
D | utcopy.c | 259 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()
|
D | utobject.c | 609 state->pkg.this_target_obj = NULL; in acpi_ut_get_element_length()
|
D | aclocal.h | 653 struct acpi_pkg_state pkg; member
|
/linux-4.1.27/scripts/kconfig/lxdialog/ |
D | check-lxdialog.sh | 7 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.1.27/scripts/package/ |
D | buildtar | 26 tar-pkg) 30 targz-pkg) 34 tarbz2-pkg) 38 tarxz-pkg)
|
D | Makefile | 38 rpm-pkg rpm: FORCE 59 binrpm-pkg: FORCE 89 deb-pkg: FORCE 98 tar%pkg: FORCE 129 perf-%pkg: FORCE
|
/linux-4.1.27/tools/usb/ffs-aio-example/multibuff/host_app/ |
D | Makefile | 2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) 3 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
|
/linux-4.1.27/tools/usb/ffs-aio-example/simple/host_app/ |
D | Makefile | 2 LIBUSB_CFLAGS = $(shell pkg-config --cflags libusb-1.0) 3 LIBUSB_LIBS = $(shell pkg-config --libs libusb-1.0)
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-scmi.c | 92 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.1.27/ |
D | .gitignore | 53 # Debian directory (make deb-pkg) 58 # tar directory (make tar*-pkg)
|
D | Makefile | 488 kernelversion %src-pkg 1230 %src-pkg: FORCE 1232 %pkg: include/config/kernel.release FORCE
|
/linux-4.1.27/drivers/edac/ |
D | sb_edac.c | 777 static inline u8 sad_pkg_socket(u8 pkg) in sad_pkg_socket() argument 780 return ((pkg >> 3) << 2) | (pkg & 0x3); in sad_pkg_socket() 783 static inline u8 sad_pkg_ha(u8 pkg) in sad_pkg_ha() argument 785 return (pkg >> 2) & 0x1; in sad_pkg_ha() 1024 u32 pkg = sad_pkg(pvt->info.interleave_pkg, reg, j); in get_memory_layout() local 1025 if (j > 0 && sad_interl == pkg) in get_memory_layout() 1029 n_sads, j, pkg); in get_memory_layout() 1147 u8 ch_way, sck_way, pkg, sad_ha = 0; in get_memory_error_data() local 1203 u32 pkg = sad_pkg(pvt->info.interleave_pkg, reg, sad_way); in get_memory_error_data() local 1204 if (sad_way > 0 && sad_interl == pkg) in get_memory_error_data() [all …]
|
/linux-4.1.27/tools/perf/tests/ |
D | perf-targz-src-pkg | 12 make perf-targz-src-pkg > /dev/null
|
D | make | 222 @cmd="$(PERF)/tests/perf-targz-src-pkg $(PERF)"; \
|
/linux-4.1.27/tools/testing/selftests/memfd/ |
D | Makefile | 15 $(CC) $(CFLAGS) fuse_mnt.c `pkg-config fuse --cflags --libs` -o fuse_mnt
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | bgmac.c | 842 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.1.27/include/linux/mfd/ |
D | rtsx_usb.h | 48 #define CHECK_PKG(ucr, pkg) ((ucr)->package == (pkg)) argument
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_rapl.c | 425 RAPL_EVENT_ATTR_STR(energy-pkg , rapl_pkg, "event=0x02"); 430 RAPL_EVENT_ATTR_STR(energy-pkg.unit , rapl_pkg_unit, "Joules"); 438 RAPL_EVENT_ATTR_STR(energy-pkg.scale, rapl_pkg_scale, "2.3283064365386962890625e-10");
|
D | perf_event_intel_cqm.c | 1137 EVENT_ATTR_STR(llc_occupancy.per-pkg, intel_cqm_llc_pkg, "1");
|
/linux-4.1.27/Documentation/kbuild/ |
D | kbuild.txt | 82 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.1.27/drivers/bcma/ |
D | scan.c | 449 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()
|
D | driver_chipcommon_pmu.c | 218 if (bus->chipinfo.pkg == 9 || bus->chipinfo.pkg == 11) in bcma_chipco_bcm4331_ext_pa_lines_ctl()
|
D | driver_mips.c | 67 dev->bus->chipinfo.pkg == 11 && in bcma_core_mips_bcm5357b0_quirk()
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 39 PKG_CONFIG := $(CROSS_COMPILE)pkg-config
|
/linux-4.1.27/drivers/net/wireless/b43/ |
D | bus.c | 126 dev->chip_pkg = core->bus->chipinfo.pkg; in b43_bus_dev_bcma_init()
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
D | debug.c | 98 bus->chipinfo.id, bus->chipinfo.rev, bus->chipinfo.pkg, in brcms_debugfs_hardware_read()
|
D | aiutils.c | 483 sih->chippkg = pbus->chipinfo.pkg; in ai_doattach()
|
/linux-4.1.27/drivers/staging/rts5208/ |
D | rtsx_chip.h | 943 #define CHECK_BARO_PKG(chip, pkg) ((chip)->baro_pkg == (pkg)) argument
|
/linux-4.1.27/tools/power/cpupower/utils/idle_monitor/ |
D | cpupower-monitor.c | 148 printf("%4d|", cpu_top.core_info[cpu].pkg); in print_results()
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 20 - libtool, automake >= 1.9, autoconf >= 2.5.0, pkg-config
|
/linux-4.1.27/include/linux/bcma/ |
D | bcma.h | 28 u8 pkg; member
|
/linux-4.1.27/tools/perf/ |
D | Makefile.perf | 113 PKG_CONFIG = $(CROSS_COMPILE)pkg-config
|