/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_mqprio.c | 320 struct ch_sched_params p = { in cxgb4_mqprio_alloc_tc() local 338 p.u.params.channel = pi->tx_chan; in cxgb4_mqprio_alloc_tc() 341 p.u.params.minrate = div_u64(mqprio->min_rate[i] * 8, 1000); in cxgb4_mqprio_alloc_tc() 342 p.u.params.maxrate = div_u64(mqprio->max_rate[i] * 8, 1000); in cxgb4_mqprio_alloc_tc() 349 p.u.params.burstsize = 8 * dev->mtu; in cxgb4_mqprio_alloc_tc() 351 e = cxgb4_sched_class_alloc(dev, &p); in cxgb4_mqprio_alloc_tc()
|
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/ |
H A D | direct.py | 326 num_real_partitions = len([p for p in self.partitions if not p.no_table]) 384 num_real_partitions = len([p for p in self.partitions if not p.no_table])
|
/openbmc/linux/arch/arm/kernel/ |
H A D | setup.c | 748 const struct machine_desc *p; in dump_machine_table() local 751 for_each_machine_desc(p) in dump_machine_table() 752 early_print("%08x\t%s\n", p->nr, p->name); in dump_machine_table() 826 static int __init early_mem(char *p) in early_mem() argument 845 size = memparse(p, &endp); in early_mem()
|
/openbmc/linux/drivers/mfd/ |
H A D | tps65010.c | 132 ({int p; switch ((chgconfig >> 3) & 3) { in dbg_chgconf() 133 case 3: p = 100; break; in dbg_chgconf() 134 case 2: p = 75; break; in dbg_chgconf() 135 case 1: p = 50; break; in dbg_chgconf() 136 default: p = 25; break; in dbg_chgconf() 137 }; p; }), in dbg_chgconf()
|
/openbmc/linux/drivers/net/dsa/sja1105/ |
H A D | sja1105_spi.c | 245 u32 *p = buf; in sja1105_status_unpack() local 252 p--; in sja1105_status_unpack() 253 sja1105_unpack(p + 0x1, &status->configs, 31, 31, 4); in sja1105_status_unpack() 254 sja1105_unpack(p + 0x1, &status->crcchkl, 30, 30, 4); in sja1105_status_unpack() 255 sja1105_unpack(p + 0x1, &status->ids, 29, 29, 4); in sja1105_status_unpack() 256 sja1105_unpack(p + 0x1, &status->crcchkg, 28, 28, 4); in sja1105_status_unpack()
|
/openbmc/linux/drivers/net/wireless/broadcom/b43/ |
H A D | pio.c | 127 struct b43_pio_txpacket *p; in b43_setup_pioqueue_tx() local 149 p = &(q->packets[i]); in b43_setup_pioqueue_tx() 150 INIT_LIST_HEAD(&p->list); in b43_setup_pioqueue_tx() 151 p->index = i; in b43_setup_pioqueue_tx() 152 p->queue = q; in b43_setup_pioqueue_tx() 153 list_add(&p->list, &q->packets_list); in b43_setup_pioqueue_tx()
|
/openbmc/linux/drivers/mtd/ |
H A D | inftlcore.c | 812 char *p, *pend; in inftl_writeblock() local 819 for (p = buffer; p < pend && !*p; p++) in inftl_writeblock() 822 if (p < pend) { in inftl_writeblock()
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb.c | 155 static int pcan_usb_send_cmd(struct peak_usb_device *dev, u8 f, u8 n, u8 *p) in pcan_usb_send_cmd() argument 167 if (p) in pcan_usb_send_cmd() 169 p, PCAN_USB_CMD_ARGS_LEN); in pcan_usb_send_cmd() 185 static int pcan_usb_wait_rsp(struct peak_usb_device *dev, u8 f, u8 n, u8 *p) in pcan_usb_wait_rsp() argument 206 else if (p) in pcan_usb_wait_rsp() 207 memcpy(p, dev->cmd_buf + PCAN_USB_CMD_ARGS, in pcan_usb_wait_rsp()
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | socinfo.c | 454 static int qcom_show_build_id(struct seq_file *seq, void *p) in qcom_show_build_id() argument 463 static int qcom_show_pmic_model(struct seq_file *seq, void *p) in qcom_show_pmic_model() argument 479 static int qcom_show_pmic_model_array(struct seq_file *seq, void *p) in qcom_show_pmic_model_array() argument 505 static int qcom_show_pmic_die_revision(struct seq_file *seq, void *p) in qcom_show_pmic_die_revision() argument 516 static int qcom_show_chip_id(struct seq_file *seq, void *p) in qcom_show_chip_id() argument 532 static int show_image_##type(struct seq_file *seq, void *p) \
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_legacy_tv.c | 541 uint32_t m, n, p; in radeon_legacy_tv_mode_set() local 687 p = NTSC_TV_PLL_P_27; in radeon_legacy_tv_mode_set() 691 p = NTSC_TV_PLL_P_14; in radeon_legacy_tv_mode_set() 697 p = PAL_TV_PLL_P_27; in radeon_legacy_tv_mode_set() 701 p = PAL_TV_PLL_P_14; in radeon_legacy_tv_mode_set() 709 ((p & RADEON_TV_P_MASK) << RADEON_TV_P_SHIFT); in radeon_legacy_tv_mode_set()
|
/openbmc/linux/fs/smb/client/ |
H A D | dir.c | 117 char *p; in __build_path_from_dentry_optional_prefix() local 119 for (p = s; *p; p++) in __build_path_from_dentry_optional_prefix() 120 if (*p == '/') in __build_path_from_dentry_optional_prefix() 121 *p = dirsep; in __build_path_from_dentry_optional_prefix()
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 514 #define FB_LEFT_POS(p, bpp) (fb_be_math(p) ? (32 - (bpp)) : 0) argument 515 #define FB_SHIFT_HIGH(p, val, bits) (fb_be_math(p) ? (val) >> (bits) : \ argument 517 #define FB_SHIFT_LOW(p, val, bits) (fb_be_math(p) ? (val) << (bits) : \ argument
|
/openbmc/linux/kernel/irq/ |
H A D | irqdesc.c | 186 char *p = ""; in per_cpu_count_show() local 192 ret += scnprintf(buf + ret, PAGE_SIZE - ret, "%s%u", p, c); in per_cpu_count_show() 193 p = ","; in per_cpu_count_show() 286 char *p = ""; in actions_show() local 291 p, action->name); in actions_show() 292 p = ","; in actions_show()
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | grukservices.h | 62 void *p, unsigned int bytes, int nasid, int vector, int apicid);
|
/openbmc/qemu/docs/system/ppc/ |
H A D | prep.rst | 1 Prep machine (``40p``)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblightmodbus/ |
H A D | liblightmodbus_2.0.2.bb | 11 file://0001-cmake-Use-GNUInstallDirs-instead-of-hardcoding-lib-p.patch \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ifmetric/ifmetric/ |
H A D | nlrequest.c_packet-too-small_fix.patch | 16 struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
|
/openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/initrdscripts/phosphor-static-norootfs-init/ |
H A D | 99-platform-init | 17 mkdir -p "$(dirname "${SLOT_FILE}")"
|
/openbmc/openbmc/poky/meta/recipes-support/libcap-ng/ |
H A D | libcap-ng_0.8.4.bb | 12 mkdir -p ${D}/${base_libdir}/
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs-oe-cache-native_20.11.bb | 18 install -D -p -m 0755 ${B}/oe-npm-cache ${D}${bindir}/oe-npm-cache
|
/openbmc/linux/fs/unicode/ |
H A D | utf8n.h | 37 const char *p; member
|
/openbmc/linux/include/linux/mtd/ |
H A D | nand-ecc-mtk.h | 41 void mtk_ecc_adjust_strength(struct mtk_ecc *ecc, u32 *p);
|
/openbmc/linux/drivers/gpu/drm/msm/disp/ |
H A D | msm_disp_snapshot.h | 112 void msm_disp_state_print(struct msm_disp_state *disp_state, struct drm_printer *p);
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | update-alternatives.bbclass | 87 for p in pkgs: 89 for flag in sorted((d.getVarFlags("%s:%s" % (v,p)) or {}).keys()): 92 …d.appendVar('%s_VARDEPS_%s' % (v,p), ' %s:%s' % (flag, d.getVarFlag('%s:%s' % (v,p), flag, False))) 130 for p in pkgs: 132 ret.append(v + ":" + p) 133 ret.append(v + "_VARDEPS_" + p)
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | io.c | 972 void *p = vidb->buffer; in ubi_io_read_vid_hdr() local 977 read_err = ubi_io_read(ubi, p, pnum, ubi->vid_hdr_aloffset, in ubi_io_read_vid_hdr() 1056 void *p = vidb->buffer; in ubi_io_write_vid_hdr() local 1077 err = ubi_io_write(ubi, p, pnum, ubi->vid_hdr_aloffset, in ubi_io_write_vid_hdr() 1244 void *p; in self_check_peb_vid_hdr() local 1254 p = vidb->buffer; in self_check_peb_vid_hdr() 1255 err = ubi_io_read(ubi, p, pnum, ubi->vid_hdr_aloffset, in self_check_peb_vid_hdr()
|