/openbmc/linux/drivers/net/ethernet/ |
H A D | ethoc.c | 813 static int ethoc_set_mac_address(struct net_device *dev, void *p) in ethoc_set_mac_address() argument 815 const struct sockaddr *addr = p; in ethoc_set_mac_address() 936 void *p) in ethoc_get_regs() argument 939 u32 *regs_buff = p; in ethoc_get_regs()
|
/openbmc/linux/drivers/net/wireless/ath/ath5k/ |
H A D | debug.c | 144 static void reg_stop(struct seq_file *seq, void *p) in reg_stop() argument 149 static void *reg_next(struct seq_file *seq, void *p, loff_t *pos) in reg_next() argument 155 static int reg_show(struct seq_file *seq, void *p) in reg_show() argument 158 struct reg *r = p; in reg_show()
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | uncore_snb.c | 1227 const struct imc_uncore_pci_dev *p; in imc_uncore_find_dev() local 1230 for_each_imc_pci_id(p, desktop_imc_pci_ids) { in imc_uncore_find_dev() 1231 ret = snb_pci2phy_map_init(p->pci_id); in imc_uncore_find_dev() 1233 return p->driver; in imc_uncore_find_dev()
|
/openbmc/linux/drivers/clk/sunxi-ng/ |
H A D | ccu-sun8i-r40.c | 34 .p = _SUNXI_CCU_DIV_MAX(16, 2, 4), 593 .p = _SUNXI_CCU_DIV(16, 2), 765 .p = _SUNXI_CCU_DIV(20, 2), 784 .p = _SUNXI_CCU_DIV(20, 2),
|
/openbmc/linux/drivers/net/can/c_can/ |
H A D | c_can_main.c | 636 struct pinctrl *p; in c_can_start() local 650 p = pinctrl_get_select(priv->device, "active"); in c_can_start() 651 if (!IS_ERR(p)) in c_can_start() 652 pinctrl_put(p); in c_can_start()
|
/openbmc/linux/arch/powerpc/sysdev/xive/ |
H A D | common.c | 191 int p = atomic_xchg(&q->pending_count, 0); in xive_scan_interrupts() local 192 if (p) { in xive_scan_interrupts() 193 WARN_ON(p > atomic_read(&q->count)); in xive_scan_interrupts() 194 atomic_sub(p, &q->count); in xive_scan_interrupts()
|
/openbmc/linux/fs/zonefs/ |
H A D | super.c | 490 char *p; in zonefs_parse_options() local 495 while ((p = strsep(&options, ",")) != NULL) { in zonefs_parse_options() 498 if (!*p) in zonefs_parse_options() 501 token = match_token(p, tokens, args); in zonefs_parse_options()
|
/openbmc/linux/drivers/fsi/ |
H A D | fsi-master-ast-cf.c | 443 char *p; in dump_ucode_trace() local 457 p = trbuf; in dump_ucode_trace() 459 p += sprintf(p, "%02x ", v); in dump_ucode_trace()
|
/openbmc/linux/drivers/gpu/drm/tegra/ |
H A D | drm.c | 806 static int tegra_drm_context_cleanup(int id, void *p, void *data) in tegra_drm_context_cleanup() argument 808 struct tegra_drm_context *context = p; in tegra_drm_context_cleanup() 856 struct drm_printer p = drm_seq_file_printer(s); in tegra_debugfs_iova() local 860 drm_mm_print(&tegra->mm, &p); in tegra_debugfs_iova()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | g4x_dp.c | 252 enum pipe p; in cpt_dp_port_selected() local 254 for_each_pipe(dev_priv, p) { in cpt_dp_port_selected() 255 u32 val = intel_de_read(dev_priv, TRANS_DP_CTL(p)); in cpt_dp_port_selected() 258 *pipe = p; in cpt_dp_port_selected()
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_crtc.c | 354 struct drm_printer p = drm_info_printer(&vc4_crtc->pdev->dev); in vc4_crtc_config_pv() local 357 drm_print_regset32(&p, &vc4_crtc->regset); in vc4_crtc_config_pv() 447 struct drm_printer p = drm_info_printer(&vc4_crtc->pdev->dev); in vc4_crtc_config_pv() local 450 drm_print_regset32(&p, &vc4_crtc->regset); in vc4_crtc_config_pv()
|
/openbmc/linux/net/mac80211/ |
H A D | status.c | 88 u8 *p = ieee80211_get_qos_ctl(hdr); in ieee80211_handle_filtered_frame() local 89 int tid = *p & IEEE80211_QOS_CTL_TID_MASK; in ieee80211_handle_filtered_frame() 96 if (*p & IEEE80211_QOS_CTL_EOSP) in ieee80211_handle_filtered_frame() 97 *p &= ~IEEE80211_QOS_CTL_EOSP; in ieee80211_handle_filtered_frame()
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | test_item_updater.cpp | 60 void scanDirectory(const fs::path& p) const in scanDirectory() 62 itemUpdater->scanDirectory(p); in scanDirectory() 278 Properties p{{PRESENT, PropertyType(false)}}; in TEST_F() local 281 onPsuInventoryChanged(psuPath, p); in TEST_F()
|
/openbmc/linux/drivers/net/usb/ |
H A D | qmi_wwan.c | 628 static int qmi_wwan_mac_addr(struct net_device *dev, void *p) in qmi_wwan_mac_addr() argument 631 struct sockaddr *addr = p; in qmi_wwan_mac_addr() 633 ret = eth_prepare_mac_addr_change(dev, p); in qmi_wwan_mac_addr() 638 eth_commit_mac_addr_change(dev, p); in qmi_wwan_mac_addr()
|
/openbmc/linux/kernel/locking/ |
H A D | lockdep.c | 781 static void lockdep_print_held_locks(struct task_struct *p) in lockdep_print_held_locks() argument 783 int i, depth = READ_ONCE(p->lockdep_depth); in lockdep_print_held_locks() 786 printk("no locks held by %s/%d.\n", p->comm, task_pid_nr(p)); in lockdep_print_held_locks() 789 depth > 1 ? "s" : "", p->comm, task_pid_nr(p)); in lockdep_print_held_locks() 794 if (p != current && task_is_running(p)) in lockdep_print_held_locks() 798 print_lock(p->held_locks + i); in lockdep_print_held_locks() 6622 struct task_struct *g, *p; in debug_show_all_locks() local 6631 for_each_process_thread(g, p) { in debug_show_all_locks() 6632 if (!p->lockdep_depth) in debug_show_all_locks() 6634 lockdep_print_held_locks(p); in debug_show_all_locks()
|
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.c | 3418 dma_addr_t p; in ipw2100_msg_allocate() local 3518 struct ipw2100_priv *p = dev_get_drvdata(d); in cfg_show() local 3527 struct ipw2100_priv *p = dev_get_drvdata(d); in status_show() local 3902 const char *p = buf; in memory_store() local 3909 if (p[0] == '1' || in memory_store() 3910 (count >= 2 && tolower(p[0]) == 'o' && tolower(p[1]) == 'n')) { in memory_store() 3915 } else if (p[0] == '0' || (count >= 2 && tolower(p[0]) == 'o' && in memory_store() 3916 tolower(p[1]) == 'f')) { in memory_store() 3921 } else if (tolower(p[0]) == 'r') { in memory_store() 4407 dma_addr_t p; in ipw2100_tx_allocate() local [all …]
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | scan.c | 105 ie_len += prism_build_supp_rates(ie, bss->p.rates); in orinoco_add_hostscan_result()
|
/openbmc/linux/drivers/net/fddi/skfp/h/ |
H A D | fddimib.h | 301 } p[NUMPHYS] ; member
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | bootstrap3-transition.css | 221 .jumbotron p {
|
/openbmc/u-boot/board/freescale/mpc8569mds/ |
H A D | README | 49 => mac p 8 /* Set the number of mac ports, it should be 8 */
|
/openbmc/u-boot/board/freescale/p2041rdb/ |
H A D | README | 109 dtc -O dtb -b 0 -p 1024 p2041rdb.dts > p2041rdb.dtb
|
/openbmc/u-boot/drivers/video/exynos/ |
H A D | exynos_mipi_dsi.c | 266 dt->p = fdtdec_get_int(blob, node, in exynos_dsim_config_parse_dt()
|
/openbmc/qemu/docs/system/ |
H A D | cpu-hotplug.rst | 22 $> ./qmp-shell -p -v /tmp/qmp-sock
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/iptraf/iptraf-ng/ |
H A D | ncurses-config.patch | 24 + NCURSES_CFLAGS := $(shell p[k-config ncursesw --cflags 2>/dev/null)
|
/openbmc/openbmc/poky/meta/recipes-support/ca-certificates/ |
H A D | ca-certificates_20211016.bb | 21 file://0001-update-ca-certificates-don-t-use-Debianisms-in-run-p.patch \
|