/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | ramseq.h | 6 #define ram_init(s,p) hwsq_init(&(s)->base, (p)) argument
|
/openbmc/linux/Documentation/admin-guide/media/ |
H A D | dvb-usb-mxl111sf-cardlist.rst | 6 .. tabularcolumns:: |p{7.0cm}|p{10.5cm}|
|
/openbmc/openbmc/poky/meta-selftest/lib/devtool/ |
H A D | bbpath.py | 11 already_loaded = plugin_name(__file__) in (plugin_name(p.__name__) for p in plugins)
|
/openbmc/sdbusplus/tools/sdbusplus/templates/ |
H A D | interface.md.mako | 18 % for p in interface.properties: 19 | ${p.markdown(loader)} |
|
/openbmc/u-boot/include/ |
H A D | vsprintf.h | 213 bool str2off(const char *p, loff_t *num); 214 bool str2long(const char *p, ulong *num);
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | pci-dma.c | 94 void *arch_dma_set_uncached(void *p, size_t size) in arch_dma_set_uncached() argument 96 return p + XCHAL_KSEG_BYPASS_VADDR - XCHAL_KSEG_CACHED_VADDR; in arch_dma_set_uncached()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_plane.h | 19 #define armada_addr(state, f, p) to_armada_plane_state(state)->addrs[f][p] argument
|
/openbmc/linux/include/xen/interface/ |
H A D | vcpu.h | 114 uint64_t p; member 201 uint64_t p; member
|
/openbmc/linux/drivers/md/ |
H A D | dm-path-selector.h | 75 void (*fail_path)(struct path_selector *ps, struct dm_path *p); 80 int (*reinstate_path)(struct path_selector *ps, struct dm_path *p);
|
/openbmc/linux/include/drm/ |
H A D | drm_suballoc.h | 97 struct drm_printer *p, 102 struct drm_printer *p, in drm_suballoc_dump_debug_info() argument
|
/openbmc/linux/arch/arm64/boot/dts/renesas/ |
H A D | ulcb-kf-audio-graph-card2.dtsi | 11 * (C) CPU2 ----> PCM3168A-p (8ch) 27 &rsnd_port2 /* (C) CPU2 -> PCM3168A-p */
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | engine.h | 4 #define nvkm_engine(p) container_of((p), struct nvkm_engine, subdev) argument
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | kprobes.h | 90 #define flush_insn_slot(p) do { } while (0) argument 113 extern void arch_remove_kprobe(struct kprobe *p);
|
/openbmc/linux/arch/mips/kernel/ |
H A D | irq.c | 42 int arch_show_interrupts(struct seq_file *p, int prec) in arch_show_interrupts() argument 44 seq_printf(p, "%*s: %10u\n", prec, "ERR", atomic_read(&irq_err_count)); in arch_show_interrupts()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | priv.h | 4 #define nvkm_ltc(p) container_of((p), struct nvkm_ltc, subdev) argument
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | user_pages.c | 95 void hfi1_release_user_pages(struct mm_struct *mm, struct page **p, in hfi1_release_user_pages() argument 98 unpin_user_pages_dirty_lock(p, npages, dirty); in hfi1_release_user_pages()
|
/openbmc/linux/drivers/iio/common/st_sensors/ |
H A D | st_sensors_buffer.c | 48 irqreturn_t st_sensors_trigger_handler(int irq, void *p) in st_sensors_trigger_handler() argument 51 struct iio_poll_func *pf = p; in st_sensors_trigger_handler()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_mlme_ext.c | 533 if (p) { in OnProbeReq() 900 if (!p) in OnAuthClient() 1029 if (!p) { in OnAssocReq() 1042 if (p) { in OnAssocReq() 1231 p = p + ie_len + 2; in OnAssocReq() 3664 u8 *p; in issue_action_BSSCoexistPacket() local 3920 u8 *p; in collect_bss_info() local 3969 if (!p) in collect_bss_info() 3976 memcpy(bssid->ssid.ssid, (p + 2), *(p + 1)); in collect_bss_info() 4289 p++; in process_80211d() [all …]
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp_tx.c | 66 struct page *p; in siw_try_1seg() local 75 if (unlikely(!p)) in siw_try_1seg() 78 buffer = kmap_local_page(p); in siw_try_1seg() 89 p = siw_get_upage(mem->umem, in siw_try_1seg() 92 p = siw_get_pblpage(mem, in siw_try_1seg() 95 if (unlikely(!p)) in siw_try_1seg() 98 buffer = kmap_local_page(p); in siw_try_1seg() 503 struct page *p; in siw_tx_hdt() local 506 p = siw_get_pblpage( in siw_tx_hdt() 512 if (unlikely(!p)) { in siw_tx_hdt() [all …]
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.h | 819 #define tb_switch_for_each_port(sw, p) \ argument 820 for ((p) = &(sw)->ports[1]; \ 821 (p) <= &(sw)->ports[(sw)->config.max_port_number]; (p)++) 1078 #define tb_for_each_port_on_path(src, dst, p) \ argument 1079 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1080 (p) = tb_next_port_on_path((src), (dst), (p))) 1090 #define tb_for_each_upstream_port_on_path(src, dst, p) \ argument 1091 for ((p) = tb_next_port_on_path((src), (dst), NULL); (p); \ 1092 (p) = tb_next_port_on_path((src), (dst), (p))) \ 1093 if (!tb_port_is_null((p)) || !tb_is_upstream_port((p))) {\
|
/openbmc/qemu/ui/ |
H A D | vnc-enc-zlib.c | 34 void *p; in vnc_zlib_zalloc() local 39 p = g_malloc0(size); in vnc_zlib_zalloc() 41 return (p); in vnc_zlib_zalloc()
|
/openbmc/u-boot/ |
H A D | Kbuild | 13 s:->::; p;}" 43 $(Q)mkdir -p $(dir $@) 64 $(Q)mkdir -p $(dir $@)
|
/openbmc/linux/Documentation/translations/zh_CN/mm/ |
H A D | hwpoison.rst | 127 echo `jobs -p` > /sys/fs/cgroup/mem/hwpoison/tasks 132 page-types -p `pidof init` --hwpoison # shall do nothing 133 page-types -p `pidof usemem` --hwpoison # poison its pages
|
/openbmc/linux/drivers/phy/qualcomm/ |
H A D | phy-qcom-usb-hsic.c | 107 struct phy_provider *p; in qcom_usb_hsic_phy_probe() local 138 p = devm_of_phy_provider_register(&ulpi->dev, of_phy_simple_xlate); in qcom_usb_hsic_phy_probe() 139 return PTR_ERR_OR_ZERO(p); in qcom_usb_hsic_phy_probe()
|
/openbmc/linux/drivers/staging/vt6655/ |
H A D | device.h | 73 #define AVAIL_TD(p, q) ((p)->opts.tx_descs[(q)] - ((p)->iTDUsed[(q)])) argument
|