Searched refs:UCLASS_I2S (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/drivers/sound/ |
H A D | rockchip_i2s.c | 8 #define LOG_CATEGORY UCLASS_I2S 145 .id = UCLASS_I2S,
|
H A D | i2s-uclass.c | 22 .id = UCLASS_I2S,
|
H A D | broadwell_i2s.c | 10 #define LOG_CATEGORY UCLASS_I2S 301 .id = UCLASS_I2S,
|
H A D | samsung_sound.c | 75 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in samsung_sound_probe()
|
H A D | rockchip_sound.c | 66 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in rockchip_sound_probe()
|
H A D | sound-uclass.c | 144 ret = uclass_get_device_by_ofnode(UCLASS_I2S, args.node, &uc_priv->i2s); in sound_find_codec_i2s()
|
H A D | sandbox.c | 221 .id = UCLASS_I2S,
|
H A D | samsung-i2s.c | 450 .id = UCLASS_I2S,
|
/openbmc/u-boot/test/dm/ |
H A D | i2s.c | 21 ut_assertok(uclass_first_device_err(UCLASS_I2S, &dev)); in dm_test_i2s()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 52 UCLASS_I2S, /* I2S bus */ enumerator
|