/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/ |
H A D | 0001-build-add-autotools-support-to-allow-easy-cross-comp.patch | 105 - mkdir -p $(DESTDIR)$(BINDIR) 106 - mkdir -p $(DESTDIR)$(MANDIR)/man6 107 - mkdir -p $(DESTDIR)$(DEFAULTFONTDIR) 136 - @./figlet -v|sed -n '/Version/s/.*\(Version\)/\1/p'
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | core.h | 587 #define DWC3_NUM_EPS(p) (((p)->hwparams3 & \ argument 589 #define DWC3_NUM_IN_EPS(p) (((p)->hwparams3 & \ argument
|
/openbmc/u-boot/arch/arm/mach-imx/imx8/ |
H A D | cpu.c | 26 struct pass_over_info_t *p = in get_pass_over_info() local 29 if (p->barker != BT_PASSOVER_TAG || in get_pass_over_info() 30 p->len != sizeof(struct pass_over_info_t)) in get_pass_over_info() 33 return p; in get_pass_over_info()
|
/openbmc/linux/Documentation/trace/ |
H A D | tracepoints.rst | 56 TP_PROTO(int firstarg, struct task_struct *p), 57 TP_ARGS(firstarg, p)); 84 - `TP_PROTO(int firstarg, struct task_struct *p)` is the prototype of the 87 - `TP_ARGS(firstarg, p)` are the parameters names, same as found in the
|
/openbmc/linux/drivers/comedi/drivers/ |
H A D | s626.h | 612 #define S626_MAKE(x, w, p) (((x) & ((1 << (w)) - 1)) << (p)) argument 613 #define S626_UNMAKE(v, w, p) (((v) >> (p)) & ((1 << (w)) - 1)) argument
|
/openbmc/openbmc/poky/meta/recipes-support/libgpg-error/libgpg-error/ |
H A D | pkgconfig.patch | 89 -/g;p;}"); then 92 - if p=$(cd $dir 2>/dev/null && pwd); then 93 - test -d "$p/pkgconfig" && echo $p;
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/ |
H A D | android-tools_5.1.1.r37.bb | 125 mkdir -p ${B}/${tool} 132 install -D -p -m0755 ${S}/system/core/libsparse/simg_dump.py ${D}${bindir}/simg_dump 133 install -D -p -m0755 ${S}/system/extras/ext4_utils/mkuserimg.sh ${D}${bindir}/mkuserimg 154 install -D -p -m0644 ${WORKDIR}/android-tools-adbd.service \
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | go-vendor.bbclass | 91 # p = github.com/foo/bar@v1.2.3 95 p = destsuffix[len(default_destsuffix)+1:] 96 repo, version = p.split('@') 108 "repo_path": os.path.join(import_dir, p),
|
/openbmc/qemu/hw/intc/ |
H A D | omap_intc.c | 65 int i, j, sir_intr, p_intr, p; in omap_inth_sir_update() local 80 p = s->bank[j].priority[i]; in omap_inth_sir_update() 81 if (p <= p_intr) { in omap_inth_sir_update() 82 p_intr = p; in omap_inth_sir_update()
|
/openbmc/linux/drivers/vdpa/alibaba/ |
H A D | eni_vdpa.c | 379 u8 *p = buf; in eni_vdpa_get_config() local 383 *p++ = ioread8(ioaddr + i); in eni_vdpa_get_config() 395 const u8 *p = buf; in eni_vdpa_set_config() local 399 iowrite8(*p++, ioaddr + i); in eni_vdpa_set_config()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-cadence.c | 156 struct sdhci_cdns_phy_param *p = priv->phy_params; in sdhci_cdns_phy_param_parse() local 166 p->addr = sdhci_cdns_phy_cfgs[i].addr; in sdhci_cdns_phy_param_parse() 167 p->data = val; in sdhci_cdns_phy_param_parse() 168 p++; in sdhci_cdns_phy_param_parse()
|
/openbmc/linux/fs/9p/ |
H A D | v9fs.c | 167 char *p; in v9fs_parse_options() local 191 while ((p = strsep(&options, ",")) != NULL) { in v9fs_parse_options() 194 if (!*p) in v9fs_parse_options() 197 token = match_token(p, tokens, args); in v9fs_parse_options()
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_mqd_manager_vi.c | 159 struct queue_properties *p, struct mm_struct *mms) in load_mqd() argument 162 uint32_t wptr_shift = (p->format == KFD_QUEUE_FORMAT_AQL ? 4 : 0); in load_mqd() 163 uint32_t wptr_mask = (uint32_t)((p->queue_size / 4) - 1); in load_mqd() 166 (uint32_t __user *)p->write_ptr, in load_mqd()
|
/openbmc/linux/drivers/thermal/ |
H A D | gov_power_allocator.c | 221 s64 p, i, d, power_range; in pid_controller() local 234 p = mul_frac(err < 0 ? tz->tzp->k_po : tz->tzp->k_pu, err); in pid_controller() 264 power_range = p + i + d; in pid_controller() 273 frac_to_int(p), frac_to_int(i), in pid_controller()
|
/openbmc/linux/drivers/tee/optee/ |
H A D | call.c | 483 static bool is_normal_memory(pgprot_t p) in is_normal_memory() argument 486 return (((pgprot_val(p) & L_PTE_MT_MASK) == L_PTE_MT_WRITEALLOC) || in is_normal_memory() 487 ((pgprot_val(p) & L_PTE_MT_MASK) == L_PTE_MT_WRITEBACK)); in is_normal_memory() 489 return (pgprot_val(p) & PTE_ATTRINDX_MASK) == PTE_ATTRINDX(MT_NORMAL); in is_normal_memory()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_port.c | 23 static size_t tty_port_default_receive_buf(struct tty_port *port, const u8 *p, in tty_port_default_receive_buf() argument 37 count = tty_ldisc_receive_buf(ld, p, f, count); in tty_port_default_receive_buf() 44 static void tty_port_default_lookahead_buf(struct tty_port *port, const u8 *p, in tty_port_default_lookahead_buf() argument 59 ld->ops->lookahead_buf(ld->tty, p, f, count); in tty_port_default_lookahead_buf()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | dc.h | 571 #define DC_WIN_H_FILTER_P(p) (0x601 + (p)) argument 572 #define DC_WIN_V_FILTER_P(p) (0x619 + (p)) argument
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.cpp | 417 [&prop](const auto& p) { return prop == p; }) == in setPersisted() argument 433 [&prop](const auto& p) { return prop == p; }); in isPersisted() argument
|
/openbmc/qemu/hw/input/ |
H A D | tsc2005.c | 31 #define TSC_CUT_RESOLUTION(value, p) ((value) >> (16 - (p ? 12 : 10))) argument 437 int p = s->pressure; in tsc2005_touchscreen_event() local 450 if (p != s->pressure) { in tsc2005_touchscreen_event()
|
/openbmc/linux/tools/perf/util/ |
H A D | intel-pt.c | 324 while (*p) { in intel_pt_findnew_vmcs() 332 p = &(*p)->rb_left; in intel_pt_findnew_vmcs() 334 p = &(*p)->rb_right; in intel_pt_findnew_vmcs() 4080 p = skip_spaces(p); in intel_pt_parse_vm_tm_corr_arg() 4081 if (!*p) in intel_pt_parse_vm_tm_corr_arg() 4084 tsc_offset = strtoull(p, &p, 0); in intel_pt_parse_vm_tm_corr_arg() 4087 p = skip_spaces(p); in intel_pt_parse_vm_tm_corr_arg() 4093 p += 1; in intel_pt_parse_vm_tm_corr_arg() 4095 vmcs = strtoull(p, &p, 0); in intel_pt_parse_vm_tm_corr_arg() 4103 p = skip_spaces(p); in intel_pt_parse_vm_tm_corr_arg() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/ |
H A D | nxu.h | 598 #define append_empty_fh_blk(p, b) do { *(p) = (2 | (1&(b))); *((p)+1) = 0; \ argument
|
/openbmc/linux/Documentation/block/ |
H A D | ioprio.rst | 46 # ionice -c<class> -n<level> -p<pid> 122 while ((c = getopt(argc, argv, "+n:c:p:")) != EOF) { 132 case 'p':
|
/openbmc/linux/drivers/mfd/ |
H A D | ucb1x00-ts.c | 214 unsigned int x, y, p; in ucb1x00_thread() local 224 p = ucb1x00_ts_read_pressure(ts); in ucb1x00_thread() 267 ucb1x00_ts_evt_add(ts, p, x, y); in ucb1x00_thread()
|
/openbmc/linux/scripts/ |
H A D | insert-sys-cert.c | 97 char *w, *p, *n; in get_symbol_from_map() local 107 p = strchr(l, '\n'); in get_symbol_from_map() 108 if (!p) { in get_symbol_from_map()
|
/openbmc/u-boot/doc/ |
H A D | README.NetConsole | 37 usage of nc has been changed and -l and -p options are considered 39 you can just remove the -p option from the script. 94 nc -u -l -p 6666
|