/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_vm.h | 246 int (*prepare)(struct amdgpu_vm_update_params *p, struct dma_resv *resv, 248 int (*update)(struct amdgpu_vm_update_params *p, 251 int (*commit)(struct amdgpu_vm_update_params *p, 412 int (*callback)(void *p, struct amdgpu_bo *bo),
|
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_crypt_ccmp.c | 383 static char *ieee80211_ccmp_print_stats(char *p, void *priv) in ieee80211_ccmp_print_stats() argument 387 …p += sprintf(p, "key[%d] alg=CCMP key_set=%d tx_pn=%pm rx_pn=%pm format_errors=%d replays=%d decry… in ieee80211_ccmp_print_stats() 394 return p; in ieee80211_ccmp_print_stats()
|
/openbmc/linux/include/crypto/internal/ |
H A D | cryptouser.h | 5 struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact);
|
/openbmc/linux/sound/pci/au88x0/ |
H A D | au88x0_core.c | 1167 int page, p, pp, delta, i; in vortex_adbdma_bufshift() local 1188 p -= dma->nr_periods; in vortex_adbdma_bufshift() 1218 int p, pp, i; in vortex_adbdma_resetup() local 1223 p = dma->period_virt + i; in vortex_adbdma_resetup() 1224 if (p >= dma->nr_periods) in vortex_adbdma_resetup() 1225 p -= dma->nr_periods; in vortex_adbdma_resetup() 1459 p -= dma->nr_periods; in vortex_wtdma_bufshift() 2114 struct pcm_vol *p; in vortex_adb_allocroute() local 2250 p->dma = dma; in vortex_adb_allocroute() 2252 p->mixin[i] = mix[i]; in vortex_adb_allocroute() [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx_osm.c | 1009 ahd_linux_setup_tag_info_global(char *p) in ahd_linux_setup_tag_info_global() argument 1013 tags = simple_strtoul(p + 1, NULL, 0) & 0xff; in ahd_linux_setup_tag_info_global() 1125 char *p; in aic79xx_setup() local 1158 while ((p = strsep(&s, ",.")) != NULL) { in aic79xx_setup() 1159 if (*p == '\0') in aic79xx_setup() 1164 if (strncmp(options[i].name, p, n) == 0) in aic79xx_setup() 1171 ahd_linux_setup_tag_info_global(p + n); in aic79xx_setup() 1172 } else if (strncmp(p, "tag_info", n) == 0) { in aic79xx_setup() 1179 } else if (strncmp(p, "precomp", n) == 0) { in aic79xx_setup() 1187 } else if (p[n] == ':') { in aic79xx_setup() [all …]
|
/openbmc/linux/drivers/char/ipmi/ |
H A D | ipmi_plat_data.h | 25 struct ipmi_plat_data *p);
|
/openbmc/openbmc/poky/meta/recipes-connectivity/openssh/openssh/ |
H A D | sshd.socket | 6 ExecStartPre=@BASE_BINDIR@/mkdir -p /var/run/sshd
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_type_tag.c | 18 int __tag1 * __tag1 __tag2 *p; member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 2843 memset(p, -1, sizeof(*p)); in qla2x00_get_fc_host_stats() 2911 p->error_frames = in qla2x00_get_fc_host_stats() 2918 p->rx_words = ib >> 2; in qla2x00_get_fc_host_stats() 2919 p->tx_words = ob >> 2; in qla2x00_get_fc_host_stats() 2924 p->fcp_input_requests = ir; in qla2x00_get_fc_host_stats() 2925 p->fcp_output_requests = or; in qla2x00_get_fc_host_stats() 2926 p->fcp_input_megabytes = ib >> 20; in qla2x00_get_fc_host_stats() 2927 p->fcp_output_megabytes = ob >> 20; in qla2x00_get_fc_host_stats() 2928 p->seconds_since_last_reset = in qla2x00_get_fc_host_stats() 2930 do_div(p->seconds_since_last_reset, HZ); in qla2x00_get_fc_host_stats() [all …]
|
/openbmc/linux/kernel/rcu/ |
H A D | rcutorture.c | 310 struct list_head *p; in rcu_torture_alloc() local 319 p = rcu_torture_freelist.next; in rcu_torture_alloc() 320 list_del_init(p); in rcu_torture_alloc() 329 rcu_torture_free(struct rcu_torture *p) in rcu_torture_free() argument 352 void (*deferred_free)(struct rcu_torture *p); 496 rcu_torture_cb(struct rcu_head *p) in rcu_torture_cb() argument 586 rcu_torture_cb(&p->rtort_rcu); in rcu_busted_torture_deferred_free() 1962 struct rcu_torture *p; in rcu_torture_one_read() local 1983 if (p == NULL) { in rcu_torture_one_read() 1988 if (p->rtort_mbtest == 0) in rcu_torture_one_read() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | utils.py | 969 is_candidate = lambda p: os.path.isfile(p) and os.access(p, os.X_OK) argument 971 is_candidate = lambda p: os.path.exists(p) 978 for p in paths: 979 next = os.path.join(p, item) 1161 p = pstats.Stats(*fn, stream=pout) 1163 p = pstats.Stats(fn, stream=pout) 1164 p.sort_stats('time') 1165 p.print_stats() 1166 p.print_callers() 1167 p.sort_stats('cumulative') [all …]
|
/openbmc/linux/fs/gfs2/ |
H A D | ops_fstype.c | 243 struct gfs2_sb *p; in gfs2_read_super() local 268 p = kmap(page); in gfs2_read_super() 269 gfs2_sb_in(sdp, p); in gfs2_read_super() 1104 struct task_struct *p; in init_threads() local 1108 if (IS_ERR(p)) { in init_threads() 1109 error = PTR_ERR(p); in init_threads() 1113 get_task_struct(p); in init_threads() 1114 sdp->sd_logd_process = p; in init_threads() 1117 if (IS_ERR(p)) { in init_threads() 1118 error = PTR_ERR(p); in init_threads() [all …]
|
/openbmc/linux/kernel/trace/ |
H A D | trace_kprobe.c | 116 char *p; in trace_kprobe_module_exist() local 121 p = strchr(tk->symbol, ':'); in trace_kprobe_module_exist() 122 if (!p) in trace_kprobe_module_exist() 124 *p = '\0'; in trace_kprobe_module_exist() 128 *p = ':'; in trace_kprobe_module_exist() 463 if (!p) in within_notrace_func() 465 *p = '\0'; in within_notrace_func() 1914 p = strchr(cmd, ';'); in setup_boot_kprobe_events() 1915 if (p) in setup_boot_kprobe_events() 1916 *p++ = '\0'; in setup_boot_kprobe_events() [all …]
|
/openbmc/u-boot/board/beckhoff/mx53cx9020/ |
H A D | MAINTAINERS | 2 M: Patrick Bruenn <p.bruenn@beckhoff.com>
|
/openbmc/u-boot/board/k+p/kp_imx53/ |
H A D | MAINTAINERS | 4 F: board/k+p/kp_imx53/
|
/openbmc/u-boot/board/k+p/kp_imx6q_tpc/ |
H A D | MAINTAINERS | 4 F: board/k+p/kp_imx6q_tpc/
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 3305 for (; (p = *pp) != NULL; pp = &niu_next_page(p)) { in niu_find_rxpage() 3314 return p; in niu_find_rxpage() 9486 p = kzalloc(sizeof(*p), GFP_KERNEL); in niu_new_parent() 9487 if (!p) in niu_new_parent() 9524 return p; in niu_new_parent() 9538 p = NULL; in niu_get_parent() 9541 p = tmp; in niu_get_parent() 9545 if (!p) in niu_get_parent() 9548 if (p) { in niu_get_parent() 9563 return p; in niu_get_parent() [all …]
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | switch_to.h | 15 struct task_struct *__switch_to(struct task_struct *p, struct task_struct *n);
|
/openbmc/linux/include/linux/soc/qcom/ |
H A D | smem.h | 13 phys_addr_t qcom_smem_virt_to_phys(void *p);
|
/openbmc/linux/drivers/input/serio/ |
H A D | hp_sdc.c | 79 # define sdc_readb(p) gsc_readb(p) argument 80 # define sdc_writeb(v,p) gsc_writeb((v),(p)) argument 83 # define sdc_readb(p) in_8(p) argument 84 # define sdc_writeb(v,p) out_8((p),(v)) argument
|
H A D | hil_mlc.c | 176 hil_packet p; in hil_mlc_send_polls() local 178 p = mlc->ipacket[i]; in hil_mlc_send_polls() 179 if (did != (p & HIL_PKT_ADDR_MASK) >> 8) { in hil_mlc_send_polls() 187 did = (p & HIL_PKT_ADDR_MASK) >> 8; in hil_mlc_send_polls() 197 drv->interrupt(serio, (p >> 24), 0); in hil_mlc_send_polls() 198 drv->interrupt(serio, (p >> 16) & 0xff, 0); in hil_mlc_send_polls() 199 drv->interrupt(serio, (p >> 8) & ~HIL_PKT_ADDR_MASK, 0); in hil_mlc_send_polls() 200 drv->interrupt(serio, p & 0xff, 0); in hil_mlc_send_polls()
|
/openbmc/linux/Documentation/userspace-api/media/cec/ |
H A D | cec-ioc-g-mode.rst | 75 .. tabularcolumns:: |p{5.6cm}|p{0.9cm}|p{10.8cm}| 109 .. tabularcolumns:: |p{6.6cm}|p{0.9cm}|p{9.8cm}| 200 .. tabularcolumns:: |p{6.6cm}|p{10.9cm}|
|
/openbmc/qemu/hw/block/ |
H A D | xen-block.c | 550 char *str, *p; in xen_block_set_vdev() local 557 p = strchr(str, 'd'); in xen_block_set_vdev() 558 if (!p) { in xen_block_set_vdev() 562 *p++ = '\0'; in xen_block_set_vdev() 576 if (qemu_strtoul(p, &end, 10, &vdev->disk)) { in xen_block_set_vdev() 586 if (vbd_name_to_disk(p, &end, &vdev->disk)) { in xen_block_set_vdev() 592 p = (char *)end; in xen_block_set_vdev() 594 if (qemu_strtoul(p, &end, 10, &vdev->partition)) { in xen_block_set_vdev()
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 257 -t ip proto=2,p=$(igmpv3_is_in_get $GRP $IPs) -q 278 -t ip proto=2,p=$(igmpv2_leave_get $GRP) -q 295 local p=$(mldv2_is_in_get $SIP $GRP $IPs) 297 -t ip hop=1,next=0,p="$p" -q 318 local p=$(mldv1_done_get $SIP $GRP) 320 -t ip hop=1,next=0,p="$p" -q
|
/openbmc/linux/sound/pci/hda/ |
H A D | patch_via.c | 295 const struct hda_amp_list *p; in is_aa_path_mute() local 298 p = spec->gen.loopback.amplist; in is_aa_path_mute() 299 if (!p) in is_aa_path_mute() 301 for (; p->nid; p++) { in is_aa_path_mute() 303 v = snd_hda_codec_amp_read(codec, p->nid, ch, p->dir, in is_aa_path_mute() 304 p->idx); in is_aa_path_mute()
|