Home
last modified time | relevance | path

Searched refs:UCLASS_I2S (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/sound/
H A Drockchip_i2s.c8 #define LOG_CATEGORY UCLASS_I2S
145 .id = UCLASS_I2S,
H A Di2s-uclass.c22 .id = UCLASS_I2S,
H A Dbroadwell_i2s.c10 #define LOG_CATEGORY UCLASS_I2S
301 .id = UCLASS_I2S,
H A Dsamsung_sound.c75 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in samsung_sound_probe()
H A Drockchip_sound.c66 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in rockchip_sound_probe()
H A Dsound-uclass.c144 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in sound_find_codec_i2s()
H A Dsandbox.c221 .id = UCLASS_I2S,
H A Dsamsung-i2s.c450 .id = UCLASS_I2S,
/openbmc/u-boot/test/dm/
H A Di2s.c21 ut_assertok(uclass_first_device_err(UCLASS_I2S, &dev)); in dm_test_i2s()
/openbmc/u-boot/include/dm/
H A Duclass-id.h52 UCLASS_I2S, /* I2S bus */ enumerator