Home
last modified time | relevance | path

Searched refs:p (Results 5901 – 5925 of 9049) sorted by relevance

1...<<231232233234235236237238239240>>...362

/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-fmt.rst92 .. tabularcolumns:: |p{7.4cm}|p{4.4cm}|p{5.5cm}|
H A Dvidioc-g-ext-ctrls.rst121 .. tabularcolumns:: |p{6.8cm}|p{4.0cm}|p{6.5cm}|
311 .. tabularcolumns:: |p{4.0cm}|p{2.5cm}|p{10.8cm}|
417 .. tabularcolumns:: |p{7.3cm}|p{2.0cm}|p{8.0cm}|
/openbmc/linux/drivers/soc/fsl/qe/
H A Dqe.c359 const u8 *p = memchr(snums, snum, qe_num_of_snum); in qe_put_snum() local
361 if (p) in qe_put_snum()
362 clear_bit(p - snums, snum_state); in qe_put_snum()
/openbmc/linux/sound/soc/intel/atom/sst/
H A Dsst_stream.c189 msg->mrfld_header.p.header_high.part.res_rqd = bytes_block; in sst_send_byte_stream_mrfld()
191 msg->mrfld_header.p.header_low_payload = length; in sst_send_byte_stream_mrfld()
205 msg->mrfld_header.p.header_low_payload); in sst_send_byte_stream_mrfld()
/openbmc/linux/sound/hda/
H A Dhdac_regmap.c411 unsigned int *p = snd_array_new(&codec->vendor_verbs); in snd_hdac_regmap_add_vendor_verb() local
413 if (!p) in snd_hdac_regmap_add_vendor_verb()
415 *p = verb | 0x800; /* set GET bit */ in snd_hdac_regmap_add_vendor_verb()
/openbmc/linux/drivers/net/
H A Difb.c209 u8 *p = buf; in ifb_get_strings() local
216 ethtool_sprintf(&p, "rx_queue_%u_%.18s", in ifb_get_strings()
221 ethtool_sprintf(&p, "tx_queue_%u_%.18s", in ifb_get_strings()
/openbmc/linux/drivers/ata/
H A Dpata_atp867x.c208 struct ata_timing t, p; in atp867x_set_piomode() local
217 ata_timing_compute(peer, peer->pio_mode, &p, T, UT); in atp867x_set_piomode()
218 ata_timing_merge(&p, &t, &t, ATA_TIMING_8BIT); in atp867x_set_piomode()
/openbmc/linux/drivers/input/joystick/
H A Dtmdc.c131 int i[2], j[2], t[2], p, k; in tmdc_read_packet() local
133 p = gameport_time(gameport, TMDC_MAX_STROBE); in tmdc_read_packet()
152 t[k] = p; in tmdc_read_packet()
/openbmc/linux/fs/erofs/
H A Dinternal.h426 void *p = vm_map_ram(pages, count, -1); in erofs_vm_map_ram() local
429 if (p || ++retried >= 3) in erofs_vm_map_ram()
430 return p; in erofs_vm_map_ram()
/openbmc/phosphor-host-ipmid/docs/
H A Doem-extension-numbering.md125 | 2 | | p | Count parameter; see table |
126 | 3:m+2 | | wrPayload | Nonempty iff p supplies nonzero m; see table. |
130 | is_read | RecvLen | p | Size | Description |
/openbmc/linux/fs/crypto/
H A Dfname.c247 const char *p = strchr(base64url_table, src[i]); in fscrypt_base64url_decode() local
249 if (p == NULL || src[i] == 0) in fscrypt_base64url_decode()
251 ac = (ac << 6) | (p - base64url_table); in fscrypt_base64url_decode()
/openbmc/bmcweb/
H A DTESTING.md65 mkdir -p /var/persist/usr
66 mkdir -p /var/persist/work/usr
137 -u root -p 0penBmc
/openbmc/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c342 xdp_prepare_buff(&xdp, page_address(page), rq->page_pool->p.offset, in vmxnet3_process_xdp_small()
385 rq->page_pool->p.offset, rbi->len, in vmxnet3_process_xdp()
389 xdp_prepare_buff(&xdp, page_address(page), rq->page_pool->p.offset, in vmxnet3_process_xdp()
/openbmc/qemu/
H A Dblock.c161 const char *p; in path_has_protocol() local
173 return *p == ':'; in path_has_protocol()
226 if (p1 > p) { in path_combine()
227 p = p1; in path_combine()
495 const char **p; in bdrv_format_is_whitelisted() local
501 for (p = whitelist_rw; *p; p++) { in bdrv_format_is_whitelisted()
507 for (p = whitelist_ro; *p; p++) { in bdrv_format_is_whitelisted()
926 const char *p; in bdrv_find_protocol() local
2657 for (p = permissions; p->name; p++) { in bdrv_perm_names()
5861 GSList *p; in bdrv_drop_intermediate() local
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c2556 int i, p = 0; in il3945_request_scan() local
2569 p++; in il3945_request_scan()
3119 char *p = (char *)buf; in il3945_store_tx_power() local
3122 val = simple_strtoul(p, &p, 10); in il3945_store_tx_power()
3123 if (p == buf) in il3945_store_tx_power()
3250 char *p = buffer; in il3945_store_measurement() local
3256 p = buffer; in il3945_store_measurement()
3257 while (*p && *p != ' ') in il3945_store_measurement()
3258 p++; in il3945_store_measurement()
3259 if (*p) in il3945_store_measurement()
[all …]
/openbmc/qemu/system/
H A Dphysmem.c191 PhysPageEntry *p; in phys_map_node_alloc() local
194 p = map->nodes[ret]; in phys_map_node_alloc()
201 memcpy(&p[i], &e, sizeof(e)); in phys_map_node_alloc()
210 PhysPageEntry *p; in phys_page_set_level() local
216 p = map->nodes[lp->ptr]; in phys_page_set_level()
249 PhysPageEntry *p; in phys_page_compact() local
256 p = nodes[lp->ptr]; in phys_page_compact()
264 if (p[i].skip) { in phys_page_compact()
282 lp->ptr = p[valid_ptr].ptr; in phys_page_compact()
283 if (!p[valid_ptr].skip) { in phys_page_compact()
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/
H A Dfonts.dir338 arabic24.pcf.gz -arabic-newspaper-medium-r-normal--32-246-100-100-p-137-iso10646-1
387 cu-lig12.pcf.gz -mutt-clearlyu ligature-medium-r-normal--17-120-100-100-p-141-fontspecific-0
388 cu-pua12.pcf.gz -mutt-clearlyu pua-medium-r-normal--17-120-100-100-p-110-iso10646-1
389 cu12.pcf.gz -mutt-clearlyu-medium-r-normal--17-120-100-100-p-123-iso10646-1
390 cuarabic12.pcf.gz -mutt-clearlyu arabic-medium-r-normal--17-120-100-100-p-93-iso10646-1
391 cudevnag12.pcf.gz -mutt-clearlyu devanagari-medium-r-normal--15-120-90-90-p-104-fontspecific-0
406 olcursor.pcf.gz -sun-open look cursor-----12-120-75-75-p-160-sunolcursor-1
407 olgl10.pcf.gz -sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1
408 olgl12.pcf.gz -sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1
409 olgl14.pcf.gz -sun-open look glyph-----14-140-75-75-p-128-sunolglyph-1
[all …]
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dradeon_asic.h82 int r100_cs_parse(struct radeon_cs_parser *p);
121 int r100_cs_track_check_pkt3_indx_buffer(struct radeon_cs_parser *p,
124 int r100_cs_parse_packet0(struct radeon_cs_parser *p,
128 int r100_cs_packet_parse(struct radeon_cs_parser *p,
174 extern int r300_cs_parse(struct radeon_cs_parser *p);
319 int r600_cs_parse(struct radeon_cs_parser *p);
320 int r600_dma_cs_parse(struct radeon_cs_parser *p);
526 extern int evergreen_cs_parse(struct radeon_cs_parser *p);
527 extern int evergreen_dma_cs_parse(struct radeon_cs_parser *p);
/openbmc/linux/sound/x86/
H A Dintel_hdmi_audio.c396 struct cea_channel_speaker_allocation *p; in init_channel_allocations() local
399 p = channel_allocations + i; in init_channel_allocations()
400 p->channels = 0; in init_channel_allocations()
401 p->spk_mask = 0; in init_channel_allocations()
402 for (j = 0; j < ARRAY_SIZE(p->speakers); j++) in init_channel_allocations()
403 if (p->speakers[j]) { in init_channel_allocations()
404 p->channels++; in init_channel_allocations()
405 p->spk_mask |= p->speakers[j]; in init_channel_allocations()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1096 char *p; in libipw_parse_info_param() local
1130 p = rates_str; in libipw_parse_info_param()
1137 p += scnprintf(p, sizeof(rates_str) - in libipw_parse_info_param()
1138 (p - rates_str), "%02X ", in libipw_parse_info_param()
1157 p = rates_str; in libipw_parse_info_param()
1164 p += scnprintf(p, sizeof(rates_str) - in libipw_parse_info_param()
1165 (p - rates_str), "%02X ", in libipw_parse_info_param()
/openbmc/linux/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c110 struct list_head *p; in chain_all_buffers() local
113 list_for_each(p, &s->bufs) { in chain_all_buffers()
114 cb = list_entry(p, struct cobalt_buffer, list); in chain_all_buffers()
351 struct list_head *p; in cobalt_dma_stop_streaming() local
370 list_for_each(p, &s->bufs) { in cobalt_dma_stop_streaming()
371 cb = list_entry(p, struct cobalt_buffer, list); in cobalt_dma_stop_streaming()
397 struct list_head *p, *safe; in cobalt_stop_streaming() local
404 list_for_each_safe(p, safe, &s->bufs) { in cobalt_stop_streaming()
405 cb = list_entry(p, struct cobalt_buffer, list); in cobalt_stop_streaming()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dwr.c245 u8 *p = wqe; in calc_sig() local
250 res ^= p[i]; in calc_sig()
707 __be32 *p = NULL; in dump_wqe() local
713 p = mlx5_frag_buf_get_wqe(&qp->sq.fbc, idx); in dump_wqe()
714 pr_debug("WQBB at %p:\n", (void *)p); in dump_wqe()
718 pr_debug("%08x %08x %08x %08x\n", be32_to_cpu(p[j]), in dump_wqe()
719 be32_to_cpu(p[j + 1]), be32_to_cpu(p[j + 2]), in dump_wqe()
720 be32_to_cpu(p[j + 3])); in dump_wqe()
/openbmc/u-boot/doc/imx/mkimage/
H A Dimximage.txt156 Command (m for help): p
200 p primary partition (1-4)
201 p
206 Command (m for help): p
/openbmc/u-boot/board/freescale/common/
H A Dfsl_validate.c760 static inline int str2longbe(const char *p, ulong *num) in str2longbe() argument
765 if (!p) { in str2longbe()
768 tmp = simple_strtoul(p, &endptr, 16); in str2longbe()
775 return *p != '\0' && *endptr == '\0'; in str2longbe()
/openbmc/u-boot/scripts/kconfig/
H A Dzconf.y628 const char *p; in print_quoted_string() local
632 while ((p = strchr(str, '"'))) { in print_quoted_string()
633 len = p - str; in print_quoted_string()
637 str = p + 1; in print_quoted_string()

1...<<231232233234235236237238239240>>...362