/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas_v3_hw.c | 1685 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 D | af_key.c | 513 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 D | cfg80211.c | 2769 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 D | uncompress.h | 55 #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 D | 0001-smem-fix-support-for-source-option-python3.patch | 48 def piduser(self, p): 49 t = self.tar.getmember("%d" % p)
|
/openbmc/u-boot/include/dt-bindings/clock/ |
H A D | stm32mp1-clksrc.h | 11 #define PQR(p, q, r) (((p) & 1) | (((q) & 1) << 1) | (((r) & 1) << 2)) argument
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | libucontext_1.2.bb | 42 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 D | en_tc_tracepoint.h | 15 #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 D | report-details.html.jinja | 33 <p> 35 </p>
|
/openbmc/u-boot/arch/arm/mach-aspeed/ast2600/ |
H A D | board_common.c | 155 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 D | disable-version-check.patch | 35 - $realos{'real_os_version'})."<p>\n". 57 +# $realos{'real_os_version'})."<p>\n".
|
/openbmc/openbmc/poky/meta/recipes-graphics/igt-gpu-tools/ |
H A D | igt-gpu-tools_git.bb | 48 ${datadir}/${BPN}/1080p-right.png\ 49 ${datadir}/${BPN}/1080p-left.png\
|
/openbmc/openbmc/poky/meta/recipes-devtools/cmake/ |
H A D | cmake-native_3.28.3.bb | 56 mkdir -p ${D}${datadir}/cmake 58 mkdir -p ${D}${base_prefix}/environment-setup.d
|
H A D | cmake_3.28.3.bb | 50 mkdir -p ${D}${datadir}/cmake 53 mkdir -p ${D}${SDKPATHNATIVE}/environment-setup.d
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/ |
H A D | networkmanager-fortisslvpn_1.4.0.bb | 49 mkdir -p ${B}/properties 50 mkdir -p ${B}/src
|
/openbmc/linux/arch/arm/include/asm/hardware/ |
H A D | locomo.h | 185 #define locomo_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, p) argument
|
/openbmc/linux/include/linux/sched/ |
H A D | topology.h | 278 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 D | funeth.h | 60 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 D | phy-isp1301.c | 25 #define phy_to_isp(p) (container_of((p), struct isp1301, phy)) argument
|
/openbmc/linux/crypto/ |
H A D | blowfish_common.c | 313 const u32 *P = bctx->p; in encrypt_block() 348 u32 *P = ctx->p; in blowfish_setkey()
|
/openbmc/linux/drivers/md/ |
H A D | dm-sysfs.c | 15 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 D | sunxi.yaml | 51 - sipeed,lichee-rv-86-panel-480p 52 - sipeed,lichee-rv-86-panel-720p
|
/openbmc/linux/drivers/mmc/core/ |
H A D | pwrseq_simple.c | 34 #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 D | uhead.c | 22 #define nvkm_uhead(p) container_of((p), struct nvkm_head, object) argument
|
/openbmc/linux/include/linux/perf/ |
H A D | arm_pmu.h | 124 #define to_arm_pmu(p) (container_of(p, struct arm_pmu, pmu)) argument
|