Home
last modified time | relevance | path

Searched refs:p (Results 4726 – 4750 of 9049) sorted by relevance

1...<<181182183184185186187188189190>>...362

/openbmc/linux/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c1685 struct hisi_hba *hisi_hba = p; in int_phy_up_down_bcast_v3_hw()
1912 struct hisi_hba *hisi_hba = p; in int_chnl_int_v3_hw()
2126 struct hisi_hba *hisi_hba = p; in fatal_axi_int_v3_hw()
2516 struct hisi_sas_cq *cq = p; in cq_thread_v3_hw()
2525 struct hisi_sas_cq *cq = p; in cq_interrupt_v3_hw()
3799 int p; in debugfs_create_files_v3_hw() local
3818 for (p = 0; p < hisi_hba->n_phy; p++) { in debugfs_create_files_v3_hw()
3819 snprintf(name, 256, "%d", p); in debugfs_create_files_v3_hw()
4714 int p, c, d, r, i; in debugfs_alloc_v3_hw() local
4729 for (p = 0; p < hisi_hba->n_phy; p++) { in debugfs_alloc_v3_hw()
[all …]
/openbmc/linux/net/key/
H A Daf_key.c513 p += sizeof(*hdr); in parse_exthdrs()
550 if (verify_key_len(p)) in parse_exthdrs()
558 p += ext_len; in parse_exthdrs()
2949 struct sadb_prop *p; in dump_ah_combs() local
2956 p->sadb_prop_replay = 32; in dump_ah_combs()
2957 memset(p->sadb_prop_reserved, 0, sizeof(p->sadb_prop_reserved)); in dump_ah_combs()
2982 return sz + sizeof(*p); in dump_ah_combs()
2987 struct sadb_prop *p; in dump_esp_combs() local
2995 memset(p->sadb_prop_reserved, 0, sizeof(p->sadb_prop_reserved)); in dump_esp_combs()
3034 return sz + sizeof(*p); in dump_esp_combs()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath6kl/
H A Dcfg80211.c2769 struct wmi_connect_cmd p; in ath6kl_start_ap() local
2822 memset(&p, 0, sizeof(p)); in ath6kl_start_ap()
2828 p.auth_mode |= WPA_AUTH; in ath6kl_start_ap()
2830 p.auth_mode |= WPA2_AUTH; in ath6kl_start_ap()
2840 if (p.auth_mode == 0) in ath6kl_start_ap()
2841 p.auth_mode = NONE_AUTH; in ath6kl_start_ap()
2842 vif->auth_mode = p.auth_mode; in ath6kl_start_ap()
2888 p.nw_type = AP_NETWORK; in ath6kl_start_ap()
2891 p.ssid_len = vif->ssid_len; in ath6kl_start_ap()
2908 p.nw_subtype = SUBTYPE_NONE; in ath6kl_start_ap()
[all …]
/openbmc/linux/arch/arm/mach-rpc/include/mach/
H A Duncompress.h55 #define palette_setpixel(p) *(unsigned long *)(IO_START+0x00400000) = 0x10000000|((p) & 255) argument
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-support/smem/smem/
H A D0001-smem-fix-support-for-source-option-python3.patch48 def piduser(self, p):
49 t = self.tar.getmember("%d" % p)
/openbmc/u-boot/include/dt-bindings/clock/
H A Dstm32mp1-clksrc.h11 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dlibucontext_1.2.bb42 elif re.match('p(pc64|owerpc64)(le)', a): return 'ppc64'
43 elif re.match('p(pc|owerpc)', a): return 'ppc'
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Den_tc_tracepoint.h15 #define __parse_action(ids, num) parse_action(p, ids, num)
21 const char *parse_action(struct trace_seq *p,
/openbmc/openbmc/meta-arm/scripts/
H A Dreport-details.html.jinja33 <p>
35 </p>
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/
H A Dboard_common.c155 unsigned int p : 4; /* bit[22:19] */ member
211 div = (reg.b.p + 1); in aspeed_mmc_init()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/
H A Ddisable-version-check.patch35 - $realos{'real_os_version'})."<p>\n".
57 +# $realos{'real_os_version'})."<p>\n".
/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/
H A Digt-gpu-tools_git.bb48 ${datadir}/${BPN}/1080p-right.png\
49 ${datadir}/${BPN}/1080p-left.png\
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/
H A Dcmake-native_3.28.3.bb56 mkdir -p ${D}${datadir}/cmake
58 mkdir -p ${D}${base_prefix}/environment-setup.d
H A Dcmake_3.28.3.bb50 mkdir -p ${D}${datadir}/cmake
53 mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/
H A Dnetworkmanager-fortisslvpn_1.4.0.bb49 mkdir -p ${B}/properties
50 mkdir -p ${B}/src
/openbmc/linux/arch/arm/include/asm/hardware/
H A Dlocomo.h185 #define locomo_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, p) argument
/openbmc/linux/include/linux/sched/
H A Dtopology.h278 static inline int task_node(const struct task_struct *p) in task_node() argument
280 return cpu_to_node(task_cpu(p)); in task_node()
/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h60 static inline struct fun_ethdev *to_fun_ethdev(struct fun_dev *p) in to_fun_ethdev() argument
62 return container_of(p, struct fun_ethdev, fdev); in to_fun_ethdev()
/openbmc/linux/drivers/usb/phy/
H A Dphy-isp1301.c25 #define phy_to_isp(p) (container_of((p), struct isp1301, phy)) argument
/openbmc/linux/crypto/
H A Dblowfish_common.c313 const u32 *P = bctx->p; in encrypt_block()
348 u32 *P = ctx->p; in blowfish_setkey()
/openbmc/linux/drivers/md/
H A Ddm-sysfs.c15 ssize_t (*show)(struct mapped_device *md, char *p);
16 ssize_t (*store)(struct mapped_device *md, const char *p, size_t count);
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dsunxi.yaml51 - sipeed,lichee-rv-86-panel-480p
52 - sipeed,lichee-rv-86-panel-720p
/openbmc/linux/drivers/mmc/core/
H A Dpwrseq_simple.c34 #define to_pwrseq_simple(p) container_of(p, struct mmc_pwrseq_simple, pwrseq) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duhead.c22 #define nvkm_uhead(p) container_of((p), struct nvkm_head, object) argument
/openbmc/linux/include/linux/perf/
H A Darm_pmu.h124 #define to_arm_pmu(p) (container_of(p, struct arm_pmu, pmu)) argument

1...<<181182183184185186187188189190>>...362