/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 38 #define wbkgdset(w,p) /*nothing */ argument 151 void item_set_data(void *p);
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | kgdb_32.c | 47 void sleeping_thread_to_gdb_regs(unsigned long *gdb_regs, struct task_struct *p) in sleeping_thread_to_gdb_regs() argument 49 struct thread_info *t = task_thread_info(p); in sleeping_thread_to_gdb_regs()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | auxgm200.c | 24 #define gm200_i2c_aux(p) container_of((p), struct gm200_i2c_aux, base) argument
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | gk20a.c | 22 #define gk20a_volt(p) container_of((p), struct gk20a_volt, base) argument
|
/openbmc/openbmc/poky/meta/recipes-graphics/fontconfig/ |
H A D | fontconfig_2.15.0.bb | 38 mkdir -p ${D}${libexecdir} 44 mkdir -p ${D}${libexecdir}
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/ |
H A D | bluealsa_git.bb | 62 SYSTEMD_BLUEALSA_ARGS ?= "-p a2dp-source -p a2dp-sink"
|
/openbmc/qemu/audio/ |
H A D | audio.h | 155 static inline void *advance (void *p, int incr) in advance() argument 157 uint8_t *d = p; in advance()
|
/openbmc/qemu/include/hw/xen/interface/arch-x86/ |
H A D | xen.h | 18 typedef struct { type *p; } __guest_handle_ ## name 39 #define set_xen_guest_handle_raw(hnd, val) do { (hnd).p = val; } while (0)
|
/openbmc/linux/drivers/scsi/bfa/ |
H A D | bfad_im.h | 80 struct bfad_im_port_s *p; member 86 return im_portp->p; in bfad_get_im_port()
|
/openbmc/linux/arch/arm/include/asm/hardware/ |
H A D | sa1111.h | 398 #define sa1111_set_drvdata(d,p) dev_set_drvdata(&(d)->dev, p) argument
|
/openbmc/linux/drivers/reset/ |
H A D | reset-ti-sci.c | 43 #define to_ti_sci_reset_data(p) \ argument 44 container_of((p), struct ti_sci_reset_data, rcdev)
|
/openbmc/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | apple,cluster-cpufreq.yaml | 16 opp-level property specifying the hardware p-state index for that level. 47 // with two p-states per domain.
|
/openbmc/linux/drivers/s390/net/ |
H A D | ctcm_main.h | 297 #define IS_MPC(p) ((p)->protocol == CTCM_PROTO_MPC) argument
|
/openbmc/linux/drivers/char/hw_random/ |
H A D | npcm-rng.c | 30 #define to_npcm_rng(p) container_of(p, struct npcm_rng, rng) argument
|
/openbmc/linux/drivers/phy/renesas/ |
H A D | phy-rcar-gen3-usb3.c | 104 static int rcar_gen3_phy_usb3_init(struct phy *p) in rcar_gen3_phy_usb3_init() argument 106 struct rcar_gen3_usb3 *r = phy_get_drvdata(p); in rcar_gen3_phy_usb3_init()
|
/openbmc/linux/tools/perf/util/bpf_skel/ |
H A D | bperf_cgroup.bpf.c | 82 struct task_struct *p = (void *)bpf_get_current_task(); in get_cgroup_v1_idx() local 97 cgrp = BPF_CORE_READ(p, cgroups, subsys[perf_subsys_id], cgroup); in get_cgroup_v1_idx()
|
/openbmc/linux/arch/hexagon/mm/ |
H A D | init.c | 123 static int __init early_mem(char *p) in early_mem() argument 128 size = memparse(p, &endp); in early_mem()
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | page.h | 108 void *p; member 118 #define __va(x) ({ia64_va _v; _v.l = (long) (x); _v.f.reg = -1; _v.p;})
|
/openbmc/linux/drivers/iio/light/ |
H A D | acpi-als.c | 150 static irqreturn_t acpi_als_trigger_handler(int irq, void *p) in acpi_als_trigger_handler() argument 152 struct iio_poll_func *pf = p; in acpi_als_trigger_handler()
|
/openbmc/linux/arch/csky/mm/ |
H A D | init.c | 117 void pgd_init(unsigned long *p) in pgd_init() argument 122 p[i] = __pa(invalid_pte_table); in pgd_init()
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-nec-nl8048hl11.c | 30 #define to_nl8048_device(p) container_of(p, struct nl8048_panel, panel) argument
|
H A D | panel-sharp-ls037v7dw01.c | 36 #define to_ls037v7dw01_device(p) \ argument 37 container_of(p, struct ls037v7dw01_panel, panel)
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp.h | 93 u32 *p = &(ctx)->target[ctx->jit_index]; \ 94 uasm_i_##func(&p, ##__VA_ARGS__); \
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-mvebu-pic.c | 70 static void mvebu_pic_print_chip(struct irq_data *d, struct seq_file *p) in mvebu_pic_print_chip() argument 74 seq_printf(p, dev_name(&pic->pdev->dev)); in mvebu_pic_print_chip()
|
/openbmc/linux/arch/mips/mm/ |
H A D | cache.c | 177 #define PM(p) __pgprot(_page_cachable_default | (p)) argument
|