Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 24 of 24) sorted by relevance

/openbmc/qemu/ui/
H A Dspice-input.c116 static void spice_update_buttons(QemuSpicePointer *pointer, in spice_update_buttons()
146 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, mouse); in mouse_motion() local
155 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, mouse); in mouse_buttons() local
171 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_set_logical_size() local
186 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_position() local
198 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_wheel() local
207 QemuSpicePointer *pointer = container_of(sin, QemuSpicePointer, tablet); in tablet_buttons() local
226 QemuSpicePointer *pointer = container_of(notifier, QemuSpicePointer, mouse_mode); in mouse_mode_notifier() local
244 QemuSpicePointer *pointer; in qemu_spice_input_init() local
/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_console.c21 static void mac(void *pointer, u16 **buf) in mac()
52 static void pointer(void *pointer, u16 **buf) in pointer() function
/openbmc/qemu/include/hw/gpio/
H A Dpca9554.h28 uint8_t pointer; member
H A Dpca9552.h30 uint8_t pointer; member
/openbmc/qemu/include/hw/sensor/
H A Dtmp105.h40 uint8_t pointer; member
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__intrusive_slist.hpp108 using pointer = _Item**; typedef
/openbmc/qemu/hw/misc/
H A Dibm-cffps.c37 uint8_t pointer; member
H A Dir35221.c36 uint8_t pointer; member
/openbmc/qemu/hw/sensor/
H A Ddps310.c27 uint8_t pointer; member
H A Demc141x.c41 uint8_t pointer; member
H A Dtmp421.c65 uint8_t pointer; member
H A Dlsm303dlhc_mag.c69 uint8_t pointer; member
/openbmc/phosphor-host-ipmid/include/ipmid/message/
H A Dunpack.hpp42 void UnpackBytes(uint8_t* pointer, NumericType& i) in UnpackBytes()
H A Dpack.hpp47 void PackBytes(uint8_t* pointer, const NumericType& i) in PackBytes()
/openbmc/u-boot/drivers/misc/
H A Dqfw.c100 uint64_t pointer = 0; in bios_linker_add_pointer() local
/openbmc/u-boot/lib/
H A Dtiny-printf.c160 static void pointer(struct printf_info *info, const char *fmt, void *ptr) in pointer() function
H A Dvsprintf.c438 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() function
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmps.hpp82 using pointer = const value_type*; typedef
/openbmc/u-boot/include/
H A Dqfw.h128 } pointer; member
/openbmc/qemu/hw/acpi/
H A Dbios-linker-loader.c62 } pointer; member
/openbmc/u-boot/disk/
H A Dpart_iso.h19 unsigned char pointer[4]; /* absolute pointer to Boot Catalog */ member
/openbmc/qemu/block/
H A Dvvfat.c85 char* pointer; member
165 static int array_index(array_t* array, void* pointer) in array_index()
1676 const unsigned char* pointer = (const unsigned char*)direntry; in parse_long_name() local
/openbmc/libpldm/src/dsp/
H A Dbios_table.c17 #define POINTER_CHECK(pointer) \ argument
/openbmc/qemu/target/hexagon/idef-parser/
H A Dparser-helpers.c217 void rvalue_print(Context *c, YYLTYPE *locp, void *pointer) in rvalue_print()