Home
last modified time | relevance | path

Searched refs:p (Results 4201 – 4225 of 9049) sorted by relevance

1...<<161162163164165166167168169170>>...362

/openbmc/linux/lib/zstd/common/
H A Dcompiler.h98 #define PREFETCH_AREA(p, s) { \ argument
99 const char* const _ptr = (const char*)(p); \
/openbmc/linux/drivers/perf/arm_cspmu/
H A Darm_cspmu.h20 #define to_arm_cspmu(p) (container_of(p, struct arm_cspmu, pmu)) argument
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h42 #define nvkm_firmware_load(s,l,o,p...) ({ \ argument
65 _ret = _next->load(p, _fwv, _next); \
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dgma_display.h28 int p; member
41 struct gma_range_t dot, vco, n, m, m1, m2, p, p1; member
/openbmc/qemu/host/include/aarch64/host/
H A Dload-extract-al16-al8.h.inc19 * Load @s bytes from @pv, when pv % s != 0. If [p, p+s-1] does not
/openbmc/qemu/host/include/generic/host/
H A Dstore-insert-al16.h.inc13 * @p: host address
17 * Atomically store @val to @p masked by @msk.
/openbmc/linux/net/ipv6/ila/
H A Dila.h93 void ila_update_ipv6_locator(struct sk_buff *skb, struct ila_params *p,
96 void ila_init_saved_csum(struct ila_params *p);
/openbmc/linux/tools/power/cpupower/po/
H A Dcs.po374 msgstr "Užití: cpufreq-info [přepínače]\n"
504 "Není-li při použití přepínačů označených * zadán parametr -c nebo --cpu,\n"
505 "předpokládá se jeho hodnota 0.\n"
542 msgstr "Užití: cpufreq-set [přepínače]\n"
593 "Není-li při použití přepínačů označených * zadán parametr -c nebo --cpu,\n"
594 "předpokládá se jeho hodnota 0.\n"
628 "Chyba při nastavování nových hodnot. Obvyklé problémy:\n"
647 "přepínač -f/--freq nemůže být použit zároveň\n"
648 "s přepínačem -d/--min, -u/--max nebo -g/--governor\n"
656 "Musí být zadán alespoň jeden přepínač\n"
[all …]
/openbmc/linux/fs/reiserfs/
H A Dsuper.c982 char *p; in reiserfs_getopt() local
993 p = *cur; in reiserfs_getopt()
1024 p); in reiserfs_getopt()
1031 p); in reiserfs_getopt()
1045 switch (*p) { in reiserfs_getopt()
1075 p++; in reiserfs_getopt()
1079 && !strlen(p)) { in reiserfs_getopt()
1089 *opt_arg = p; in reiserfs_getopt()
1195 char *p; in reiserfs_parse_options() local
1197 p = NULL; in reiserfs_parse_options()
[all …]
/openbmc/linux/drivers/staging/ks7010/
H A Dks_hostif.c1037 struct hostif_hdr *p; in hostif_generic_request() local
1040 if (!p) in hostif_generic_request()
1043 p->size = cpu_to_le16(size - sizeof(p->size)); in hostif_generic_request()
1046 return p; in hostif_generic_request()
1055 unsigned char *p; in hostif_data_request() local
1113 memcpy(p, buffer, size); in hostif_data_request()
1114 p += size; in hostif_data_request()
1124 *p++ = 0x03; /* CTL */ in hostif_data_request()
1139 p += length; in hostif_data_request()
1175 p += sizeof(mic); in hostif_data_request()
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch250 char *p;
790 execbrc(p, s) /* quote in p */
804 match(s, p) /* quote in p */
805 char *s, *p;
819 amatch(s, p) /* quote in p */
823 + u_char *p;
851 expsh(p);
1095 char *p;
1443 char *p;
1445 p = Argv[0];
[all …]
/openbmc/linux/arch/parisc/include/asm/
H A Dassembly.h157 .macro extru_safe r, p, len, t
159 extrd,u \r, 32+(\p), \len, \t
161 extru \r, \p, \len, \t
167 .macro depi_safe i, p, len, t
169 depdi \i, 32+(\p), \len, \t
171 depi \i, \p, \len, \t
177 .macro dep_safe i, p, len, t
179 depd \i, 32+(\p), \len, \t
181 depw \i, \p, \len, \t
/openbmc/linux/drivers/net/ethernet/ti/
H A Dam65-cpsw-ethtool.c558 struct ethtool_regs *regs, void *p) in am65_cpsw_get_regs() argument
561 u32 ale_entries, i, j, pos, *reg = p; in am65_cpsw_get_regs()
611 u8 *p = data; in am65_cpsw_get_strings() local
618 memcpy(p, hw_stats[i].desc, ETH_GSTRING_LEN); in am65_cpsw_get_strings()
619 p += ETH_GSTRING_LEN; in am65_cpsw_get_strings()
625 memcpy(p, hw_stats[i].desc, ETH_GSTRING_LEN); in am65_cpsw_get_strings()
626 p += ETH_GSTRING_LEN; in am65_cpsw_get_strings()
633 memcpy(p, am65_cpsw_ethtool_priv_flags[i], in am65_cpsw_get_strings()
635 p += ETH_GSTRING_LEN; in am65_cpsw_get_strings()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhnae3.h183 #define ring_ptr_move_fw(ring, p) \ argument
184 ((ring)->p = ((ring)->p + 1) % (ring)->desc_num)
185 #define ring_ptr_move_bw(ring, p) \ argument
186 ((ring)->p = ((ring)->p - 1 + (ring)->desc_num) % (ring)->desc_num)
641 void (*get_mac_addr)(struct hnae3_handle *handle, u8 *p);
642 int (*set_mac_addr)(struct hnae3_handle *handle, const void *p,
752 int (*set_vf_mac)(struct hnae3_handle *handle, int vf, u8 *p);
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dchipone-icn6211.c258 unsigned int p, m, s; in chipone_configure_pll() local
288 for (p = p_min; p < p_max; p++) { /* PLL_REF_DIV[4,3:0] */ in chipone_configure_pll()
289 if (p > 16 && p & 1) /* P > 16 uses extra /2 */ in chipone_configure_pll()
291 freq_p = fin / p; in chipone_configure_pll()
307 freq_out = (fin * m) / p; in chipone_configure_pll()
316 best_p = p; in chipone_configure_pll()
/openbmc/linux/fs/nilfs2/
H A Dthe_nilfs.c853 struct rb_node **p, *parent; in nilfs_find_or_create_root() local
867 p = &nilfs->ns_cptree.rb_node; in nilfs_find_or_create_root()
870 while (*p) { in nilfs_find_or_create_root()
871 parent = *p; in nilfs_find_or_create_root()
875 p = &(*p)->rb_left; in nilfs_find_or_create_root()
877 p = &(*p)->rb_right; in nilfs_find_or_create_root()
893 rb_link_node(&new->rb_node, parent, p); in nilfs_find_or_create_root()
/openbmc/linux/drivers/media/pci/ngene/
H A Dngene-dvb.c120 static void swap_buffer(u32 *p, u32 len) in swap_buffer() argument
123 *p = swab32(*p); in swap_buffer()
124 p++; in swap_buffer()
/openbmc/linux/tools/include/linux/
H A Drbtree_augmented.h159 static inline void rb_set_parent(struct rb_node *rb, struct rb_node *p) in rb_set_parent() argument
161 rb->__rb_parent_color = rb_color(rb) | (unsigned long)p; in rb_set_parent()
165 struct rb_node *p, int color) in rb_set_parent_color() argument
167 rb->__rb_parent_color = (unsigned long)p | color; in rb_set_parent_color()
/openbmc/u-boot/board/freescale/m5253demo/
H A Dflash.c443 static int p = 0; in spin_wheel() local
446 printf("\010%c", w[p]); in spin_wheel()
447 (++p == 3) ? (p = 0) : 0; in spin_wheel()
/openbmc/linux/kernel/trace/
H A Dtrace_stat.c195 static void *stat_seq_next(struct seq_file *s, void *p, loff_t *pos) in stat_seq_next() argument
198 struct rb_node *node = p; in stat_seq_next()
202 if (p == SEQ_START_TOKEN) in stat_seq_next()
208 static void stat_seq_stop(struct seq_file *s, void *p) in stat_seq_stop() argument
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_debugfs.c23 struct drm_printer p = drm_seq_file_printer(s); in bo_list_show() local
25 ivpu_bo_list(node->minor->dev, &p); in bo_list_show()
120 struct drm_printer p = drm_seq_file_printer(s); in fw_log_show() local
122 ivpu_fw_log_print(vdev, true, &p); in fw_log_show()
/openbmc/linux/arch/arm64/mm/
H A Dinit.c300 static int __init early_mem(char *p) in early_mem() argument
302 if (!p) in early_mem()
305 memory_limit = memparse(p, &p) & PAGE_MASK; in early_mem()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Di915_active.c159 struct drm_printer p = drm_err_printer(__func__); in live_active_wait() local
162 i915_active_print(&active->base, &p); in live_active_wait()
192 struct drm_printer p = drm_err_printer(__func__); in live_active_retire() local
195 i915_active_print(&active->base, &p); in live_active_retire()
/openbmc/linux/drivers/mailbox/
H A Dmailbox-altera.c141 static irqreturn_t altera_mbox_tx_interrupt(int irq, void *p) in altera_mbox_tx_interrupt() argument
143 struct mbox_chan *chan = (struct mbox_chan *)p; in altera_mbox_tx_interrupt()
152 static irqreturn_t altera_mbox_rx_interrupt(int irq, void *p) in altera_mbox_rx_interrupt() argument
154 struct mbox_chan *chan = (struct mbox_chan *)p; in altera_mbox_rx_interrupt()
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_mqd_manager.c208 struct queue_properties *p, struct mm_struct *mms) in kfd_hiq_load_mqd_kiq() argument
211 queue_id, p->doorbell_off, 0); in kfd_hiq_load_mqd_kiq()
243 struct queue_properties *p, struct mm_struct *mms) in kfd_load_mqd_sdma() argument
246 (uint32_t __user *)p->write_ptr, in kfd_load_mqd_sdma()

1...<<161162163164165166167168169170>>...362