Home
last modified time | relevance | path

Searched refs:p (Results 7276 – 7300 of 9049) sorted by relevance

1...<<291292293294295296297298299300>>...362

/openbmc/linux/sound/soc/sof/
H A Dtopology.c138 static inline int get_tlv_data(const int *p, int tlv[SOF_TLV_ITEMS]) in get_tlv_data() argument
141 if ((int)p[SNDRV_CTL_TLVO_TYPE] != SNDRV_CTL_TLVT_DB_SCALE) in get_tlv_data()
145 tlv[TLV_MIN] = (int)p[SNDRV_CTL_TLVO_DB_SCALE_MIN] / 100; in get_tlv_data()
148 tlv[TLV_STEP] = (int)(p[SNDRV_CTL_TLVO_DB_SCALE_MUTE_AND_STEP] & in get_tlv_data()
152 if ((p[SNDRV_CTL_TLVO_DB_SCALE_MUTE_AND_STEP] & in get_tlv_data()
851 if (!kc->tlv.p || get_tlv_data(kc->tlv.p, tlv) < 0) { in sof_control_load_volume()
/openbmc/linux/net/sunrpc/
H A Dxprt.c1027 struct rb_node **p = &xprt->recv_queue.rb_node; in xprt_request_rb_insert() local
1031 while (*p != NULL) { in xprt_request_rb_insert()
1032 n = *p; in xprt_request_rb_insert()
1036 p = &n->rb_left; in xprt_request_rb_insert()
1039 p = &n->rb_right; in xprt_request_rb_insert()
1046 rb_link_node(&new->rq_recv, n, p); in xprt_request_rb_insert()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dsamsung-dsim.c554 u8 *p, u16 *m, u8 *s) in samsung_dsim_pll_find_pms() argument
599 *p = best_p; in samsung_dsim_pll_find_pms()
613 u8 p, s; in samsung_dsim_set_pll() local
618 fout = samsung_dsim_pll_find_pms(dsi, fin, freq, &p, &m, &s); in samsung_dsim_set_pll()
624 dev_dbg(dsi->dev, "PLL freq %lu, (p %d, m %d, s %d)\n", fout, p, m, s); in samsung_dsim_set_pll()
629 reg = DSIM_PLL_EN | DSIM_PLL_P(p, driver_data->pll_p_offset) | in samsung_dsim_set_pll()
/openbmc/linux/Documentation/admin-guide/kdump/
H A Dkdump.rst26 The kexec -p command loads the dump-capture kernel into this reserved
80 http://www.kernel.org/git/?p=utils/kernel/kexec/kexec-tools.git
405 kexec -p <dump-capture-kernel-vmlinux-image> \
412 kexec -p <dump-capture-kernel-bzImage> \
419 kexec --type zImage -p <dump-capture-kernel-bzImage> \
427 kexec -p <dump-capture-kernel-Image> \
/openbmc/qemu/hw/net/
H A Deepro100.c365 char *p = &dump[0]; in nic_dump() local
370 p += sprintf(p, " %02x", *buf++); in nic_dump()
1144 const char *p = buffer; in reg2name() local
1146 p = mdi_reg_name[reg]; in reg2name()
1150 return p; in reg2name()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmtk_nand.c183 static inline u8 *data_ptr(struct nand_chip *chip, const u8 *p, int i) in data_ptr() argument
185 return (u8 *)p + i * chip->ecc.size; in data_ptr()
1039 u32 len, u8 *p, int pg) in mtk_nfc_read_subpage_hwecc() argument
1041 return mtk_nfc_read_subpage(nand_to_mtd(chip), chip, off, len, p, pg, in mtk_nfc_read_subpage_hwecc()
1045 static int mtk_nfc_read_page_hwecc(struct nand_chip *chip, u8 *p, int oob_on, in mtk_nfc_read_page_hwecc() argument
1050 return mtk_nfc_read_subpage(mtd, chip, 0, mtd->writesize, p, pg, 0); in mtk_nfc_read_page_hwecc()
/openbmc/linux/net/bluetooth/
H A Dmgmt.c1285 struct hci_conn_params *p; in restart_le_actions() local
1293 switch (p->auto_connect) { in restart_le_actions()
3465 struct hci_conn_params *p; in pair_device() local
3477 if (!p) { in pair_device()
5350 p = kmalloc(sizeof(*p), GFP_KERNEL); in parse_adv_monitor_pattern()
5351 if (!p) in parse_adv_monitor_pattern()
5357 memcpy(p->value, patterns[i].value, p->length); in parse_adv_monitor_pattern()
5359 INIT_LIST_HEAD(&p->list); in parse_adv_monitor_pattern()
7802 device_removed(sk, hdev, &p->addr, p->addr_type); in remove_device()
7803 if (p->explicit_connect) { in remove_device()
[all …]
/openbmc/linux/drivers/video/fbdev/nvidia/
H A Dnvidia.c1473 char *p; in nvidiafb_setup() local
1475 p = this_opt + 9; in nvidiafb_setup()
1476 if (!*p || !*(++p)) in nvidiafb_setup()
1478 forceCRTC = *p - '0'; in nvidiafb_setup()
/openbmc/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_b0.c1394 static u16 hw_atl_b0_rx_extract_ts(struct aq_hw_s *self, u8 *p, in hw_atl_b0_rx_extract_ts() argument
1414 ptr = p + (len - offset); in hw_atl_b0_rx_extract_ts()
1422 eth = (struct ethhdr *)p; in hw_atl_b0_rx_extract_ts()
1427 static int hw_atl_b0_extract_hwts(struct aq_hw_s *self, u8 *p, unsigned int len, in hw_atl_b0_extract_hwts() argument
1430 struct hw_atl_rxd_hwts_wb_s *hwts_wb = (struct hw_atl_rxd_hwts_wb_s *)p; in hw_atl_b0_extract_hwts()
/openbmc/linux/drivers/clk/sunxi-ng/
H A Dccu-sun4i-a10.c35 .p = _SUNXI_CCU_DIV(16, 2),
103 .p = _SUNXI_CCU_DIV(16, 2),
610 .p = _SUNXI_CCU_DIV(16, 2),
826 .p = _SUNXI_CCU_DIV(20, 2),
845 .p = _SUNXI_CCU_DIV(20, 2),
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1287 struct hugetlbfs_inode_info *p; in hugetlbfs_alloc_inode() local
1291 p = alloc_inode_sb(sb, hugetlbfs_inode_cachep, GFP_KERNEL); in hugetlbfs_alloc_inode()
1292 if (unlikely(!p)) { in hugetlbfs_alloc_inode()
1306 mpol_shared_policy_init(&p->policy, NULL); in hugetlbfs_alloc_inode()
1308 return &p->vfs_inode; in hugetlbfs_alloc_inode()
/openbmc/qemu/target/i386/kvm/
H A Dxen-emu.c690 idxs_gva = (unsigned long)xatpb.idxs.p; in do_add_to_physmap_batch()
691 gpfns_gva = (unsigned long)xatpb.gpfns.p; in do_add_to_physmap_batch()
692 errs_gva = (unsigned long)xatpb.errs.p; in do_add_to_physmap_batch()
943 if (!kvm_gva_to_gpa(cs, tma.addr.p, &gpa, &len, false) || in vcpuop_register_vcpu_time_info()
973 if (!kvm_gva_to_gpa(cs, rma.addr.p, &gpa, &len, false)) { in vcpuop_register_runstate_info()
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp357 uint8_t dbus_to_sensor_type(char* p) in dbus_to_sensor_type() argument
363 if (!strcmp(s->dbusname, p)) in dbus_to_sensor_type()
372 printf("Failed to find Sensor Type %s\n", p); in dbus_to_sensor_type()
397 char* p = strrchr(dbus_if.path, '/'); in get_type_from_interface() local
398 type = dbus_to_sensor_type(p + 1); in get_type_from_interface()
/openbmc/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c78 static int greth_set_mac_add(struct net_device *dev, void *p);
1018 static int greth_set_mac_add(struct net_device *dev, void *p) in greth_set_mac_add() argument
1020 struct sockaddr *addr = p; in greth_set_mac_add()
1122 static void greth_get_regs(struct net_device *dev, struct ethtool_regs *regs, void *p) in greth_get_regs() argument
1127 u32 *buff = p; in greth_get_regs()
/openbmc/linux/drivers/scsi/
H A Dscript_asm.pl311 $p = $scsi_phases{$phase_index};
312 $code[$address] |= $p | 0x00_02_00_00;
/openbmc/u-boot/drivers/net/
H A Dmt7628-eth.c378 char *p = (char *)packet; in mt7628_eth_send() local
381 p[length + i] = 0; in mt7628_eth_send()
/openbmc/linux/fs/
H A Dtimerfd.c393 static int timerfd_fget(int fd, struct fd *p) in timerfd_fget() argument
402 *p = f; in timerfd_fget()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-dv.rst102 .. tabularcolumns:: |p{7.3cm}|p{10.2cm}|
/openbmc/linux/drivers/iio/gyro/
H A Dadxrs290.c503 static irqreturn_t adxrs290_trigger_handler(int irq, void *p) in adxrs290_trigger_handler() argument
505 struct iio_poll_func *pf = p; in adxrs290_trigger_handler()
/openbmc/docs/development/
H A Ddevtool-hello-world.md125 mkdir -p /tmp/persist/usr
126 mkdir -p /tmp/persist/work/usr
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/
H A Dxserver-xorg.inc167 p = subprocess.Popen(args="pkg-config --variable=%s xorg-server" % abis[name],
169 stdout, stderr = p.communicate()
/openbmc/linux/Documentation/networking/device_drivers/ethernet/ti/
H A Dcpsw_switchdev.rst230 mkdir /tmp/root/bin -p
231 mkdir /tmp/root/lib -p
/openbmc/linux/arch/arc/kernel/
H A Dsetup.c568 #define ptr_to_cpu(p) (~0xFFFF0000UL & (unsigned int)(p)) argument
/openbmc/linux/drivers/net/usb/
H A Ddm9601.c329 static int dm9601_set_mac_address(struct net_device *net, void *p) in dm9601_set_mac_address() argument
331 struct sockaddr *addr = p; in dm9601_set_mac_address()
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py155 p = ((cbr * 1000 / data[2]) + 5) / 10
156 print("%3u freq: %4u MHz (%3u%%)" % (cbr, f, p), end=' ')

1...<<291292293294295296297298299300>>...362