/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-neonbs-glue.c | 231 u8 *d = dst; in ctr_encrypt() local
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | bitops.h | 377 long double d = x; in ia64_fls() local
|
/openbmc/linux/drivers/regulator/ |
H A D | max5970-regulator.c | 277 struct max5970_regulator *d = (struct max5970_regulator *)rid->data; in max597x_irq_handler() local
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_mount.c | 393 xfs_daddr_t d; in xfs_check_sizes() local
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | srat.c | 184 int d = slit->locality_count; in slit_valid() local
|
/openbmc/linux/drivers/dma/idxd/ |
H A D | irq.c | 108 struct idxd_desc *d, *t; in idxd_abort_invalid_int_handle_descs() local
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-loongson-liointc.c | 179 static int liointc_domain_xlate(struct irq_domain *d, struct device_node *ctrlr, in liointc_domain_xlate()
|
/openbmc/linux/arch/x86/pci/ |
H A D | xen.c | 453 struct irq_domain *d = NULL; in xen_create_pci_msi_domain() local
|
/openbmc/phosphor-host-ipmid/ |
H A D | selutility.cpp | 76 for (const auto& d : data) in parseAdditionalData() local
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | systems_logservices_postcodes.hpp | 539 const char* d = reinterpret_cast<const char*>(c.data()); in handleSystemsLogServicesPostCodesEntriesEntryAdditionalDataGet() local
|
/openbmc/qemu/hw/timer/ |
H A D | slavio_timer.c | 369 static void slavio_timer_reset(DeviceState *d) in slavio_timer_reset()
|
/openbmc/qemu/hw/display/ |
H A D | cg3.c | 350 static void cg3_reset(DeviceState *d) in cg3_reset()
|
/openbmc/qemu/hw/audio/ |
H A D | gus.c | 238 ISADevice *d = ISA_DEVICE(dev); in gus_realizefn() local
|
/openbmc/linux/tools/testing/selftests/dmabuf-heaps/ |
H A D | dmabuf-heap.c | 446 DIR *d; in main() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_xcp.h | 148 #define amdgpu_xcp_select_scheds(adev, e, c, d, x, y) \ argument
|
/openbmc/linux/drivers/video/fbdev/riva/ |
H A D | riva_hw.h | 78 #define NV_WR08(p,i,d) (__raw_writeb((d), (void __iomem *)(p) + (i))) argument 80 #define NV_WR16(p,i,d) (__raw_writew((d), (void __iomem *)(p) + (i))) argument 82 #define NV_WR32(p,i,d) (__raw_writel((d), (void __iomem *)(p) + (i))) argument 85 #define VGA_WR08(p,i,d) (writeb((d), (void __iomem *)(p) + (i))) argument
|
/openbmc/linux/sound/soc/sh/ |
H A D | fsi.c | 334 #define fsi_reg_write(p, r, d)\ argument 340 #define fsi_reg_mask_set(p, r, m, d)\ 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/arch/powerpc/kvm/ |
H A D | book3s_xive.c | 919 struct irq_data *d = irq_get_irq_data(xc->esc_virq[prio]); in kvmppc_xive_attach_escalation() local 1790 struct irq_data *d = irq_get_irq_data(irq); in xive_cleanup_single_escalation() local 2832 struct irq_data *d = irq_get_irq_data(xc->esc_virq[i]); in kvmppc_xive_debug_show_queues() local
|
/openbmc/linux/drivers/firewire/ |
H A D | sbp2.c | 650 __be32 d = 0; in sbp2_agent_reset() local 668 static __be32 d; in sbp2_agent_reset_no_wait() local 788 __be32 d = cpu_to_be32(SBP2_CYCLE_LIMIT | SBP2_RETRY_LIMIT); in sbp2_set_busy_timeout() local
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | runqueue.py | 1525 def validate_hash(self, sq_data, d, siginfo, currentcount, summary): argument 3243 def __init__(self, pipein, pipeout, d, rq, rqexec, fakerootlogs=None): argument 3312 def get_setscene_enforce_ignore_tasks(d, targets): argument
|
/openbmc/linux/kernel/sched/ |
H A D | topology.c | 1464 static void __free_domain_allocs(struct s_data *d, enum s_alloc what, in __free_domain_allocs() 1484 __visit_domain_allocation_hell(struct s_data *d, const struct cpumask *cpu_map) in __visit_domain_allocation_hell() 2368 struct s_data d; in build_sched_domains() local
|
/openbmc/qemu/hw/arm/ |
H A D | musicpal.c | 373 static void mv88w8618_pic_reset(DeviceState *d) in mv88w8618_pic_reset() 534 static void mv88w8618_pit_reset(DeviceState *d) in mv88w8618_pit_reset() 985 static void musicpal_gpio_reset(DeviceState *d) in musicpal_gpio_reset()
|
/openbmc/linux/drivers/i2c/ |
H A D | i2c-core-base.c | 1424 static int __process_new_adapter(struct device_driver *d, void *data) in __process_new_adapter() 1771 static int __process_removed_adapter(struct device_driver *d, void *data) in __process_removed_adapter() 1988 u32 d; in i2c_parse_fw_timings() local
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | stv0900_sw.c | 508 d = demod; in stv0900_get_demod_cold_lock() local 1181 d = demod; in stv0900_get_signal_params() local
|
/openbmc/ipmitool/lib/ |
H A D | ipmi_picmg.c | 818 struct fru_picmgext_link_desc* d; /* descriptor pointer for rec. data */ in ipmi_picmg_portstate_get() local 1004 struct fru_picmgext_amc_link_info* d; /* descriptor pointer for rec. data */ in ipmi_picmg_amc_portstate_get() local
|