/openbmc/linux/arch/powerpc/mm/ |
H A D | cacheflush.c | 131 static void __flush_dcache_icache(void *p) 133 unsigned long addr = (unsigned long)p & PAGE_MASK;
|
/openbmc/linux/drivers/clk/socfpga/ |
H A D | clk-periph.c | 15 #define to_socfpga_periph_clk(p) container_of(p, struct socfpga_periph_clk, hw.hw) argument
|
H A D | clk-gate-a10.c | 16 #define to_socfpga_gate_clk(p) container_of(p, struct socfpga_gate_clk, hw.hw) argument
|
H A D | clk-pll-a10.c | 30 #define to_socfpga_clk(p) container_of(p, struct socfpga_pll, hw.hw) argument
|
H A D | clk-pll.c | 34 #define to_socfpga_clk(p) container_of(p, struct socfpga_pll, hw.hw) argument
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-wcd934x.c | 11 #define WCD_PIN_MASK(p) BIT(p) argument
|
/openbmc/linux/include/linux/amba/ |
H A D | bus.h | 113 #define amba_set_drvdata(d,p) dev_set_drvdata(&d->dev, p) argument
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_irq.c | 30 struct drm_printer p = drm_info_printer(mdp4_kms->dev->dev); in mdp4_irq_error_handler() local 31 drm_state_dump(mdp4_kms->dev, &p); in mdp4_irq_error_handler()
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_debugfs.c | 37 struct drm_printer p = drm_seq_file_printer(m); in lsdc_show_mm() local 39 drm_mm_print(&ddev->vma_offset_manager->vm_addr_space_mm, &p); in lsdc_show_mm()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | radeon_sa.c | 156 struct drm_printer p = drm_seq_file_printer(m); in radeon_sa_bo_dump_debug_info() local 158 drm_suballoc_dump_debug_info(&sa_manager->base, &p, sa_manager->gpu_addr); in radeon_sa_bo_dump_debug_info()
|
H A D | sumo_dpm.c | 122 u32 p, u; in sumo_program_git() local 126 xclk, 16, &p, &u); in sumo_program_git() 133 u32 p, u; in sumo_program_grsd() local 151 u32 p, u; in sumo_gfx_powergating_initialize() local 173 xclk, 16, &p, &u); in sumo_gfx_powergating_initialize() 179 xclk, 16, &p, &u); in sumo_gfx_powergating_initialize() 464 u32 p, u; in sumo_program_sstp() local 468 xclk, 16, &p, &u); in sumo_program_sstp() 928 u32 p, u; in sumo_program_ttp() local 932 xclk, 16, &p, &u); in sumo_program_ttp() [all …]
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | method.hpp | 64 MethodBase(const std::string& b, const std::string& p, const std::string& i, in MethodBase() argument 66 Callback(), bus(b), path(p), interface(i), method(m) in MethodBase()
|
/openbmc/qemu/bsd-user/openbsd/ |
H A D | target_os_elf.h | 66 static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc, in target_create_elf_tables() argument 80 sp = p; in target_create_elf_tables()
|
/openbmc/qemu/bsd-user/netbsd/ |
H A D | target_os_elf.h | 66 static abi_ulong target_create_elf_tables(abi_ulong p, int argc, int envc, in target_create_elf_tables() argument 80 sp = p; in target_create_elf_tables()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | meson.build | 68 libqos_srcs += files('virtio-9p.c', 'virtio-9p-client.c')
|
/openbmc/qemu/hw/nvme/ |
H A D | nguid.c | 155 char *p = buffer; in get_nguid() local 159 visit_type_str(v, name, &p, errp); in get_nguid()
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_eeprom.c | 106 const u8 *p = eeprom_buf; in __amdgpu_eeprom_xfer() local 168 return r < 0 ? r : eeprom_buf - p; in __amdgpu_eeprom_xfer()
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-rcg.h | 80 struct pre_div p; member 119 struct pre_div p[2]; member
|
/openbmc/linux/net/sunrpc/ |
H A D | cache.c | 1372 struct cache_head *ch = p; in cache_seq_next() 1376 if (p == SEQ_START_TOKEN) in cache_seq_next() 1411 return cache_seq_next(file, p, pos); in cache_seq_next_rcu() 1422 static int c_show(struct seq_file *m, void *p) in c_show() argument 1424 struct cache_head *cp = p; in c_show() 1427 if (p == SEQ_START_TOKEN) in c_show() 1679 struct proc_dir_entry *p; in create_cache_proc_entries() local 1687 p = proc_create_data("flush", S_IFREG | 0600, in create_cache_proc_entries() 1689 if (p == NULL) in create_cache_proc_entries() 1695 if (p == NULL) in create_cache_proc_entries() [all …]
|
/openbmc/linux/sound/soc/sh/ |
H A D | fsi.c | 334 #define fsi_reg_write(p, r, d)\ argument 335 __fsi_reg_write((p->base + REG_##r), d) 337 #define fsi_reg_read(p, r)\ argument 338 __fsi_reg_read((p->base + REG_##r)) 340 #define fsi_reg_mask_set(p, r, m, d)\ argument 341 __fsi_reg_mask_set((p->base + REG_##r), m, d) 343 #define fsi_master_read(p, r) _fsi_master_read(p, MST_##r) argument 344 #define fsi_core_read(p, r) _fsi_master_read(p, p->core->r) argument 357 #define fsi_master_mask_set(p, r, m, d) _fsi_master_mask_set(p, MST_##r, m, d) argument 358 #define fsi_core_mask_set(p, r, m, d) _fsi_master_mask_set(p, p->core->r, m, d) argument
|
/openbmc/linux/drivers/mtd/ubi/ |
H A D | fastmap.c | 208 struct rb_node **p = &av->root.rb_node, *parent = NULL; in assign_aeb_to_av() local 210 while (*p) { in assign_aeb_to_av() 211 parent = *p; in assign_aeb_to_av() 216 p = &(*p)->rb_left; in assign_aeb_to_av() 218 p = &(*p)->rb_right; in assign_aeb_to_av() 228 rb_link_node(&aeb->u.rb, parent, p); in assign_aeb_to_av() 250 while (*p) { in update_vol() 251 parent = *p; in update_vol() 256 p = &(*p)->rb_left; in update_vol() 258 p = &(*p)->rb_right; in update_vol() [all …]
|
/openbmc/linux/include/sound/ |
H A D | soc.h | 76 .tlv.p = (tlv_array), \ 84 .tlv.p = (tlv_array),\ 96 .tlv.p = (tlv_array), \ 134 .tlv.p = (tlv_array), \ 143 .tlv.p = (tlv_array), \ 155 .tlv.p = (tlv_array), \ 165 .tlv.p = (tlv_array), \ 186 .tlv.p = (tlv_array), \ 261 .tlv.p = (tlv_array), \ 270 .tlv.p = (tlv_array), \ [all …]
|
/openbmc/linux/drivers/net/can/rcar/ |
H A D | rcar_canfd.c | 340 #define RCANFD_TMC(p) (0x0250 + (0x01 * (p))) argument 342 #define RCANFD_TMSTS(p) (0x02d0 + (0x01 * (p))) argument 422 #define RCANFD_C_TMID(p) (0x1000 + (0x10 * (p))) argument 423 #define RCANFD_C_TMPTR(p) (0x1004 + (0x10 * (p))) argument 424 #define RCANFD_C_TMDF0(p) (0x1008 + (0x10 * (p))) argument 425 #define RCANFD_C_TMDF1(p) (0x100c + (0x10 * (p))) argument 480 #define RCANFD_F_TMID(p) (0x4000 + (0x20 * (p))) argument 481 #define RCANFD_F_TMPTR(p) (0x4004 + (0x20 * (p))) argument 482 #define RCANFD_F_TMFDCTR(p) (0x4008 + (0x20 * (p))) argument 483 #define RCANFD_F_TMDF(p, b) (0x400c + (0x20 * (p)) + (0x04 * (b))) argument
|
/openbmc/qemu/hw/usb/ |
H A D | desc.h | 230 int usb_desc_msos(const USBDesc *desc, USBPacket *p, 240 int usb_desc_get_descriptor(USBDevice *dev, USBPacket *p, 242 int usb_desc_handle_control(USBDevice *dev, USBPacket *p,
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-audioout.rst | 61 .. tabularcolumns:: |p{4.4cm}|p{4.4cm}|p{8.5cm}|
|