HomeSort by relevance Sort by last modified time
    Searched defs:get_physical_address (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-mips/
helper.c 107 static int get_physical_address (CPUMIPSState *env, hwaddr *physical, function
464 ret = get_physical_address(env, &physical, &prot,
498 ret = get_physical_address(env, &physical, &prot,
517 ret = get_physical_address(env, &phys_addr, &prot, addr, 0, ACCESS_INT);
  /hardware/libhardware/include/hardware/
hdmi_cec.h 322 * (*get_physical_address)() returns the CEC physical address. The
327 * is plugged off and on again. It is advised to call get_physical_address
332 int (*get_physical_address)(const struct hdmi_cec_device* dev, uint16_t* addr); member in struct:hdmi_cec_device

Completed in 914 milliseconds