Searched refs:max98927 (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/codec/max98927/
H A Dbinding.c17 ZIRCON_DRIVER_BEGIN(max98927, max98927_driver_ops, "zircon", "0.1", 3)
21 ZIRCON_DRIVER_END(max98927)
H A Drules.mk13 $(LOCAL_DIR)/max98927.cpp \
H A Dmax98927.h14 namespace max98927 { namespace in namespace:audio
56 } // namespace max98927
H A Dmax98927.cpp12 #include "max98927.h"
13 #include "max98927-registers.h"
16 namespace max98927 { namespace in namespace:audio
23 zxlogf(ERROR, "max98927: could not read reg addr: 0x%04X status: %d\n", addr, status);
27 zxlogf(SPEW, "max98927: register 0x%04x read 0x%02x\n", addr, val);
41 zxlogf(SPEW, "max98927: register 0x%04x write 0x%02x\n", addr, val);
55 zxlogf(ERROR, "max98927: could not read regs status: %d\n", status);
58 zxlogf(INFO, "max98927: register dump\n");
108 zxlogf(INFO, "max98927: playing test tone...\n");
124 zxlogf(INFO, "max98927
[all...]
H A Dmax98927-registers.h15 namespace max98927 { namespace in namespace:audio
157 } // namespace max98927

Completed in 83 milliseconds