| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | slot.hpp | 12 namespace slot namespace 34 using slot = std::unique_ptr<sd_bus_slot, SlotDeleter>; typedef 43 struct slot struct 46 slot() : _slot(nullptr, details::SlotDeleter(&sdbus_impl)) {} in slot() argument 47 explicit slot(std::nullptr_t) : slot() {} in slot() argument 53 slot(slotp_t s, sdbusplus::SdBusInterface* intf) : in slot() function 58 slotp_t release() in release() 64 explicit operator bool() const in operator bool() 88 static slotp_t get_slotp(sdbusplus::slot::slot& s) noexcept in get_slotp()
|
| H A D | sdbus.hpp | 190 int sd_bus_add_object_manager(sd_bus* bus, sd_bus_slot** slot, in sd_bus_add_object_manager() 196 int sd_bus_add_object_vtable(sd_bus* bus, sd_bus_slot** slot, in sd_bus_add_object_vtable() 205 int sd_bus_add_match(sd_bus* bus, sd_bus_slot** slot, const char* path, in sd_bus_add_match() 223 int sd_bus_call_async(sd_bus* bus, sd_bus_slot** slot, sd_bus_message* m, in sd_bus_call_async() 512 int sd_bus_slot_set_destroy_callback(sd_bus_slot* slot, in sd_bus_slot_set_destroy_callback() 518 void* sd_bus_slot_set_userdata(sd_bus_slot* slot, void* userdata) override in sd_bus_slot_set_userdata() 549 sd_bus_slot* sd_bus_slot_unref(sd_bus_slot* slot) override in sd_bus_slot_unref()
|
| /openbmc/sdbusplus/test/message/ |
| H A D | call.cpp | 42 auto slot = newBusIdReq(b).call_async(setGlobalId); in TEST() local 54 auto slot = newBusIdReq(b).call_async(&setGlobalId); in TEST() local 66 auto slot = newBusIdReq(b).call_async([&](message&& m) { m.read(id); }); in TEST() local 79 auto slot = newBusIdReq(b).call_async(setGlobalId); in TEST() local 93 auto slot = newBusIdReq(b).call_async([&](message&&) { in TEST() local
|
| /openbmc/u-boot/drivers/dma/ |
| H A D | ti-edma3.c | 18 #define EDMA3_SL_BASE(slot) (0x4000 + ((slot) << 5)) argument 91 void edma3_set_dest(u32 base, int slot, u32 dst, enum edma3_address_mode mode, in edma3_set_dest() 122 void edma3_set_dest_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_dest_index() 142 void edma3_set_dest_addr(u32 base, int slot, u32 dst) in edma3_set_dest_addr() 162 void edma3_set_src(u32 base, int slot, u32 src, enum edma3_address_mode mode, in edma3_set_src() 193 void edma3_set_src_index(u32 base, unsigned slot, int bidx, int cidx) in edma3_set_src_index() 213 void edma3_set_src_addr(u32 base, int slot, u32 src) in edma3_set_src_addr() 251 void edma3_set_transfer_params(u32 base, int slot, int acnt, in edma3_set_transfer_params() 288 void edma3_write_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_write_slot() 307 void edma3_read_slot(u32 base, int slot, struct edma3_slot_layout *param) in edma3_read_slot() [all …]
|
| /openbmc/u-boot/fs/btrfs/ |
| H A D | ctree.c | 43 int max, int *slot) in generic_bin_search() 69 int *slot) in btrfs_bin_search() 155 int i, slot, ret; in btrfs_search_tree() local 203 u32 slot; in jump_leaf() local
|
| /openbmc/u-boot/arch/x86/include/asm/arch-baytrail/ |
| H A D | irq.h | 80 #define _GPIO_S0_DED_IRQ(slot) GPIO_S0_DED_IRQ_##slot argument 81 #define _GPIO_S5_DED_IRQ(slot) GPIO_S5_DED_IRQ_##slot argument 82 #define GPIO_S0_DED_IRQ(slot) _GPIO_S0_DED_IRQ(slot) argument 83 #define GPIO_S5_DED_IRQ(slot) _GPIO_S5_DED_IRQ(slot) argument
|
| /openbmc/u-boot/board/freescale/p2041rdb/ |
| H A D | eth.c | 93 u8 slot; in board_ft_fman_fixup_port() local 127 unsigned int i, slot; in board_eth_init() local
|
| /openbmc/qemu/hw/pci/ |
| H A D | shpc.c | 121 #define SHPC_IDX_TO_LOGICAL(slot) ((slot) + 1) argument 123 #define SHPC_IDX_TO_PCI(slot) ((slot) + 1) argument 125 #define SHPC_IDX_TO_PHYSICAL(slot) ((slot) + 1) argument 155 static uint8_t shpc_get_status(SHPCDevice *shpc, int slot, uint16_t msk) in shpc_get_status() 165 int slot, uint8_t value, uint16_t msk) in shpc_set_status() 175 int slot; in shpc_interrupt_update() local 272 static void shpc_free_devices_in_slot(SHPCDevice *shpc, int slot) in shpc_free_devices_in_slot() 299 int slot = SHPC_LOGICAL_TO_IDX(target); in shpc_slot_command() local 546 static bool shpc_device_get_slot(PCIDevice *affected_dev, int *slot, in shpc_device_get_slot() 568 int slot; in shpc_device_plug_cb() local [all …]
|
| H A D | pcie_port.c | 84 uint8_t slot) in pcie_chassis_find_slot_with_chassis() 95 int pcie_chassis_add_slot(struct PCIESlot *slot) in pcie_chassis_add_slot()
|
| /openbmc/u-boot/board/freescale/corenet_ds/ |
| H A D | eth_p4080.c | 341 int idx = i - FM1_DTSEC1, lane, slot; in board_eth_init() local 381 int idx = i - FM1_10GEC1, lane, slot; in board_eth_init() local 408 int idx = i - FM2_DTSEC1, lane, slot; in board_eth_init() local 450 int idx = i - FM2_10GEC1, lane, slot; in board_eth_init() local
|
| /openbmc/u-boot/arch/x86/cpu/ |
| H A D | irq.c | 124 struct irq_info *slot = slot_base; in check_dup_entry() local 136 static inline void fill_irq_info(struct irq_router *priv, struct irq_info *slot, in fill_irq_info() 154 struct irq_info *slot, *slot_base; in create_pirq_routing_table() local
|
| /openbmc/u-boot/include/ |
| H A D | mpc8xx.h | 528 #define PCMCIA_VS1(slot) (0x80000000 >> (slot << 4)) argument 529 #define PCMCIA_VS2(slot) (0x40000000 >> (slot << 4)) argument 530 #define PCMCIA_VS_MASK(slot) (0xC0000000 >> (slot << 4)) argument 531 #define PCMCIA_VS_SHIFT(slot) (30 - (slot << 4)) argument 533 #define PCMCIA_WP(slot) (0x20000000 >> (slot << 4)) argument 534 #define PCMCIA_CD2(slot) (0x10000000 >> (slot << 4)) argument 535 #define PCMCIA_CD1(slot) (0x08000000 >> (slot << 4)) argument 536 #define PCMCIA_BVD2(slot) (0x04000000 >> (slot << 4)) argument 537 #define PCMCIA_BVD1(slot) (0x02000000 >> (slot << 4)) argument 538 #define PCMCIA_RDY(slot) (0x01000000 >> (slot << 4)) argument [all …]
|
| /openbmc/qemu/hw/acpi/ |
| H A D | pcihp.c | 184 int slot = ctz32(slots); in acpi_pcihp_eject_slot() local 246 int slot = PCI_SLOT(pdev->devfn); in acpi_pcihp_update_hotplug_bus() local 287 int slot = PCI_SLOT(pdev->devfn); in acpi_pcihp_device_plug_cb() local 341 int slot = PCI_SLOT(pdev->devfn); in acpi_pcihp_device_unplug_request_cb() local 438 int slot; in pci_write() local 803 static void build_append_pcihp_notify_entry(Aml *method, int slot) in build_append_pcihp_notify_entry() 865 int slot = PCI_SLOT(devfn); in build_append_pcihp_slots() local
|
| /openbmc/qemu/target/hexagon/mmvec/ |
| H A D | system_ext_mmvec.c | 22 void mem_gather_store(CPUHexagonState *env, target_ulong vaddr, int slot) in mem_gather_store()
|
| /openbmc/sdbusplus/include/sdbusplus/server/ |
| H A D | manager.hpp | 30 sd_bus_slot* slot = nullptr; in makeManager() local
|
| /openbmc/sdbusplus/include/sdbusplus/test/ |
| H A D | sdbus_mock.hpp | 179 auto slotcb = [](sd_bus*, sd_bus_slot** slot, auto&&...) { in SdBusMock()
|
| /openbmc/qemu/qapi/ |
| H A D | acpi.json | 119 # <- { "return": [ { "device": "d1", "slot": "0", "slot-type": "DIMM", "source": 1, "status": 0… string
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 295 | 125 slot = None, force = False): argument 163 def eraseKeyQmp(self, id, old_secret = None, slot = None, force = False): argument
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_vhyp_mmu.c | 28 target_ulong slot; in h_enter() local 410 static uint64_t new_hpte_load0(void *htab, uint64_t pteg, int slot) in new_hpte_load0() 419 static void new_hpte_store(void *htab, uint64_t pteg, int slot, in new_hpte_store() 435 uint64_t pteg, int slot) in rehash_hpte() 526 int slot; in rehash_hpt() local
|
| /openbmc/u-boot/board/freescale/common/ |
| H A D | cds_pci_ft.c | 16 int len, slot, i; in cds_pci_fixup() local
|
| /openbmc/qemu/hw/xen/ |
| H A D | xen_pt_load_rom.c | 18 unsigned int bus, unsigned int slot, in pci_assign_dev_load_option_rom()
|
| /openbmc/qemu/linux-user/arm/ |
| H A D | vdso.S | 84 .macro slot n macro
|
| /openbmc/u-boot/board/freescale/ls2080ardb/ |
| H A D | ddr.c | 24 int slot; in fsl_ddr_board_options() local
|
| /openbmc/u-boot/board/freescale/ls2080aqds/ |
| H A D | ddr.c | 24 int slot; in fsl_ddr_board_options() local
|
| /openbmc/u-boot/arch/arm/mach-snapdragon/ |
| H A D | clock-apq8016.c | 52 static int clk_init_sdc(struct msm_clk_priv *priv, int slot, uint rate) in clk_init_sdc()
|