/openbmc/linux/drivers/perf/ |
H A D | qcom_l3_pmu.c | 163 #define to_l3cache_pmu(p) (container_of(p, struct l3cache_pmu, pmu)) argument
|
H A D | marvell_cn10k_ddr_pmu.c | 135 #define to_cn10k_ddr_pmu(p) container_of(p, struct cn10k_ddr_pmu, pmu) argument
|
H A D | arm_dmc620_pmu.c | 103 #define to_dmc620_pmu(p) (container_of(p, struct dmc620_pmu, pmu)) argument
|
/openbmc/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_regs.h | 100 #define VE_DEC_MPEG_MP12HDR_INTRA_DC_PRECISION(p) \ argument 101 SHIFT_AND_MASK_BITS(p, 11, 10)
|
/openbmc/linux/Documentation/rust/ |
H A D | coding-guidelines.rst | 94 // SAFETY: `p` is valid by the safety requirements. 95 unsafe { *p = 0; }
|
/openbmc/linux/drivers/hsi/controllers/ |
H A D | omap_ssi_core.c | 40 static int ssi_regs_show(struct seq_file *m, void *p __maybe_unused) in ssi_regs_show() 55 static int ssi_gdd_regs_show(struct seq_file *m, void *p __maybe_unused) in ssi_gdd_regs_show()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-mcp23s08.c | 560 static void mcp23s08_irq_print_chip(struct irq_data *d, struct seq_file *p) in mcp23s08_irq_print_chip() argument 565 seq_printf(p, dev_name(mcp->dev)); in mcp23s08_irq_print_chip()
|
/openbmc/linux/drivers/firmware/arm_scmi/ |
H A D | virtio.c | 479 static int virtio_chan_free(int id, void *p, void *data) in virtio_chan_free() argument 481 struct scmi_chan_info *cinfo = p; in virtio_chan_free()
|
/openbmc/linux/drivers/iio/light/ |
H A D | as73211.c | 562 static irqreturn_t as73211_trigger_handler(int irq __always_unused, void *p) in as73211_trigger_handler() argument 564 struct iio_poll_func *pf = p; in as73211_trigger_handler()
|
/openbmc/linux/drivers/iio/common/cros_ec_sensors/ |
H A D | cros_ec_sensors_core.c | 707 irqreturn_t cros_ec_sensors_capture(int irq, void *p) in cros_ec_sensors_capture() argument 709 struct iio_poll_func *pf = p; in cros_ec_sensors_capture()
|
/openbmc/linux/drivers/iio/chemical/ |
H A D | scd4x.c | 661 static irqreturn_t scd4x_trigger_handler(int irq, void *p) in scd4x_trigger_handler() argument 663 struct iio_poll_func *pf = p; in scd4x_trigger_handler()
|
H A D | scd30_core.c | 590 static irqreturn_t scd30_trigger_handler(int irq, void *p) in scd30_trigger_handler() argument 592 struct iio_poll_func *pf = p; in scd30_trigger_handler()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | ti-ads7950.c | 304 static irqreturn_t ti_ads7950_trigger_handler(int irq, void *p) in ti_ads7950_trigger_handler() argument 306 struct iio_poll_func *pf = p; in ti_ads7950_trigger_handler()
|
/openbmc/linux/drivers/infiniband/hw/irdma/ |
H A D | trace_cm.h | 11 const char *print_ip_addr(struct trace_seq *p, u32 *addr, u16 port, bool ivp4); 15 #define __print_ip_addr(addr, port, ipv4) print_ip_addr(p, addr, port, ipv4)
|
/openbmc/phosphor-power/power-supply/ |
H A D | power_supply.cpp | 47 std::chrono::seconds& t, std::chrono::seconds& p) : in PowerSupply() argument 49 inventoryPath(INVENTORY_OBJ_PATH + invpath), bus(bus), presentInterval(p), in PowerSupply()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 74 std::chrono::seconds& t, std::chrono::seconds& p) : in PowerSupply() argument 76 inventoryPath(INVENTORY_OBJ_PATH + invpath), bus(bus), presentInterval(p), in PowerSupply()
|
/openbmc/qemu/hw/sensor/ |
H A D | max34451.c | 602 uint16_t *p = s; in memset_word() local 605 p[i] = c; in memset_word()
|
/openbmc/qemu/plugins/ |
H A D | core.c | 568 static bool free_dyn_cb_arr(void *p, uint32_t h, void *userp) in free_dyn_cb_arr() argument 570 g_array_free((GArray *) p, true); in free_dyn_cb_arr()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
H A D | 0001-Make-ndiff-support-python3.patch | 1322 - self.assertEqual(scan.args, u"nmap -oX empty.xml -p 1-100") 1325 + self.assertEqual(scan.args, "nmap -oX empty.xml -p 1-100") 1387 p = Port((10, "tcp")) 1388 - self.assertEqual(p.spec_string(), u"10/tcp") 1389 + self.assertEqual(p.spec_string(), "10/tcp") 1390 p = Port((100, "ip")) 1391 - self.assertEqual(p.spec_string(), u"100/ip") 1392 + self.assertEqual(p.spec_string(), "100/ip") 1395 p = Port((10, "tcp")) 1396 - self.assertEqual(p.state_string(), u"unknown") [all …]
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 664 uint32_t p = 0x08041062; 691 p = deposit32(p, 8, 2, mm); 692 p = deposit32(p, 13, 1, (rm & 8) == 0); /* EVEX.RXB.B */ 693 p = deposit32(p, 14, 1, (index & 8) == 0); /* EVEX.RXB.X */ 694 p = deposit32(p, 15, 1, (r & 8) == 0); /* EVEX.RXB.R */ 695 p = deposit32(p, 16, 2, pp); 696 p = deposit32(p, 19, 4, ~v); 697 p = deposit32(p, 23, 1, (opc & P_VEXW) != 0); 698 p = deposit32(p, 29, 2, (opc & P_VEXL) != 0); 700 tcg_out32(s, p); [all …]
|
/openbmc/linux/kernel/ |
H A D | relay.c | 547 struct rchan_percpu_buf_dispatcher *p = info; in __relay_set_buf_dentry() local 549 relay_set_buf_dentry(p->buf, p->dentry); in __relay_set_buf_dentry()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | dax.rst | 119 mkdir -p a/b/c 135 mkdir -p a/b/c/d 146 mkdir -p a/b/c
|
/openbmc/linux/drivers/net/ethernet/apm/xgene/ |
H A D | xgene_enet_hw.c | 683 bool xgene_ring_mgr_init(struct xgene_enet_pdata *p) in xgene_ring_mgr_init() argument 685 if (!ioread32(p->ring_csr_addr + CLKEN_ADDR)) in xgene_ring_mgr_init() 688 if (ioread32(p->ring_csr_addr + SRST_ADDR)) in xgene_ring_mgr_init()
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en.h | 168 #define mlx5e_state_dereference(priv, p) \ argument 169 rcu_dereference_protected((p), lockdep_is_held(&(priv)->state_lock)) 1080 struct mlx5e_modify_sq_param *p);
|
/openbmc/linux/drivers/crypto/allwinner/sun8i-ss/ |
H A D | sun8i-ss-core.c | 153 u32 p; in ss_irq_handler() local 155 p = readl(ss->base + SS_INT_STA_REG); in ss_irq_handler() 157 if (p & (BIT(flow))) { in ss_irq_handler()
|